@charset "utf-8";
/* CSS Document */

body
{
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #4486b2;
	margin: 0px;
}

.required
{
	color: Red;
}

.hidden 
{
	visibility: hidden;
	display: none;
}

#wrapper
{
	width: 885px;
	margin: 0 auto;
}

#header
{
	width: 885px;
	height: 79px;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
}

#headerright
{
	float: right;
	width: 448px;
	height: 79px;
}

#search
{
	margin: 5px 0 0 0;
}

#search label
{
	float: left;
	padding-top: 0.2em;
	padding-right: 0.7em;
	padding-bottom: 0pt;
	padding-left: 0pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #33669d;
}

#search input
{
	float: left;
	width: 10em;
	height: 1.2em;
	font-size: 1em;
	margin-right: 0.4em;
}


#textsize
{
	margin-top: 0.2em;
	margin-right: 1em;
	margin-bottom: 0pt;
	margin-left: 13px;
	padding-top: 2px;
	padding-right: 0pt;
	padding-bottom: 2px;
	padding-left: 11px;
	text-transform: uppercase;
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.textsmall
{
	font-size: 11px;
}

/* Navigation bar */

.menu
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li
{
	padding: 0;
	margin: 0;
	height: 36px;
	list-style: none;
	background-repeat: no-repeat;
}

.menu li a, .menu li a:visited
{
	display: block;
	text-decoration: none;
	text-indent: -2000px;
	height: 47px;
	background-repeat: no-repeat;
}

.indv
{
	background-image: url(../images/navbar_off_01.gif);
	width: 150px;
}
.indv a
{
	background-image: url(../images/navbar_off_01.gif);
}
.indv a:hover
{
	background-image: url(../images/navbar_on_01.gif);
	width: 150px;
}

.companies
{
	background-image: url(../images/navbar_off_02.gif);
	width: 146px;
}
.companies a
{
	background-image: url(../images/navbar_off_02.gif);
}
.companiesover
{
	background-image: url(../images/navbar_on_02.gif);
	width: 146px;
}

.locations
{
	background-image: url(../images/navbar_off_03.gif);
	width: 148px;
}
.locations a
{
	background-image: url(../images/navbar_off_03.gif);
}
.locationsover
{
	background-image: url(../images/navbar_on_03.gif);
	width: 148px;
}

.health
{
	background-image: url(../images/navbar_off_04.gif);
	width: 146px;
}
.health a
{
	background-image: url(../images/navbar_off_04.gif);
}
.healthover
{
	background-image: url(../images/navbar_on_04.gif);
	width: 146px;
}

.about
{
	background-image: url(../images/navbar_off_05.gif);
	width: 147px;
}
.about a
{
	background-image: url(../images/navbar_off_05.gif);
}
.aboutover
{
	background-image: url(../images/navbar_on_05.gif);
	width: 147px;
}

.news
{
	background-image: url(../images/navbar_off_06.gif);
	width: 147px;
}
.news a
{
	background-image: url(../images/navbar_off_06.gif);
}
.newsover
{
	background-image: url(../images/navbar_on_06.gif);
	width: 147px;
}

ul.menu li a:hover
{
	background: none;
}

.menu li
{
	float: left;
}

.menu:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#masthead
{
	width: 885px;
	height: 134px;
	margin: 11px auto 0 auto;
	background-image: url(../images/masthead.jpg);
	background-repeat: no-repeat;
}

#content
{
	width: 885px;
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-left: solid 1px #bebfc0;
	border-right: solid 1px #bebfc0;
}

.clear
{
	clear: both;
}

#leftcol
{
	width: 215px;
	float: left;
	padding: 10px;
}

#middlecol
{
	width: 400px;
	float: left;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#middlecol a
{
	color: #2b6597;
	text-decoration: underline;
}

#middlecol a:hover
{
	color: #2b6597;
	text-decoration: none;
}

#rightcol
{
	width: 180px;
	float: right;
	padding: 10px;
	background: #87bc7b;
	margin: 1px 0 0 0;
}

#leftnav
{
	width: 215px;
	/*height: 220px; *height:270px;*/
	background-image:url(../images/leftnav_bg.gif);
}

#leftnav ul
{
	list-style: none;
}

#bullets
{
	width: 211px;
	background: #f0f8f8;
	margin: 10px 0 0 2px; *margin:10px002px;
}

#leftnav li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #184776;
	list-style: none;
	margin-left: -12px; *margin-left:0px;
}

#leftnav li a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #184776;
	list-style: none;
	text-decoration: none;
}

#leftnav li a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #184776;
	list-style: none;
	text-decoration: underline;
}

.disc
{
	color: #87bc7b;
}

.leftnavtitle
{
	color: #116f11;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 25px;
	margin-bottom: -7px;
}

.leftnavtitle a
{
	color: #116f11;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#contact
{
	background: #d5ebc8;
	width: 167px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #38832a;
	margin: -4px 0 0 14px; *margin:5px0014px;
	padding:10px;
	background-image:url(../images/leftnav_contact_footer.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#contact a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005195;
}

#socailnetworks
{
	width: 400px;
	float: left;
	margin: 0;
}

#socailnetworks ul
{
	list-style: none;
}

#socailnetworks li
{
	display: inline;
	list-style: none;
}

.title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #399339;
	border-bottom: solid 1px #c2c8c8;
}

.regtitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #399339;
	font-style: italic;
}

.titlesection
{
	font-size: 16px;
}

.subtitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #399339;
}

.calloutTop
{
	width: 174px;
	height: 12px;
	background-color: transparent;
	background-image: url(../images/callout_top.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
}

.callout
{
	width: 174px;
	background-color: transparent;
	background-image: url(../images/callout_bg.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 0% 0%;
	padding-top: 2px;
	padding-right: 0pt;
	padding-bottom: 2px;
	padding-left: 0pt;
}

.calloutBottom
{
	width: 174px;
	height: 12px;
	background-color: transparent;
	background-image: url(../images/callout_bottom.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	margin-bottom: 10px;
}

.callout p
{
	padding-left: 16px;
	padding-right: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .70em;
	line-height: 1.5em;
}

.callout h3
{
	color: #336699;
	font-size: 14px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0.3em;
	padding-left: 16px;
	padding-right: 16px;
}

.callout a:hover, .callout a:focus
{
	color: #005195;
}

.callout a:hover, .callout a:focus
{
	color: #005195;
}

.callout .readMore a, .callout .readMore a:visited
{
	color: #399339;
	font-weight: bold;
	padding-right: 10px;
	background-color: transparent;
	background-image: url(../images/more_arrow_green.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right center;
	text-decoration: none;
}

.callout .readMore a:hover, .callout .readMore a:focus
{
	color: #399339;
	text-decoration: underline;
}

.callout .readMore a:hover, .callout .readMore a:focus
{
	color: #399339;
	text-decoration: underline;
}

.reginput
{
	border: solid 1px #739abb;
}


.questionaire
{
	width: 100%;
}

.questionaire td
{
	text-align: center;
}

