@import "forms.css";

body, html, img, ul, ol, li, div, p, h1, h2, h3, h4, h5, h6, form, fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
	font: normal 12px/16px "Lucida Grande", Arial, Helvetica;
  text-align: center;
	background-color: #fff;
	color: #837C73;
}

#header {
	width: 750px;
	height: 78px;
	margin: auto;
	text-align: left;
}
#header h1 { display: none; }
#header p {	float: right; margin: 39px 0 0 0; }
#header p a { border-right: 2px solid #ccc; padding: 0 7px 0 7px; color: #00467F; text-decoration: none; }
#header p a.last { border: 0; }
#header p a:hover { color: #BBB1A5; text-decoration: none; }
#header span a { color: #a93503; }

#headText {
	width: 100%;
	height: 52px;
	text-align: left;
	background-color: #00467F;
	border-bottom: 10px solid #BBB1A5;
}
#headText h2 {
	width: 750px;
	margin: auto;
	padding-top: 18px;
	padding-left: 32px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

#container {
	width: 750px;
	margin: 0 auto 0 auto;
	padding: 40px auto 0 auto;
	text-align: center;
	background-image: url('../img/background-image.jpg');
	background-repeat: no-repeat;
}


#subnavigation {
	float: left;
	padding: 20px 0 0 0;
	text-align: left;
	width: 150px;
}
html>body #subnavigation { width: 150px; }
#subnavigation a {
	display: block;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	text-decoration: none;
	color: #00467F;
	border-bottom: 1px solid #BBB1A5;
}
#subnavigation a.active { color: #a93503; font-weight: bold; }
#subnavigation a:hover { color: #BBB1A5; text-decoration: none; }
#at_a_glance { margin-top: -20px; font-size: 12px; }
#at_a_glance a { margin: 0 0 3px 0; padding: 0 0 3px 0; font-size: 12px; color: #c15a08; }
#at_a_glance span { display: block; margin: 0 0 10px 0; font-size: 13px; color: #00467F; }
div.secondary { padding-left: 10px; }
#subnavigation div.secondary a { color: #c15a08; }
#subnavigation div.secondary a:visited { color: #c15a08; }
#subnavigation div.secondary a.active { color: #a93503; }

#content {
	margin: 0 80px 0 200px;
	line-height: 17px;
	text-align: left;
}
#content.home {
  margin: 0 0 0 40px;
}
#content h1 {
	margin: 0 0 10px 0;
	padding: 20px 0 5px 0;
	border-bottom: 1px solid #BBB1A5;
	font-size: 13px;
	font-weight: normal;
	color: #00467F;
}
#content.home .home_image { float: right; }
#content.home .right_image { float: right; margin-top: -11px; }
#content.home h1 { clear: both; }
#content.home h1 { margin-right: 260px; }
#content.home p { margin-right: 260px; }
#content.home .graphic { float: right; margin-top: -11px; width: 541px; height: 169px; z-index: 1; background-repeat: no-repeat; color: #fff; }
#content.home .graphic span { display: block; width: 175px; z-index: 1; margin: 10px 0 0 15px; }
#content.home .graphic h3 { color: #00467F; font-weight: normal; padding-bottom: 6px; margin-bottom: 6px; border-bottom: 1px solid #837c73; }
#content p { margin: 0 0 15px 0; }
#content p.ghostlogo { height: 62px; background: url(../img/vaughan_ghost_logo.gif); background-repeat: no-repeat; margin: 40px 0 0 0; }
#content ul { margin: 0 0 0 10px; padding: 0 15px 15px 15px;}
#content ul li { margin: 0 0 5px; padding: 0;}
#content table { width: 100%; }
#content tr.top { border-bottom: 1px dotted #00467F; }
#content td { width: 49%; vertical-align: top; }
#content th { text-align: left; }


#home_divider { height: 35px; }

#sidebar {
	float: right;
	padding: 0 0 0 20px;
	text-align: left;
	width: 230px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 210px;
}
html>body #sidebar { width: 210px; }
#sidebar div {
	background: #BBB1A5;
	margin: 0 0 30px 0;
	padding: 18px;
	color: #fff;
	text-align: left;
}
#sidebar h1 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #837C73;
	font-size: 10px;
	color: #00467F;
}

#footer {
	clear: both;
	width: 750px;
	margin: auto;
	margin-top: 0;
	padding-top: 5px;
	padding-bottom: 15px;
	color: #666666;
	font-size: 90%;
	border-top: 1px solid #BBB1A5;
	text-align: left;
}
#footer span { float: right; }

.full_image { margin: 18px 0 15px 0; border: 1px solid #BBB1A5; }
.left_image { float: left; margin: 0 10px 10px 0; border: 1px solid #BBB1A5; }
.right_image { float: right; margin: 0 0 10px 10px; border: 1px solid #BBB1A5; }
.blue { color: #00467F; }
.orange { color: #c15a08; }