@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px; padding: 0px;
	/*background-image:url('images/home_back_long3.gif');
	background-color:#000; background-position: top left; background-repeat: no-repeat;*/
	background: #000 url(images/array/rotator.php) no-repeat left top;
	min-width: 900px;
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal;
}

#centerbody {
	margin-left: auto; margin-right: auto; margin-top: 0px; padding-top: 0px; padding-bottom: 10px; width: 900px;
}

#logo {
	position: absolute; top:0px; left: 7%; width: 135px; height: 140px;
	background-color: #000;
	text-align: center;
	float: left;
  -moz-border-radius-bottomright:2ex;
  -moz-border-radius-bottomleft:2ex;
  -webkit-border-bottom-right-radius:2ex;
  -webkit-border-bottom-left-radius:2ex;

}

#logo img {
	position: relative; top: 0px; width: 125px; height: 130px;
}

#centerbody div#logo a:link img{border: 0px solid #000;}
a:link #logoimg {border: solid 0px #000;}

div#transbox {
	position: relative; top: 0px; left: 500px; width:240px; height:40px;
	background-color:#000;
	color: #fff;
	font-size: 12px; font-weight: bold; line-height: 16px;
	padding: 5px 15px;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.7;
	-moz-border-radius-bottomright:2ex;
	-moz-border-radius-bottomleft:2ex;
	-webkit-border-bottom-right-radius:2ex;
	-webkit-border-bottom-left-radius:2ex;
 }

#maincontent {
	position: relative; top: 120px; left: 0px; width: 900px; float: left;
	color: #fff;
}
 
#navcontainer {
	position: relative; top: 114px; left: 0px; width: 900px; height: 22px; float: left;	
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.7;
}

#footer {
	margin-top: 0px; text-align: center;
	padding-bottom: 25px;
	color: #666; font-size: 10px;
	position: relative; top: 20px; left: 0px; clear: both;
}
/*content*/
#rightcontent {
	width: 175px; height: 1px; float: right;
	color: #fff;
}

/*content*/
#rightcontent p {
	border: solid 1px #fff;
	padding: 10px 15px; margin-bottom: 30px;
}

#rightcontent p.rightimage {
	border: 0px ;
	padding: 0px;
}

#leftcontent {
	width: 600px; height: 22px; float: left;
	color: #fff;
}

h1 {
	font-weight: bold; font-size: 25px; line-height: 30px;
	padding: 0px; margin: 0px;
}
h2 {
	font-weight: bold; font-size: 18px; line-height: 21px;
	padding: 0px; margin: 0px;
}
h4 {
	line-height: 10px;
	padding-bottom: 0px; margin-bottom: 0px;
}
p {
	font-size: 12px; line-height: 18px;
}

.smallcaps {
	font-weight: bold; font-variant: small-caps; line-height: 13px;
}

.callout {
	font-size: 20px; font-size: normal; line-height: 24px;
	border-top: 1px solid #660099; border-bottom: 1px solid #660099;
	padding: 10px 0px;
}

td {
	font-size: 12px; line-height: 18px;
}

ul {
	padding-left: 15px;
}

.faqlist li {
	color: #660099;
	margin-left: 0px;
}

.faqlist li h4, .faqlist li p {
	color: #fff;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

/* navigation */
a, a:link, a:visited {
	color: #99cc33;
	text-decoration: none;
}

a:hover {
	color: #660099;
	text-decoration: none;

}

 
#navcontainer #active {
	padding: 5px 10px;
	margin-right: 5px;
	font-weight: bold;
	color: #fff;
	background-color: #660099;
	-moz-border-radius-topright:.5ex;
	-moz-border-radius-topleft:.5ex;
	-webkit-border-top-right-radius:.5ex;
	-webkit-border-top-left-radius:.5ex;
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1.0;
}


ul#navlist {
margin-left: 0px;
margin-top: 0px;
padding-left: 0px;
white-space: nowrap;
}

#navlist li {
display: inline;
list-style-type: none;
}

#navlist a {
	padding: 5px 10px;
	margin-right: 5px;
	font-weight: bold;
	-moz-border-radius-topright:.5ex;
	-moz-border-radius-topleft:.5ex;
	-webkit-border-top-right-radius:.5ex;
	-webkit-border-top-left-radius:.5ex;
}

#navlist a:link, #navlist a:visited {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}

#navlist a:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

.imghover a:hover img {
	border: 1px solid #fff;
}

.imghover a img {
	border: 1px solid #000;
}