@charset "utf-8";
/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	margin:0 auto 0 auto;
	behavior:url(/csshover.htc);
	color:#666666;
}

div#gradientRepeater
{
	background-image:url(images/contentGradientRepeater.jpg);
	background-repeat:repeat-y;
	background-color:#ffffff;
	width:1034px;
	padding-left:34px;
	margin:0 auto 0 auto;
}

div#page
{
	width:1000px;
	margin:0px;
	padding:0px;
	float:left;
	height:100%;
}

div#header
{
	width:1000px;
	float:left;
	background-image:url(images/navRepeater.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:white;
	padding-top:5px;
	padding-bottom:3px;
	height:120px;
}

div#logo
{
	width:117px;
	float:left;
	height:111px;
	padding-left:5px;
	padding-bottom:3px;
}
div#header2
{
	width:843px;
	float:left;
	height:91px;
	margin-top:20px;
}

div#slogan
{
	width:760px;
	height:59px;
	float:left;
	margin:0px;
	padding:0px;
	text-align:right;
	margin-right:45px;
}

div#navContainer
{
	width:843px;
	height:30px;
	margin:0px;
	padding:0px;
	float:left;
}

div#flash
{
	width:1000px;
	float:left;
	margin:0px;
	padding:0px;
	height:351px;
}

div#contentContainer
{
	width:1000px;
	float:left;
	margin:0px;
	padding:0px;
	padding-bottom:20px;
}

div#leftSide
{
	width:717px;
	float:left;
	margin:0px;
	padding:0px;
}
div#text
{
	width:657px;
	float:left;
	margin-left:20px;
	padding-top:15px;
	padding-bottom:15px;
	font-size:14px;
	line-height:25px;
	border-bottom:1px solid #c2cde1;
}
div#leftBottom
{
	width:717px;
	float:left;
	margin:0px;
	padding:0px;
	padding-top:25px;
}

h1
{
	font-size:16px;
	font-weight:bold;
	color:#104ca1;
	margin:0px;
	padding:0px;
	padding-bottom:8px;
}

h2
{
	font-size:14px;
	font-weight:bold;
	color:#104ca1;
	margin:0px;
	padding:0px;
}

a, a:visited
{
	font-weight:bold;
	color:#104ca1;
	text-decoration:none;
}

a:hover, a:active
{
	font-weight:bold;
	color:#104ca1;
	text-decoration:underline;
}

a.gray, a:visited.gray
{
	font-weight:bold;
	color:#666666;
	font-size:11px;
	text-decoration:none;
}

a:hover.gray, a:active.gray
{
	font-weight:bold;
	color:#104ca1;
	font-size:11px;
	text-decoration:none;;
}

div#rightSide
{
	background-image:url(images/rightSideGradient_36.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:283px;
	float:left;
	height:323px;
	background-color:white;
}

div#search
{
	width:283px;
	color:white;
	padding-top:5px;
	padding-bottom:5px;
	font-size:14px;
	font-weight:bold;
	float:left;
	background-color:#8aa6c0;
	height:25px;
}

div#icons
{
	width:283px;
	float:left;
	margin:0px;
	padding:0px;
	padding-top:10px;

}

div#footer
{
	font-size:9px;
	color:gray;
	text-align:center;
	background-image:url(images/footer_53.jpg);
	background-repeat:no-repeat;
	background-color:white;
	margin:0px;
	padding:0px;
	padding-top:10px;
	width:1000px;
	height:auto;
	height:100px;
	float:left;
	line-height:18px;
}


div#footerBottom
{
	width:1068px;
	height:64px;
	margin:0 auto 0 auto;
	margin-left:-34px;
}

ul.blueBullet
{
	list-style-image:url(images/blueBullet.jpg);
	margin:0px;
	padding:0px;
	padding-left:18px;
}

/*--- CSS Document --------------------------------------------------------------------------
	File Name: holyhack.css
	Date: 6-22-06
	Description: Holy Hack for keeping divs from collapsing when they hold no content (floated divs) 
	Note: This is a hack for Internet Explorer 6 (This may not work for Internet Explorer 7)
-------------------------------------------------------------------------------------------*/

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* for ie on a mac */
.clearfix
{
	display: inline-table;
}

/* Hides from IE-mac \*/
*html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}
/* End hide from IE-mac */
