* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	font-style: normal;
	color: #666;
	border-top: 4px solid #DEE0E1;
	width: 100% !important;
}

/* @group Type */

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-size: 1.7em !important;
	position: absolute;
	left: 0 !important;
	top: 30px;
}

h1, h1 a {
	width: 100% !important;
	height: 50px;
	display: block;
	float: left;
	color: #000 !important;
	text-decoration: none !important;
}

h1 a {
	text-indent: 0 !important;
}

h2 {
	font-size: 1.7em;
	line-height: 1.0em;
	color: #515151;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 16px;
}

h3 {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #006191;
	margin-bottom: 16px;
}

h4 {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #515151;
}

h5 {
	color: #006191;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.1em;
}

h6 {
	color: #006191;
	font-size: 1.2em;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-right: 20px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #DEE0E1;
}

h6:first-child {
	margin-top: 0;
}

p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 2px;
	margin-bottom: 10px;
}

p SUP {
	line-height: 0.5em;
}

li {
	font-size: 1.2em;
}

a:link {
	color: #666;
	background: transparent;
	text-decoration: none;
}

a:visited {
	color: #666;
	background: transparent;
	text-decoration: none;
}

a:hover {
	color: #666;
	background: transparent;
	text-decoration: underline;
}

a:active {
	color: #666;
	background: transparent;
	text-decoration: underline;
}

/* @end */

#left-column {
	width: 200px;
	float: left;
	position: relative;
	clear: both;
}

#wrapper {
	width: 860px;
	padding: 0;
	margin: 0 auto 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
}

#masthead {
	width: 860px;
	float: left;
	display: block;
	height: 60px;
	margin-bottom: 30px;
}

#main {
	width: 530px;
	margin-right: 20px;
	margin-left: 20px;
	float: left;
	overflow: hidden;
}

/* @group Search */

#searchbox {
	display: none !important;
}

.ajaxSearch_highlight {
	background: #DEE0E1;
	color: #000;
	font-weight: bold;
	padding: 0 2px;
}

.ajaxSearch_resultsInfo, .ajaxSearch_resultsIntroFailure {
	font-size: 1.2em;
	background-color: #DEE0E1;
	border: 1px solid #C1C5C7;
	padding: 4px 10px;
}

.ajaxSearch_paging {
	font-size: 1.2em;
	margin-bottom: 10px;
	display: block;
}

a:link.ajaxSearch_resultLink, a:visited.ajaxSearch_resultLink, a:active.ajaxSearch_resultLink {
	font-size: 1.7em;
	color: #515151 !important;
	border-bottom-color: #515151 !important;
}

a:hover.ajaxSearch_resultLink {
	font-size: 1.7em;
	color: #515151 !important;
}

/* @end */

/* @group Main-Nav */

ul#nav {
	display: none !important;
}

/* @end */

/* @group Sub-Nav */

.sub-nav li {
	list-style: none;
	line-height: 1.4em;
}

ul.sub-nav li a:link, ul.sub-nav li a:visited {
	color: #777;
	background: transparent;
	text-decoration: none;
    display:block;
}

ul.sub-nav li a:hover, ul.sub-nav li a:active{
	color: #777;
	background: transparent;
	text-decoration: underline;
}
ul.sub-nav li.active ul a, ul.sub-nav li.active ul a:link{
    background-image:none;
    font-weight:normal;
}

#sub-nav li.active a, #sub-nav li.active a:link{
	color: #006699;
	font-weight: bold;
	padding-left: 0 !important;
	height:1%;
}
#sub-nav li.active ul li a, #sub-nav li.active ul li a:link{
    background-image:none;
    font-weight:normal;
    color:#777;
}

ul.sub-nav li ul li {
	font-size: 1em;
	font-weight: normal;
	padding-left: 10px;
}

ul.sub-nav li.active ul li{
	padding-left: 10px;
}

ul.sub-nav li.active ul li a, ul.sub-nav li.active ul li a:link {
	color: #777 !important;
}

/* @end */

/* @group Small-Nav */

#small-nav {
	display: none !important;
}

/* @end */

/* @group Footer */

#footer {
	clear: both;
	border-top: 1px solid #dee0e1;
	padding-top: 4px;
	margin-top: 10px;
	float: left;
	width: 100%;
}

#footer p {
	color: #666 !important;
	font-size: 1.1em;
}

/* @end */



/* @group Side Panel */

div.sidepanel {
	width: 96% !important;
	height: 100%;
	padding: 10px;
	border-top: 1px solid !important;
	border-bottom: 1px solid !important;
	border-left: 1px solid !important;
	border-right: 1px solid !important;
}

div.sidepanel ul {
	list-style: none;
}

div.sidepanel p, div.sidepanel a, div.sidepanel li a, div.sidepanel ul.r_files li {
	color: #666 !important;
	font-size: 1.0em;
	line-height: 1.5em;
}

div.sidepanel a {
	padding-left: 0 !important;
}

/* @end */

/* @group Divcol */

#divcol {
	position: relative;
}

#inner_wrap {
	overflow: visible;
}

.set_width #divcol {
	width: 400px;
}

div#divcol ul {
	margin-bottom: 10px;
}

div#divcol li {
	font-size: 1.2em;
	line-height: 1.4em;
	list-style-position: outside;
	margin-left: 34px;
	margin-bottom: 3px;
}

div#divcol a:link {
	text-decoration: none;
	border-bottom: 1px solid #DEE0E1;
}

div#divcol a:visited, div#divcol a:active {
	text-decoration: none;
	border-bottom: 1px dashed #DEE0E1;
}

div#divcol a:hover {
	text-decoration: none;
	border-bottom: none;
}



/* @end */

.mainImg {
	margin-bottom: 16px;
}

.imgLeft {
	float: left;
	background-color: #DEE0E1;
	padding-bottom: 4px;
	margin-right: 20px;
	margin-bottom: 10px;
}

#flashcontent {
		width: 530px;
		height: 220px;
		float: left;
		margin-bottom: 16px;
}

.smallcol {
	width: 200px;
	margin-right: 20px;
	color: #006699;
	float: left;
	margin-top: 16px;
}

.threecol {
	width: 163px;
	float: left;
	margin-right: 20px;
}

.threecolLast {
	width: 163px;
	float: left;
	margin-right: 0;
}

/* @group Promo Styles */

p a.abcRibbon {
	background: transparent url(../page_elements/abc_ribbon.gif) no-repeat right 1px;
	padding-right: 16px;
	position: relative;
}

p a:link.abcRibbon, p a:visited.abcRibbon, p a:active.abcRibbon {
	color: #777;
	text-decoration: none;
}

p a:hover.abcRibbon {
	color: #EC008B;
	text-decoration: underline;
}

p a:link.MaW, p a:visited.MaW, p a:active.MaW {
	color: #777;
	text-decoration: none;
}

p a:hover.MaW {
	color: #004487;
	text-decoration: underline;
}

/* @end */

/* @group Boxes */

.greybox {
	background-color: #DEE0E1;
	width: 508px;
	border: 1px solid #C1C5C7;
	padding: 8px 10px 4px;
	text-align: center;
}

.greybox .gbox_txtfield {
	font: 1.2em Arial, Helvetica, Geneva, sans-serif;
	color: #515151;
	margin-right: 4px;
	margin-left: 4px;
}

.greybox select, .greybox input {
	margin-left: 4px;
	color: #515151;
}

.greybox label, .greybox p {
	font: 1.2em Arial, Helvetica, Geneva, sans-serif;
	color: #515151;
}

/* @end */

/* @group Google Map */

#map {
	margin-bottom: 16px;
}

div.markerTooltip, div.markerDetail {
	font: 1.5em Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	color: #000;
	background-color: #fff;
	white-space: nowrap;
	margin: 0;
	padding: 2px 4px;
	border: 1px solid #000;
}

/* @end */