/* ################################## CSS Reset http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ################################## CSS Reset End */

body {
	margin: 0;
	padding: 0;
	min-height: 768px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%; /* approx 12px in IE */
}

html>body {
	font-size: 12px;
}


/* Banner ########################################### */

#banner-wrap {
	clear: both;
	width: 100%;
	/*height: 111px;
	height: 9.25em;*/
	min-height: 111px;
	background: #003434 url(banner-grad-bg-v1.png) left top repeat-x;
	color: #fff;
	border-bottom: 1px solid #c26666;
}

#banner {
	width: 100%;
	height: 9.0834em;
	height: 100%;
	min-height: 109px;
	background: transparent url(banner-main-bg-v1.png) center top no-repeat;
	border-bottom: 2px solid #900;
}

.container {
	width: 960px;
	margin: 0 auto 0 auto;
}

.keyboarders a, .keyboarders a:hover, .keyboarders a:visited {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.keyboarders a:active, .keyboarders a:focus {
	position: static;
	display: block;
	width: 100%;
	height:2em;
	line-height: 2em;
	color: #fff;
	background-color: #333;
	border-bottom: 2px solid #990000;
	text-align: center;
	font-weight: bold;
}

#logo {
	clear: left;
	float: left;
	width: 329px;
	height: 81px;
}

/* Banner utility navigation ######################################### */

#utils {
	float: left;
	width: 630px;
	height: 80px;
	height: 6.6667em;
}

ul#util-nav {
	height: 29px;
	height: 2.6364em;
	max-width: 630px;
	margin: 0 15px 0 0;
	text-align: right;
	font-size: 0.9167em; /* 11px */
}

#util-nav li {
	display: inline;
	line-height: 29px;
	line-height: 2.6364em;
}

#util-nav li a, #util-nav li span {
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 1em;
}

#util-nav li a:hover, #util-nav li a:focus {
	text-decoration: underline;
}

/* Banner  Search ########################################### */

#qsearch {
	float: left;
	height: 25px;
	height: 2.0834em;
	line-height: 25px;
	line-height: 2.0834em;
	padding: 0 0 17px 38px;
}

html>body #qsearch {
	background: transparent url(search-bg-v1.png) 0 26px no-repeat;
}

#qsearch fieldset {
	border: 0 solid;
	margin: 0;
	padding: 0;
}

#qsearch label {
	position: absolute;
	left: -9999px;
	z-index: -100;
	width: 0;
	height: 0;
	overflow: hidden;
}

.qtwrap {
	width: 100%;
	height: 100%;
	float: left;
	line-height: 2.0833em;
}

.trc {
	width: 233px !important;
	width: 19.4167em !important;
	max-width: 465px;
	height: 25px !important;
	height: 2.0834em !important;
	max-height: 50px;
	background: transparent url(search-input-trc-v1.gif) right top no-repeat;
}

.brc {
	background: transparent url(search-input-brc-v1.gif) right bottom no-repeat;
}

.tlc {
	background: transparent url(search-input-tlc-v1.gif) left top no-repeat;
}

.blc {
	background: transparent url(search-input-blc-v1.gif) left bottom no-repeat;
}

#qs-qt {
	width: 223px;
	width: 15.9286em;
	font-size: 1.1667em; /* approx 14px */
	border: 0 solid;
	background-color: transparent;
	padding: 0 0 0 5px;
	margin: 0.25em 0 0 0;
}

#qssubmit-wrap {
	float: left;
	width: 76px;
	width: 6.9091em;
	max-width: 151px;
	max-height: 50px;
	height: 25px;
	height: 2.2728em; /* 25px */
	background: #d8d8d8 url(search-button-bg-v1.gif) left top repeat-x;
	line-height: 2.2728em;
	text-align: center;
	font-size: 0.9167em; /* 11px */
}

#qssubmit-wrap div {
	width: 100%;
	height: 100%;
	background: transparent url(search-submit-trc-v1.png) right top no-repeat;
}

#qssubmit-wrap div div {
	background: transparent url(search-submit-brc-v1.png) right bottom no-repeat;
}

#qssubmit-wrap input {
	width: 100%;
	height: 100%;
	border: 0;
	font-size: 1em;
	font-weight: bold;
	color: #333;
	line-height: 2.0834em;
	background: none;
}

/* Main Navigation (under banner) ########################################### */

#main-nav {
	clear: both;
	width: 76.3334em; /* 916px */
	min-width: 916px;
	height: 29px;
	height: 2.7273em; /* 30px */
	height: 2.3334em; /* 28px */
	min-height: 28px;
	padding-left: 31px;
	font-size: 0.9167em; /* 11px */
	font-size: 1em; /* 12px */
	font-weight: normal;
}

* html #main-nav {
	width: 100%;
}

#main-nav ul {
	width: 100%;
	height: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	white-space: nowrap;
}

* html #main-nav ul {
	height: 28px;
}

#main-nav li {
	float: left;
	/*width: 12.5%;*/
	margin-right: 0.6667em;
	height: 100%;	
}


#main-nav li a,  #main-nav li span {
	display: block;
	float: left;
	line-height: 28px;
	color: #fdfdfd;
	text-decoration: none;
	text-align: center;
	
}

#main-nav li span {
	padding: 0 1.1667em 0 1.1667em;
}

#main-nav li.active, #main-nav li a:hover, #main-nav li a:focus {
	background: #900 url(main-nav-tab-trc-v1.gif) right top no-repeat;
}

#main-nav li.active span, #main-nav li a:hover span, #main-nav li a:focus span {
	background: transparent url(main-nav-tab-tlc-v1.gif) left top no-repeat;
}

#main-nav li a:hover, #main-nav li a:hover span, #main-nav li a:focus, #main-nav li a:focus span {
	/*opacity: .75;*/
	color: #fff;
	cursor: pointer;
}

#main-nav li a:hover {
	background-color: #760000;
}


/* 1/2-col Layout ########################################### */

#outer-wrapper {
	width: 100%;
	background: #fff url(pics/body-bg.png) left bottom repeat-x;
	min-height: 1420px;
}

* html #outer-wrapper {
	height: 1420px;
}

#wrapper {
	width: 933px;
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 1px 0 0 0;
	/* width: 72em; */
}

#sidebar {
	width: 224px;
	float: right;
	margin: 0;
	padding: 0;
}

* html #sidebar {
	width: 224px;
}

.no-sidebar #sidebar {
	display: none;
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	left: -9999px;
}

#main {
	clear: left;
	margin: 0 25% 0 0;
	margin: 0 242px 0 0;
	padding: 0 0 0 14px;
	/*padding: 0;*/
}

* html #main {
	margin: 0 242px 0 0;
	width: 644px;
	float: left;
}

.no-sidebar #main {
	margin: 0;
	padding: 0;
	width: 100%;
}

div#breadcrumb {
	clear: both;
	/*float: left;
	width: 100%;*/
	height: 2.2728em;
	line-height: 2.2728em;
	margin: 11px 0 18px 14px;
	font-size: 0.9167em;
	color: #000;
	border: 1px solid #ccc;
	background: #fbfbfb url(breadcrumb-grad-bg-v1.gif) left bottom repeat-x;
}

div#breadcrumb ul {
	list-style: none;
}

div#breadcrumb ul li {
	float: left;
	height: 100%;
	padding: 0 6px 0 16px;
	background: transparent url(breadcrumb-divider-v1.gif) left center no-repeat;
}

div#breadcrumb li a {
	color: #006666;
	text-decoration: none;
}

div#breadcrumb li a:hover {
	text-decoration: underline;
}

div#breadcrumb ul li.home {
	padding: 0 6px 0 0;
	background: none;
}

div#breadcrumb ul li.home a {
	display: block;
	float: left;
	width: 21px;
	background: transparent url(home-icon-v1.gif) 3px center no-repeat;
	text-indent: -9999px;
}



/* Content Styles ########################################### */

#content {
	padding: 0 0 0 0;
	margin: 0;
	line-height: 1.5em;
}

#content p {
	margin-top: 0;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

#content ul {
	list-style-image: url(bullet-green.gif);
	margin-left: 1em;
}

* html #content ul {
	margin-left: 1.3334em;
}

*:first-child+html #content ul {
	margin-left: 1.4167em;
}

#content ul ul {
	list-style-image: none;
	list-style: circle;
}

#content ul ul ul {
	list-style: square;
}

#content li {
	padding-bottom: 0.5em;
}

#concept-image {
	float: right;
	width: 244px;
	height: 223px;
	margin: 43px 10px 0 10px;
}

#content a {
	color: #066;
}

#content a:visited {
	color: #033;
}

#content a:focus {
	text-decoration: underline;
}

h1 {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 0.7778em;
	padding-left: 0;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: 900;
	background-color: transparent;
	color: #033;
}

/*
h1 span {
	display: block;
	padding: 0 0 0 2em;
	margin-top: -0.35em;
	line-height: 1.2em;
	color: #900;
}
*/



#content h2, #side-content h2 {
	font-size: 125%;
	color: #033;
	margin: 0 0 .5em 0;
}

#side-content h2 {
	font-size: 115%;
}

#content h2 {
	clear: left;
	margin: 0;
	padding: 1em 0 0.5em 0;
}

#content h2 a, #content h2 a:visited, #side-content-extra h2 a, #side-content-extra h2 a:visited {
	color: #033;
	text-decoration: none;
}

/*
#content h2 span, #content h2 a span, #side-content-extra h2 span, #side-content-extra h2 a span {
	display: block;
	padding: 0 0 0 1em;
	margin-top: -0.1em;
	color: #900;
	font-style: normal;
}
*/

#side-content-extra h2 {
	font-size: 97%;
}

#content h3 {
	font-size: 100%;
	color: #333;
}

img, a img {
	border: none;
}

img.xl-frame {
	display: block;
	padding: 13px;
	background: transparent url(xxl-main-frame.png) left top no-repeat;
}

img.sm-portrait-frame {
	display: block;
	padding: 10px;
	background: transparent url(sm-portrait-frame.png) left top no-repeat;
}

img.poster-frame {
	display: block;
	padding: 10px;
	background: transparent url(frame-poster.png) center center no-repeat;
}


.pcenter {
	text-align: center;
	/*border-top: 1px solid #ccc;*/
	margin-top: 1em;
	padding-top: 1em;
}

span.lfloat {
	float: left;
	margin: 0 7px 0 0;
}

span.rfloat {
	float: right;
	margin: 0 0 7px 0;
}

blockquote.pull {
	float: right;
	width: 30%;
	margin: 7px 30px 7px 39px;
	padding: 0 28px 0 0;
	background: transparent url(quote-close.gif) right bottom no-repeat;
}

blockquote.pull span {
	display: block;
	padding: 18px 0 7px 15px;
	background: transparent url(quote-open.gif) left top no-repeat;
	color: #033;
	text-align: center;
	font-style: italic;
}

#content address {
	font-style: normal;
	color: #033;
	padding: 0;
	margin: 0 0 1em 0;
}

table.blind {
	width: 100%;
}

table.blind td {
	vertical-align: top;
}

.last {
	border-right: 0;
}

table.simple {

}

table.simple th {
	font-weight: bold;
	background-color: #ccc;
	color: #333;
}

table.simple td {
	background-color: #f5f5f5;
}

table.simple {
	background-color: #00A9AC;
	color: #fff;
}

table.simple th {
	font-weight: bold;
	background-color: #00A9AC;
	color: #fff;
}

table.simple td {
	background-color: #fff;
	color: #333;
	min-width: 1.5em;
}

#pictureborder {
	clear: none;
	float: left;
}


a.backtotop {
	display: block;
	clear: left;
	width: 100%;
	text-align: right;
	line-height: 2em;
	border-top: 2px dotted #ccc;
	color: #066 !important;
}

a.backtotop:hover {
	border-top: 2px dotted #066;
}

.clearing {
	width: 100%;
	clear: left;
	height: 1px;
	margin: 0 0 -1px 0;
}



div.main-feature {
	width: 100%;
	padding: 0 0 17px 0;
	margin: 0 0 0 0;
	border-top: 1px dashed #fff;
	/*border-bottom: 1px solid #ccc;*/
}

div.main-feature img {
	float: left;
	margin: 0 7px 0 0;
	padding: 0;
}



div.main-feature img, img.large-frame {
	display: block;
	/*width: 246px;
	height: 135px;*/
	padding: 13px 12px 13px 12px;
	background: transparent url(main-feature-image-frame.png) left top no-repeat;
}

div.main-feature p, div.main-feature h2, div.main-feature h3, div.main-feature ul {
	margin-left: 277px;
	font-weight: normal;
	/*font-size: 120%;*/
}

div.sub-feature {
	width: 100%;
	clear: left;
	float: left;
	padding: 17px 0 7px 0;
	border-top: 1px dashed #ccc;
	/*border-bottom: 1px solid #ccc;
	margin: 0 0 17px 0;*/
	margin: 0 0 0 0;
}

div.sub-feature ul {
	width: 90%;
	width: 100%;
	list-style: none;
	list-style-image: none !important;
	margin: 0;
	padding: 0;
}

div.sub-feature ul li {
	width: 49.8%;
	height: 116px;
	float: left;
	line-height: 1.3em !important;
	font-size: 93%;
	margin: 0;
	padding: 0;
	
}

div.noimage ul li {
	/*width: 301px !important;*/
	width: 294px !important;
	height: auto;
	min-height: 110px;
	padding-left: 28px !important;
	background: transparent url(bullet-large-green.png) 0 3px no-repeat;
}

* html div.noimage ul li {
	height: 110px;
}

div.noimage ul li:hover {
	background: transparent url(bullet-large-red.png) 0 3px no-repeat;
}

div.noimage ul li.pretty-hover {
	background: transparent url(bullet-large-red.png) 0 3px no-repeat;
}

div.noimage ul li p {
	margin-bottom: 3px;
}

div.sub-feature ul li img {
	float: left;
}

div.sub-feature ul li img, img.small-frame {
	display: block;
	/*width: 104px;
	height: 75px;*/
	padding: 9px 8px 9px 8px;
	background: transparent url(sub-feature-image-frame.png) left top no-repeat;
}

#content div.sub-feature ul li h2, div.sub-feature ul li h3 {
	clear: none !important;
	min-height: 26px;
	margin: 0 0 7px 127px;
	padding: 0 10px 0 0 !important;
}

* html div.sub-feature ul li h2, * html div.sub-feature ul li h3 {
	height: 28px;
}

div.noimage ul li h2, div.noimage ul li h3 {
	min-height: 15px !important;
}

* html div.noimage ul li h2, * html div.noimage ul li h3 {
	height: 15px !important;
}

div.sub-feature ul li p {
	padding: 0 27px 0 0;
	margin-left: 127px;
}

.noimage ul li p, .noimage ul li h2, .noimage ul li h3 {
	margin-left: 0px !important;
}

div.sub-feature ul li h2, div.sub-feature ul li h3 {
	margin-top: 0;
	margin-bottom: 0;
}

div.sub-feature ul li a {
	text-decoration: none;
	font-weight: normal !important;
	color: #900;
}

div.sub-feature ul li a:hover {
	text-decoration: underline;
}

div.sub-feature ul li h2 a, div.sub-feature ul li h3 a {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold !important;
	color: #066;
}


#content div.simple-index ul {
	width: 100%;
	clear: left;
	float: left;
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 1em 0 1em 0;
}

#content div.simple-index li {
	display: block;
	float: left;
	/*width: 301px;*/
	width: 294px;
	padding-left: 28px;
	min-height: 2em;
	background: transparent url(bullet-large-green.png) 0 3px no-repeat;
	
}

#content div.simple-index ul li:hover {
	background: transparent url(bullet-large-red.png) 0 3px no-repeat;
}

#content div.simple-index ul li.pretty-hover {
	background: transparent url(bullet-large-red.png) 0 3px no-repeat;
}

* html #content div.simple-index li {
	width: 301px;
	width: 291px;
}




#content div.simple-index li h2 {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	font-weight: bold !important;
}

div.content-teaser {
	clear: left;
	width: 100%;
	text-align: center;
	border-top: 1px dashed #ccc;
	margin-top: 17px;
	padding-top: 17px;
	margin-bottom: 17px;
}

div#content-footer {
	clear: left;
	width: 100%;
	text-align: center;
	border-top: 1px dashed #ccc;
	margin-top: 17px;
	padding-top: 25px;
}

p.newsdate {
	font-style: italic;
	text-align: right;
}

/* Teaser styles ########################################### */


div.teaser {
	clear: left;
	width: 898px;
	min-height: 151px;
	margin: 0 0 6px 0;
	background: #fff url(teaser-main-bg-v1.gif) left top repeat-x;
	border: 1px solid #fff;
}

* html div.teaser {
	height: 151px;
}

ul.teaser-x4 {
	list-style: none !important;
	margin: 0 !important;
	padding: 0;
}

ul.teaser-x4 li {
	float: left;
	width: 221px;
	min-height: 151px;
	padding-right: 2px;
	background: transparent url(teaser-panel-divider-v1.png) right top no-repeat;
	text-align: center;
	
}

* html ul.teaser-x4 li {
	height: 151px;
}

ul.teaser-x4 li.last {
	background-image: none;
}

ul.teaser-x4 li h2 {
	font-size: 1.1667em !important;
	color: #333 !important;
	margin: 10px 0 0.2858em 0 !important;
	padding: 0 !important;
}

ul.teaser-x4 li h2 a {
	color: #333 !important;
}

ul.teaser-x4 li h2 a:hover {
	text-decoration: underline !important;
}

ul.teaser-x4 li p {
	margin: 0 !important;
	padding: 0 !important;
}


ul.sitemap {
	padding: 17px 0 17px 0;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	margin: 0 0 17px 0;
	list-style-image: none !important;
	list-style: none !important;
}

/* Sidebar Content Styles ########################################### */

#side-content {
	padding: 0 0 0 0;
}

div#side-nav-header {
	width: 100%;
	min-height: 2.6em;
	border: 1px solid #ccc;
	border-bottom: none;
	margin: 0 0 0 0;
	padding: 0;
	background: #033 url(pics/side-nav-header-grad-bg.png) left bottom repeat-x;
}

* html #side-nav-header {
	height: 2.6em;
}

#side-nav-header h2 {
	width: 100%;
	font-size: 100%;
	min-height: 2.6em;
	margin: 0;
	padding: 0;
	/*background: transparent url(pics/side-nav-header-bg.png) left bottom no-repeat;*/
	color: #fff;
}

* html #side-nav-header h2 {
	height: 2.6em;
}

#side-nav-header h2 span {
	display: block;
	min-height: .8em;
	padding: .8em;
}

* html #side-nav-header h2 span {
	height: 1em;
}

#side-nav-header h2 span a {
	text-decoration: none;
	color: #fff;
	
}

#side-nav-header h2 span a:hover {
	text-decoration: underline;
}

ul#side-nav {
	width: 100%;
	list-style: none;
	margin: 0 0 17px 0;
	padding: 0;
	background: #fafafa url(pics/sidebar-nav-grey-grad.png) left bottom repeat-x;
	font-size: 93%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

ul#side-nav li {
	width: 100%;
	min-height: 38px;
	margin: 0;
}

* html ul#side-nav li {
	height: 38px;
}

ul#side-nav li ul {
	width: 100%;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	background: #fff7f7 url(pics/sidebar-nav-pink-grad-short.png) left bottom repeat-x;
}

ul#side-nav li ul li ul {
	background: #E6F0F0 url(pics/sidebar-nav-green-grad.png) left bottom repeat-x;
	/*border-top: 1px solid #f3f8f8;*/
}

ul#side-nav li ul li ul li ul {
	border-top: none;
}

ul#side-nav li ul li ul li ul {
	
}

ul#side-nav li a,  ul#side-nav li span {
	display: block;
	min-height: 14px;
	padding: 12px 12px 12px 17px;
	color: #444;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}

* html ul#side-nav li a, * html ul#side-nav li span {
	height: 14px;
}

ul#side-nav li a:hover {
	text-decoration: underline;
}

ul#side-nav li span {
	font-weight: bold;
}

ul#side-nav li ul li {
	border-left: 0;
	border-right: 0;
	background: transparent url(pics/gt-bullet.png) 30px 17px no-repeat;
}

ul#side-nav li ul li a,  ul#side-nav li ul li span {
	padding-left: 41px;
	border-bottom: 1px solid #d5d5d5;
}

ul#side-nav li ul li ul li {
	background: transparent url(pics/gt-bullet.png) 46px 17px no-repeat;
}

ul#side-nav li ul li ul li ul li {
	background: transparent url(pics/gt-bullet.png) 62px 17px no-repeat;
}

ul#side-nav li ul li ul li a,  ul#side-nav li ul li ul li span {
	padding-left: 57px;
	border-top: none;
	border-bottom: none;
}

ul#side-nav li ul li ul li.parent a,  ul#side-nav li ul li ul li.parent span {
	border-top: none;
	border-bottom: none;
}

ul#side-nav li ul li ul li ul li a,  ul#side-nav li ul li ul li ul li span {
	padding-left: 73px;
	border-top: none;
	border-bottom: none;
}

#side-content-extras h2 {
	text-align: center;
}

/* Footer Content Styles ########################################### */

#footer {
	clear: both;
	width: 100%;
	min-height: 3.3334em;
	line-height: 3.3334em;
	margin-top: 3.3334em;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #ccc;
	font-size: 0.8334em;
	color: #666666;
}

#footer a {
	color: #006666 !important;
}

#social-bookmarks, #footer p, #footer ul, #footer li {
	display: inline;
}


#social-bookmarks {
	margin: 0 0.5em 0 1em;
}

* html #social-bookmarks img {
	
	vertical-align: middle;
}

* html #footer {
	padding: 1em 0 1em 0;
}

ul#footer-nav {
	list-style: none;
	white-space: nowrap;
}

ul#footer-nav li {
	display: inline;
	margin: 0 0.5em 0 0.5em;
	white-space: nowrap;
}

ul#footer-nav li a, ul#footer-nav li {
	text-decoration: none;
}

* html ul#footer-nav li a, ul#footer-nav li span {
	margin: 0 0 0 5px;
}

ul#footer-nav li.first a, ul#footer-nav li.first span {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}

ul#footer-nav li a:hover {
	text-decoration: underline;
}



