﻿body  {
	color: #3D3937;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	background-color: #7B7F72;
	margin: 0px;
}


/* Layout styles */
#sitecontainer {
	background-image: url(images/bg_mainshadow.jpg);
	background-repeat: repeat-y;
	width: 800px;
	margin: 0px auto 0px auto;
}
#logocontainer {
}
#navigationcontainer {
	width: 743px;
	height: 27px;
	margin-left: 28px;
	background-image: url(images/navigation_bg.jpg);
	background-repeat: repeat-x;
}
#contentoutercontainer {
	background-image: url(images/bg_contenttopshadow.jpg);
	background-repeat: no-repeat;
	width: 743px;
	margin-left: 28px;
	margin-top: 0px;
	background-color: #ffffff;
}
#footercontainer {
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 52px;
	margin: 0px auto 0px auto;
}
#rhsimagecontainer 
{
    margin: 0px;
}
#narrowcontentcontainer 
{
    padding-top: 70px;
    margin-left: 30px;
    width: 315px;
    padding-bottom: 10px;
}
#widecontentcontainer 
{
    width: 690px;
    margin-left: 30px;
    padding-bottom: 10px;
}

/* Content Styles */
p 
{
    line-height: 17px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
}
ul 
{
    margin: 0px 0px 10px 16px;
    padding: 0px;
}
li 
{
    line-height: 17px;
    margin: 0px;
    padding: 0px;
}  
h1 
{
    margin: 15px 0px 18px 0px;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    color: #891617;
}
h2 
{
    margin: 15px 0px 18px 0px;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
}
h3 
{
    color: #891617;
    margin: 15px 0px 18px 0px;
    font-size: 13px;
}
a {
	color: #891617;
	text-decoration: none;
}
a:hover {
	color: #891617;
	text-decoration: underline;
}


/* Location table styles */
.locationtable 
{
    margin-bottom: 10px;
}
.locationtable td {
	vertical-align: middle;
}
.locationtable td a {
	background-color: #EECEC3;
	color: #891617;
	text-decoration: none;
	display: block;
	padding: 5px 7px 5px 7px;
}
.locationtable td a:hover {
	background-color: #D7A49C;
	color: #891617;
	text-decoration: none;
}
.locationtable th {
	padding: 0px 0px 0px 15px;
	background-image: url(images/redroundcorner.gif); 
	background-position: right top; 
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: normal;
	height: 25px;
}
.darktd {
	color: #ffffff;
	background-color: #891617;
}
.lighttd {
	background-color: #EECEC3;
	color: #891617;
}


/* Vacancies Styles */

.vacancylistingcontainer 
{
    margin-top: 10px;
    margin-bottom: 25px;
}
.vacancylistingcontainer h1 
{
    width: 158px;
    background-color: #891617;
    font-size: 12px;
    color: #ffffff;
    background-image: url(images/redroundcorner.gif); 
	background-position: right top; 
	background-repeat: no-repeat;
	margin: 0px;
	padding: 5px 5px 5px 7px;
	font-weight: normal;
}
.vacancylistingcontainer h2 
{
    color: #891617;
    font-size: 12px;
    margin: 3px 0px 4px 0px;
}
    
.vacancygreycontainer 
{
    background-color: #EAEAEA;
    border: 1px solid #9B9999;
    background-image: url(images/greyroundcorner.gif); 
	background-position: right bottom; 
	background-repeat: no-repeat;
	width: 670px;
	padding: 6px;
	position: relative;
}
.vacancyimagecontainer 
{
    float: left;
    width: 162px;
    margin-right: 15px;
    
}
.vacancytextcontainer 
{
    float: left;
    padding-bottom: 12px;
    width: 480px;
}
.vacancycontactcontainer 
{
    position: absolute;
    bottom: 4px;
    right: 15px;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
}
.vacancycontactcontainer a
{
	color: #fff;
	text-decoration: none;
}


/* Form styles */
.formbox 
{
    border: 1px solid #891617;
    margin-right: 20px;
    font-size: 12px;
    float: left;
    width: 140px;
    margin-bottom: 6px;
}
.formboxwide 
{
    width: 400px;
}
.formlabel 
{
    
    width: 95px;
    text-align: right;
    float: left;
    margin-right: 5px;
}
.submitbutton 
{
    border: 1px solid #891617;
    color: #891617;
    padding: 2px;
    margin-left: 300px;
    margin-top: 15px;
    background-color: #ffffff;
    
}


/* Navigation styles */
#navigationhome 
{
     float: left; 
     
}
#navigationwhysunnycove 
{
     float: left; 

}
#navigationcommunities 
{
     float: left; 
}
#navigationsunnycoveplus 
{
     float: left; 
}
#navigationcorporate 
{
     float: left; 
}
#navigationcareers 
{
     float: left; 
}
#navigationcontactus 
{
    float: left; 
}