/* CSS written January 2008 by COMSYS for VBA */
@import url("vba.css");
@import url("navigation.css");

#header {
	border-bottom: 1px solid #000;
}

#tagline {
	float: left;
	width: 100%;
	height: 44px;
	background: url(../images/tag_line.jpg) no-repeat 100% 50%;	 
}

#tagline h2 {
	display: none;
}

#nav {
	float: left;
	width: 100%;
	height: 40px;
	background: url(../images/nav_bg.jpg) no-repeat 0 0;
}

#banner {
	float: left;
	width: 100%;
	height: 288px;
	margin-top: 8px;
}

#content {
	float: left;
	width: 100%;
	margin-top: 8px;
}

#content #col1 {
	float: left;
	width: 624px;
}

#content #col1 h2 {
	float: left;
	width: 100%;
	font-family: "Book Antiqua", "Times New Roman", serif;
	font-size: 2.4em;
	color: #570000;
	border-bottom: 1px solid #32466B;
	text-transform: uppercase;
}

#content #col1 h2#spotlight {
	margin-top: 8px;
}

#content #col1 .newssummary {
	float: left;
	width: 100%;
	margin-top: 12px;
	color: #333;
}

#content #col1 .newssummary h3 {
	float: left;
	width: 100%;
	font-size: 1.4em;
}

#content #col1 .newssummary p {
	float: left;
	width: 100%;
	font-size: 1.2em;
	line-height: 150%;
}

#content #col1 .newssummary a {
	font-weight: bold;
	color: #570000;
	margin-left: 12px;
}

#content #col1 .newssummary a:hover {
	color: #F00000;
	text-decoration: underline;
}

#content #col1 span#allnews {
	display: block;
	float: left;
	width: 100%;
	text-align: right;
}

#content #col1 span#allnews a {
	font-weight: bold;
	color: #570000;
	padding-left: 12px;
	background: url(../images/bc_divider.gif) no-repeat 0 50%;
}

#content #col1 span#allnews a:hover {
	color: #F00000;
	text-decoration: underline;
}

#content #col1 .spotlight {
	float: left;
	width: 100%;
	margin: 12px 0;
	color: #333;
}

#content #col1 .spotlight h3 {
	float: left;
	width: 100%;
	font-size: 1.4em;
}

#content #col1 .spotlight p {
	float: left;
	width: 100%;
	font-size: 1.2em;
	line-height: 150%;
	margin-top: 8px;
}

#content #col1 .spotlight span#morespotlight{
	display: block;
	float: left;
	width: 100%;
	text-align: right;
}

#content #col1 .spotlight span#morespotlight a {
	font-weight: bold;
	color: #570000;
	padding-left: 12px;
	background: url(../images/bc_divider.gif) no-repeat 0 50%;
}

#content #col1 .spotlight span#morespotlight :hover {
	color: #F00000;
	text-decoration: underline;
}

#content #col2 {
	float: right;
	width: 235px;
}

html>body #content #col2 {
	margin-left: 36px;
	width: 235px;
}

#content #col2 .sidebox {
	float: left;
	width: 100%;
	background: url(../images/sidebox_bg.jpg) no-repeat 0 100%;
	padding-bottom: 16px;
	margin-bottom: 8px;
}

#content #col2 .sideboxinner {
	float: left;
	width: 100%;
	height: 100%;
	background: url(../images/sidebox_bg.jpg) no-repeat 0 0%;
	position: relative;
}

#content #col2 .sideboxinner h4 {
	float: left;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-family: "Book Antiqua", "Times New Roman", serif;
	font-size: 1.4em;
	margin-left: 8px;
}

#content #col2 .sideboxinner p {
	float: left;
	line-height: 125%;
}

#col2 .event {
	float: left;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 6px;
}

#col2 .event p.eventdate {
	float: left;
	display: inline;
	margin: 8px 0 0 8px;
	width: 30%;
	font-size: 1.1em;
	color: #32466B;
	font-weight: bold;
}

#col2 .event p.eventdesc {
	float: left;
	display: inline;
	width: 60%;
	margin: 8px 0 0 8px;
	font-size: 1.1em;
	color: #333;
}

#col2 p#viewallevents {
	margin-top: 8px;
	float: left;
	width: 100%;
	text-align: right;
}

#col2 p#viewallevents a {
	font-weight: bold;
	color: #570000;
	display: block;
	width: 95%;
	background: url(../images/arrw.gif) no-repeat 153px 4px;
}

#col2 p#viewallevents a:hover {
	text-decoration: underline;
	color: #F00000;
}

#col2 dl#hcontactus {
	float: left;
	display: inline;
	width: 99%;
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	margin-top: 12px;	
}

#col2 #divider1 {
	position: absolute;
	top: 45px;
	left: 12px;
}

html>body #col2 #divider1 {
	top: 55px;
}

#col2 #divider2 {
	position: absolute;
	top: 67px;
	left: 12px;
}

html>body #col2 #divider2 {
	top: 77px;
}

#col2 .divider {
	width: 211px;
	padding: 0 0 15px 0;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
}
*+html #col2 .divider {
	width: 211px;
	padding: 0;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
}
#col2 dt {
	float: left;
	width: 70px; /* make IE 6.0 behave */
	margin: 4px 0;
	text-indent: 8px;
}

html>body #col2 dt {
	width: 84px;
}
#col2 dt.hidden {
	text-indent: -999em;
	border-bottom: none;
}

#col2 dd {
	float: left;
	width: 135px;
	margin: 4px 0;
	text-indent: 8px;
}

#col2 dd#addline2 {
	margin-top: -4px;
}

#footer {
	float: left;
	width: 100%;
	height: 40px;
	margin-top: 8px;
	background: url(../images/footer_bg.jpg) no-repeat 0 0;
}

