/* CSS Document */

/*File last changed 9 December 2010**/
/*This document validates as CSS level 2.1; 26 March 2010**/

/**reset 
*******************/
html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, 
a, em, font, img, q,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li {
	margin: 0; padding: 0;	border: 0;	outline: 0;	font-size: 100%;
}

body {
	line-height: 1em;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}


/** DOCUMENT BASE
*******************/
body {
	background: #d6d9d8;
	font-family: Tahoma, Verdana, Helvetica, sans-serif; 
	font-size: 72%;
	text-align: center;  /* centers the container */
	color: #000;
}

/** PAGE STRUCTURE 
********************/
#page {
	border: solid 1px #8C95A3;
	width: 800px;
	margin: auto;
	padding: 0 0 5px 0;
	text-align: left;
	background: #fff;
}

/**info content: company contact, affilate info 
************************************/
#infosection {
	width: 160px;
	margin: 0 25px 10px 0;
	float: right;
	display:inline;
}

#infopanel {
	background: #d2d5d9;
	padding: 15px 0 0 0;
}

#affiliate {
	border-top: solid 6px #919a9c;
	padding-top: 10px;
}

#main {
	width: 615px;
	float: left;
	display: inline;
}

/**branding
************/
#identity{
	width: 590px;
	margin: 30px 0 0 25px;
	border: solid #d6d9d8;
	border-width: 2px 0;
	overflow: visible;
}

#identity img {
	display: inline;
}

#domain {
	width: 160px; 
	float: left;
	margin: 4px 0 0 25px;
	display:inline;
}

/**PRIMARY NAVIGATION
*********************/
#globalnav {
	float: right;
	width: 390px;
	margin: 0 0 0 40px;
	text-align: left;
	display:inline;
}

#maincontent {
	width: 590px;
	margin: 50px 0 0 25px;
}

/**body content
****************/
#bodycontent {
	margin: 0 30px 10px 40px;	
	width: 360px;
	float: right;
	display:inline;
}

#callout {
	width: 160px;
	float: left;
	display:inline;
}

#legal {
	width: 750px;
	overflow: hidden;
	clear: both;
	margin: 10px 25px 3px 25px;
	border-top: solid 1px #d2d5d9;
	padding: 5px 0;
	height: auto;
}

/**SECONDARY NAVIGATION 
-------------------**/
#sec_nav {
	margin: 0px 10px 0px 15px;	
	width: 380px;
	float: left;
	display:inline;
	overflow: visible;
}

/**site navigation styling
*****************/
#globalnav ul {
	list-style: none;
	margin: 0;
}	

#globalnav ul li {
	float: left;
	display: inline;
	margin: 0 1px 0 0 ;
	padding: 5px 4px 4px 0;
}

#globalnav li a {
	font-size: 1em;
	background: #919a9c;
	color: #eee;
	padding: 4px 8px;
	text-decoration:none;
}		

#globalnav li a.current {
	background: #ED1C24;
	color: #fff;
}		

#globalnav li a:hover, #globalnav li a:active, #globalnav li a:focus {
	background: #d2d5d9;
	color: #ed1c24;
}

#sec_nav ul {
	list-style: none;
	}
	
#sec_nav ul li {
	display: inline;
}

#sec_nav li a {
	font-size: 1em;
	color: #919a9c;
	margin: 0px 10px 0px 0px;
	text-decoration: underline;
	line-height: 1.2em;	
}		

#sec_nav li a.current {
	color: #ED1C24;
}		

#sec_nav li a:hover, #sec_nav li a:active, #sec_nav li a:focus  {
	text-decoration: none;
}




/**credits & legal section
**********************/
#copywrite {
	width: 160px;
	float: right;
	display:inline;
	overflow: hidden;
}

#credits {
 	width: 185px; 
	float: left;
	display:inline;
	overflow: hidden;
}

#credits a {
	color: #919a9c;
}

/**link styling
*****************/
a:link {
	color: #ED1C24;
}

a:hover, a:active, a:focus  {
	text-decoration: none;
}

a:visited {
	color: #990033;
}

.sectionlink {
	width: 160px;
	background: #919a9c;
	padding: 4px 0;	
	font-size: 1em;
	line-height: 1.8em;
	margin: 0;
}

.sectionlink a {
	display: block;
	color: #eee;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.8em;
	text-decoration: none;
	padding: 4px;
	width: 100%;
}

.sectionlink a:hover, .sectionlink a:active, .sectionlink a:focus {
	background: #d2d5d9;
	color: #ED1C24;
	padding: 4px 0 4px 4px;
	width: 156px;
}

/** selector styling 
*********************/
h1, h2, h3, h5 {
	color: #ED1C24;
}

h4, h6 {
	color: #8C95A3;
}

h1 {
	font-weight: 500;
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 0;	
}

h2 {
	font-weight: 400;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 1em 0 0 0;
}

h3 {
	font-size: 1.1em;
	font-weight: 400;
	line-height: 1.8em;
	margin: 5px 0 0 0;
}

h4 {
	font-size: 1.2em;
	line-height: 1.2em;
}	

h5, h6 {
	font-size: 1em;
	line-height: 1em;
}

h5 {
	margin: 5px 0 0 0;
}
	

		
p {
	color: #919a9c;
	font-size: 1em;
	line-height: 1.8em;
	margin: .5em 0 1em 0;
}

ol {
	margin: 5px 0 0 14px;
	padding: 1px 0 1px 8px ;
	font-size: 1em;
	line-height: 1.8em;
	color: #919a9c;
	list-style: decimal;
}

address {
	font-style: normal;
}

address a {
	text-decoration: none;
}

address a:hover, address a:active, address a:focus {
	text-decoration: underline;
}

abbr, acronym, dfn {
	cursor: help; 
	border-bottom: dotted 1px; 
}

img {
	display: block;
}

/**text styles
******************/
.smallprint {
	color: #919a9c;
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 0 10px 0;
}

.pullquote {
	border-top: solid 6px #919a9c;
	padding: 8px 0 8px 0;
	margin: 0;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.8em;
	color: #919a9c;
}

.contact {
	font-size: 1em;
	line-height: 1.8em;
	background: #d2d5d9;
	border-bottom: solid 2px #fff;
	color: #ED1C24;	
	padding: 4px;
}

.phone {
	font-size: 1.7em;
	line-height: 1.8em;
	background: #d2d5d9;
	border-bottom: solid 2px #fff;
	color: #ED1C24;	
	padding: 4px;
}

.bullet {
	font-size: 1em;
	color: #919a9c;
	line-height: 1.8em;
	margin: 5px 0 0 5px;
	padding: 1px 0 1px 10px ;
	list-style-type: disc;
}

p .title {
	font-size: 1.1em;
	color: #ED1C24;
}

p .large {
	font-size: 1.1em;
}

p .large a {
	color: #919a9c;
}

