/* ---- GENERIC (COMMON FOR ALL TEMPLATES AND SKINS) --- */
/* ----       overwrite where appropriate            --- */

/* ---- LAYOUT --- */

/* wrapper div (alignment) */
#wrapper {
	position:relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width:980px;
}

/* generic classes */
body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#ffffff;
}
body, td, p, input, select, div {
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	line-height:21px;
	color:#888888;
}
a {
	color:#00baf2;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
input, select {
	font-family:Arial,Helvetica,sans-serif;
	color:#000000;
}

ul {
	padding-left:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left:18px;
	margin-top: 5px;
	list-style-type: square;
}
ul li {
	padding-top:0px;
	padding-bottom:0px;
	padding-left: 2px;
	list-style-type: square;
}

hr {
	border-top : 1px dotted #cccccc;
	border-bottom : 1px solid transparent;
	border-left : 1px solid transparent;
	border-right : 1px solid transparent;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#000000;
	margin-top:0px;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	line-height: 48px;
	margin-bottom:0.4em;
}
h2 {
	font-size: 21px;
	line-height: 24px;
	margin-bottom:0.2em;
}
h3  {
	font-size: 18px;
	line-height: 21px;
	margin-bottom:0.2em;
}
h4 {
	font-size: 14px;
	line-height: 21px;
	margin-bottom:0.2em;
}
h5  {
	font-size:14px;
	line-height:21px;
	padding:2em;
	border:2px solid #000000;
	margin-bottom:0.2em;
}
h6 {
	font-size: 11px;
	line-height: 21px;
	text-transform:uppercase;
}
p {
	margin-top:0px;
	margin-bottom:0.8em;
}

.layout {
	width:100%;
	margin-bottom:20px;
}
#logo {
	width:105px;
	height:125px;
}
#wordmark {
	width:845px;
	height:68px;
	border-bottom:1px solid #e0e0e0;
}
#copyright {
	font-size:10px;
	color:#acacac;
	text-align:right;
	vertical-align:top;
	width:795px;
}
.banner {
	margin-left:5px;
	margin-bottom:5px;
}
.footer {
	width:100%;
	padding-top:25px;
}
.footerlogo, .footerlogo a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:21px;
	color:#aaaaaa;
	text-align:right;
	text-decoration:none;
}
.footertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	color:#aaaaaa;
	text-align:right;
	text-transform:uppercase;
	white-space:nowrap;
}
.footertext a {
	color:#000000;
}
.footerlogo {
	text-align:right;
}
.footerlogo a:hover, footertext a:hover {
	color:#000000;
	text-decoration:none;
}


/* ---- CONTENT --- */

#bubblehome {
	background-image:url(../../images/watermark.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
#contentarea {
	vertical-align:top;
	padding-left:73px;
}
.contentmaincolhome {
	width:760px;
	padding-top:40px;
	padding-bottom:50px;
}
.contentmaincolsub {
	width:760px;
	padding-bottom:50px;
}
#leftcol {
	vertical-align:top;
	width:170px;
	border:1px solid #5f6062;
}
.maincolunique {
	vertical-align:top;
	width:100%;
}
.maincolsplit {
	vertical-align:top;
	width:75%;
	padding-right:20px;
}
.rightcol {
	vertical-align:top;
	width:25%;
	border-left:1px dotted #aaaaaa;
	padding-left:20px;
}


/* ---- NAVIGATION --- */



/* ---- LIST-BASED HORIZONTAL DHTML NAVIGATION --- */

#nav, #nav ul {
	float: left;
	/*width: 36em;*/
	width: 100%;
	list-style: none;
	/*line-height: 1;*/
	background: #ffffff;
	padding: 0;
	margin:0;
	font-size:12px;
}

#nav a {
	display: block;
	white-space:nowrap;
	/*width: 10em;
	w\idth: 6em;*/
	text-decoration: none;
	padding-left:0.8em;
	padding-right:1em;
	padding-top:0.3em;
	padding-bottom:0.3em;
}

.dhtmlnavactive {
	font-weight:bold;
	color:#000000;
	background-image:url(../../images/arrow_on.gif);
	background-repeat:no-repeat;
	background-position:3px 10px;
}
.dhtmlnavinactive {
	background-image:url(../../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:3px 10px;
}

/*#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}*/

#nav li {
	float: left;
	padding: 0;
	/*width: 10em;*/
	list-style:none;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 18.4em;
	w\idth: 17.9em;
	border:1px solid #dddddd;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 17em
}

#nav li ul a {
	width: 17em;
	w\idth: 9em;
}

#nav li ul ul {
	/*margin: -1.75em 0 0 18em;*/
	margin-top:-1.9em;
	margin-left:18em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	/*background: #f0f0f0;*/
	background-color:#e5f8fe;
}


/* tertiary (bottom) nav */
#tertiarynav {
	color:#aaaaaa;
	font-size:10px;
	white-space:nowrap;
}
#tertiarynav a {
	font-size:11px;
	color:#666666;
}
#tertiarynav a:hover {
	color:#00baf2;
}


/* breadcrumbs */
#breadcrumbs {
	font-size:11px;
	color:#acacac;
	margin-bottom:19px;
}
#breadcrumbs a {
	color:#acacac;
}



/* ---- NEWS RELEASES --- */

.newslist {
	margin:0px;
}
.newsdate {
	float:left;
	text-transform:uppercase;
	width:100px;
	/*padding-top:5px;
	padding-bottom:5px;*/
}
.newsheadline {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	width:680px;
	/*padding-top:5px;
	padding-bottom:5px;*/
}



/* ---- STANDARD CONTENT TABLE --- */

.standardtable {
	border-collapse:collapse;
}
.standardtable th {
	color:#000000;
	font-size:16px;
	background-color:#f0f0f0;
}
.standardtable td {
	vertical-align:top;
	border-bottom:1px solid #e9e9e9;
}