@charset "utf-8";
/* CSS Document */

body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/bg_pattern.jpg); background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5c5c5c;
	}

#wrapper {
	width:1008px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	
	}


.twoColFixLtHdr #container { 
	width: 1008px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/content_bg.jpg); background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left:0px;
	} 

	
.twoColFixLtHdr #header {
	background-image:url(images/flash-bg.jpg); background-repeat:no-repeat;
	width:918px;
	height:296px;
	margin-left:44px;	
	padding:0;

	} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float:left;
	}
	
	
#scroller {
	margin:25px 0 115px 45px;
	height:300px;
	background-image:url(images/news-bg-repeat.jpg); background-repeat:repeat-y;
	width:200px;
	
	}
	
#scroller-inside {
	margin:20px 0 0 20px;
	height:300px;
	background-image:url(images/news-bg-repeat-inside.jpg); background-repeat:repeat-y;
	width:200px;
	
	}
	
/*--------------------------------------------------------------CONTENT--------------------------------------------------------------------*/

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 285px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:655px;
	} 	

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color is included in the graphic used for the background of mainContent. */
	
	padding: 10px;
	margin-left:30px;	
	}


/*----------------------------------------------------------NAVIGATION--------------------------------------------------------------------*/
#nav {
	background-image:url(images/nav_bg.jpg); background-repeat:repeat-y;
	width:200px;
	margin-left:10px;
	}
	
#nav ul {
	list-style-type:none;
	margin-left:-40px;
	font-weight:600;
	}	
	
#nav ul li {
	background-image:url(images/nav_sep.jpg); background-position:bottom;background-repeat:no-repeat;
	padding:10px 0px 10px 25px;
	}


#nav ul li.notactive a {
	color:#083a71;
	font-size:11px;
	font-weight:600;
	text-decoration:none;
	padding-left:10px;
	}	

#nav ul li.active a {
	color:#675849;
	font-weight:600;
	text-decoration:underline;
	}	


#nav ul li a {
	text-decoration:none;
	color:#083a71;
	}
#nav ul li a:hover {
	color:#675849;
	}	
	
	
.pgindicator {
	color:#FF0000;
	}	
	
	
	

/*---------------------------------------------Home page calouts---------------------------------------------------------------------*/
	
table.callout {
	background-image:url(images/callout_bg.jpg); background-repeat:no-repeat;
	width:511px;
	height:332px;
	}
table.callout p {
	font-size:10px;
	}
table.callout h3 {
	font-size:12px;
	}

/*-----------------------------------------------------------------FOOTER----------------------------------------------------------------------*/
.twoColFixLtHdr #footer { 
	background-image:url(images/footer_bg.jpg); background-repeat:no-repeat; background-position:top;
	height:64px;
	} 

#footercontent{
	padding:1px 0px 25px 0px;
	background-color:#1f6994;
	margin:auto;
	}
#footercontent p {
	color:#fff;
	font-size:11px;
	line-height:4px;
	}

#footercontent p a {
	color:#fff;
	}

#footercontent a {
	color:#1c4b69;
	font-size:10px;
	}
#footercontent a:hover {
	background-color:#1c4b69;
	color:#fff;
	}

#footercontent ul {
	list-style:none;
	}
#footercontent ul li {
	display:inline;
	padding-left:6px;
	}
#footercontent ul li a {
	color:#fff;
	}
	
.padleft {
	padding-left:25px;
	}
.padleft2 {
	padding-left:15px;
	}	


/*------------------------------------------------OTHER STUFF-------------------------------------------------------------------------*/	
	
.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;
}
.fltrtphone { /* 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:10px;
	width:333px;
	text-align:right;
	line-height:20px;
}
.fltrtphone a {
	color:#083a71;
	}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

a img {
	border:none;
	}
	
a 	{color:#083a71;
	text-decoration:none;
	}

a:hover {
	color:#675849;
	}
h1 {
	color:#083a71;
	font-size:1.5em;
	}
h2{
	color:#083a71;
	font-size:1.5em;
	}
		
h3 {
	color:#083a71;
	font-size:1.3em;
	}
h4 {
	color:#083a71;
	font-size:1em;
	}
h5 {
	color:#083a71;
	font-size:.9em;
	}
		
	
	
	
td {
	vertical-align:top;
	}

.screenonly {
display:block
	
	}

.printonly {
	display:none;
	}


#sidebar2 {
	float:right;
	width:150px;
	background-color:#f0f3f5;
	margin:0 0 0 20px;
	padding:10px;
	}
#sidebar2 ul {
	margin-left:-25px;
	}
#map {
background-image:url(images/map.jpg);
background-repeat:no-repeat;
width:645px;
height:374px;
position:relative; top:0; left:0;
	}
.star {
	width:32px;
	height:30px;
	background-image:url(images/star.gif); 
	background-repeat:no-repeat;
	}
.star p {
	font-size:18px;
	font-weight:600;
	margin-left:10px;
	margin-top:5px;
	}
	
.star p a {
	color:#fff;
	text-decoration:none;
	}
	
.star p a:hover {	
	background-color:#fff;
	color:#000;
	}
#one {
	position:absolute;
	top:235px;
	left:400px;
	}
#two {
	position:absolute;
	top:120px;
	left:530px;
	}
#three {
	position:absolute; 
	top:140px;
	left:200px;
	}
#four {
	position:absolute;
	left:220px;
	top:195px;
	}
#five {
	position:absolute;
	left:240px;
	top:190px;
	}	
#six {
	position:absolute;
	left:340px;
	top:50px;
	}	
#seven {
	position:absolute;
	left:150px;
	top:160px;
	}		
#eight {
	position:absolute;
	left:30px;
	top:225px;
	}
table.docstable td p {
	font-size:10px;
	text-align:center;
	}	
table.docstable td {
	vertical-align:top;
	width:200px;
	/*background-color:#E8E3C5;*/

	}
.picie6 {
	margin-left:10px;
	}	


#videos a img {
	width:275px;
	height:227px;
	background-image:url(images/monitor.jpg); background-repeat:no-repeat;
	background-position:0 0px;
	}
	
#videos a:hover img {
	background-position:-289px 0px;
	}
