/* CSS Document */

body {
	
	background-color: #7f8e94;
	background-image: url(../_images/bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*body a:link{
	color:#094564;
	text-decoration:none;
	font-weight:bold;
	
}

body a:visited{
	color:#094564;
	text-decoration:none;
	font-weight:bold;
	
}

body a:active{
	color:#094564;
	text-decoration:none;
	font-weight:bold;
	top: 10px;
	height: 50px;
	width: 400px;
}

body a:hover{
	color:#FF9933;
	text-decoration:underline;
}*/
	
#pagewidth{ 
 width:791px;  
 margin-left:auto; 
 margin-right:auto;  
} 
	
p{
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	line-height: 16px;
}
h1{
	padding-top: 10px;
	font-size:16px;
	font-family: "Trebuchet MS";
}
h2{
	padding-top: 20px;
	font-size:16px;
	font-family: "Trebuchet MS";
}
#hidden {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}


#header{
	top: 20px;
	position: relative;
	background-image: url(../_images/sky.jpg);
	background-repeat:no-repeat;	
	z-index: 8;
	height:245px;
		
}

#sky{
	position: relative;
	background-image: url(../_images/sky.jpg);
	width: 771px;
	z-index: 10;
	height: 222px;
}

#logo{
	position: relative;
	top: 0px;
	left: 5px;
	width: 240px;
	height: 220px;
	background-image: url(../_images/logo.jpg);
	background-repeat: no-repeat;
}

#llc{
	position: absolute;
	top: 185px;
	float:right;
	left: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
}

.box { 
/*	margin-bottom: 20px;*/
	/*width: 100%;	*/
}
#box-main {
	background-color:#edf1f2;
	color:#000000;
	position: relative;
	top: 35px;
}
#box-main .title { color:white; }
#box-main .corner-bl { background: url(../_images/box-1-bl.png) 0 100% no-repeat; }
#box-main .corner-br { background: url(../_images/box-1-br.png) 100% 100% no-repeat; }
#box-main .corner-tl { background: url(../_images/box-1-tl.png) 0 0 no-repeat; }
#box-main .corner-tr { background: url(../_images/box-1-tr.png) 100% 0 no-repeat;  padding: 10px; }

#main{
	position: relative;
	background-color:#FFFFFF;
	font-size:10px;
	top: -10px;
	background-image: url(../_images/line.gif);
	background-repeat: no-repeat;
	background-position: 60% 60%;
	
}

#full{
	position: relative;
	background-color:#FFFFFF;
	font-size:10px;
	top: -10px;
	padding-right: 10px;	
}


#box-header { background-color:#FFF; 
			  color:#000000 
}
#box-header .title { color:white; }
#box-header .corner-bl { background: url(../_images/box-2-bl.png) 0 100% no-repeat; }
#box-header .corner-br { background: url(../_images/box-2-br.png) 100% 100% no-repeat; }
#box-header .corner-tl { background: url(../_images/box-2-tl.png) 0 0 no-repeat; }
#box-header .corner-tr { background: url(../_images/box-2-tr.png) 100% 0 no-repeat;  padding: 10px; }

#nav{
	position: absolute;
	top: -203px;
	right: -438px;
}

#nav ul{
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	padding-top:5px;
	color:#FF0000;	
	font-family:Trebuchet MS;
	font-weight:bold;
	font-size:12px;
}
#nav ul li { 
	display: inline;	
	z-index:10;
}

#nav ul li a{
	padding: 0.2em 1em;
	padding-left:0px;
	padding-right:24px;
	z-index:10;
	color: White;
	text-decoration: none;	
}

#nav a:hover{
	
	color:#FF6600;
	text-decoration: none;	
}

#topNav {
	position:absolute;
	left:10px;	
	width:313px;
	z-index:12;
}


#contentsMain {
	margin: 0px 330px 0px 0px;
	padding-left: 20px;
}

#contents {
	padding-left: 20px;
}

#rightContentMain{
	float: right;
	width: 280px;
	/*border-left: 1px solid #FF9900;	*/
	padding-left: 10px;
	font-size: 9px;
	padding-right: 10px;
	position: relative;
	height: 600px;
	background-image: url(../_images/wordmark.jpg);
	background-repeat: no-repeat;
	background-position: 43% 65%;
}
/* sets up two colums for below boxes */
#twocols{
	float:right;
	position:relative;
}


 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	 content: "."; 
	 display: block; 
     height: 0; 
	 clear: both; 
	 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

.newsDate {
	color: #f26522;
	font-weight: bold;
}

#expList {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DBE1E8;
	border-bottom-color: #DBE1E8;		
}

#expList li{
	line-height: 15px;	
}

#footer{
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

#footer a:link, a:active, a:visited {
    text-decoration:underline;
	color: #999999;
}
	
#line {
	position:relative;
	left:1124px;
	top:179px;
	width:1px;
	height:5px;
	z-index:20;
	background-color:#FF0000;
}
