body {
	background: #FFF;
	color: #333;
	font: 14px Trebuchet MS, Arial, Helvetica, sans-serif;
}

img {
	background: none;
	border: 0;
}

h2 {
	text-decoration: none;
}

h3 {
	text-decoration: underline;
}

h4 {
	text-decoration: none;
}

a:link {
	color: #2D4040;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	color: #2D4040;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #2D4040;
	;
}

a:active {
	color: #2D4040;
	;
	font-weight: normal;
}

input.searchBox {
	margin: 0 50px 0 530px;
	width: 200px;
	background: #FFF url("../images/searchicon.png") no-repeat 3px 3px;
	padding-left: 20px;
	*margin: 0 0 0 505px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#container {
	width: 998px;
	border: 1px solid #000;
	margin: 50px auto;
	background: #DDD;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 3px 15px 0 #777;
	-moz-box-shadow: 0 3px 15px 0 #777;
	box-shadow: 0 3px 15px 0 #777;
}

header.logo {
	width: 978px;
	height: 89px;
	padding: 10px;
	display: block;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	border-top-right-radius: 7px;
	border-bottom: none;
	background:  #000;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#444), color-stop(100%, #000));
	background: -moz-linear-gradient(top, #444 0%, #000 100%);
	background: -o-linear-gradient(top, #444, #000 100%);
	background: linear-gradient(top, #444, #000 100%);
}

nav {
	float: left;
	width: 150px;
}

nav ul {
	list-style-type: none;
	width: 150px;
	margin: 0;
	padding: 0;
}

nav ul li {
	width: 150px;
	height: 25px;
	background:  #DDD;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), color-stop(100%, #DDD));
	background: -moz-linear-gradient(top, #FFF 0%, #DDD 100%);
	background: -o-linear-gradient(top, #FFF, #DDD 100%);
	background: linear-gradient(top, #FFF, #DDD 100%);
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	text-align: center;
	line-height: 25px;
}

nav ul li:last-child {
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}

nav ul li a:link {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #252F8B;
	text-shadow: 1px 1px 1px #FFF;	display: block;
	width: 150px;
	height: 25px;
	line-height: 25px;
}

nav ul li a:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #252F8B;
	text-shadow: 1px 1px 1px #FFF;	display: block;
	width: 150px;
	height: 25px;
	line-height: 25px;
}

nav ul li a:hover {
	color: #007FFF;
}

nav ul li a:active {
	color: #007FFF;
	-webkit-box-shadow: inset 0 3px 5px 0 #333;
	-moz-box-shadow: inset 0 3px 5px 0 #333;
	box-shadow: inset 0 3px 5px 0 #333;
}

nav ul li a.currentnav {
	color: #007FFF;
	-webkit-box-shadow: inset 0 3px 5px 0 #333;
	-moz-box-shadow: inset 0 3px 5px 0 #333;
	box-shadow: inset 0 3px 5px 0 #333;
}

#content {
	margin: 25px 50px 25px 200px;;
}

footer {
	width: 978px;
	height: 37px;
	height: 51px\9;
	padding: 10px;
	display: block;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	border-bottom-right-radius: 7px;
	border-top: none;
	background:  #000;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#444), color-stop(100%, #000));
	background: -moz-linear-gradient(top, #444 0%, #000 100%);
	background: -o-linear-gradient(top, #444, #000 100%);
	background: linear-gradient(top, #444, #000 100%);
}

footer p {
	color: #CCC;
	margin: 0 auto;
	text-align: center;
}

footer a:link {
	color: #AAA;
	text-decoration: underline;
	font-weight: normal;
}

footer a:visited {
	color: #AAA;
	text-decoration: underline;
	font-weight: normal;
}

footer a:hover {
	color: #AAA;
	;
}

footer a:active {
	color: #AAA;
	;
	font-weight: normal;
}