@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h3 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #DF741D;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}

p {
	padding-bottom: 1em;
}

a img {
	border: none;
}

span {
	color: inherit;
}

#wrapper {
	width: 776px;
	overflow: hidden; /* secific width + overflow:hidden clears inner floats */
	margin: 0 auto;
	background: #E5E9EF;
}

#header {
	border-top: 8px solid #B3C1D1;
	padding-top: 0px;
	width: 100%;
	overflow: hidden;
	padding-bottom: 7px;
	background: #fff;
}

#header div.logo {
	padding-left: 30px;
	padding-top:24px;
	float: left;
	display: inline;
}

#header div.spacesaver {
	position:relative;
	}
#header div.spacesaver img {
	position:absolute;
	right:0px;
	}

#header #mainNav {
	float: right;
	display: inline;
	background: #D7DCE0 url(../images/shared/mainNav_endcap.gif) no-repeat left top;
	padding-left: 11px;
	height: 25px;
	margin-top: 64px;
}

#header #mainNav ul {
	background: #D7DCE0;
}

#header #mainNav ul li {
	display: inline;
	float: left;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #475E74;
	font-size: 11px;
	position: relative;
	list-style: none;
}

#header #mainNav ul li a {
	text-decoration: none;
	float: left;
	display: inline;
	padding: 5px 4px;
	color: #475E74;
}

#header #mainNav ul li a:hover,
#header #mainNav ul li.current a {
	color: #DF741D !important;
}

#header #mainNav ul li ul,
#wrapper ul.mainNavDropDown {
	display: block;
	float: none;
	position: absolute;
	margin-top: 25px;
	height: auto;
	width: 129px;
	padding-bottom: 6px;
	background: url(../images/shared/bg_nav_dropDown.gif) no-repeat left bottom;
	z-index: 1000;
}

#header #mainNav ul li ul li,
#wrapper ul.mainNavDropDown li {
	float: none;
	display: block;
	border-right: 1px solid #335982;
	background: #D7DCE0;
	margin-bottom: 0;
	padding-bottom: 0;
}

#header #mainNav ul li ul li a,
#wrapper ul.mainNavDropDown li a {
	float: none;
	display: block;
	padding: 2px 5px;
	width: 118px;
	color: #333;
	text-decoration: none;
	margin: 0;
}

#header #mainNav ul li ul li a:hover,
#wrapper ul.mainNavDropDown li a:hover {
	background: #DF741D;
	color: #FFF;
}

#content {
	background: #E5E9EF url(../images/shared/content_bg.png) repeat-y left top;
	color: #222;
}

#content div.topSwoosh {
	background: url(../images/shared/top_swoosh.png) no-repeat left top;
	height: 54px;
	width: 776px;
}

#content div.main {
	padding: 20px 40px 0 40px;
	width: 696px;
	overflow: hidden;
}

#content div.main div.rightContent {
	float: right;
	display: inline;
	width: 510px;
	overflow: hidden;
}

#content div.main div.rightContent div.breadcrumbs {
	height: 30px;
	background: #EEF1F5 url(../images/shared/bg_breadcrumbs_left.gif) no-repeat left top;
	float: left;
	display: inline;
	margin-bottom: 10px;
}

#content div.main div.rightContent div.breadcrumbs ul {
	padding: 9px 9px 0 9px;
	height: 21px;
	background: url(../images/shared/bg_breadcrumbs_right.gif) no-repeat right top;
}

#content div.main div.rightContent div.breadcrumbs ul li {
	list-style: none;
	display: inline;
}

#content div.main div.rightContent div.breadcrumbs ul li a {
	color: #777;
	text-decoration: none;
	padding-right: 10px;
	background: url(../images/shared/bg_breadcrumb_separator.gif) no-repeat right center;
}

#content div.main div.rightContent div.breadcrumbs ul li.last a {
	padding-right: 0px;
	background: none;
}

#content div.main div.rightContent div.breadcrumbs ul li a:hover {
	color: #DF741D;
}

#content div.main div.sideNav {
	background: #A2B3C6 url(../images/shared/bg_sideNav_top.jpg) no-repeat left top;
	width: 159px;
	padding-top: 15px;
}

#content div.main div.sideNav h3 {
	color: #fff;
	text-transform:uppercase;
	padding-left: 10px;
}

#content div.main div.sideNav ul {
	width: 99px;
	background: url(../images/shared/bg_sideNav_corners_bottom.gif) no-repeat left bottom;
	padding: 0 25px 16px 35px;
}

#content div.main div.sideNav ul li a {
	color: #333;
}
#content div.main div.sideNav ul li a:hover {
	color:#eef1f4;
}

#content div.main div.rightContent div.copy {
	width: 475px;
	clear: left;
}

#content div.main div.rightContent h1 {
	clear: left;
	font-size: 36px;
	color: #335982;
	font-family: 'helvextracompressed', 'arial narrow', arial, helvetica, sans-serif;
	padding-bottom: 10px;
	font-weight: normal;
}

table.chart {
	border:2px solid #335982;
	border-top:1px solid #335982;
	border-right:1px solid #335982;
	}
table.chart tr th {
	text-align:center;
	font-weight:bold;
	color:#335982;
	background-color:#fff;
	padding:2px;
	vertical-align:bottom;
	border-top:1px solid #335982;
	border-right:1px solid #335982;
	}
table.chart tr td {
	vertical-align:top;
	padding:2px;
	border-top:1px solid #335982;
	border-right:1px solid #335982;
	text-align:center;
	}
table.chart tr td.highlight {
	background-color:#E5E9EF;
	color:#335982;
	}
table.chart tr .left {
	text-align:left;
	}


#footer {
	text-align: center;
	width: 100%;
	overflow: hidden;
	background: url(../images/shared/footer_bg.png) no-repeat left top;
	padding-top: 40px;
	padding-bottom: 20px;
}

#footer ul {
	float: left;
	display: inline;
	padding: 0 15% 10px;
}

#footer ul li {
	display: inline;
	float: left;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}

#footer ul li a {
	text-decoration: none;
	float: left;
	display: inline;
	padding: 5px 5px;
	color: #333333;
}

#footer ul li a:hover {
	color: #DF741D;
}

#footer div.logos {
	text-align:center;
	}

div.copy p {
	line-height: 1.5em;
	clear:both;
	font-size:12px;
}

div.copy a, div.copy a:link {
	color:#475E74;
}
div.copy a:hover {
	color:#df741d;
}
div.copy h3 {
	clear:both;
	}

div.copy ul {
	padding-bottom: 5px;
	padding-left: 10px;
}

div.copy ul li {
	list-style: disc;
	margin-left: 15px;
	line-height: 1.5em;
}

div.copy img {
	float:left;
	margin:10px;
	margin-right:0px;
	border:1px solid #335982;
	
}
div.imageWithCaption {
	padding:10px;
	padding-right:0px;
	float:left;
}
div.imageWithCaption img {
	margin:0px;
	}
div.imageWithCaption p.caption {
	margin-top:0px;
	}

/***EMAIL FORM***/
#EmailForm {
	width: 300px;
	}
#EmailForm fieldset {
	border:0px;
}
#EmailForm fieldset label {
	line-height:30px;
	float:left;
	white-space:nowrap;
	}
#EmailForm fieldset select {
	float:right;
	width:179px;
	margin-top:3px;
	}
#EmailForm fieldset textarea, #EmailForm fieldset input {
	width:175px;
} 
#EmailForm fieldset input.button {
	display:block;
	clear:both;
	margin-left:123px;
	width:150px;
	position:relative;
	top:-50px;
	}
#EmailForm fieldset input#cfName {
	margin-left:63px;
	}
#EmailForm fieldset input#cfEmail {
	margin-left:23px;
	}
#EmailForm fieldset textarea#cfMessage {
	margin-left:121px;
	float:left;
	position:relative;
	top:-30px;
	}

/* quickEdit toolbar */

#QE_Toolbar, #QE_Toolbar * {
-x-system-font:none;
background:#FFFFFF none repeat scroll 0% 0%;
border:0pt none;
color:#000000;
font-family:sans-serif;
font-size:10px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:15px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:0pt;
text-decoration:none;
z-index:1000000;
}
#QE_Toolbar {
background:transparent none repeat scroll 0% 0%;
border:1px solid #AFAFAF;
display:none;
height:16px;
left:2px;
position:absolute;
top:2px;
width:220px;
}
#QE_Toolbar h1 {
background:#FFFFFF url(../images/link_bg.png) repeat-x scroll 0pt 0pt;
cursor:move;
float:left;
font-weight:bold;
line-height:16px;
padding:0pt 0pt 0pt 5px;
text-align:left;
width:112px;
z-index:1000001;
}
#QE_Toolbar ul {
border:0pt none;
cursor:pointer;
position:absolute;
right:0pt;
top:0pt;
}
#QE_Toolbar li {
background:#D5D5D5 url(../images/menu_button_bg.png) repeat scroll 0% 0%;
border-left:1px solid #AAAAAA;
float:left;
line-height:16px;
padding:0pt 3px;
text-transform:lowercase;
z-index:1000003;
}
#QE_Toolbar li:hover {
background-color:#DFDFDF;
}
#QE_Toolbar ul ul {
background:#FFFFFF url(../images/body_bg.png) repeat-x scroll left bottom;
border-color:#AFAFAF;
border-style:solid;
border-width:0pt 1px 1px;
overflow:hidden;
position:absolute;
right:-1px;
text-align:left;
top:16px;
width:220px;
z-index:1000002;
}
#QE_Toolbar ul ul li {
background-color:transparent;
background-image:none;
border:0pt none;
display:block;
float:none;
}
#QE_Toolbar ul ul a {
background:transparent none repeat scroll 0% 0%;
display:block;
padding:2px 0pt 2px 10px;
z-index:1000003;
}
#QE_Toolbar a.checkbox {
background:transparent url(../images/unchecked.gif) no-repeat scroll 10px 0pt;
padding-left:25px;
}
#QE_Toolbar a.checked {
background-image:url(../images/checked.gif);
}
#QE_Toolbar img {
background-color:transparent;
border-style:none;
float:none;
vertical-align:top;
}
a.QE_Link {
background:#FFFFFF url(../images/link_bg.png) repeat-x scroll left top;
border:1px solid #AFAFAF;
clear:right;
color:#000000;
cursor:pointer;
display:none;
float:right;
font-size:7pt;
font-weight:normal;
height:15px;
line-height:15px;
padding:0pt 5px;
position:relative;
text-decoration:none;
white-space:nowrap;
}
.QE_Parent {
background-image:url(../images/parent_bg.gif) !important;
background-repeat:repeat !important;
}
#QE_Toolbar, a.QE_Link {
display:none;
}
#QE_Toolbar, a.QE_Link {
display:none;
}
