/* BS CSS */

/* General Styles */

body {
	margin: 0;
	padding:0;
	background-color: #fff;
	background-image: none;
	font-family: georgia, "times new roman", serif;
	font-size: 12pt;
	line-height: 1.7em;
}

img {
	border: 0
}

a:link {
	color: blue;
	text-decoration: underline;
}

a:visited {
	color: purple;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	background-color: #006B54;
	text-decoration: none;
}
/* Custom Styles */

/* Header */

#header {
	width: auto;
	padding: 0;
	margin: 0
}

#search {
	display: none
}


/* Home Template Content */

#welcomeColHome {
	float: left;
	width: 60%;
	padding: 3% 2% 0 0;
}

#newsColHome {
	float: right;
	width: 30%;
	padding: 3% 2% 0 0;
}

/* Interior Main 1 column template */
#mainContent {
	float: left;
	width: 90%;
	padding: 3% 2% 0 0;
}


/* Interior 2 column Content */

#leftContent {
	float: left;
	width: 60%;
	padding: 3% 2% 0 0;
}

#rightContent {
	float: right;
	width: 204px;
	width: 30%;
	padding: 3% 2% 0 0;
}

/* Contact Form */

#formContent {
	float: left;
	width: 530px;
	padding: 20px 7px 0 25px;
	voice-family: "\"}\"";
    voice-family: inherit;
    width: 494px
}


/* General */

#footer {
	margin:0;
	width: 100%;
	text-align: center;
	padding:0;
	font-size: 10pt;
	color: #000;
}

#footer a {
	font-size: 10pt;
	color: #000;
	text-decoration: underline
}

.clear {
	clear: both
}

#mainContainer {
	width: auto;
	border: 1px solid #fff
}

#flashContainer {
	display: none
}
	
#wrapper {
	width: auto;
	border: 1px solid #fff
}

#wrapperInterior {
	width: auto
}


#printLogo {
}

/* Form Styles */

form {
	display: inline;
}

label {
	display: block;
	width: 175px;
	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;
	display: inline
}

.imageFloatRight {
	float: right;
	display: inline
}

#webLogo {
	display: none
}

/* Nav Styles */

#topLinks {
	display: none

}

#nav {
	display: none

}
#functionNav {
	display: none
}

#navCap {
	display: none
}

#toplinkShadow {
	display: none
}

/* Text Styles */

p, td {
	font-family: georgia, "times new roman", serif;
	font-size: 12px;
	margin: 0;
	padding: 0
}

h1 {
	color: #006B54;
	font-size: 17pt;
	margin: 0 0 2% 0;
	padding: 0
}

h2 {
	color: #006B54;
	font-size: 15pt;
	font-weight: bold;
	margin: 0 0 2% 0;
	padding: 0
}

h3 {
	color: #D26F00;
	font-size: 15pt;
	font-weight: bold;
	margin: 0 0 2% 0;
	padding: 0
}

h4 {
	color: #000;
	font-size: 13pt;
	font-weight: bold;
	margin: 0 0 2% 0;
	padding: 0
}

h5 {
	color: #006B54;
	font-size: 13pt;
	font-weight: bold;
	margin: 0 0 2% 0;
	padding: 0
}

caption {
	font-size: 10pt;
	color: #333;
	padding: 0
}


