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

/* -------------------------------general styles-----------------------------------------  */

html,body {
	margin:0; 
	padding:0; 
	height:100%; 
	font-family:arial,sans-serif;	
	font-size:11px;
	color:#898888; 
	line-height: 18px;
	/*height:100%;  needed for container min-height */
}

a {
	color:#3D6F92;
	text-decoration: underline;
}

ul li {
	list-style:none;
}


img {
	border: 0px;
	padding: 0px;
}


#container {
	/*position:relative;  needed for footer positioning*/
	/*margin:0 auto;  center, not in IE5 */
	
	/*height:auto !important;  real browsers */
	/*height:100%;  IE6: treaded as min-height*/	
		
	/*min-height:100%;  real browsers */	
}



/* ----------------------------------Header Styles---------------------------------- */
#header {
	background: url("../images/bg_top.jpg") 100% 0px repeat-x;
	width:100%;
	height: 140px;
}

#logo {
	margin:0 auto;
	width: 760px;
	height: 50px;
	padding: 21px 0px 0px 21px;	
}

#menu {
	margin:0 auto;
	width: 780px;
	height: 130px;
	height: 20px;
	padding: 20px 0px 0px 0px;	
}

#topmenu { 
	margin: 0; 
	padding: 5px 0 12px 0px; 
	font-size:9pt;
}
			
#topmenu li { display:inline; margin:0 25px;}
#topmenu li a { text-decoration:none; color: #FFFFFF;}


#content {
	padding: 0px 21px 66px 21px;	
	margin:0 auto;
	width: 780px;
}

#banner {
	margin:0 auto;
	padding: 0px 20px 5px 21px;	
}


/* ----------------------------------Box Styles---------------------------------- */
#boxcontainer{
	width: 780px;
}

#box-01, #box-02, #box-03
{
	float:left;
	margin-left: 20px;
	width: 202px;
	padding: 0px 18px 5px 18px;
	border-right: solid 1px #E1E1E1;
	border-left: solid 1px #E1E1E1;
	height: 100px;
}

#box-03 ol li{
	margin: 0px;
	padding: 0px;
}

#box-bottom {
	float:left;
	margin-left: 20px;
}

/* ----------------------------------Welcome & News Styles---------------------------------- */


#welcome_note {
	float:left;
	margin-left: 40px;
	width: 470px;
	min-height: 150px;
	padding: 20px 20px 20px 0px;	
}

#news {
	float:right;
	margin-left: 0px;
	width: 230px;
	min-height: 140px;	
	padding: 20px 0px 20px 20px;		
	background: url("../images/dots.gif") no-repeat;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border:none;
}

.pressrelease {
	font-size: 10px;
	line-height: 13px;
	text-decoration: none;
	padding-right: 2px;
	color: #999999;
}
		
.newsPressArticle {
	width: 230px;
	height: 35px;
	border-bottom: dotted 1px #CCC;
	padding: 8px 0px 8px 0px;
}
.newsPressArticleLast {
	width: 230px;
	height: 35px;
	padding: 10px 0px 10px 0px;
}

.download_list {
	margin: 0px;
	padding: 0px 0px 0px 17px;
}

/* ----------------------------------Footer Styles---------------------------------- */
#footer {
	/*position:absolute;*/
	width:100%;
	bottom:0;
	height: 66px;
	background: url("../images/bg_bottom.jpg") 100% 0px repeat-x;
	clear: both;
}

#footerContainer {
	margin:0 auto;
	width: 760px;
	padding: 20px;		
}

#footerLeft{
	float:left;
	width: 200px;
	text-align:left;
}

#footerRight{
	float:right;
	width: 560px;
	text-align:right;	
}
