/* CSS Document */

* {
	border:0;
	padding:0;
	margin:0
}

body{
	font:90% Geneva, Verdana, Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
	background:#fff url(../images/background.gif) repeat top;
	}

#wrapper{
	width:920px;
	margin:0 auto;
	border:2px solid #999;
	border-width:0 2px;
	padding:0px 40px 33px 0px;
	min-height: 800px;
	background-color: #fff;
	background-repeat: repeat;
	background-position: top;
	}


#header {
	width:920px;
	margin:0;
	background:#fff url(../images/banner.png) no-repeat 50% 50%;
	height:212px;
}

h1,h2,h3,h4{
	margin:14.4px 0;
	font-family:Futura Medium, Century Gothic, AppleGothic, sans-serif;
	color: #666666;
	text-decoration: none;
	}



p{
margin:1em 0;
line-height:1.5em;
}

ul, ol, dl{
margin:1em 0;
padding-left:1.5em;
}

li{
line-height:1.5em;
}

li ul{
margin:0.4em 0;
}

a{
color:#0066FF;
}

a:hover{
color:#0033CC;
}

img{
float:right;
margin:0em 0.5em 1em 1em;
}

	


blockquote{
	margin:2em 0;
	padding:0 50px;
}

div.clear{

	clear:both;

	}

	

#navigation{

	float:right;

	width:195px;



	margin:0;
	margin-top: 33px;
	margin-right: 8px;

	}

#navigation h2{

	margin-top:0;

	text-align:right;

	}

#navigation ul{

	position:relative;/* nudge IE in to showing background above main */

	margin-top:0px;
	padding: 0px;
	

/* position over edge of main div */


	list-style-type:none;

	}

#navigation li{

	width:100%;/* give IE a little help */

	line-height:2em;

	padding-top:1px;
	


	}

#navigation li a{
	display:block;
	width:97%;
	padding-bottom:4px;
	font-weight:bold;
	font-size:1.1em;
	text-decoration:none;
		font-family:Futura Medium, Century Gothic, AppleGothic, sans-serif;
	padding-left: 15px;
	color: #FFFFFF;
	margin-bottom: 4px;
	}
#navigation #mainlink a, #navigation #onlinelink a{
	background: #BDC0D6 30% 48%;
}
#navigation #aboutlink a{
	background: #AEA5C5 no-repeat 30% 48%;
}
#navigation #endorsementslink a{
	background: #D8DAB2 no-repeat 30% 48%;
}
#navigation #buylink a{
	background: #A9AEA1 30% 48%;
}

#navigation li:hover a, #navigation li.current a{
	background:url(../images/navback2.png) no-repeat 30% 50%;
	color: #000000;

	}

	

#content{
	width:610px;
	padding:20px;
	background-color: #fff;

	background-repeat: repeat-x;
	background-position: top;
	margin-top: 37px;
	margin-left: 20px;



	}

#wrapper > #content{

	width:645px;/* correct width for standards compliant browsers: 700 - border - padding */

	}



#footer{

	clear:both;

	width:645px;/* incorrect width for ie6: correct width - horizontal padding */

	line-height:48px;

	margin: 5px 0px 0px 20px;
	
	

	padding:20px;

	font-size:0.7em;
	

	background-repeat: repeat-x;
	background-position: top;

	}

#wrapper > #footer{
	width:645px;/* correct width for standards compliant browsers: 700 - border - padding */
}

#footer p {
	margin-top:0;
}
	
#sub li{
	float: left;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
	list-style-type: none;
}

#sub{
	height: 50px;
}

h4{
	clear: left;
	border: none;
	text-decoration: none;
}

.long {
	height: 350px;
}

h1#hidden {
	margin-top:-115px;
	margin-left: -2000px;
}

#endorsements-page blockquote{
	padding: 0;
}

#contents-page ol{
	padding: 0;
	list-style: none;
	font-size: 1.25em;
	font-weight: bold;
	font-family: Futura Medium,Century Gothic,AppleGothic,sans-serif;
	color: #666;
}

#contents-page ol li{
	margin: 3em 0 0 0;
}

#contents-page ol ol{
	margin: 1.5em 0 1.25em 0;
	font-size: 0.8333em;
	color: #000;
}

#contents-page ol ol li{
	margin: 2em 0 0 0;
}

#contents-page ol ol ol{
	padding-left: 20px;
	font-size: 0.8em;
	font-weight: bold;
	font-family: Geneva, Verdana, Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
}

#contents-page ol ol ol li{
	margin: 0;
}

#contents-page ol ol ol ol{
	margin: 0.25em 0 1.25em 0;
	padding: 0;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.75em;
}

#contents-page ol ol ol ol ol{
	margin: 0 0 1em 0;
	font-style: italic;
}
.link {
	color:#f00;
}

