body {
	background-image: url(../Images/bkgd_main_fill.jpg);
	background-repeat: repeat;
	margin:0;
	padding:0;
	font-family: "Varela Round", sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333;
}
p {
	font-family: "Varela Round", sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 18px;
}
span {
	font-family: "Varela Round", sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 18px;
}
td {
}
a:link { 
	color: #1e1e1e; 
	font-weight: bold; 
	text-decoration: none; 
}
a:visited { 
	color: #1e1e1e; 
	font-weight: bold; 
	text-decoration: none; 
}
a:hover { 
	color: #1e1e1e; 
	font-weight: bold; 
	text-decoration: underline; 
}
a:active { 
	color: #1e1e1e; 
	font-weight: bold; 
	text-decoration: none; 
}
#container {
	width: 1073px;
	margin: 0 auto;
}
#primary {
	float: left;
	width: 188px;
	height: 845px;
	background-image: url(../Images/background-primary.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding-top: 22px;
	padding-right: 15px;
	text-align: justify;
}
#primary_sub {
	float: left;
	width: 188px;
	height: 585px;
	background-image: url(../Images/background-primary-sub.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding-top: 22px;
	padding-right: 15px;
	text-align: justify;
}

#content_container {
	float: left;
	width: 645px;
}
#content_top {
	height: 180px;
	background-image: url(../Images/background-content-home.png);
	background-repeat: none;
}
#content {
	width: 593px;
	background-image: url(../Images/background-content.png);
	background-repeat: repeat-y;
	padding-top: 50px;
	padding-left: 26px;
	padding-right: 26px;
	text-align: justify;
}

#secondary {
	float: left;
	width: 185px;
	height: 845px;
	background-image: url(../Images/background-secondary.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 23px;
	padding-left: 15px;
	padding-right: 25px;
	text-align: justify;
}
#secondary_sub {
	float: left;
	width: 185px;
	height: 585px;
	background-image: url(../Images/background-secondary-sub.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 29px;
	padding-left: 15px;
	padding-right: 25px;
	text-align: justify;
}
#footer {
	clear: both;
}
.formfield { 
	color: #333; 
	font-size: 11px; 
	font-weight: bold; 
	line-height: 12px; 
}
.figure { 
	color: #666; 
	font-size: 10px; 
	line-height: 11px; 
}
.sub_title { 
	color: #333; 
	font-size: 16px; 
	font-weight: bold; 
	line-height: 16px; 
}
.input {
    border: solid 1px #A9A9A9;
    background: #fff;
}
.input:hover {
    border: solid 1px #808080;
    background: #eee;
}
.input:active {
    border: solid 1px #808080;
    background: #eee;
}

#home {
	display: block;
	width: 185px;
	height: 40px;
	background: url("../Images/nav_home_01.png") no-repeat 0 0;
}
#home:hover { 
	width: 185px;
	height: 40px;
	background: url("../Images/nav_home_02.png") no-repeat 0 0;
}

#services {
	display: block;
	width: 185px;
	height: 40px;
	background: url("../Images/nav_services_01.png") no-repeat 0 0;
}
#services:hover { 
	width: 185px;
	height: 40px;
	background: url("../Images/nav_services_02.png") no-repeat 0 0;
}

#gallery {
	display: block;
	width: 185px;
	height: 40px;
	background: url("../Images/nav_communities_01.png") no-repeat 0 0;
}
#gallery:hover { 
	width: 185px;
	height: 40px;
	background: url("../Images/nav_communities_02.png") no-repeat 0 0;
}

#profile {
	display: block;
	width: 185px;
	height: 40px;
	background: url("../Images/nav_profile_01.png") no-repeat 0 0;
}
#profile:hover { 
	width: 185px;
	height: 40px;
	background: url("../Images/nav_profile_02.png") no-repeat 0 0;
}

#contact {
	display: block;
	width: 185px;
	height: 40px;
	background: url("../Images/nav_contact_01.png") no-repeat 0 0;
}
#contact:hover { 
	width: 185px;
	height: 40px;
	background: url("../Images/nav_contact_02.png") no-repeat 0 0;
}

#submit span {
	position: absolute;
	top: -999em;
}

#preview {
	position:absolute;
	padding:5px;
	display:none;
	color:#fff;
}

#back {
	display: block;
	width: 100x;
	height: 24px;
	background: url("../Images/button-back.png") no-repeat 0 0;
}

#back:hover { 
	width: 100px;
	height: 24px;
	background: url("../Images/button-back-roll.png") no-repeat 0 0;
}


#slider-wrapper {
    width:592px;
    height:375px;
    padding-top:0px;
    margin-top:0px;
}

#slider {
	position:relative;
    width:594px;
    height:340px;
	background:url("../Images/loading.gif") no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border: 0;
	display: block;
}

.nivo-controlNav {
	position: absolute;
	left: 260px;
	bottom: -42px;
}
.nivo-controlNav a {
	display: block;
	width: 22px;
	height: 22px;
	background: url("../Images/bullets.png") no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}
.nivo-controlNav a.active {
	background-position: 0 -22px;
}

.nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url("../Images/arrows.png") no-repeat;
	text-indent: -9999px;
	border: 0;
}
a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}
a.nivo-prevNav {
	left: 15px;
}

.nivo-caption {
    text-shadow: none;
    font-family: "Varela Round", sans-serif;
}
.nivo-caption a { 
    color: #efe9d1;
    text-decoration: underline;
}