body {
	background:#5b889d;
	margin:0;
	padding:0;
	font-family: Trebuchet MS, sans-serif;
}

#wrapper {
	width:950px;
	margin:0 auto;
	background:#fff url("/images/home_head_bg.gif") no-repeat;
	border-left:2px solid #005984;
	border-right:2px solid #005984;
}

/****************************************
	colors
*****************************************/

.red {
	background:#f3664a;
}

.green {
	background:#a0cf67;
}

.yellow {
	background: #ffe14d;
}

.orange {
	background: #f28c1d;
}

/****************************************
	header styles 
*****************************************/
#header {
	height:200px;
}

#header:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#logo {
	padding-left:125px;
	float:left;
}
	
#menus{
	float:left;
	width:647px;
}

#metamenu {
	float:right;
}

#metamenu a {
	font-size:.75em;
	color:#01567d;
	text-decoration:none;
}

#metamenu a:hover {
	color:#666;
}

#metamenu ul {
	list-style:none;
	margin:0;
}


#metamenu li {
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#fff;
	padding:3px 5px 3px 5px;
	float:left;
}



#header .tagline {
	clear:right;
	color:#01567d;
	font-size:2em;
	font-weight:bold;
	padding: 3px 0 3px 5px;
}

#nav {
	padding: 3px 0 3px 5px;
}

#nav ul{
	margin: 0;
	list-style: none;
	padding:0;
	width:545px;
	background:url("/images/navbg.png") no-repeat;
}	

#nav li {
	float:left;
	padding:0 10px 0 10px;
	padding:5px;
}

#nav li.green:hover {
	background:#d3f4a9;
}

#nav li.red:hover {
	background:#f28d79;
}

#nav li.orange:hover {
	background:#f2ab5d;
}

#nav li.yellow:hover {
	background:#ffed92;
}

#nav a {
	color:#373737;
	text-decoration:none;
	font-weight:bold;
	margin:0;
	text-align:center;
	display:block;
}

#nav a:hover {
	color:#5f5f5f;
}


/****************************************
	sub nav styles
*****************************************/

#subnav {
	width:230px;
	background:#d8e6ef;
	float:left;
}

/*for IE6, force height of subnav */
* html #subnav {
	height: 100%;
}

#subnav ul {
	width:230px;
	list-style:none;
	padding:0;
	margin:0;
}

#subnav li {
	border-bottom: 2px solid #fff;
	padding:5px 5px 5px 20px;
}

#subnav a {
	color:#373737;
	text-decoration:none;
	font-size:.75em;
}

#subnav a:hover{
	color:#5f5f5f;
}

/****************************************
	search box styles
*****************************************/

fieldset.search {
	border:none;
	width:200px;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: #333;
	font-size: .75em;
	width: 135px;
	padding: 1px 5px 1px 0;
	margin-right:3px;
	border: 1px solid #373737;
}

.search button.btn {
	width: 40px;
	height: 20px;
	cursor: pointer;
	text-indent: -9999px;
	background: #f28c1d url(/images/gobtn.jpg) no-repeat top right;
}

	

/****************************************
	content area styles
*****************************************/

#content {
	background:url("/images/home_content_bg.gif") repeat-y;
	overflow:hidden;
	margin-bottom:10px;
}

.breadcrumbs {
	font-size:.75em;
}

.publication {
	min-height:350px;
	height:100%;
}

/* for IE6, to force height of subnav */
* html #content {
	height: 100%;
}

#main {
	float:left;
	margin-left:20px;
	width:650px;
}

#main h1 {
	color:#005984;
	font-size:1em;
	}

#main h2 {
	color:#005984;
	font-size:.75em;
}

#main p {
	font-size:.75em;
}

#main img {
	float:right;
	margin:10px;
}

#main a {
	color:#f28c1d;
	text-decoration:none;
}

#main a:hover {
	color:#ff8500;
	text-decoration:underline;
}

#main li {
	font-size.75em;
}
/****************************************
	footer styles
*****************************************/
#footer {
	clear:both;
	overflow:hidden;
	background:#005984;
	color:#fff;
	font-size:.75em;
	text-align:center;
	padding:5px 5px 0 5px;
}

#footer a {
	color:#fff;
}