@charset "utf-8";



/* CSS Document */
body {
	background-color:#000000;

}

#header {
	background: center url(../imgs/headerBG.png) no-repeat;
}

#logo	{
	padding-top: 10px;
	padding-left: 20px;
}



/* Navigation */
	ul li a {
	   color:#666666;
	   text-decoration: none;
	  
	}
#nav {
	background:url(../img/topBar.png);
   	overflow:  hidden;
   	margin-bottom:  0;
   	margin-right:	10px; 
   	margin-top:  -6px;
 
		}

   #nav li {
	  font-family: Arial, Helvetica, sans-serif;
	  font-size:12px;
	  font-style: normal;	   
      float: right;
      list-style: none;
      padding:  2px 2px 2px 2px;
	  border-right:  1px solid #666666;
      border-left:  1px solid #666666;
      width:  90px;
      text-align:  center;
	  margin: 0;
      
	     }
		    
    #nav li a:hover {
      text-decoration:  none;
	  color:#FFFFFF;
      	}

   	#nav li:hover, li.selected {
      background: #CCCCCC;
      cursor:  pointer;
      font-weight: bold;
   		}


   	#nav li:last-child {
      border-left:  none;
   		}
   
   	#nav li:first-child {
      border-right:  none; 
   		}
		
		
		
/*Main Content*/

#main {
	padding-top:4px;

}

#bannerBG	{
	background: no-repeat url(../imgs/bannerBG.png);
	padding-top: 35px;
	padding-left: 40px;
	padding-bottom: 32px;
	
}

	#bannerBG a img{
		border: none;
		
	}

#content	{
	background: top no-repeat url(../imgs/mainBG.png);
	height: 404px;
	
}

	#content a img{
		border: none;
		padding-left: 1px;
		
	}

/* Content Collumns */
#col1 {
margin-left: 17px;
	padding-top: 20px;
	float: none;
	
	
	}

#col2 {
	padding-top:20px;
	margin: 0px;
	float: none;


}
#col3 {
	padding-top:20px;
	margin: 0px;
	float: none;
	margin-left:-5px;
	


}

#hr {
	padding-left: 15px;
	
}




			
#formBG{
background: url(../imgs/contactBG.png) no-repeat;
height: 900px;
}

#form {
	padding-top: 20px;
	margin-left: 10px;
	padding-left:40px;
	padding-right:50px;
	margin-top: 5px;	
	width:610px;
	height:900px;
}

#linkBG {
	background: url(../imgs/link.png) no-repeat;
	height: 599px;
	margin-top: 5px;
}

	#linkContent h2{font-family: Helvetica, Arial, sans-serif;
		font-size: 24px;
		font-style: normal;
		font-weight: normal;
		text-transform: normal;
		letter-spacing: normal;
		line-height: 1.4em;
		text-align: left;
		padding-top: 5px;
		color:#0066CC;
	}

#linkContent  {
	margin-left: 40px;
	padding-top: 20px;

}



	#thumb h3{font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		text-transform: normal;
		letter-spacing: normal;
		line-height: 1.4em;
		text-align: left;
		padding-top: 5px;	
	}

	#thumb a img{
	border: none;
	/*padding-left: 20px;*/
	}
	
/* footer */
#footer {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	text-align: center;
	list-style: none;
}

	#footer li {
	color:#FFFFFF;
	
		padding:  0px 10px 0px 10px;
		border-right:  1px solid #666666;
		border-left:  1px solid #666666;
		display: inline;
	
			}
	
	#footer li:last-child {
		  border-right:  none;
			}
	   
	#footer li:first-child {
		  border-left:  none; 
			}
			

 a.article_image, a.article_image:link, a.article_image:visited {  
margin:0;
    width: 210px;
	background: #eaeaea;  
    padding: 6px;  
   border: solid 1px #d6d6d6;  
   text-align: center;  
     display: block;  
 }  
   
 a.article_image:hover, a.article_image:active {  
     background: #ddd;  
 }  
   
 a.article_image img {  
     display: inline;  
     border: none;  
     border: solid 1px #d6d6d6;  
 } 
 
 a.article_image2, a.article_image2:link, a.article_image2:visited {  
margin:0;
    width: 110px;
	background: #eaeaea;  
    padding: 6px;  
   border: solid 1px #d6d6d6;  
   text-align: center;  
     display: block;  
 }  
   
 a.article_image2:hover, a.article_image2:active {  
     background: #ddd;  
 }  
   
 a.article_image2 img {  
     display: inline;  
     border: none;  
     border: solid 1px #d6d6d6;  
 } 