/*
	(1) html elements
	(2) global structures
	(3) formatting for global structures
	(4) general purpose */

/*
	(1) html elements */
body {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 75%;
	background-color: #2a2a2b;
}

h1 {
	font-size: 1.2em;
	color: #a32830;
	margin-top: 7px;
	padding-top: 0;
}

h2 {
	font-size: 1.1em;
	margin-bottom: 2px;
	clear: left;
	color: #4d4d4d;
}

h3 {
	font-size: 1em;
	margin-bottom: 0px;
	color: #4d4d4d;
}

p {
	margin: 1.3em 0;
}

a img {
	border: none;
}

/*
	(2) global structures */
#main {
	width: 740px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/bg_main.jpg) 0 0 repeat-y;
	padding-right: 20px;
}

#masthead {
}

#header {
	background: transparent url(../images/bg_header.gif) 23px 32px no-repeat;
}

#tagline {
	float: right;
	margin-top: 54px;
	width: 480px;
	height: 25px;
}

#logo {
	float: left;
	width: 267px;
	height: 52px;
	margin-top: -50px;
}	


#utility-nav {
	float: right;
	padding-left: 610px;
	margin-top: -75px;
}

#banner {
	display: none;
}

#primary-nav {
	float: right;
	background-color: #dddddf;
	width: 535px;
	height: 19px;
	padding-left: 15px;
	padding-top: 4px;
}

#secondary-nav {
	float: left;
	width: 147px;
	padding-left: 23px;
}

#content {
	font-family: Verdana;
	font-size: .9em;
	line-height: 1.6em;
	float: right;
	width: 520px;
	padding: 5px 15px 20px 15px;
	background-color: #f1f1f3;
}

#content-region-end {
	clear: both;
}

#footer {
	float: right;
	background-color: #dddddf;
	width: 535px;
	height: 19px;
	padding-left: 15px;
	padding-top: 4px;
	color: #8383ba;
	font-size: .9em;
}
#footer p { margin: 0; }

/*  the following three elements are arbitrary containers for 
	individual use in each of the designs - they're absolutely positioned. */
#dc1 { display: none;}
#dc2 {}
#dc3 {}

/*
	(3) formatting for global structures */
#header div.group-width-constraint {
	height: 110px;
}

#logo a {
}

#logo a img {
	width: 257px;
	height: 52px;
}

#tagline img {
	width: 454px;
}
	
#utility-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#utility-nav ul li {
	display: inline;
	margin: 0;
	margin-right: 10px;
	padding: 0;
}

#utility-nav ul li a {
	color: #fff;
	font-weight: bold;
	font-size: .9em;
	text-decoration: none;
}


#banner img {
}


#primary-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#primary-nav ul li {
	margin: 0;
	padding: 0;
	display: inline;
	margin-right: 12px;
}

#primary-nav ul li a {
	color: #36378e;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}

#primary-nav ul li a:hover, 
#primary-nav ul li a.active {
	color: #8383ba;
}

#secondary-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 147px;
}

#secondary-nav ul li {
	margin: 0;
	margin-bottom: 3px;
	padding: 0;
	width: 147px;
	float: left;
}

#secondary-nav ul li a {
	color: #252652;
	text-decoration: none;
	font-weight: bold;
	background-color: #eaebee;
	display: block;
	padding: 4px;
	line-height: 1em;
}

#secondary-nav ul li.active {
}

#secondary-nav ul li.active a {
	background-color: #a32830;
	color: #eaebee;
}

#secondary-nav ul li.active ul {
	margin-bottom: 0;
	padding: 0;
}

#secondary-nav ul li.active li {
	background-color: transparent;
	width: 137px;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	margin-top: 3px;
}

#secondary-nav ul li.active li a {
	font-size: .9em;
	font-weight: normal;
	background-color: #eaebee;
	color: #252652;	
}

#secondary-nav ul li a:hover, 
#secondary-nav ul li a.active {
	color: #eaebee;
}

#secondary-nav ul li ul {
}

#secondary-nav ul li ul li {
} 

#secondary-nav ul li ul li a {
}

#secondary-nav ul li ul li a:hover,
#secondary-nav ul li ul li a.active {
	color: #a32830;
}

#secondary-nav form {
	height: 30px;
	margin-top: 0px;
}

#search
{
	margin: 14px 0;
	width : 147px;
}

#search a { float: right; }

#secondary-nav #txtSearchTerm {
	width: 100px;
	padding-left: 9px;
	background-color: #eaebee;
	border: none;
	float: left;
	/* margin-top: 14px;  */
}

#secondary-nav #secondaryNav_cmdSubmit {
	/* float: right; */
	/* margin-top: 14px;  */
}

#content p {
}

/*
	(4) general purpose */
	
div.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	font-size: .01em;
	overflow: hidden;
}

div.group-width-constraint {

}


.right {
	float: right;
	margin-left: 10px;
}

.left {
	float: left;
	margin-right: 10px;
}

.center { margin-left: auto; margin-right: auto; }
.notop { margin-top: 0; }
.sub { vertical-align: sub; }

.note {
	font-size: .8em;
	margin: .5em 0;
}

h1 span.prod-id {

}

table.data {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	background-color: #f0f0f0;
	margin-bottom: 15px;
}

table.data th {
	text-align: left;
	vertical-align: top;
	border: 1px solid #999;
	padding-left: 2px;
}

table.data td {
	vertical-align: top;
	border: 1px solid #999;
	padding-left: 3px;
}

table.data td.good, .good {
	color: blue;
	font-weight : bold;
}

table.data td.excellent, .excellent {
	color: red;
	font-weight: bold;
}

table.data td.fair, .fair {
	color: green;
	font-weight : bold;
}

table.data td.notrecommended, .notrecommended {
	color: navy;
	font-weight : bold;
}

table.intro {
	
}

table.intro td {
	vertical-align: top;
}


table.intro td h2 {
	background-color: #ccc;
	padding: 3px;
	margin-top: 0;
}

table.intro td h2 a:link {
	color: #000;
	font-size: .9em;
}

table.intro td h2 a:hover,
table.intro td h2 a:visited {
	color: #666;
	font-size: .9em;
}

table.form {

}

table.form th {
	text-align: left;
}

table.form td {
	vertical-align: top;
	padding: 4px;
}

table.form td.label {
	text-align: right;
}

table.form td.controls {
	text-align: right;
}

#content dl { margin-left: 30px; }
#content dt { font-weight: bold; }

#content div.caption, #content p.caption, 
p.caption {
	text-align: center;
	font-weight: bold;
	width: 220px;
	border: 1px solid #999;
	background-color: #eee;
	padding-left: 8px;
	padding-right: 8px;
}

div.caption img, p.caption img {
	display: block;
	margin: 5px auto;
	margin-bottom: 10px;
}
#content div.caption div.list {
	float: left; width: 130px;
	margin: 0 5px;
	text-align: left;
}
p.attribution {
	font-size: .9em;
}

.shaded
{
	background-color : #c6c5c5;
}