﻿body {
background: #fff;
margin:0px auto;
padding:0px;
color: #6b6b6b; 
font-family: Arial;
letter-spacing:0.01em;

}



/* layouts 
-------------------------------------------------------------- */

#con01{
background:url('images/background2.jpg') repeat-x center top;
}

#con1{
}

#con2{
width:980px;
display:block;	
}

#con3{
text-align:left;
display:block;	
}


/*LOGO*/
#con4{
text-align:left;
float:left;
}


#con5{
float:center;
width:200px;
height:200px;
border:0px solid black;
color: #727272;
}

#con6{
float:right;
width:500px;
height:140px;
border:0px solid black;
text-align: center;
font-size: 18px;
color: #000000;

}

#con6 p{
font-size: 12px;
color: #727272;

}

#con6 a {
color:#013f7a;
text-decoration:none;
}

#con6 a:hover {
color:#006fc8;
}


/* site footer
-------------------------------------------------------------- */

#bottom{
background:url('images/bottom_background.jpg') repeat-x;
height:110px;
}

#bottom_cont{
padding-top:40px;
padding-left:8px;
width:965px;
display:block;
color:#8ba6b8;
font-size:11px;
}

#bottom a{
color:#8ba6b8;
}

#bottom a:hover{
color:#B5E0E6;
}

#bottom_nav_cont{
text-align:center;
font-size:12px;
color:#ffffff;
}

#bottom_nav {margin-top:40px; list-style: none; margin-right: 0; padding: 0; text-align:center; font-weight:bold; }
#bottom_nav li { float: left;}



/* site top
-------------------------------------------------------------- */

.call_free{
display:inline;
text-align:center;
height:50px;
color:#000;
font-size:18px;
margin-top:30px;
margin-right:100px;

}



/* sup page layouts
-------------------------------------------------------------- */
#pages{ 

display: block;
width:974px;
margin:30px 3px 0px 3px;
}

#page_left{ 
width:707px;
float:left;
margin:0px 3px 0px 8px;
}

#page_right{ 
float:right; 
}


/* left page  links*/

#page_left a{
	color:#5b8cad;
	text-decoration:underline;
	border-bottom:0px solid #78CCD8;
}

#page_left a:hover{
	color:#78CCD8;
	padding:0px;
	text-decoration:none;
	border-bottom:0px solid #78CCD8;
}

#page_left h2 {
	font-size: 16px;
	color: #6b6b6b
}



/* right boxex	*/

		/* title*/
		div#page_right h2 {
			padding: 0px 0px 0px 13px;
			font-size: 19px;
			margin-bottom: 8px;
		}
		


		/* other boxex	*/
		div.cont3{ 
			background:url('images/left_back2.jpg') repeat-x center top;
			margin-bottom: 25px;
			padding: 15px;
			width:220px;
			font-size: 12px;

		}


		/* 
			other boxex 
			change font-size for bigger font

		*/

		div#page_right .cont3 p {
			padding: 0px 10px 0px 13px;
			line-height: 18px;
			color:#6b6b6b;

		}

		div#page_right .cont3 a {
			font-size:16px;
			color:#013f7a;
			text-decoration:none;
		}

		div#page_right .cont3 a:hover {
			color:#006fc8;
		}



		/* 
			contact box line spacing
		*/

		.line{ 
		font-size: 12px;
		color:#3D6783;
		width:30px;
		float:left;
		}

		.line2{ 
		font-size: 12px;
		color:#3D6783;
		padding:0px 5px 0px 5px;
		float:left;
		}


		/* 
			testimonial page quotation marks spacing
		*/

		.l_1{
			float:left;
		}

		.r_1{
			float:right;
			margin-top:-31px;
			clear:both;
		}


/* content list type */
	.list_arrow{
		font-size: 13px;
	}

	 .list_arrow ul {
		color: #74aecc;
		text-decoration: none;
		list-style-type: none;
	}

	.list_arrow li {
		padding: 0px 0px 4px 10px;
		background:url('images/ok.gif') no-repeat 0px 0px;
		}



/* H TAGS */

h1 {
	font-size: 28px;
	color: #0A526D;
	font-weight: normal;
	padding-top: 30px;
}

h2 {
	font-size: 24px;
	color: #0E759C;
	font-weight: normal;
	margin-bottom: 10px;
}

h3  {
	font-size: 19px;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
}



/* Lists */
.list_general ul {
	list-style-position: outside; 
	margin: 10px;
	padding: 20px;
	font-size:12px;
}

.list_general ul li {
  list-style-image:url('images/ok.gif');
	line-height: 20px;

}


.list_general ol {
	list-style-position: outside; 
	margin: 10px;
	padding: 20px;
	font-size:12px;
}

.list_general ol li {
	line-height: 20px;
}


/* image alignments */

.leftimage{
	float:left;
	font-size: 12px;
	margin: 0px 10px 10px 0px;
	padding: 12px;
	color:#9F9F9F;
	font-weight:bold;
	border:1px solid #D0DFEA;
}

.rightimage{
	float:right;
	font-size: 12px;
	margin: 0px 10px 10px 0px;
	padding: 12px;
	color:#9F9F9F;
	font-weight:bold;
	border:1px solid #D0DFEA;
}


.centerimage{
	text-align:center;
	display:block;
	font-size: 12px;
	margin: 0px 10px 10px 0px;
	padding: 12px;
	color:#9F9F9F;
	font-weight:bold;
	border:1px solid #D0DFEA;
}

.float_right{
	float:right;
}

.float_left{
	float:left;
}



/* clear */

.clear{
clear:both;
display:block;
width:980px;
}


