body {
	background: #ebebeb;
	font-family: Helvetica, Arial, Verdana;
	font-size: 14px;
	color: #5e5e5e;
}

a {
	outline: none;
	color: #092143;
}

a:hover {
	color: #265495;
}

h1 {
	margin: 0;
	padding: 0;
}

h1 a {
	color: #f1f1f1;
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
}

h1 a:hover {
	color:#f1f1f1;
}

h1 span {
	font-weight: normal;
	font-size: 14px;
	color: #ccc;
}

h2 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

h3 {
	font-size: 20px;
	color: #000;
}

h4 {
	font-size: 17px;
	color: #000;
}

h5 {
	font-size: 15px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
}

#header {
	height: 150px;
	background: url('/img/bg_header.png');
	background-position:center; 
}

#top-strip {
	height: 50px;
	background: url('/img/bg_nav.png');
}

#logo {}

#nav {}

#nav ul {
	margin-top: 14px;
	list-style-type: none;
}

#nav ul li {
	display: inline;
	margin-left: 30px;
	padding-left: 20px;
	border-left: 1px dotted #3773c0;
}

#nav ul li a {
	color: #fff;
	text-decoration: none;
}

#nav ul li a:hover {
	text-decoration: underline;
}

#feature-well {
	height: 100px;
	padding-top: 33px;
}

#content-wrapper {
	background: #fff;
}

#content {
	padding-top: 40px;
	padding-bottom: 40px;
}

#footer	{
	height: 150px;
	padding-top: 15px;
	padding-bottom: 40px;
	border-top: 5px solid #ddddde;
}

#copyright	{
	margin-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	font-size: 11px;
	border-top: 1px solid #ddddde;
}

.colborder {
	border-right: 1px solid #ddddde;
}

.box {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #333;
}

.button {
	display: block;
	width: 152px;
	height: 36px;
	padding-top: 7px;
	background: url('/img/bg_button.png') no-repeat;
	color: #f9f9f9;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.button:hover {
	color: #fff;
}