/* ------------------------------------------------ RESET */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* new html5 semantic elements */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
	display: block;
}

blockquote, q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

ul, ol {
	list-style-type: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

.ie6 {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/* ------------------------------------------------ BASE STYLES */

body {
	background: #3f6b88 none;
	font: normal 12px/16px Arial, Sans-Serif;
	text-align: center;
}

.ie6 body,
.ie7 body,
.ie8 body {
	background: #3f6b88 url(/_media/framework/bg_main.jpg) no-repeat 0 0;
}

h1 {
	color:#3f6b88;
	font-size:20px;
	font-weight: normal;
	line-height: 23px;
}

h2 {
	color:#3f6b88;
	font-size:12px;
	font-weight: normal;
	margin:16px 0 -16px 0;
}

h3 {
	color:#797979;
	font-size:12px;
	margin:16px 0 -16px 0;
}

a {
	color:#3f6b88;
	outline:none;
	text-decoration:none;
}

a:hover {
	color:#797979;
}

img {
	border-width:0;
}

/* ------------------------------------------------------------------- */

#Wrap {
	border: 1px solid #E4E4E4;
	box-shadow: 0 15px 30px #1B2D43;
	-webkit-box-shadow: 0 10px 35px #1B2D43;
	margin:0 auto 50px;
	text-align:left;
	width:700px;
	position: relative;
}

/* HEADER ------------------------------------------------------------------- */

#Header {
	height:90px;
	position:relative;
	margin:0 auto;
	text-align:left;
	width:700px;
}

#Header img {
	left:20px;
	position:absolute;
	top:30px;
	z-index: 2;
}

#Header ul {
	left:480px;
	position:absolute;
	top:55px;
	width:200px;
}

#Header ul li {
	background:transparent url(/_media/framework/bg_MetaNav_Separator.gif) no-repeat 0 3px;
	float:right;
	font-size:10px;
	list-style-type:none;
	margin:0 0 0 8px;
	padding:0 0 0 8px;
}

#Header ul li a:active,
#Header ul li a:link,
#Header ul li a:visited {
	color:#c6c6c6;
	text-decoration:none;
}

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

#Header ul li.FirstItem {
	background-image:none;
}

#HeaderImage img {
	display: block;
}

/* NavMain ------------------------------------------------------------------ */

#NavMain {
	background:#505050;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #f7f6f6;
	clear:both;
	height:37px;
	padding:0 10px;
}

#NavMain ul {
	margin-top: -1px;
}

#NavMain ul li {
	border-right: 1px solid #505050;
	border-left: 1px solid #505050;
	float:left;
	list-style-type:none;
	margin:0 0 0 5px;
}

#NavMain ul li.FirstItem {
	margin:0;
}

#NavMain ul li a {
	color: #FFFFFF;
    display: block;
	font-size: 14px;
    font-weight: normal;
    height: 38px;
    line-height: 36px;
    overflow: hidden;
    padding: 0 20px;
    text-transform: uppercase;
}

#NavMain ul li a:hover img,
#NavMain ul li.Current a img {
	display:none;
}

#NavMain ul li.Current {
	border-right: 1px solid #444444;
	border-left: 1px solid #444444;
	margin-top: -1px;
}

#NavMain ul li.Current a {
	background-color: #E3E3E3;
    color: #3F6B88;
    bottom: -1px;
    padding-bottom: 1px;
    position: relative;
}

/* NavSub ------------------------------------------------------------------- */

#NavSub {
	background:#e3e3e3;
	border-bottom: solid 1px #d4d4d5;
	clear:both;
	padding:0 0 0 28px;
}

#NavSub ul {
}

#NavSub li {
	float:left;
	font-size:12px;
	list-style-type:none;
	margin: 0 20px 0 0;
	position: relative;
}

#NavSub a {
	border-top: solid 5px #e3e3e3;
	border-left: solid 1px #E3E3E3;
	border-right: solid 1px #E3E3E3;
	font-size: 13px;
	display: block;
	padding: 4px 10px 8px;
}

#NavSub .Current a {
	background-color: #ffffff;
	border: solid 1px #d4d4d5;
	border-bottom: none;
	color:#3f6b88;
	padding-bottom: 9px;
	margin-top: 3px;
	position: relative;
	bottom: -1px;
}

/* NavBreadCrumb ------------------------------------------------------------ */

#NavBreadCrumb {
	background:#fff;
	clear:both;
	height:20px;
	padding:18px 0 20px 28px;
}

#NavBreadCrumb ul li {
	background:transparent url(/_media/framework/bg_Breadcrumb_Item.gif) 0 4px no-repeat;
	float:left;
	font-size:10px;
	list-style-type:none;
	margin:0 8px 0 0;
	padding: 0 0 0 12px;
}

#NavBreadCrumb ul li.FirstItem {
	background-image:none;
	margin:0 8px 0 0;
	padding:0;
}

#NavBreadCrumb ul li.Current a {
	color:#727273;
}

#NavBreadCrumb {
	height:0;
	padding:0 0 20px 0;
}

#NavBreadCrumb * {
	display:none;
}

/* Content ------------------------------------------------------------------ */

#Content {
	background-color:#fff;
	float:none;
	padding:0 28px 28px 28px;
}

#ContentMain {
	float:left;
	width:444px;
}

#ContentMain p,
#ContentMain div,
#ContentMain ul {
	color:#727273;
	margin:16px 0 16px 0;
}

#ContentMain p.lead {
	font-weight: bold;
}

#ContentMain ul ul {
	margin:0 0 12px 0;
}

#ContentMain p.Lead {
	font-weight:bold;
}

#ContentMain ul li {
	background:transparent url(/_media/framework/Sidebar_ItemArrow.gif) 0 4px no-repeat;
	padding:0 0 0 14px;
}

#ContentMain ul li.FirstItem {
	background-image:none;
	padding:0;
}

#ContentMain ul li.FirstItemSpace {
	padding:0 0 12px 14px;
}

#ContentMain .cHalfWidth {
	float:left;
	width:222px;
}

#ContentMain .c_ContentImage a img {
	border:solid 1px #2e4a5a;
}

#ContentMain .c_ContentImage a:hover img {
	border:solid 1px #797979;
}

/* Sidebar ------------------------------------------------------------------ */

#Sidebar {
	float:right;
	width:168px;
}

#Sidebar h2.sbTitle {
	font-size:16px;
	height:16px;
	margin:0 0 0 4px;
}

#Sidebar .sbBox {
	background:#e4e4e4 url(/_media/framework/bg_Sidebar_Box_Top.gif) 0 top no-repeat;
	color:#797979;
	margin:0 0 14px 0;
	padding:12px 0 0 0;
}

#Sidebar .sbBox .Bottom {
	background:#e4e4e4 url(/_media/framework/bg_Sidebar_Box_Bottom.gif) 0 bottom no-repeat;
	font-size:0;
	height:12px;
	line-height:0;
}

#Sidebar .sbBox p {
	padding:0 10px;
}

#Sidebar .sbBox ul {
	margin:0 0 0 4px;
	width:160px;
}

#Sidebar .sbBox ul li {
	background:transparent url(/_media/framework/Sidebar_ItemArrow.gif) 6px 10px no-repeat;
	border-top:solid 1px #fff;
	padding:6px 8px 6px 20px;
}

#Sidebar .sbBox ul li.FirstItem {
	border-width:0;
}

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

#Footer {
	background-color:#f6f6f6;
	border-top: 1px solid #E3E3E3;
	clear:both;
	color:#797979;
	font-size:11px;
	height:50px;
	padding:10px 28px 0 28px;
}

#Footer p {
	float:left;
	width:200px;
}

#Footer ul {
	float:right;
	width:300px;
}

#Footer ul li {
	float:right;
	list-style-type:none;
	margin:0 0 0 8px;
}

/* Errors ------------------------------------------------------------------- */
#ContentMain p.Error {
	color:Red;
}


/* Various ------------------------------------------------------------------ */

.Clear {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
}

.FloatRight {
	float:right;
	margin:0 0 12px 12px;
}

.FloatLeft {
	float:left;
	margin:0 12px 12px 0;
}

/* The Magnificent CLEARFIX */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;	
} 

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}
