/* Spanda Inc. CSS Document */

/* MAIN SETTINGS */
body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: #163f6b;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 800px;
}
a:link {
	color: #0b6bd9;
}
a:visited {
	color: #0b6bd9;
}
h3 a:link, h3 a:visited {
	color: #0b6bd9;
	text-decoration: none;
}

/* Header Settings */

#header {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 122px;
	font-size: 13px;
	line-height: 15px;
	background: #fff url(/images/header_background.jpg) no-repeat;
}

/* Business Logo Settings */

#businessLogo {
	margin: 0;
	padding: 29px 0 0 24px;
	float: left;
	width: 88px;
	height: 66px;
}
/* Hide the logos for the print and handheld style sheets */
#mainCol .printheader, #mainCol .handheldheader {
	display: none;
}

/* Navbar */

#navbar {
	margin: 34px 0 0 40px;
	padding: 0;
	width: 648px;
	height: 23px;
	float: left;
	background: url(/images/navbar_end.gif) repeat-x;
}

/* Main Column Settings */

#mainCol {
	margin: 0;
	padding: 0;
	width: 800px;
	background: #fff url(/images/content_background.gif) repeat-y top right;
	font-size: 13px;
	line-height: 15px;
}

/* MAIN CONTENT */

/* Content */

#content {
	margin: 0;
	padding: 55px 0 0 82px;
	width: 551px;
	float: left;
	background: none;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin: 0;
	padding: 5px 0 0 0;
	font-weight: bold;
	color: #16416b;
}
#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 26px;
	color: #1e5ca7;
	font-style: italic;
	font-weight: normal;
}
#content h1.image {
	margin: 0;
	padding: 0;
	display: none;
}
#content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
	color: #1e5ca7;
	font-style: italic;
}
#content h3 {
	font-size: 13px;
	color: #cf8019;
}
#content h4 {
	margin: 4px 0 2px;
	padding: 0;
	color: #224970;
	font-size: 12px;
}
#content h5 {
	margin: 2px 0;
	padding: 0;
	font-size: 108%;
	line-height: 100%;
}
#content h6 {
	margin: 2px 0 0 0;
	padding: 0;
	font-size: 100%;
	line-height: 100%;
}
#content p, li {
	padding: 0;
	color: #224970;
}
#content p {
	margin: 0 0 15px 0;
	color: #224970;
}
#content p.divider, #content h3.divider, #content h4.divider, #content h5.divider {
	padding: 0 0 12px 0;
	border-bottom: #61a342 solid 1px;
}
#content blockquote {
	margin: 5px 20px;
	padding: 0;
}
#content ul {
	margin: 0;
	padding: 2px 2px 2px 10px;
}
#content ul li, #content ol li {
	margin: 8px 0 8px 8px;
	padding: 0 0 0 4px;
}
#content ul li {
	list-style: url(/images/list_bullet.gif) none;
}
strong, b {
	color: #193d6d;
}
.headerAlt {
	font-weight: normal;
	color: #333;
}
#content .event {
	padding: 10px;
	margin: 10px 5px 10px 5px;
	background: #e5ead4;
	border: 1px solid #b5c096;
}
/* Sidebar */

#sidebar {
	margin: 0;
	padding: 0;
	width: 165px;
	float: right;
}

/* Form Elements */

input, textarea {
	margin: 0;
	padding: 1px;
	border: #c0c0c0 solid 1px;
	color: #333;
	font-size: 90%;
	vertical-align: bottom;
}
select {
	margin: 0;
	padding: 1px;
	border: #c0c0c0 solid 1px;
	color: #333;
	font-size: 90%;
	vertical-align: bottom;
}
input.radioButton {
	border: none;
}
input.sminp {
	margin: 3px auto;
	padding: 0 8px;
	color: #0566db;
	font-weight: bold;
	border: 2px solid #c5d6ea;
	background: #fff;
}

/* Footer */

#footer {
	margin: 0;
	padding: 15px 0 5px 162px;
	width: 638px;
	background: url(/images/footer_background.gif) center top no-repeat;
	text-align: left;
	font-size: small;
	color: #c0d0dd;
	clear: both;
}
#footer p {
	padding: 2px 0;
	margin: 0;
	font-size: 10px;
	line-height: 13px;
}
#footer h4 {
	padding: 3px 0 0 0;
	margin: 0;
	font-size: 12px;
	line-height: 15px;
}
#footer strong, #footer b {
	color: #c0d0dd;
}
#footer ul {
	margin: 0;
	padding: 4px;
	color: #c0d0dd;
	font-size: 10px;
}
#footer li {
	display: inline;
	color: #c0d0dd;
}
#footer a {
	padding: 0;
	text-decoration: underline;
	color: #c0d0dd;
	font-weight: bold;
}
#footer a:hover, #footer a:focus {
	text-decoration: none;
	color: #c0d0dd;
}
#footer p a {
	text-decoration: underline;
	color: #c0d0dd;
}
#footer p a:hover, #footer p a:focus {
	text-decoration: underline;
	color: #c0d0dd;
}

/* Misc Classes */

.smallFont {
	font-size: 85%;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.photo {
	margin: 5px;
	padding: 4px;
	border: none;
}
.indent {
	padding-left: 30px;
	margin-left: 30px;
}
.clear {
	clear: both;
}
.whiteText {
	color: #fff;
}
