/* CSS Document */
* { font-family: myriad, "myriad Pro", Arial, Helvetica, sans-serif; margin:0; padding:0; }
html { height: 100%; margin-bottom: 1px; background-color:#F0F0F0; background-image:url(../images/mainbg.jpg); background-repeat:repeat-x;}
body { padding:0; margin:0px auto; }
img { border:0; }
a:hover {text-decoration: underline; }
p {margin: 0px; padding:0px; font-weight:normal; }


/**************************************** page tables **********************************************/

#divPageContainer { width:885px; height:150px; margin: 0 auto;  }

#divHeaderContainer { width:885px; height:450px; float:left; margin-top:30px; position:relative;  }
	#divHeaderLeft { width:610px; height:450px; float:left; background-color:#FFFFFF; }
		#divHeaderLeftImg { width:600px; height:430px; margin:10px 0 0 10px; float:left; }
	#divHeaderRight { width:275px; height:450px; float:left; background-image:url(../images/headerrightbg.png); background-repeat:no-repeat; position:relative; }
	#divHeaderRight img.logo { float:left; margin:120px 0 0 53px; }
	#divHeaderRight select { position:absolute; top:405px; left:35px; width:200px; height:20px; letter-spacing: 0.18em; font-size:10px; background-color:#120405; color:#FFFFFF; border:1px solid #FFFFFF; }
	#divHeaderRight p { float:left; width:150px; margin-top:160px; margin-left:60px; text-align:center; font-size:12px; color:#D3C5BC; }
	#divHeaderRight p b { font-weight:bold; color:#777; }
	#divHeaderRightThumbs { position:absolute; top:275px; left:37px; width:200px; height:45px; text-align:center; }
	#divHeaderRightThumbs img { margin:0 auto; margin: 0 1px; }
	#divBanner { position:absolute; top:25px; left:-30px; z-index:50; }
	.bannerTop { width:30px; height:30px; }
	.bannerBody { width:520px; padding: 20px 35px 10px 20px; background-repeat:repeat-y; }
	.bannerBody h2 { color:#FFFFFF; font-weight:100; font-size:25px; }
	.bannerBody h2 a { color:#ccc; font-weight:100; text-decoration:none; }
	
#divNavigationBar { width: 885px; height: 40px; float:left; background-color:#FFFFFF; }
	#divNavigationBar ul {list-style: none;  line-height:12px; margin-top:15px; margin-left:20px;}
	#divNavigationBar li { float:left; margin-right:3px; text-align: center; padding-left:6px; padding-right:6px; border-right:1px solid #CCCCCC; }
	#divNavigationBar li a {text-decoration:none; color:#808080; font-size:0.9em; text-transform:uppercase; display:block;  } 
	#divNavigationBar li a:hover {color:#333333; }
	#divNavigationBar li#Selected a { color:#000000; }
	#divNavigationBar li.Right { margin-right:0px; padding-right:0px; border:0px; }

#divContentContainer { width:885px; float:left;}
	.Top { width:885px; height:10px; float:left; background-image:url(../images/contentTOP.png); background-repeat:no-repeat; margin-top:10px;}
	.Bottom { width:885px; height:10px; float:left; background-image:url(../images/contentBOTTOM.png); background-repeat:no-repeat;}
	#divContentHolder { width:885px; background-color:#FFFFFF; float:left; overflow:auto;}
	
#divFooter { width:885px; height:80px; padding-bottom:30px; float:left; text-align:center; margin-top:20px; } 
#divFooter p {  font-size:12px; color:#666666; margin-top:0px; line-height:20px; } 
#divFooter p strong {  font-size:18px; color:#120405; } 
#divFooter p a {  color:#999999; font-weight:bold; text-decoration:none; } 
#divFooter p a:hover { font-weight:bold; text-decoration:underline; } 


span img { margin: 0 auto; left: 50%; margin-left:-430px; position:absolute; }

h1 { font-size: 28px; color:#0D0D0D; font-weight:100; }
h1.logoReplace { margin-top:30px; }

h1 span { display:none;}
p span { display:none;}

