html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	}

img {
	border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ddd;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Adobe Garamond Pro", "Times New Roman", serif;
	text-transform: none;
}

body p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
}

#wrapper {
	background: url(images/BG-light.jpg) repeat-y;
	width: 1080px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border: 0;
}

#bigBox {
	text-align: left;
	margin-left: 100px;
	margin-bottom: 0;
	width: 780px;
	height: 100%;
}

#banner {
	width: 750px;
	height: 110px;
	padding-top: 20px;
	margin-left: 30px;
	padding-left: 0px;
	background: url(images/wide-nav-bar.png) no-repeat;
}

#navbar {
	text-align: center;
	height: 85px;
	vertical-align: text-top;
	width: 400px;
	margin-left: 300px;
}	

#navbar p {
	font-family: "Arial Black", Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #666;
	margin-top: 24px;
}	

#banner h1 {
	font-family: "Arial Black", Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #a0a0a0;
}

#sidebar {
	text-align: left;
	float: left;
	width: 135px;
	padding-top: 25px;
}

#sidebar h1 {
	font-family: "Adobe Garamond Pro", "Times New Roman", serif;
	color: #456;
	font-style: normal;
	font-weight: bold;
	font-size: 1em;
	margin-left: 25px;
}

#sidebar h2 {
	font-family: "Adobe Garamond Pro", "Times New Roman", serif;
	color: #456;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	margin-left: 25px;
}

#sidebar p {
	color: #456;
	margin-left: 25px;
	font: bold normal 1.1em/250% "Adobe Garamond Pro", "Times New Roman", serif;
}

#side-quote p {
	color: #456;
	background-color: #eaeaea;
	text-align: right;
	font: bold italic 0.8em/170% Arial, Helvetica, sans-serif;
}

#contentMain {
	text-align: left;
	width: 550px;
	float: right;
	padding: 20px 30px 0 0;
}

#contentMain h1 {
	font-family: "Adobe Garamond Pro", "Times New Roman", serif;
	color: #456;
	font-style: italic;
	text-align: center;
	font-size: 2em;
}

#contentMain h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #456;
	font-size: 1.2em;
	text-align: center;
	margin-top: 24px;
	margin-bottom: -3px;
}

#contentMain h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #456;
	font-size: 1em;
	margin-top: 18px;
	margin-bottom: -3px;
}

#contentMain h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #456;
	font-size: .9em;
	margin-top: 18px;
	margin-bottom: -3px;
}

#contentMain p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: .9em;
	line-height: 150%;
}

#contentMain ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: .9em;
	line-height: 135%;
}

#engines {
	background: url(images/footer-engines.png) no-repeat;
	height: 125px;
	width: 815px;
	margin: 0 0 0 2px;
	text-align: center;
}

#footer {
	height: 30px;
	vertical-align: middle;
	background-color: #565656;
	text-align: right;
	width: 814px;
	margin: -6px 0 0 3px;
	background-image: url(images/footer-pattern.jpg);
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 0.7em;
	margin-top: 6px;
	margin-right: 2em;
	line-height: 2em;
}

.floatright {
	float: right;
	padding-left: 12px;
}

.floatleft {
	float: left;
	padding-right: 12px;
}

.clearboth {
	clear: both;
}

.lightgray {
	color: #eee;
}

a:link, a:visited {
	color: #262626;
	text-decoration: none;
	border-bottom-width: 1.5px;
	border-bottom-style: dotted;
	border-bottom-color: #262626;
}
	
a:hover, a:active {
	color: #78959a;
	text-decoration: none;
	border-bottom-width: 1.5px;
	border-bottom-style: dotted;
	border-bottom-color: #78959a;
}

#banner a:link, #banner a:visited {
	color: #ddd;
	text-decoration: none;
	border: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
}
	
#banner a:hover, #banner a:active {
	color: #456;
	text-decoration: none;
	border: none;
}

#contentMain a:link, #contentMain a:visited {
	text-decoration: none;
	border: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #78959a;
}
	
#contentMain a:hover, #contentMain a:active {
	color: #78959a;
	text-decoration: none;
	border: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ddd;
}

#navbar a:link, #navbar a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: none;
	border: none;
	font-size: 1.1em;
	font-weight: 600;
	text-align: left;
}
	
#navbar a:hover, #navbar a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #456;
	text-decoration: none;
	border: none;
	font-size: 1.1em;
	font-weight: 600;
	text-align: left;
}

#sidebar a:link, #sidebar a:visited {
	color: #456;
	text-decoration: none;
	border: none;
	border-bottom-width: 1.5px;
	border-bottom-style: dotted;
	border-bottom-color: #78959a;
	}

#sidebar a:hover, #sidebar a:active {
	color: #eee;
	text-decoration: none;
	border: none;
	border-bottom-width: 1.5px;
	border-bottom-style: dotted;
	border-bottom-color: #565656;
	}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
	border: none;
}
	
#footer a:hover, #footer a:active {
	color: #78959a;
	text-decoration: none;
	border: none;
}

.cover {
	text-decoration: none;
	float: left;
	padding-right: 12px;
}

#apDiv2 {
	position:absolute;
	background-image: url(images/AP-floater.png);
	width: 109px;
	height: 143px;
	z-index: 1;
	left: 860px;
	top: 134px;
	visibility: visible;
	right: auto;
	float: right;
	background-repeat: no-repeat;
}

.restable {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: .9em;
	line-height: 150%;
	width: 600px;
	vertical-align: text-top;
}

.bold {
	font-weight: 600;
	color: #456;
}

.ital {
	font-style: oblique;
}

.roman {
	font-style: normal;
}

.sc {
	font-variant: small-caps;
}

.contact_form {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: .8em;
	font-weight: 500;
	line-height: 110%;
	vertical-align: top;
}

.formlabel {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: .8em;
	font-weight: 500;
	line-height: 110%;
	text-align: right;
	vertical-align: top;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.text-top {
	vertical-align: text-top;
}

.pullquote {
	text-align: center;
	font-family: "Adobe Garamond Pro", "Times New Roman", serif;
	color: #456;
	font-size: 1em;
	font-style: italic;
}

.caption {
	font-family: Arial, sans-serif;
	background-color: #eee;
	text-align: center;
	font-weight: 600;
	font-size: .8em;
	line-height: 120%;
}

#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 140%;
}

#copyright h2 {
	font-size: .9em;
	color: #456;
}