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

body {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:0.8em;
	background-color:#000;
	background-image:url(../pageImgs/bodyBg.jpg);
	background-repeat:repeat-x;
	text-align: center;
}
img{
	border:none;
}
h2{
	padding:0;
	margin:0 0 5px 0;
}
h3{
	margin:5px 0 0 0;
}
a:link, #textLeft a:link, #rightText a:link, #footer a:link{
	color:#FF9;
	text-decoration:none;
}
a:visited, #textLeft a:visited, #rightText a:visited, #footer a:visited{
	color:#FC0;
	text-decoration:none;
}
a:hover, #textLeft a:hover, #rightText a:hover, #footer a:hover{
	color:#FC0;
	text-decoration:none;
}
a:active, #textLeft a:active, #rightText a:active, #footer a:active {
	color:#FC0;
	text-decoration:none;
}
/*divs*/
#container{
	margin: 0 auto;
	width:1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header{
	width:900px;
}
#title{
	background-image:url(../pageImgs/titleMain.jpg);
	width:262px;
	height:133px;
	float:left;
	text-indent:-2000px;
}
#stars{
	background-image:url(../pageImgs/stars.jpg);
	background-repeat:no-repeat;
	width:331px;
	height:133px;
	float:left;
}
#facebook {
	float:right;
}
#mainContainer{
	margin-left:24px;
	clear:both;
}
/*links top bar*/
#linksTop a:link, a:visited{
	color:#FFF;
}
#linksTop a:hover{
	color:#03F;
}

#linksTopLeft{
	background-image:url(../pageImgs/links_08_08.jpg);
	width:204px;
	height:34px;
	float:left;
	padding:21px 0 0 34px;
}
#linksTopMid{
	background-image:url(../pageImgs/links_08.jpg);
	width:492px;
	height:55px;
	float:left;
}
#linksTopRight{
	background-image:url(../pageImgs/links_10.jpg);
	width:169px;
	height:34px;
	float:left;
	padding:21px 0 0 57px;
}

/*content area*/
#contentContainerBg{
	background-image:url(../pageImgs/contentRep.png);
	background-repeat:repeat-y;
	margin-top:56px;
	clear:both;
	width:960px;
	overflow:auto;
	min-height: 350px;
}
#contentTop{
	background-image:url(../pageImgs/contentAreaTop.png);
	background-repeat:no-repeat;
	width:956px;
	min-height:217px;
}
#textLeft{
	margin:0 0 0 43px;
	padding:24px 34px 0 0;
	width:261px;
	float:left;
}
#textLeft li{
	padding-top:5px;
}
#imageArea{
	width:292px;
	height:261px;
	float:left;
	padding-top:34px;
}
#rightText{
	width:250px;
	float:left;
	padding:54px 0 0 34px;
}
#farrightTextBiog{
	width:250px;
	float:left;
	padding:60px 0 0 34px;
}
#rightText ul{
	/*to remove indent on the right*/
	margin-left:-18px;
	padding-right:15px;
}
#rightText li{
	padding-top:5px;
}
#contentBottomStrip{
	background-image:url(../pageImgs/contentBottom.png);
	width:945px;
	height:30px;
	clear:both;
	text-align:center;
}
#logos{
	margin:15px 0 0 70px;
	width:150px;
	float:left;
}
#buttonsBottom{
	margin:15px 0 0 60px;
	float:left;
}
#buttonsBottom a{
	text-decoration:none;
	color:#000;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	padding-top:20px;
}
#buttonsBottom a:hover{
	color:#03F;
}
.buttons{
	padding-right:8px;
}

/*top nav lists*/

#linksTop ul{
	margin:0;
	padding:0;
}
#linksTopLeft li, #linksTopRight li{
	float:left;
	margin-right:15px;
	list-style-type:none;
}
#linksTopMid li{
	float:left;
	list-style-type:none;
	padding: 21px 13px 0 13px;
	height:34px;
	background-image:url(../pageImgs/navDivider.png);
	background-position:right;
	background-repeat:no-repeat;
}
/*background buttons*/
#buttonISO a {
	background:url(../pageImgs/ISODesignRollCSS.png);
	background-repeat:no-repeat;
	width:222px;
	height:119px;
	padding-right:8px;
	float:left;
}
#buttonISO a:hover {
	background-position: 0 -139px;
}
#buttonEnt a {
	background:url(../pageImgs/entRollCSS.png);
	background-repeat:no-repeat;
	width:222px;
	height:119px;
	padding-right:8px;
	float:left;
}
#buttonEnt a:hover {
	background-position: 0 -139px;
}
#buttonArch a {
	background:url(../pageImgs/archRollCSS.png);
	background-repeat:no-repeat;
	width:222px;
	height:119px;
	padding-right:8px;
	float:left;
}
#buttonArch a:hover {
	background-position: 0 -139px;
}
/*-------------other-----------*/
#footer {
	padding-top:20px;
	text-align:center;
	clear:both;
}
#termsPageText {
	margin:0 0 0 43px;
	padding:24px 100px 0 0;
	float:left;
}
#termsPageText li {
	list-style-type:none;
	margin-top:10px;
}
.red {
	color:#F00
}
