/* CSS Document */
@font-face {
    font-family: 'JosefinSlabThin';
    src: url('JosefinSlab-Thin-webfont.eot');
    src: url('JosefinSlab-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('JosefinSlab-Thin-webfont.woff') format('woff'),
         url('JosefinSlab-Thin-webfont.ttf') format('truetype'),
         url('JosefinSlab-Thin-webfont.svg#JosefinSlabThin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreTermesItalic';
    src: url('texgyretermes-italic-webfont.eot');
    src: url('texgyretermes-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('texgyretermes-italic-webfont.woff') format('woff'),
         url('texgyretermes-italic-webfont.ttf') format('truetype'),
         url('texgyretermes-italic-webfont.svg#TeXGyreTermesItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


body{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#58648c;
	margin:0;
	font-family: 'TeXGyreTermesItalic', Arial, Helvetica, sans-serif;
}

h1{
	font-size:25px;
	color:#314072;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	margin:0;
}

h2{
	font-size:20px;
	color:#314072;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	margin:0;
}

h3{
	font-size:17px;
	color:#314072;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	margin:0;
}

#holder{
	width:900px;
	height:166px;
	margin-left:auto;
	margin-right:auto;
}

#header_bg{
	width:100%;
	height:180px;
}

#header{
	width:900px;
	height:180px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/header_title.png);
	background-repeat:no-repeat;
}

#top_text{
	width:100%;
	height:25px;
	color:#f6ff00;
	font-size:16px;
	text-align:center;
	background-color:#58648c;
}

#logo{
	width: 470px;
	height: 150px;
	float: left;
	text-align:center;
	margin-top:20px;
}

#logo_text{
	width:300px;
	height:150px;
	float:right;
	text-align:right;
}

#logo_txt1{
	margin-top:10px;
}

#logo_txt1 a{
	font-size:38px;
	color:#f6ff00;
	font-weight:500;
	text-decoration:none;
	font-family: 'JosefinSlabThin', Arial, Helvetica, sans-serif;
}

.logo_txt2{
	font-size:17px;
	color:#314072;
}

#logo_txt3{
	font-size:24px;
	color:#314072;
	font-weight:600;
}



#banner{
	width:900px;
	height:236px;
	margin-top:10px;
	background-image:url(images/banner_bg.png);
	background-repeat:no-repeat;
}

#banner img{
	margin-left:12px;
	margin-top:12px;
}

#content_top{
	width:900px;
	height:20px;
	background-image:url(images/content_bg1.png);
	background-repeat:no-repeat;
}

#content{
	width:900px;
	background-image:url(images/content_bg2.png);
	background-repeat:repeat-y;
	padding-top:10px;
	padding-bottom:10px;
}

#content_bottom{
	width:900px;
	height:19px;
	background-image:url(images/content_bg3.png);
	background-repeat:no-repeat;
}

#sidebar{
	float:left;
	width:280px;
	margin-left:10px;
}

#sidebar_call{
	width: 280px;
	height: 93px;
	font-size: 18px;
	text-transform: uppercase;
	color: white;
	background-image: url(images/sidebar_call.png);
	background-repeat: no-repeat;
	margin-left: 10px;
	font-weight: 600;
	padding-top:4px;
}

#sidebar_call div{
		width:150px;
		height:50px;
		margin-left:96px;
		margin-top:16px;
}

.sidebar_ads{
	width:250px;
	margin-left:10px;
	padding-bottom:10px;
}

#form{
	width:280px;
	background-image:url(images/form_bg.png);
	background-repeat:repeat-y;
	padding-left:20px;
	padding-bottom:10px;
	margin-top:10px;
	margin-bottom:10px;
	color:#ffffff;
	text-transform:uppercase;
}

#free_estimate{
	font-size:20px;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
}

input, textarea{
		width:150px;
		background-color:#ffffff;
		border:#ffffff  1px inset;
		color:#000000;
	}
	
input.sub{
	width:208px;
	height:55px;
	background:url(images/submit.png) no-repeat;
	border:0;
	cursor:pointer;
	margin-left:10px;
}

#main_content{
	width:570px;
	float:right;
	margin-right:5px;
}

#main_content_middle{
	width:570px;
}

#main_content_middle p{
	margin:0;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:justify;
	text-indent:20px;
	font-size:16px;
}

.clear{
	clear:both;
}

#footer{
	background-image:url(images/footer_bg.png);
	background-repeat:no-repeat;
	width:900px;
	height:81px;
	margin-top:5px;
}

#copyright{
	font-size:16px;
	color:#21273a;
	padding-top:29px;
	text-align:center;
}

#external_links{
	color:#CCCCCC;
	width:900px;
	height:35px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:10px;
	font-size:14px;
}

#external_links a{
	color:#CCCCCC;
	text-decoration:none;
}

#external_links a:visited{
	margin-top:30px;
	color:#CCCCCC;
	text-decoration:none
}

#external_links a:hover{
	margin-top:30px;
	color:#ffffff;
	text-decoration:underline;
}



/* ------------------------------------------------------------ */
#services10{
	text-align:center;
	width:811px;
	color:#000000;
	font-size:14px;
	border:1px solid #cbd0e1;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
.services10_left{
	float: left;
	width:405px;
}

.services10_right{
	float: right;
	width:405px;
}
.services10_lefttitle{
	float: left;
	width:200px;
	font-weight:bold;
	font-style:italic;
	background-color:#cbd0e1;
	padding-bottom:5px;
	padding-top:5px;
	border:1px solid #cbd0e1;
}

.services10_righttitle{
	float: right;
	width:200px;
	font-style:italic;
	font-weight:bold;
	background-color:#cbd0e1;
	padding-bottom:5px;
	padding-top:5px;
	border:1px solid #cbd0e1;
}

.services10_leftcontent{
	float: left;
	width:200px;
	padding-bottom:5px;
	border:1px solid #cbd0e1;
}

.services10_rightcontent{
	float: right;
	width:200px;
	padding-bottom:5px;
	border:1px solid #cbd0e1;
}

/* ------------------------------------------------------------ */