/* --- Main layout --- */

/*////////////////////////////////////////
	GLOBAL GENERIC
////////////////////////////////////////*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	line-height:1.4em;
}

/*////////////////////////////////////////
	HEADER STYLES
////////////////////////////////////////*/
	
.header {
	height: 130px;
	margin: 0 auto;
	width: 866px;
}

.header a {
	display:block;
	overflow:hidden;
	}

a#logo {
	float:left; 
	width:532px;
	margin:0px 0px 0px 0px;
	background:url(../images/logo.png) left top;
	text-indent:-1000px;
	height:122px;
}

#phone_number {
	float:right; 
	width:280px; 
	margin:20px 0px 0px 0px;
	height:84px;
	text-indent:-1000px;
	background:url(../images/phone_number.png) right top;
}

.clear_both {
	clear:both;
	}

/*////////////////////////////////////////
	MAIN MENU
////////////////////////////////////////*/
#menu-holder {
	background:url(../images/menu.png) center repeat-x;
	height:45px;
	}
	
#menu {
	margin: 2px auto 0px auto;
	width: 866px;
	height:44px;
	}
	
#menu ul {
	margin:0px;
	padding:0px;
	display: inline;
	list-style:none;
	}
	
#menu ul li {
	margin:0px;
	margin:12px 0px 10px 0px;
	padding:0px 28px 0px 28px;
	border-left: 1px solid #ffffff;
	float:left;
	list-style:none;
	}
	
#menu ul li.last {
	margin:0px;
	margin:12px 0px 10px 0px;
	padding:0px 28px 0px 28px;
	border-right: 1px solid #ffffff;
	float:left;
	list-style:none;
	}

#menu ul li a {
	color:#FFFFFF;
	display:inline;
	}
	
#menu ul li a:link {
	color:#FFFFFF;
	text-decoration:none;
	}
	
#menu ul li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
#menu ul li a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
	
#menu ul li a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
	
#main-pic-holder {
	background:url(../images/main-pic.jpg) center no-repeat;
	height:202px;
	}
	
#main-pic {
	background:url(../images/main-pic.jpg) center no-repeat;
	margin: 0px auto 0px auto;
	width: 866px;
	height:202px;
	}
	
#main-content {
	margin: 2px auto 8px auto;
	width: 866px;
	padding:0px 0px 6px 0px;
	}
	
#map {
	border: 1px solid #666666;
	height:450px;
	width:450px;
	vertical-align:top;
	padding: 6px;
	float:right;
	margin:14px 0px 6px 0px;
}

.gallery {
	border: 2px solid #656668;
	}

#left_list {
	margin: 14px 0px 0px 190px;
	float:left;
	width:200px;
	
	}
	
#left_list_long {
	margin: 14px 0px 0px 190px;
	float:left;
	width:400px;
	}
	
	
#full_list {
	margin: 8px 0px 0px 0px;
	width:740px;
	
	}
	
#right_list {
	margin: 14px 110px 0px 0px;
	float:right;
	width:250px;
	}

#main-content ul {
	list-style:none;
	margin:0;
	padding:0;

	}

#main-content ul li {
	padding:0px 0px 0px 34px;
	font-weight:bold;
	}
	
#main-content ul li.bullet_1 {
	padding:4px 0px 5px 34px;
	background:url(../images/bullet_1.gif) left no-repeat;
	line-height:26px
	}
	
#main-content ul li.bullet_2 {
	padding:4px 0px 5px 34px;
	background:url(../images/bullet_2.gif) left no-repeat;
	line-height:26px
	}
	
#main-content ul li.bullet_3 {
	padding:4px 0px 5px 34px;
	background:url(../images/bullet_3.gif) left no-repeat;
	line-height:26px
	}
	
#main-content ul li.bullet_4 {
	padding:4px 0px 5px 34px;
	background:url(../images/bullet_4.gif) left no-repeat;
	line-height:26px
	}
	
#main-content ul li.bullet_5 {
	padding:4px 0px 5px 34px;
	background:url(../images/bullet_5.gif) left no-repeat;
	line-height:26px
	}
	
#main-content ul li.bullet_6 {
	padding:4px 0px 5px 34px;
	background:url(../images/bullet_6.gif) left no-repeat;
	line-height:26px
	}

.clear {
	clear:both;
}

.full_text {
	clear:both;
	margin: 14px 0px 0px 0px;
}

.left {
	width:480px;
	float: left;
}

.right {
	width:230px;
	margin:16px 10px 0px 0px;
	padding:1px;
	border: 1px solid #666666;
	float: right;
}

.advice_text {
	width:326px;
	padding: 4px 8px 8px 8px;
	float: left;
}

.advice_examples {
	width:380px;
	padding: 4px 0px 6px 15px;
	border-left:dotted 1px #565F6A;
	float: right;
}
	
.featuredProjects {
	width:218px;
	padding: 6px 0px 0px 2px;
	margin: 8px 0px 0px 0px;
	border-top:dotted 1px #565F6A;
}


#portfolio_Projects {
	width:340px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: block;
	float: left;
}

#portfolio_Projects_right {
	width:340px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: block;
	float: right;
}

.portfolio_divide {
border-top:dotted #666666 1px;
padding-top:4px;
width:725px;
float:left;
margin-bottom: 10px;
}

.divide {
border-bottom:dotted #565F6A 1px;
height:1px;
width:476px;
margin-bottom: 18px;
}

.divide_full{
border-bottom:dotted #565F6A 1px;
height:1px;
width:745px;
margin-bottom: 18px;
}

.divide2 {
border-bottom:dotted #666666 1px;
height:1px;
width:100%;
margin:8px 0px 8px 0px;
}

.divide3 {
border-bottom:dotted #666666 1px;
height:1px;
width:725px;
float:left;
margin-bottom: 18px;
}


#contact_info {
	
	width:370px;
	height:460px;
	vertical-align:top;
	padding: 4px 8px 8px 8px;
	float: left;
	
}

#contactForm {
	
	width:470px;
	height:530px;
	padding: 4px 8px 8px 8px;
	float: left;
	border-left: 1px dotted #999999;
	margin-left:10px;
	
}
		
#footer-holder{
	float:left;
	width:100%;
	color:#FFFFFF;
	padding:0px 0px 0px 0px;
	background:url(../images/footer.jpg);
	}
	
#footer-top {
	background:url(../images/footer.jpg);
	height:16px;
	width:866px;
	margin:0px auto 0px auto;
	}
	
#footer {
	width:866px;
	margin:10px auto 0px auto;
	text-align:center;
	padding:0px 0px 0px px;
	height:70px;
	}

#footer ul {
	margin:0px;
	padding:0px;
	display: inline;
	list-style:none;
	}
	
#footer ul li {
	margin:0px;
	padding:10px 19px 10px 19px;
	background:url(../images/menu-right-bottom.png) top right no-repeat;
	float:left;
	list-style:none;
	}
	
#footer-left {
	float:left;
	}
	
#footer-right {
	float:right;
	background:url(../images/menu-left-bottom.png) top left no-repeat;
	}

#main-content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:normal;
	margin:15px 0px 15px 0px;
	color: #333333;	
}

#main-content h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin:12px 0px 12px 0px;
	padding:0;
	font-size: 20px;
	font-weight:bold;
	color: #333333;	
}

#main-content h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px 0px 12px 0px;
	padding:0;
	font-size: 14px;
	font-weight:bold;
	color: #ffffff;	
}

#main-content a:link {
text-decoration:none;
	color: #1C89AD;	
}

#main-content a:hover {
text-decoration:underline;
	color: #1C89AD;	
}

#main-content a:visited {
text-decoration:none;
	color: #1C89AD;	
}

#main-content a:active {
	color: #1C89AD;	
}

.form-field {
	color: #bcbcbc;
	border: 1px solid #7f9db9;
	padding: 6px;
}

.form-field:focus, .question_text:focus {
	color: #000000;
}
	
img a, a img{border:0}

#footer a:link {
		color: #ffffff; 
		text-decoration: none;}
#footer a:visited {
		color: #ffffff; 
		text-decoration: none;}
#footer a:hover {
		text-decoration: underline;}
#footer a:active {
		color: #ffffff; 
		text-decoration: none;}
	
