/* BS CSS */

/* General Styles */

body {
	margin: 0;
	padding:0;
	font-family: georgia, "times new roman", serif;
	font-size: 12px;
	background-color: #006B54;
	line-height: 1.5em;
	background-image: url(img/bkg_wave.jpg);
	background-repeat: repeat-x
}

img {
	border: 0
}

a:link {
	color: #006B54;
	text-decoration: underline;
}

a:visited {
	color: #CC6600;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	background-color: #006B54;
	text-decoration: none;
}
/* Custom Styles */

/* Header */

#header {
	background-image: url(img/header_bkg.jpg);
	background-repeat: repeat-x;
	background-color: #C8E873;
	width: 760px;
	height: 90px;
	margin-left: 5px
}

#header img {
	margin-top: 15px;
	margin-left: 10px
}

#header a {
	background-color: transparent
}

#search {
	position: absolute;
	top: 0;
	left: 351px;
	background-image: url(img/search_bkg.jpg);
	background-repeat: no-repeat;
	width: 414px;
	height: 90px
}

#search #searchBox {
	position: absolute;
	top: 37px;
	right: 68px;
	background-color: #F2F5F1;
	border: 1px solid #70AA28;
	color: #B4551E;
	font-size: 10px;
	padding-left: 5px;
	height: 15px;
	line-height: 15px;
	width: 111px;
}

#search #searchBtn {
	position: absolute;
	top: 37px;
	right: 25px
	
}

/* Home Template Content */

#welcomeColHome {
	background-image: url(img/welcome_header.gif);
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
	width: 375px;
	padding: 45px 4px 10px 27px;
	voice-family: "\"}\"";
    voice-family: inherit;
    width: 344px
}

#newsColHome {
	background-image: url(img/news_header.gif);
	background-repeat: no-repeat;
	background-position: top center;
	float: right;
	width: 204px;
	padding: 45px 15px 10px 27px;
	voice-family: "\"}\"";
    voice-family: inherit;
    width: 162px
}

/* Interior Main 1 column template */
#mainContent {
	float: left;
	width: 570px;
	padding: 20px 7px 0 25px;
	voice-family: "\"}\"";
    voice-family: inherit;
    width: 534px
}


/* Interior 2 column Content */

#leftContent {
	float: left;
	width: 395px;
	padding: 20px 15px 0 25px;
	voice-family: "\"}\"";
    voice-family: inherit;
    width: 351px
}

#rightContent {
	float: right;
	width: 204px;
	padding: 20px 15px 0 0;
	voice-family: "\"}\"";
    voice-family: inherit;
    width: 162px
}

/* Contact Form */

#formContent {
	float: left;
	width: 535px;
	padding: 20px 7px 0 25px;
	voice-family: "\"}\"";
    voice-family: inherit;
    width: 501px
}


/* General */

#footer {
	background: url(img/nav_footer.gif) no-repeat;
	background-position: right top;
	background-color: #006B54;
	height: 25px;
	margin: 0;
	text-align: center;
	padding:0 190px 10px 0;
	font-size: 10px;
	color: #A1C8C0;
}

#footer a {
	font-size: 10px;
	color: #A1C8C0;
	text-decoration: underline
}

#footer a:hover {
	text-decoration: none
}


.clear {
	clear: both
}

#mainContainer {
	background-image: url(img/body_bkg.gif);
	background-repeat: repeat-y;
	position: relative;
	width: 770px;
	left: 50%;
	margin-left: -385px;
}

#flashContainer {
	padding: 0 0 0 5px;
	margin: 0;
	height: 168px;
	width: 574px;
}
	
#wrapper {
	float: left;
	width: 579px;
}

#wrapperInterior {
	float: left;
	width: 570px;
}

#navCap {
	position: absolute;
	right: 4px;
	top: 90px;
	background: url(img/nav_cap.gif) no-repeat;
	width: 192px;
	height: 19px;
	margin-top: 10px;
}

#toplinkShadow {
	position: absolute;
	top: 119px;
	left: 5px;
	background: url(img/toplink_shadow.gif) no-repeat;
	width: 574px;
	height: 3px;
}

#printLogo {
	display: none
}

#siteMap {
	padding-left: 35px;
	line-height: 2em
}

#searchResults {
	line-height: .8em;
}

/* Form Styles */

form {
	display: inline;
}

label {
	display: block;
	width: 210px;
	float: left;
	margin-bottom: 5px;
	text-align: right;
	padding-right: 6px;
	font-size: 11px;
	line-height: 1.8em;
}

label.required {
	font-weight: bold;
	color: #C80027;
}

form br {
	clear: left;
}

input {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;

}


textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;

}


/* XStandard Goodies */

.indent	{
	padding-left: 20px
}

.left {
	text-align: left
}

.right {
	text-align: right
}

.center {
	text-align: center
}

.imageFloatLeft {
	float: left;
	padding: 0 10px 10px 0;
}

.imageFloatRight {
	float: right;
	padding: 0 0 10px 10px;
}

.underline {
	text-decoration: underline
}

.strikethrough {
	text-decoration: line-through
}

/* Search Results */
ol li {
	line-height: 1.5em;
}
