﻿/***** Global Settings *****/
 
body {
border:0;
margin:0;
padding:0;
font:100%/1em Arial, Helvetica, sans-serif;
font-size:12px;
color:#585858;
line-height:14px;
background-color:#006699;

}

/***** Headings *****/

h1 {
	
	font-family:Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
	color: white;
	margin-top:5px;
	margin-bottom:10px;
	line-height:20px;
}

h2{
	font-family:Trebuchet MS, Tahoma, Verdana, Arial;
	font-size:14px;
	padding: 0;
	margin: 0;
	line-height:16px;
	color:white;
}


h3{
	font-family:Tahoma, Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
	color: #005cac;
	margin-top:5px;
	margin-bottom:2px;
	line-height:20px;
}

h4{
	font-family:Tahoma, Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
	color: #609600;
	margin-top:5px;
	margin-bottom:2px;
	line-height:20px;
}

h5 {
	font-family:Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #252525;
	margin-top:2px;
	margin-bottom:2px;
	

}


/****Links***/

a:link {font-size:15px; color:#006699; text-decoration:none; font-weight:bold;}
a:visited {color:#006699; text-decoration:none; font-weight:bold;}
a:hover {color:#609600; text-decoration:underline}

a.mail:link {color:#41A9B0; text-decoration:underline}
a.mail:visited {color:#41A9B0; text-decoration:underline}
a.mail:hover {color:#7b4d2d; text-decoration:none}

a.more:link {color:#2d767b; text-decoration:underline; font-weight:bold; font-size:small;}
a.more:visited {color:#2d767b; text-decoration:underline; font-weight:bold; font-size:small;}
a.more:hover {color:#7b4d2d; text-decoration:underline; font-weight:bold; font-size:medium;}

a.blue:link {color:blue; text-decoration:underline; font-weight:bold; font-size:small;}
a.blue:visited {color:#2d767b; text-decoration:underline; font-weight:bold; font-size:small;}
a.blue:hover {color:blue; text-decoration:underline; font-weight:bold; font-size:small;}



/* CSS site.master  layout */
#container  {
	width: 900px;
	height: auto;
	
	position: relative;
	margin-right: auto; 
	margin-left: auto;
	background-image:url('../Images/containerTile.gif')
}

#header {
	width: 850px;
	height: 125px;
	position: relative;
	margin-right: auto; 
	margin-left: auto;
}

#banner {
	width: 850px;
	height:100px;
	position: relative;
	margin-right: auto; 
	margin-left: auto;
	border-bottom:1px black solid;
	
	background-color:white;
}

#logo {
	width: 400px;
	height:100px;
	position: relative;
	float:left;
	background-color:white;
}

#animation {
	width: 350px;
	height:75px;
	position: relative;
	float:right;
}


#phoneus {
	width: 350px;
	height:25px;
	position: relative;
	float:right;
	background-color:white;
}

#navbar {
	position: relative;
	height:25px;
	padding-top:4px
}

#body {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:850px;
	height:auto;
	
	
}

#footer {
clear:both;
	width: 850px;
	height: auto;
	position: relative;
	margin-left:auto;margin-right:auto;
	
	border-top:1px black solid;

	
}

#footerlinks {
	
}


/* CSS classes  layout */


.homeBox {
	position:relative;width:110px;height:120px;text-align:center;float:left;
}



li {
	list-style-image:url('../Images/BlueArrow.png');
	list-style-position:inside;
	line-height:18px;
}

li.main {
	list-style-image:url('../Images/BlueArrow.png');
	list-style-position:inside;
	line-height:18px;
	text-indent:15px;
	margin-left:0px;
	margin-top:4px;
	padding-left:1em;
	text-indent:-1em;
	
}



.clickFreeQuote {
	margin-left: 140px;
	margin-top: 18px;
	

}

.question {
	width: 848px;
	height: 150px;
	border:1px gray solid;
	position: relative;
	margin-right: auto; 
	margin-left: auto;
	background-image:url('../Images/questionBG.gif')
}

.quesitonImage {
	width: 200px;
	height:145px;
	left:15px;
	position: relative;
	float:left;
}

.quesitonText {
	width: 620px;
	height:145px;
	position: relative;
	float:right;
}


.newsItem {
	width: 325px;
	height: auto;
	position: relative;
	margin-right: auto; 
	margin-left: auto;
}

.newsItemImage {
	width: 100px;
	height:150px;
	position: relative;
	float:right;
}

.newsItemText {
	width: 240px;
	height:150px;
	position: relative;
	float:left;
}

.servicesItem {
	width: 500px;
	height: 200px;
	position: relative;
	float:left;
	margin-right: auto; 
	margin-left: auto;
}


.aboutusItem {
	width: 500px;
	height: 150px;
	position: relative;
	float:left;
	margin-right: auto; 
	margin-left: auto;

}





.greenLine {
	color: #609600;;
	margin-top:1px;
}

.greenLine60 {
	color: #609600;
	margin-top:1px;
	margin-bottom:1px;
	width:60%;
	
	height: 1px;
}



/* CSS home page  layout */

#homeLeft {
	width: 450px;
	height:500px;
	position: relative;
	float:left;
	margin-top:5px;
}

#homeRight {
	width: 325px;
	height:500px;
	position: relative;
	float:right;
	margin-top:5px;
}

/* CSS aboutus page  layout */

#aboutusLeft {
	width: 250px;
	height:500px;
	position: relative;
	float:left;
	margin-top:5px;
}





/* CSS services page  layout */

#servicesLeft {
	width: 250px;
	height:650px;
	position: relative;
	float:left;
	margin-top:5px;
}

#servicesRight {
	width: 550px;
	height:650px;
	position: relative;
	float:right;
	margin-top:5px;
}

/* CSS portfolio page  layout */

#portfolioLeft {
	width: 410px;
	height:700px;
	position: relative;
	float:left;
	margin-top:5px;
}

#portfolioRight {
	width: 410px;
	height:700px;
	position: relative;
	float:right;
	margin-top:5px;
}

.portfolioItem {
	width: 400px;
	height:130px;
	position: relative;
	
	margin-top:5px;

}

