* {
	margin: 0;
	padding: 0;
}

a {
	outline: none;
}

img {
	border: none;
}

.green {
	color: #3d982f;
}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
	height: 0px;
}

body {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #355680;
	font-size: 62.5%;
	background-color: #ebebeb;
}

#wrapper_header {
	width: 100%;
	height: 257px;
	background: url(gfx/bgnd-wrapper_header.jpg) left top repeat-x;
}

#header {
	margin: 0 auto;
	width: 940px;
	height: 257px;
	background: url(gfx/bgnd-header.jpg) right top no-repeat;
	position: relative;
}

#logo {
	width: 220px;
	height: 60px;
	position: absolute;
	top: 30px;
	left: 0px;
}

#tagline {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 2.4em;
	font-style: italic;
	position: absolute;
	top: 100px;
}

#cta-callnow {
	position: absolute;
	right: 160px;
	top: 30px;
}

#cta-email {
	position: absolute;
	right: 0px;
	top: 30px;
}

#nav {
	list-style: none;
	width: 940px;
	height: 49px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
}

#nav li {
	float: left;
	height: 49px;
	padding: 0px 13px;
	/* border-right: 1px solid #e9e8e8; */
	margin-right: 1px;
}

#nav li a {
	line-height: 4em;
	color: #27578b;
	font-size: 1.3em;
	text-transform: uppercase;
	text-decoration: none;
}

#nav .page_item {
	background: url(gfx/nav-pageitem.png) top left repeat-x;
}

#nav .page_item a:hover {
	text-decoration: underline;
}

#nav .current_page_item,
#nav .current_page_parent {
	background: url(gfx/nav-currentpage.png) top left repeat-x;
}

#nav .current_page_item a,
#nav .current_page_parent a {
	border-bottom: 2px solid #3c962e;
}

#nav .current_page_item a:hover,
#nav .current_page_parent a:hover {
	text-decoration: none;
}

#wrapper_content {
	width: 100%;
	background-color: #dfe7ef;
}

#content {
	margin: 0 auto;
	width: 940px;
}

#storycontent {
	float: left;
	width: 680px;
	padding-top: 20px;
	padding-bottom: 15px;
}

#sidebar {
	float: right;
	width: 228px;
	background: url(gfx/bgnd-sidebar.jpg) center bottom no-repeat #feffff;
	padding-top: 10px;
	text-align: center;
}

#sidebar img {
	border: 2px solid #adc1d8;
	margin-bottom: 15px;
}

#wrapper_footer {
	background: url(gfx/bgnd-footer.jpg) left top repeat-x;
	border-top: 2px solid #f1f4f8;
}

#footer {
	margin: 0 auto;
	width: 940px;
	position: relative;
	height: 145px;
}

#footer-logo {
	position: absolute;
	top: 22px;
}

#footer-details {
	position: absolute;
	color: #27578b;
	font-size: 1.3em;
	list-style: none;
	right: 0px;
	top: 35px;
}

#footer-details li {
	float: left;
	margin-left: 45px;
}

#footer-details small {
	color: #999;
}

#footer-details a {
	color: #27578b;
	text-decoration: none;
}

#footer-details a:hover {
	text-decoration: underline;
}

#copyright {
	position: absolute;
	bottom: 15px;
	left: 0px;
	font-size: 1em;
	color: #999;
}

#copyright a {
	color: #999;
	text-decoration: none;
}

#copyright a:hover {
	color: #666;
}

#feed {
	background-color: #f6f6f8;
	border-top: 1px solid #27578b;
	border-bottom: 1px solid #27578b;
}

#feed-title {
	background: url(gfx/icon-feed.gif) bottom left no-repeat;
	height: 40px;
	text-indent: 30px;
	border-bottom: 3px solid #27578b;
	line-height: 2.2em;
	font-size: 1.8em;
	margin-bottom: 2px;
	clear: both;
}

#content #feed ul {
	list-style: none;
	margin: 0px;
	color: #666;
	font-size: 1.2em;
	height: 90px;
}

#feed li {
	width: 210px;
	float: left;
	padding: 4px 0px 4px 12px;
	height: 90px;
}

#feed li a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

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

li.feed-middle {
	border-left: 1px solid #dee3eb;
	border-right: 1px solid #dee3eb;
}

#content #subnav {
	list-style: none;
	margin: 0px;
	padding: 0;
	height: 45px;
	clear: both;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#subnav li {
	float: left;
	height: 22px;
	margin-right: 8px;
}

#content #subnav li.page_item {
	background: url(gfx/subnav-pageitem.gif) left top no-repeat;
	font-size: 1em;
	padding-left: 10px;
	padding-top: 0px;
}

#content #subnav li.page_item a {
	color: #355680;
	text-decoration: none;
	background: url(gfx/subnav-pageitem.gif) right top no-repeat;
	padding-bottom: 7px;
	padding-right: 10px;
	padding-top: 0px;
	line-height: 1.65em;
	float: left;
}

#content #subnav li.page_item a:hover {
	text-decoration: underline;
}


#content #subnav li.current_page_item {
	background: url(gfx/subnav-currentpage.gif) left top no-repeat;
	font-size: 1em;
	padding-left: 10px;
	padding-top: 0px;
}

#content #subnav li.current_page_item a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	background: url(gfx/subnav-currentpage.gif) right top no-repeat;
	padding-bottom: 7px;
	padding-right: 10px;
	padding-top: 0px;
	line-height: 1.65em;
	float: left;
}


/*
#content #subnav .current_page_item a {
	background-color: white;
	color: black;
	padding: 3px 5px;
	font: italic normal 1.1em/150% Georgia, "Trebuchet MS", Times New Roman, serif;
	text-decoration: none;
	border-bottom: 2px solid #3c962e;
}

#subnav .page_item a {
	color: black;
	font: italic normal 1.0em/100% Georgia, "Trebuchet MS", Times New Roman, serif;
}
*/