/* GENERIC STUFF */

body {
	color: #666666;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/images/bg_vertgradient.gif);
	background-repeat: repeat-x;
}

img {
	border: 0;
}

form {
	padding: 0;
	margin: 0;
}

.center {
	text-align: center;
}

.center table.main {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 955px;
	/*border-top: 5px solid #254E9E;*/
	margin-top: 15px;
	background-color: #ffffff;
}

/* HEADER STUFF */

#header {
	background-color: #ffffff;
	padding: 16px 17px;
}

#headlinks {
	color: #254E9E;
	font-weight: bold;
	font-size: 12px;
	float: right;
	padding-top: 10px;
	padding-right: 30px;
}

#headlinks a {
	color: #254E9E;
	text-decoration: none;
}

#headlinks a:hover {
	color: #FF6633;
}

#headlinks ul {
	padding-top: 0;
	margin-top: 0;
	
}

/* CONTENT AREA STUFF */

#content {
	margin: 0;
	width: 570px;
	float: left;
	color: #666666;
	padding: 12px;
}

#content h1 {
	font-size: 16px;
	font-weight: bold;
	color: #254E9E;
	/* border-left: 1px solid #254E9E;*/
	padding-top: 20px;
	padding-left: 14px;
	margin-bottom: 30px;
	margin-top: 0;
	background-image: url(/images/triangle.gif);
	background-repeat: no-repeat;
	padding-bottom: 4px;
}

#content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

#content h3 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	border-top: 1px solid #ccc;
	border-left:  1px solid #ccc;
	padding: 2px 6px;
}

#content a {
	color: #2C74CF;
}

#content {
	line-height: 130%;
}

#contentwide {
	margin: 0;
	width: 850px;
	float: left;
	color: #666666;
	padding: 12px;
	line-height: 130%;
}

#contentwide h1 {
	font-size: 16px;
	font-weight: bold;
	color: #254E9E;
	/* border-left: 1px solid #254E9E;*/
	padding-top: 20px;
	padding-left: 14px;
	margin-bottom: 30px;
	margin-top: 0;
	background-image: url(/images/triangle.gif);
	background-repeat: no-repeat;
	padding-bottom: 4px;
}

#contentwide h2 {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

#contentwide h3 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	border-top: 1px solid #ccc;
	border-left:  1px solid #ccc;
	padding: 2px 6px;
}

#contentwide a {
	color: #2C74CF;
}


#sidebar {
	float: right;
	margin: 0 17px 50px 20px;
	padding: 12px 0;
	width: 300px;
}

#sidebar h1 {
	font-size: 16px;
	font-weight: bold;
	color: #254E9E;
	/*border-left: 1px solid #254E9E;*/
	padding-top: 20px;
	padding-left: 14px;
	margin-bottom: 30px;
	margin-top: 0;
	background-image: url(/images/triangle.gif);
	background-repeat: no-repeat;
	padding-bottom: 2px;
}

/*
#sidebar h1 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
}
*/

#sidebar div.textcontent {
	border: 1px solid #84ABCE;
	background-color: #f2f2f2;
	padding: 12px;
}

#sidebar a {
	color: #2C74CF;
}

#sidebar p {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 15px;
	padding-bottom: 0;
}

#sidebar hr {
	border: 0;
	padding: 0;
	height: 1px;
	color: #84ABCE;
	background-color: #84ABCE;
	margin-bottom: 15px;
	text-align: center;
}

/* FOOTER STUFF */

#footer {
	text-align: center;
	background-color: #f2f2f2;
	padding: 0;
}

#footer .textonly {
	background-color: #ffffff;
	margin-top: 3px;
	padding: 0;
}

#footer td {
	text-align: center;
	padding: 3px;
}

#footer a {
	text-decoration: none;
	color: #666666;
}

/* NAV STUFF */

.nav-top {
	height: 0;
}

#navbar {
	background-image: url(/images/nav_blue.gif);
	background-repeat: repeat-x;
	height: 50px;
	vertical-align: bottom;
}

.navcontainer {
	padding-left: 5px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 12px 0 6px;
	font-size: 12px;
}

#nav li { /* all list items */
	float: left;
	border-left: 1px solid #ffffff;
	vertical-align: middle;
}

#nav .icon {
	position: relative;
}

#nav li.noborder {
	border-left: 0;
}


#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #254E9E;
	width: 188px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-top: 1px solid white;
	border-left: 0;
	border-right: 0;
	margin-left: -1px;
}

#nav li ul li {
	border-bottom: 1px solid #ffffff;
	padding-bottom: 0;
	border-left: 0;
	border-right: 0;
}

#nav li ul li a {
	background-color: #254E9E;
	width: 178px;
	padding: 4px;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

#nav li ul li a:hover {
	background-color: #84ABCE;
	/*width: 178px;
	padding: 4px;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;*/
	color: #003366;
}
#nav li ul a {
	color: #ffffff;
	font-size: 9px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* IE 7 SUCKERFISH FREAKOUT FIX */

#nav li:hover, #menu li.hover {
	position: static;
}


.question {
	background-image: url(/images/question.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 35px;
	font-style: italic;
	padding-bottom: 4px;
}

.answer {
	background-image: url(/images/answer.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 35px;
	padding-bottom: 4px;
}

ul.spaced li {
	margin-bottom: 1em;
}


.bordered {
	border-top: 1px solid #686868;
	border-left: 1px solid #686868;
}

.bordered td {
	border-right: 1px solid #686868;
	border-bottom: 1px solid #686868;
}

.metricstable {
	border-top: 1px solid #686868;
	border-left: 1px solid #686868;
	background-color: #fff;
	margin-bottom: 0px;
	width: 700px;
}

.metricstable td {
	text-align: left;
	padding: 2px;
	border-right: 1px solid #686868;
	border-bottom: 1px solid #686868;
}

.metricstable td.within {
	background-image: url(/images/metrics-within.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 30px;
}

.metricstable td.better {
	background-image: url(/images/metrics-better.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.metricstable td.below {
	background-image: url(/images/metrics-below.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.metricstable td.nodata {
	background-image: url(/images/metrics-nodata.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.metricstable td.noreleasing {
	background-image: url(/images/metrics-noreleasing.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.metricstable td.na {
	background-image: url(/images/metrics-na.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.metricstable td.header {
	font-size: 16px;
	font-weight: bold;
	background-color: #F2F2F2;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}
.metricstable td.subheader {
	font-size: 10px;
	font-weight: bold;
	background-color: #F2F2F2;
	text-align: left;
}

.important {
	color: #2C74CF;
	font-style: italic;
}

.highlight {
	color: #003366;
	
}




.shouttable {
	border-top: 1px solid #686868;
	border-left: 1px solid #686868;
	background-color: #F2F2F2;
	width: 600px;
	margin:0 auto;
}

.shouttable td {
	text-align: left;
	padding: 2px;
	border-right: 1px solid #686868;
	border-bottom: 1px solid #686868;
}

.imageborder {
	border: 1px solid #686868;
	margin: 5px;
}

#slides {
	text-align: left;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
}

#slides a {
	color: #2C74CF;
}

#slides h1 {
	font-size: 16px;
	font-weight: bold;
	color: #254E9E;
	/* border-left: 1px solid #254E9E;*/
	padding-top: 20px;
	padding-left: 14px;
	margin-bottom: 30px;
	margin-top: 0;
	background-image: url(/images/triangle.gif);
	background-repeat: no-repeat;
	padding-bottom: 4px;
}

.slideimage {
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

.slidetext {
	margin: 20px;
}

/* search styles */

#search {
	background-repeat: repeat-x;
	/*background-image: url(/images/search_bg.gif);*/
	background-position: top;
	text-align: left;
	color: #254E9E;
	padding-top: 5px;
	padding-left: 630px;
}


#search input.searchbutton {
	vertical-align: middle;
	margin: 0;
}

#search input.searchbox {
	vertical-align: middle;
	margin: 0;
}

#nav li.noborder {
	border-left: 0;
}

.markrequired {
	color: #FF6633;
	font-weight: normal;
}