@charset "UTF-8";
/* CSS Document */

body{
	background-color: #808c9d;

/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  }

img{
border:none;
max-width: 100%;
}

#wrap{
width:900px;
height:auto;
margin:0 auto;
margin-top:40px;
}


#wholepage{
	float:left;
	color:#333333;
	background-color:#FFFFFF;
}


#header{
	width:100%;
	height:170px;
	float:left;
}

#header_line{
	background-color:#324A69;
	width:900px;
	height:15px;
	float:left;
	border: 0px solid;

}

.phone_header{
	 float:left;
	 font-size:18px;
	 height:87px;
     margin-left:90px;
	 margin-top:10px;
	 color:#443E35;
	 font-family: 'Source Sans Pro', sans-serif;
	
	}

#logo{
	float:left;
	width:589px;
	height:77px;
	text-decoration:none;
	margin-top:15px;
	padding-left:20px;
	padding-top:20px;
}


a { color: #443E35; }
a:hover { color: #443E35 ;}

#nav{ 
	background-color:#324A69;
	width: 900px;
	font-family: 'Warnes', cursive;
	font-size: 14px;
	float:left;
	height:27px;
	position:relative;
	z-index:1000;

}

.menu{
margin-top:0px;
height:27px;
}

.menu li { 
	display: inline-block;	
	width:160px;
	text-align:center;
	float:left;
	height:27px;
}

.menu a { 
	color: white; 
	font-size: 16px;
	width:100%;
	text-decoration:none;
	float: left;
    height:27px;
	background-color:#324A69;
}


.menu a:hover { 
	color: #443e35;
	background-color:#cccccc;

}
.menu li ul{
display:none;
height: auto;									
margin: 0; /* Aligns drop-down box underneath the menu item */
padding: 0; /* Aligns drop-down box underneath the menu item */	
}

.menu li:hover ul{
display:block;
background-color:#2D567A;
}


#content{
	width:850px;
	height:auto;
	float:left;
	text-align:center;
font-family: 'Warnes', cursive;
	font-size:20px;
	line-height:30px;
	margin-left:110px;
	margin-top:35px;
	color:#443e35;
	
	}
	
	#george{
	float:right;
	font-family: 'Nothing You Could Do', cursive;
    font-size:20px;
	text-align:right;
	}
	
	#names{
	float:left;
	font-family: 'Nothing You Could Do', cursive;
    font-size:20px;
	float:left;
	margin-top:30px;

}
	
	#titlepage{
	font-family: 'Warnes', cursive;
	font-size: 18px;
	color:#160157;
	width:170px;
	float:left;
	
	}
	
#content_services{
background-repeat:no-repeat;
width:355px;
height:223px;
float:left;
padding-left:75px;
padding-top:75px;
text-align:justify;
font-family: 'Assistant', sans-serif;
font-size:16px;
line-height:25px;
color:#443e35;
}

#content_testimonials{
background-repeat:no-repeat;
width:700px;
overflow:auto;
float:left;
padding-left:85px;
padding-top:25px;
text-align:justify;
font-size:15px;
font-family: 'Assistant', sans-serif;
color:#443e35;
}

#content_contact{
background-repeat:no-repeat;
width:355px;
height:223px;
float:left;
padding-left:75px;
padding-top:15px;
text-align:center;
font-family: 'Assistant', sans-serif;
font-size:16px;
line-height:25px;
color:#443e35;
}
	
	
	
#main_image{
width:400px;
height:388px;
float:left;
border-color:#2D567A;
background-image:url("../images/horizon.jpg");
background-repeat:no-repeat;
}


#main_content{
background-repeat:no-repeat;
width:355px;
height:223px;
float:left;
padding-left:55px;
padding-top:75px;
font-family: 'Nothing You Could Do', cursive;
font-size:20px;
color:#443e35;
text-align:justify;
}


.title{
font-family: 'Source Sans Pro', sans-serif;
font-size:18px;
margin-top:8px;
padding-right:30px;
height:auto;
text-align:left;
padding-bottom:10px;
color:#443e35;
}

#title{
font-family:arial;
font-size:30px;
border-bottom:2px  #2D567A;
margin-bottom:20px;
color:#2D567A;
margin-left:75px;
float:left;
}






#footer{
float:left;
width:900px;
height:50px;
color:#2D567A;
background-color:#324A69;

	
}



#footer #address{
	width:57%;
	text-align:center;
	float:left;
	font-size:15px;
	font-family: 'Assistant', sans-serif;
	line-height:20px;
	color:#ffffff;
	margin-left:195px;
	margin-top:5px;
	
	}


#footer_line{
	background-color:#324A69;
	width:850px;
	height:20px;
	float:left;
	
		
	
}

#footer p, #footer_index p{
	text-align:center;
	margin-top:4px;
	color:#cccccc;
font-family: 'Roboto', sans-serif;
	font-size:13px;
	
}


	
	








