/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #999999;
	background-image:url(images/background-header.png);
	background-position:top;
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
#main {
	width:100%
}
#footer {
	margin:0 auto;
	padding:10px 10px 20px 4px;
	text-align:right;
	font-size:10px;
	line-height:14px;
	width:990px;
	clear:both;
}

#footer a, #footer a:hover, #footer a:visited {
	color:white;
}
#navMain {
	height:27px;
	background-color:#000066;
	width:1004px;
}
#nav {
	height:30px;
	width:1004px;
	border-left:1px solid #000066;
	border-right:1px solid #000066;
	margin-left:-1px;
	background-color:#000066;
}

a {
	color:#003768;
	font-weight: bold;
}

#mainContent a:hover, #mainContent a:visited {
	color:#679ac9;
}
/******************** header styles *********************/
#headerHome {
	margin:0 auto;
	width:1004px;
	border-left:1px solid #000066;
	border-right:1px solid #000066;
	background-color:#FFFFFF;
}
#headerMain {
	margin:0 auto;
	width:1004px;
	border-left:1px solid #000066;
	border-right:1px solid #000066;
	background-color:#f6f5f5;
	background-image:url(images/header-internal.png);
	background-position:right;
	background-repeat:no-repeat;
	height:88px;
}
#logo {
	padding:15px 0 15px 20px;
	text-align:left;
}
#homeTag {
	margin:0 auto;
	width:964px;
	border-left:1px solid #000066;
	border-right:1px solid #000066;
	border-bottom:4px solid #000066;
	height:138px;
	padding:40px 0 0 40px;
	background-image:url(images/main-home.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#f6f5f5;
	font-size:18px;
	font-weight:bold;
	color:#FF6600;
}
/******************** Sub Nav Styles *******************/
#subNav {
	float:left;
	background-image:url(images/background-subnav.png);
	background-repeat:no-repeat;
	width:232px;
	min-height:480px;
}

/****************** content styles *********************/
#homeContent {
	margin:0 auto;
	padding:6px 20px 20px 4px;
	*padding-top:33px;
	width:980px;
	min-height:600px;
	border-left:1px solid #000066;
	border-right:1px solid #000066;
	border-bottom:1px solid #000066;
	background-color:#FFFFFF;
	clear:both;
}
#mainContent {
	margin:0 auto;
	padding:10px 20px 20px 4px;
	width:980px;
	border-left:1px solid #000066;
	border-right:1px solid #000066;
	border-bottom:1px solid #000066;
	background-color:#FFFFFF;
	clear:both;
}
#videoContent {
	margin:0 auto;
	padding:6px 20px 20px 4px;
	*padding-top:33px;
	width:980px;
	border-left:1px solid #000066;
	border-right:1px solid #000066;
	border-bottom:1px solid #000066;
	background-color:#FFFFFF;
	clear:both;
}
#homeSections {
	float:left;
	width:455px;
	min-height:480px;
	margin-top:4px;
	*margin-top:21px;
	background-image:url(images/background-main.png);
	background-repeat:no-repeat;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000066;
	font-size:22px;
	font-weight:bold;
	line-height:12px;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000066;
	font-size:14px;
	font-weight:bold;
	line-height:13px;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000066;
	font-size:13px;
	font-weight:bold;
	line-height:14px;
}

.headline
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000066;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	padding-bottom:10px;
}

.posted
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;
	font-weight:normal;
	line-height:13px;
}
.description
{
	padding:10px 10px;
}

#video
{
	padding:10px 0 10px 10px;
}

/***************** Side navigation **********************/
#navcontainer { width: 210px; padding:0 10px 0 0; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 5px 10px 5px 0;
width: 190px;
background-color: #000066;
border-bottom: 2px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}

/**************** Top Menu ******************************/
/* CSS Document */

.menu {font-family: arial, sans-serif; width:100%; position:relative; font-size:11px; z-index:100; background-image:url(images/nav-background); background-position:top; background-repeat:repeat-x;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000;width:100px; height:23px; text-align:center; color:#fff; background:#000066; line-height:20px; font-size:11px; overflow:hidden; padding-top:4px;}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:right; position:relative; border-left:1px solid #fff;}
.menu ul li ul {display: none;}

#cse-search-box {
	margin:0;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#fff;
	background:#369;
	font-weight: bold;
}
.menu ul li:hover ul {display:block; position:absolute; top:27px; left:25px; *left:0px; width:130px;}
.menu ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#369; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#ddd; color:#000; width:150px; text-align:left; padding-left:5px;}
.menu ul li:hover ul li a:hover {background:#369; color:#fff; text-align:left;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}



.google_searchblock{
	background-color:#000066;
	padding-bottom:0px;
	padding-top:2px;
	padding-left:5px;
	margin-right:1px;
	padding-right:3px
}

.google_search {
	height:15px;
}

.google_submit {
	border:1px solid #555;
	height:20px;
}

