/* 
CSS Styles for Fine Edge Homes
Designed by: e-CBD
Developer: Yolanda van Kimmenade
*/

/* 
Display
*/
body {
	margin: 0px;
	padding: 0px;
	background: #073776 url(../images/bg-repeat-v2.jpg) repeat-x left top;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#container {
	width: 900px;
	\width: 920px;
	w\idth: 900px;
	margin: 0px auto;
}

#header {
	background: url(../images/header-images.jpg) no-repeat right top;
	margin: 0px;
	padding: 0px;
	height: 172px;

}

#logo {
	background: url(../images/logo.jpg) no-repeat center 35px;
	margin: 0px;
	padding: 135px 0px 0px;
	width: 340px;
	height: 30px;
	text-align: center;
	color: #999999;
	font: italic 16px Arial, Helvetica, sans-serif;

}

#nav {
	background: url(../images/nav-repeat.jpg) repeat-x center center;
	margin: 0px;
	padding: 0px;
	height: 38px;

}

#content {
	background: #FFFFFF url(../images/right-col-centre.jpg) repeat-y right top;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 900px;

}

#content-left {
	margin: 0px;
	padding: 30px 0px 20px 40px;
	float: left;
	width: 430px;

}


#content-right {
	margin: 0px;
	padding: 31px 40px 0px 50px;
	float: left;
	width: 340px;
	background: url(../images/right-col-top.jpg) no-repeat right top;
	text-align: center;

}

#footer {
	margin: 0px;
	padding: 5px 0px 0px 10px;
	clear: both;
	background: #073776 url(../images/right-col-bottom.jpg) no-repeat right top;
	height: 20px;
	color: #FFFFFF;
	font-size: 9px;
}
.footer-larger {
	font-size: 11px;
	font-weight: bold;
}



/* 
Text Styles - H / P
*/

h1 {
	font-size: 18px;
	color: #073776;
	border-bottom: 1px solid #073776;
	margin: 0px 0px 10px;
	padding: 10px 0px 0px;
	font-weight: normal;
	letter-spacing: 1px;
}

h2 {
	font-size: 16px;
	color: #444;
	margin: 0px 0px 5px;
	padding: 10px 0px 0px;
	border-bottom: 1px solid #444;
}

h3 {
	font-size: 14px;
	font-weight:bold;	
	color: #2173bc;
	margin: 0px;
	padding: 10px 0px 5px;
}

h4 {
	font-size: 12px;
	font-weight:bold;
	color: #333;
	margin: 0px;
	padding: 10px 0px 5px;
}

a {
	color: #2173bc;
}

a:hover {
	color: #bdbdbd;
}

p {
	margin: 0px;
	padding: 5px 0px 7px;
	font: 12px/16px Arial, Helvetica, sans-serif;
}

#content-right h1 {
	color: #2173bc;
	border-bottom: 1px solid #2173bc;
	letter-spacing: 0px;
	text-align: left;
}
.blue-text {
	color: #2173bc;
}



#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	color: #999;
}

#content-left ul {
	list-style: none;
	padding: 0px;
	margin: 7px 0px 7px 12px;
}
#content-left li {
	padding-bottom: 5px;
	padding-left: 15px;
	background: url(../images/bullet.jpg) no-repeat left 4px;
}
#content-right a:hover {
	color: #555555;
}



/* CSS Main Navigation Menu */

#nav ul
{
padding: 0px;
margin: 0px;
color: #fff;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#nav ul li { display: inline; }

#nav ul li a
{
	padding: 10px 8px;
	color: #fff;
	text-decoration: none;
	float: left;
	font-size: 13px;
	background: url(../images/nav-line.jpg) no-repeat right top;
}
.last a {
	background-image: none !important;
}


#nav ul li a:hover
{
color: #fe7f79;
}
#content-left td {
	color: #094089;
	border-bottom: 1px solid #e9e9e9;
}
.no_border_bottom{
	border-bottom: 1px solid #fff !important;
}
.question-heading {
	font-size: 13px;
	font-weight: bold;
	color: #5c5c5c;
}
img {
	border: 3px solid #FFFFFF;
}

.img-no-border {
	border: 0px solid #FFFFFF;
}

#content-left ul.thumbs {
margin:0;
padding:0;
}
#content-left ul.thumbs li {
display:block;
float:left;
list-style-image:none !important;
list-style-position:outside;
list-style-type:none;
margin:5px 4px 0 !important;
padding:0;
background-image:none;
}
#content-left ul.thumbs li a {
background-color:#08499b !important;
display:inline-block;
padding:2px;
}
#content-left ul.thumbs li a:hover {
background-color:#2c91e3 !important;
}
