﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #082648;
	background-color: #336699;
	margin: 0px;
}
#siteoutercontainer {
	width: 800px;
	margin: 0px auto 0px auto;
	background-image: url(images/siteshadowbg.jpg);
	background-repeat: repeat-y;
}
#siteinnercontainer {
	width: 782px;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	background-image: url(images/internalfooterbg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	
}
#siteinnercontainerhome {
	width: 782px;
	margin: 0px auto 0px auto;
	position: relative;
	
	
	
}
#logotop {
}
#outernavigationcontainer {
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	
}
#mainnavigationcontainer {
	
	background-color: #367531;
	border-bottom: 3px solid #ffffff;
	
}
#subnavigationcontainer {
	background-image: url(images/subnavbg.jpg);
	background-repeat: no-repeat;
	height: 22px;
	
}
#contentcontainer {
	background-image: url(images/villagelifelogobottom.jpg);
	background-repeat: no-repeat;
	position: relative;
	
}
#lowernavcontainer 
{
    height: 80px;
}
#lowernavbuttons
{
    width: 360px;
    margin-left: 410px;
    margin-top: 6px;
}
#leftcontentcontainer 
{
    
    float: left;
    width: 400px;
    padding: 48px 0px 25px 13px;
    margin-right: 5px;
    
} 
#rightcontentcontainer 
{
    float: right;
    padding: 40px 0px 0px 0px;
    width: 345px;
}
#rightcontentcontainertext 
{
    margin-right: 30px;
}
#fullwidthcontainer 
{
    padding: 32px 0px 0px 0px;
}
#fullwidthcontainertext 
{
    margin-left: 30px;
}
    
#footercontainer {
	background-image: url(images/footershadowbg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 9px;
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px;
	
}
#homepagetext 
{
    position: absolute;
    top: 189px;
    left: 20px;
    width: 650px;
}
#homepagetext h2 
{
    line-height: 15px;
}

p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img 
{
    border: 0px;
}
.greyborder 
{
    border: 1px solid #e4e4e4;
    padding: 6px;
    margin-bottom: 10px;
    
}
h1 
{
    
}
h2 
{
    color: #367531;
    font-size: 13px;
    font-weight: bold;
    line-height: 17px;
    margin: 0px 0px 10px 0px;
}
h3 
{
}
#rightcontentcontainertext ul 
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px
}
#rightcontentcontainertext li 
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 16px
}



/* main navigation */
#mainnavigationcontainer ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
#mainnavigationcontainer li {
	margin: 0px 0px 0px 0px;
	background-color: #448D23;
	display: block;
	border-right: 3px solid #ffffff;
	float: left;
}
#mainnavigationcontainer li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 5px 18px 5px 18px;
}
#mainnavigationcontainer li a:hover {
	color: #99CC33;
	background-color: #448D23;
	text-decoration: none;
}

/* sub navigation */
#subnavigationcontainer ul {
	margin: 0px 0px 0px 18px;
	padding: 3px 0px 0px 0px;
	list-style-type: none;
	
}
#subnavigationcontainer li {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	display: block;
	border-right: 1px solid #ABD756;
	float: left;
}
.borderleft {
	border-left: 1px solid #ABD756;
}
#subnavigationcontainer li a {
	color: #006837;
}
#subnavigationcontainer li a:hover {
	color: #333366;
	text-decoration: none;
}

/* specs table styles */
.specstable 
{
    margin: 10px 0px 20px 0px;
}
.specstable td{
	font-size: 11px;
	height: 25px;
}

.specstable .lighttd {
	background-color: #E7EBF3;
	
}
.specstable .darktd {
	background-color: #BDC7DC;
}
.specstable .leftpadding {
	padding-left: 15px;
}
.specstable .header {
	color: #ffffff;
	font-size: 12px;
	background-image: url(images/tablegreenheader.gif);
	background-repeat: no-repeat;
	height: 25px;
}
.specstable td a 
{
    color: #082648;
    display: block;
    padding: 5px 0px 5px 0px;
    
}
.specstable td a:hover 
{
    background-color: #003768;
    color: #ffffff;
    text-decoration: none;
}


/* Locator tables*/
.specstable .locatorheader {
	color: #ffffff;
	font-size: 12px;
	background-image: url(images/tablegreenheader_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 25px;
}
.specstable .locatorleftpadding {
	padding-left: 55px;
}
.locatorlefttext 
{
    float: left;
    width: 350px;
    color: #367531;
    font-size: 13px;
    font-weight: bold;
    line-height: 17px;
    padding-top: 35px;
}
.locatorstate 
{
    float: right;
    margin-bottom: 10px;
    
}

/* Vacancies Styles */

.vacancylistingoutercontainer 
{
    margin-top: 10px;
    margin-bottom: 25px;
    width: 720px;
    color: #7D7E80;
    
}
.vacancylistingcontainer 
{
    border: 2px solid #7D7E80;
    
}
.vacancylistingcontainer h1 
{
    background-color: #EDEDED;
    font-size: 15px;
    padding: 8px 5px 8px 20px;
	font-weight: normal;
	border-bottom: 0px;
	margin: 0px;
}
.vacancytextcontainer h2 
{
    margin-left: 23px;
}    
.vacancygreycontainer 
{
    padding: 4px;
    
}
.vacancyimagecontainer 
{
    float: left;
    width: 162px;
    padding-right: 15px;
}
.vacancytextcontainer 
{
    float: left;
    padding: 12px 0px 0px 0px;
    width: 450px;
    
}
.vacancytextcontainer ul 
{
    margin-bottom: 0px;
    margin-top: 0px;
}
.vacancytextcontainer li 
{
    margin-bottom: 5px;
}
.vacancycontactcontainer 
{
    float: right;
    color: #ffffff;
    font-size: 14px;
    background-color: #00662B;
    padding: 4px 10px 4px 10px;
    border: 1px solid #C8C8C8;
    width: 80px;
    margin: -30px 10px 10px 0px;
    
}
.vacancycontactcontainer a 
{
    color: #ffffff;
}
.vacancycontactcontainer a:hover 
{
    color: #cccccc;
    text-decoration: none;
}
.dashedborder 
{
    border-bottom: 1px dashed #082648;
    margin-bottom: 20px;
    margin-top: 15px;
    width: 350px;
    height: 1px;
}
/* Form styles */
.formbox 
{
    border: 1px solid #367531;
    margin-right: 20px;
    font-size: 12px;
    float: left;
    width: 210px;
    padding: 2px;
}
.formboxwide 
{
    width: 545px;
}
.formlabel 
{
    
    width: 95px;
    float: left;
    margin-right: 5px;
}
.submitbutton 
{
    border: 1px solid #367531;
    color: #367531;
    padding: 2px;
    background-color: #ffffff;
    
}