
/* Builders Profile Default Style Sheet - Last updated by Simon Del Giudice
**********************************************************************************/
body {
	margin: 0 auto 0 auto;
	font-family: Arial, Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 22px;
	color: #0A2D57;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;
}
h2 {
	font-size: 20px;
	color: #303030;
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px 0;		
}
h3 {
	font-size: 18px;
	color: #0A2D57;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;	
}
h4 {
	font-size: 16px;
	color: #0A2D57;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;	
}

td {
	font-family: Arial, Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

th {
	font-family: Arial, Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

a { color: #0A2D57; text-decoration: none; font-weight: bold;}
a:hover { color: #96D836; text-decoration: none;}
a:visited, a:active {color: #0A2D57; text-decoration: none;}


p { font-family: Arial, Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 12px;
	color: #0A2D57;
	padding: 0 0 18px 0;
	margin: 0;
}


ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

/* Layout Styles
*************************/

#container {
	width: 1000px;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
}

#nav-trail {
	font-size: 12px;
	color: #0A2D57;
	padding: 0 0 8px 0;
	margin: 0;
}

/*HEADER*/
#header {
	background: #305566;
}

#header .container {
	padding: 0;
    height: 95px;
}

#header #right .telephone {
	margin: 1.8em 0 0 12em;
	float: left;
}

#header p {
	font-size: 2em;
	font-weight: 300;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	margin: 0;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 996px;
}

.grid_5, .grid_6, .grid_7 {
	display: inline;
	float: left;
	margin-left: 13px;
	margin-right: 13px;
}

.container .grid_5 {width: 389px;}
.container .grid_6 {width: 472px;}
.container .grid_7 {width: 555px;}

/*NAV MENU*/
#nav {
	background: #fff;
}

#nav .container {
  padding: 0;
}

#menu {
	list-style:none;
	margin:0 0 0 8em;
	/*padding:0.5em 0;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	text-align: left;
}

#menu li {
	position:relative;
	display:inline;
}

#menu a {
	display:inline-block;
	padding: 0.4em 0.5em;
	color: #305566;
	text-decoration:none;
}

#menu li:hover a {
	color: #36A4A3;
}

#menu .divider {
    padding: 0 0 0 0.1em;
}

/*FOOTER*/
.footer .copyright {
    width: 996px;
    margin-left: auto;
    margin-right: auto;
    height: 1em;
}

.footer .container {
	padding: 2em 0 2em 0;
	color: #fff;
	background: #305566;
    width: 100%;
}

.footer .right {
	text-align:right;
}

.footer a {
    text-decoration: none;
	color: #fff;
}

.footer p {
	color: #fff;
}

.footer a:hover {
    text-decoration: underline;
}

.footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.footer ul li {
    color: #fff;
    display: inline;
    font-size: 1em;
    padding: 0 1em 0 0;
}

.footer .divider {
    padding: 0 0 0 1em;
}

/*SUB MENUS*/
    .sub-navigation 
    {
	    padding: 0;
	    margin: 0;
	    height: 20px;
	    list-style: none;
    }
	
	.sub-navigation li{
		display: block;
		overflow: hidden;
		float: left;
		font-size: 11px;
		}
	.sub-navigation li a{ color: #0A2D57 !important; font-weight: normal;}
    .sub-navigation li a:hover {color: #0A2D57  !important;	}
	.sub-navigation li a.active, .sub-navigation li a.active:hover {color: #0A2D57 !important;}
	.sub-navigation li a.active{font-weight: bold;}		

/*MAIN SCREEN*/

#main-area {
	width: 940px;
	min-height: 300px;
	padding: 10px 20px 0 20px;
	background: white url(../images/HeaderGraphics/layout_02.gif) top left no-repeat;

}

#main-left {
	float: left;
	width: 713px;
	padding: 0 !important;
	margin: 0 !important;
}
	#homefeatures {
		clear: both;
	}

	#homefeature-left {
		float: left;
		width: 356px;
		min-height: 100px;
		padding: 0 !important;
		margin: 0 !important;
	}
		#homefeature-left h1 {
			background: url(../images/HeaderGraphics/t1.gif) top left no-repeat;
			width: 349px;
			height: 31px;
			font-size: 18px;
			padding: 7px 0 0 7px;
		}
		#homefeature-left-back {
			background: url(../images/HeaderGraphics/t1-back.jpg) top left no-repeat;
			width: 349px;
			padding: 7px 0 0 7px;
			min-height: 140px;
		}
		#homefeature-left li{
			list-style-image: url(../images/HeaderGraphics/home-bullet.gif);
			padding: 3px 0 0 0;
			margin: 0 0 0 30px;
			font-size: 12px;
			font-weight: bold;
		}
	
	#homefeature-right {
		float: right;
		width: 356px;
		min-height: 100px;		
		padding: 0 !important;
		margin: 0 !important;
	}
		#homefeature-right h1 {
			background: url(../images/HeaderGraphics/t1.gif) top left no-repeat;
			width: 349px;
			height: 31px;
			font-size: 18px;
			padding: 7px 0 0 7px;
		}
		#homefeature-right-back {
			background: url(../images/HeaderGraphics/t1-back.jpg) top left no-repeat;
			width: 349px;
			padding: 7px 0 0 7px;
			min-height: 140px;
		}
		#homefeature-right li{
			list-style-image: url(../images/HeaderGraphics/home-bullet.gif);
			padding: 3px 0 0 0;
			margin: 0 0 0 30px;
			font-size: 12px;
			font-weight: bold;
		}
		





#main-right {
	float: right;
	width: 207px;
	padding: 0 !important;
	margin: 0 !important;
	text-align: center;
}
	#right-container {
		background: #999999 url(../images/HeaderGraphics/right-background.jpg) top left no-repeat;
		min-height: 380px;
		width: 207px;
		padding: 10px 0 10px 0;
	}




/*Buttons*
******************************************************************/
#butt001 {
	padding: 0;
	margin: 0;
	height: 56px;
	list-style: none;
	}

#butt001 li {
	height: 56px;
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden;
	}
#butt001 li a {
	font-size: 12px;
	text-align: left;
	color: white;
	text-decoration: none;
	display: block;
	height: 56px;	
	text-indent: -5000px;
	overflow: hidden;
	background-position: left top;
	}
	#butt001a {
		width: 411px;
		margin: 0;
		background: url(../images/HeaderGraphics/butt001.jpg) no-repeat;
		}
		
#butt001 li a:hover {
	color: white;
	background-position: 0 -56px;
	}
	#butt001 li a.active,
	#butt001 li a.active:hover {
		color: white;
		background-position: 0 -56px;
		}

#butt002 {
	padding: 0;
	margin: 0;
	height: 59px;
	list-style: none;
	}

#butt002 li {
	height: 59px;
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden !important;
	}
#butt002 li a {
	font-size: 12px;
	text-align: left;
	color: white;
	text-decoration: none;
	display: block;
	height: 59px;	
	text-indent: -5000px;
	overflow: hidden;
	background-position: left top;
	}
	#butt002a {
		width: 238px;
		margin: 0;
		background: url(../images/HeaderGraphics/butt002.jpg) no-repeat;
		}
		
#butt002 li a:hover {
	color: white;
	background-position: 0 -59px;
	}
	#butt002 li a.active,
	#butt002 li a.active:hover {
		color: white;
		background-position: 0 -59px;
		}

#butt003 {
	padding: 0;
	margin: 0;
	height: 60px;
	list-style: none;
	}

#butt003 li {
	height: 60px;
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden !important;
	}
#butt003 li a {
	font-size: 12px;
	text-align: left;
	color: white;
	text-decoration: none;
	display: block;
	height: 60px;	
	text-indent: -5000px;
	overflow: hidden;
	background-position: left top;
	}
	#butt003a {
		width: 269px;
		margin: 0;
		background: url(../images/HeaderGraphics/butt003.jpg) no-repeat;
		}
		
#butt003 li a:hover {
	color: white;
	background-position: 0 -60px;
	}
	#butt003 li a.active,
	#butt003 li a.active:hover {
		color: white;
		background-position: 0 -60px;
		}

#butt004 {
	padding: 0;
	margin: 0;
	height: 40px;
	list-style: none;
	}

#butt004 li {
	height: 40px;
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden !important;
	}
#butt004 li a {
	font-size: 12px;
	text-align: left;
	color: white;
	text-decoration: none;
	display: block;
	height: 40px;	
	text-indent: -5000px;
	overflow: hidden;
	background-position: left top;
	}
	#butt004a {
		width: 194px;
		margin: 0;
		background: url(../images/HeaderGraphics/butt004.jpg) no-repeat;
		}
		
#butt004 li a:hover {
	color: white;
	background-position: 0 -40px;
	}
	#butt004 li a.active,
	#butt004 li a.active:hover {
		color: white;
		background-position: 0 -40px;
		}

#butt005 {
	padding: 0;
	margin: 0;
	height: 40px;
	list-style: none;
	}

#butt005 li {
	height: 40px;
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden !important;
	}
#butt005 li a {
	font-size: 12px;
	text-align: left;
	color: white;
	text-decoration: none;
	display: block;
	height: 40px;	
	text-indent: -5000px;
	overflow: hidden;
	background-position: left top;
	}
	#butt005a {
		width: 216px;
		margin: 0;
		background: url(../images/HeaderGraphics/butt005.jpg) no-repeat;
		}
		
#butt005 li a:hover {
	color: white;
	background-position: 0 -40px;
	}
	#butt005 li a.active,
	#butt005 li a.active:hover {
		color: white;
		background-position: 0 -40px;
		}

	
#highlight-area {
	float: left;
	background: white url(../images/HeaderGraphics/t2-back.jpg) no-repeat;
	width: 693px;
	min-height: 80px;
	padding: 10px;
	margin: 0 0 10px 0;
}


		
		
#footer {
	clear: both;
	width: 940px;
	height: 50px;
	padding: 0 20px 0 20px;
	color: #0A2D57;	
}


#footerright {
	float: right;
	text-align: right;
	vertical-align: middle;
} 

#footerleft {
	float: left;
	text-align: left;
	vertical-align: middle;
}

.graphControls .divider {
    padding: 0 5px;
}