@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;
	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; width: 900px;
}

#logo {
	position: absolute; top:0px; left: 7%; width: 190px; height: 200px;
	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: 155px; height: 180px;
}


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;
 }
 
/*
div#transbox2 {
	position: relative; top: -50px; left: -55px; width:300px; height:55px; float: right;
	color: #fff;
	font-size: 12px; font-weight: bold; line-height: 16px;
	margin-top: 5px;
 }
*/
 
#maincontent {
	position: relative; top: 200px; left: 0px; width: 900px; float: left;
	color: #fff;
}
 
#navcontainer {
	position: relative; top: 179px; 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;
}
/*
#homeanimation {
	position: absolute; top: 100px; left:450px;;
}
*/

/*content*/
#rightcontent {
	width: 175px; height: 1px; float: right;
	color: #fff;
}

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

#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;
}
p {
	font-size: 12px; line-height: 18px;
}

.smallcaps {
	font-weight: bold; font-variant: small-caps; font-size:12px;
}

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

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

.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;
}