/* CSS Document */
html {
 height: 100%;
}

.background{
	margin-top:0;
	height: 100%;
	background: #333333 url(images/zac_grad.jpg) repeat-x;
}

.background1{
	margin-top:0;
	height: 100%;
	background: #000000;
}

#wrapper {
	width: 744px;
	margin-top:40px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding:5px;
	z-index: 1;
	background-image: url(images/background.png);
	background-repeat: repeat;
	overflow:hidden;
	top:15px;
	margin-bottom: 10px;

}
#wrapper1 {
	width: 744px;
	margin-top:40px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding:5px;
	z-index: 1;
	overflow:hidden;
	top:15px;
	margin-bottom: 10px;
	background-color: #000000;
}

#masthead {
	width: 744px;
	left: 0px;
	top: 0px;
	float: left;
	background-color:#FFFFFF;
}

#logo{
	width: 744px;
	float:left;	
	margin-bottom:5px;
}


#footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:744px;
	background-color:#FFFFFF;
	padding-bottom:10px;
	margin-bottom:0px;
	float:left;
}

.f1{ 
	float:left;
	width:450px;
	padding-left: 15px; 
	}
.f2{
	float:right;
	width:250px;
	margin-right: 10px;  
	}

#flashcontent {
	float: left;
	padding-top: 2px;
	width: 220px;
}
.style1 {
	font-family: "Arial Rounded MT Bold";
	font-size: 12px;
	color: #666666;
}

.style2 {
	font-family: "Arial Rounded MT Bold";
	font-size: 12px;
	color: #666666;
	background-image: url(images/spir_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


.RgreyBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#main {
	height: 400px;
	width: 744px;
	float: left;
}
#pic1 {
	position: absolute;
	height: 110px;
	width: 150px;
	left: 22px;
	top: 110px;
}
#pic2 {
	position: absolute;
	height: 180px;
	width: 132px;
	left: 172px;
	top: 242px;
}

#pic3 {
	position: absolute;
	height: 180px;
	width: 132px;
	left: 300px;
	top: 143px;
}

#pic4 {
	position: absolute;
	height: 181px;
	width: 132px;
	left: 170px;
	top: 64px;
}
.vError {
	color: #CC0000;
	font-size: 10px;
}
.ZSfont {
	font-family: "Lucida Grande";
	font-size: 12px;
	color: indigo;
}
.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(images/roundedCorners/plainbottomR.jpg) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(images/roundedCorners/plaintopR.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
}
.boxhead h4 {
	background: url(images/roundedCorners/plaintopL.jpg) no-repeat top left;
	margin: 0;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 11px;
	color:#666666;
}
.boxbody {
	background: url(images/roundedCorners/plainbottomL.jpg) no-repeat bottom left;
	margin: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.boxbody li a:hover{
	
	text-decoration: none;
}



/*-------------------------------------------------------------------------- */
.login {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 120px;
	padding-bottom: 3px;
}

 a{
color:#6666CC;
text-decoration:none;
}
 a:hover{
color:#6666CC;
text-decoration:underline;
}

.loginerror {
	font-size: 11px;
	color: #CC0000;
	padding: 7px;
	
}
