@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
* html ul li a {
	height:1em;
}
legend {
	display:none;
}
ol, ul {
	list-style:none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
}

/*--------------------------------------- Global Elements---------------------------------*/


body {
	background-color:#e0e1ce;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
legend {
	display:none;
}
br {
	clear:both;
}
a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}	

/*--------------------------------------- Page Elements---------------------------------*/

#container {
	width:1024px;
	margin:0 auto;
	text-align:left;
	position:relative;
	border-top:#64999f 12px solid;
	border-bottom:#64999f 12px solid;
	background-color:#FFF;
}



/*--------------------------------------- Header Elements---------------------------------*/


#header {
	width:1004px; 
	height:213px; 
	padding:10px 10px 0 10px; 
	background:url(../../launch/images/main-header-bg.jpg) bottom right no-repeat;
	clear:both;
}

#global_nav {
	position:relative; 
	color:#64999f; 
	font-size:12px; 
	top:0px; 
	left:285px;
	width:500px;
	line-height:1.1em;
}

#global_nav a {
	padding:0 15px;
	color:#64999f;
}

#logo {position:absolute; left:11px; top:19px;}

#search {
	float:right;
	width:250px;
	color:#64999f;
	font-size:12px;
	vertical-align:middle;
	height:26px;
	position:relative;
	top:-10px;
}

.search_label {
	float:left; 
	width:63px; 
	text-align:right; 
	padding-right:7px; 
	padding-top:5px;}

#search_form {float:left}

.search_input_outer {
	border-top:1px solid  #64999f;
	border-left:1px solid  #64999f;
	border-bottom:1px solid  #64999f;
	float:right;
	display:block;
	width:155px;
}
#search_input {
	border:0;
	height:20px;
	line-height:1.3em;
	font-size:1.3em;
	float:right;
	display:block;
	width:153px;
	padding-top:3px;
}
.search_button {
	width:24px;
	height:26px;
	float:right;
	display:block;
}

/*--------------------------------------- Navigation Elements---------------------------------*/

#main_nav {
	position:relative; 
	top:13px; 
	height:50px; 
	color:#FFFFFF; 
	font-size:12px; 
	font-weight:bold; 
	line-height:1.3em;
	clear:both;
	padding:0;
	margin:0;
	left:8px;
	z-index:100;
	background-color:#78a5aa;
	width:1005px;
}

/*#main_nav img{
	text-decoration:none;
	display:block;
	width:150px;
	color:#FFF;
	font-weight:bold;
	margin:0 27px 0 27px;
	float:left;
	
}
*/
#nav {
	display:block;
	position: absolute;
	list-style:none;
	margin:0 0 0 0;
	z-index:5;
	/*top:15px;*/
	left:10px;
	text-align:left;
	display:block;
	width:1024px;
}

#nav a{
	text-decoration:none;
	display:block;
	padding:10px 17px;
	width:150px;
	color:#FFF;
	font-weight:bold;
	margin:0;
	float:left;
	/*background-color:#fff ;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;*/
}

#nav li a {
	height:29px;
	padding-left:33px;
}

#nav li a:hover {
	background: url(../../launch/images/arrow_down_over.gif) left center no-repeat;	
}

#nav, #nav ul, #nav ol {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.1em;
}
/* All submenu OLs and ULs */
#nav ol, #nav ul {
	/*border around submenu goes here*/	 
	/*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;*/
	background:#77a5ab;
	/*border:1px solid #C3D46A;*/
	left:0;
}
/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav li {
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	position:relative;
	float:left;
}

/*--------------------------------------- Footer Elements---------------------------------*/

#footer {
	height:35px; 
	border-top:#adaf8c solid 2px; 
	position:relative; 
	left:10px; 
	width:1004px;
	clear:both;
	margin-top:20px;
}

#footer_nav {
	position:relative; 
	color:#64999f; 
	font-size:12px; 
	top:11px; 
	line-height:1.1em;
	float:left;
	width:200px;
}

#footer_nav a {
	padding:0 5px;
	color:#64999f;
}

#copyright {
	position:relative; 
	color:#a9ab87; 
	font-size:12px; 
	top:11px; 
	line-height:1.1em;
	float:right;
	
}

#content {
	position:relative;
	width:1004px;
	margin:0 8px 20px 8px;
	top:40px;
	clear:both;
	float:left;
}

