html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*end css reset*/

body{
	background-color: #fff;
	font-family: georgia, serif;
	font-size: 14px;
	line-height: 20px;
	background-image: url(/images/body_bg.png);
}



p{
	margin-bottom:20px;
}

ul{
	
}

.clear{
	height: 0px;
	clear:both;
}

#container{
	width: 950px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom:30px;
	padding: 10px;
	background-color: #fff;
}

#main_nav{
	height: 28px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: #5c5c5d;
}

#main_nav ul li{
	float:left;
	padding-left: 10px;
	padding-right: 39px;
	border-left: 1px solid #fff;
	height: 22px;
	padding-top: 2px;
	margin-top: 2px;
}

#main_nav ul li.current_page_item{
	background-color: #b3b3b3;
}

#main_nav ul li.current_page_item a{
	color: #000;
}

#main_nav ul li a{
	color: #fff;
	font-size: 15px;
	font-weight: 100;
	text-decoration: none;
}

#main_nav ul li a:hover{
	text-decoration:underline;
}


.alignright{
	float:right;
	padding-left: 20px;
	padding-bottom:20px;
}

.alignleft{
	float:left;
	padding-right: 20px;
	padding-bottom:20px;
}

#header{
	height: 85px;
	background-color: #708ca5;
}

#logo {
    float: left;
    margin-left: 10px;
    width: 540px;
}
#contact_header {
    color: #FFFFFF;
    float: right;
    font-family: 'Rokkitt',serif;
    font-size: 14px;
    font-weight: 400;
    height: 59px;
    padding-top: 22px;
    text-align: center;
    width: 395px;
}
.phone {
    float: left;
    font-size: 20px;
    width: 129px;
}

.freephone{
	font-family: 'Rokkitt', serif;
	font-weight: 400;
	color: #fff;
	font-size: 30px;
	padding-top: 13px;
	
	line-height: 25px;
}

#home_dynamic{
	height: 400px;
	border-bottom:6px solid #708ca5;
}

#key_points{
	height: 400px;
	width: 230px;
	background-image: url(/images/side_bg.png);
	float:left;
}

.key_point{
	border-bottom:1px solid #bcbcbc;
	height: 120px;
	padding: 5px;
	font-size: 13px;
	line-height: 16px;
}

.key_point:last-child{
	border-bottom:0px;
	height: 118px;
}

#image_slider{
	float:left;
	height: 400px;
	width: 720px;
}

h1{
	font-family: 'Rokkitt', serif;
	font-weight: 400;
	font-size: 22px;
	margin-bottom:5px;
	line-height: 20px;

}

h2{
	font-family: 'Rokkitt', serif;
	font-weight: 400;
	font-size: 24px;
	margin-bottom:15px;
	line-height: 22px;
	color:#fff;
}

#kp1 h1{
	color: #6f7aa5;
}

#kp2 h1{
	color: #a56f71;
}

#kp3 h1{
	color: #a5a36f;
}

strong{
	font-weight: 700;
}

#home_footer{
	
	background-color: #5c5c5d;
	background-image: url(/images/grey_bg.png);
	color: #fff;
	padding-top: 10px;
	border-top:2px solid #c7c7c7;
	border-bottom:2px solid #c7c7c7;
}

#home_sub_footer{
	
	background-color: #2F3E4C;
	color: #fff;
	padding-top: 10px;
	border-bottom:2px solid #c7c7c7;
}

#column_one{
	width: 240px;
	float:left;
	margin-left: 10px;
}

#column_two{
	width: 240px;
	float:left;
	margin-left: 80px;
}

#column_three{
	width: 240px;
	float:left;
	margin-left: 80px;
}

em{
	font-style:italic;
}

#column_two p{
	font-size: 13px;
	line-height: 18px;
}

#home_sub_footer_left{
	width: 560px;
	margin-left: 10px;
	float:left;
}

#home_sub_footer_right{
	width: 300px;
	margin-left: 80px;
	float:left;
	padding-bottom: 20px;
}

#bottom_footer{
	height: 35px;
	background-color: #708ca5;
}

#bottom_footer_left{
	float:left;
	margin-left: 10px;
	padding-top: 4px;
	color: #ddd;
}

#bottom_footer_right{
	float:right;
	margin-right: 10px;
}

#bottom_footer_right ul {

}
#bottom_footer_right ul li{
	float:left;
	padding-top: 4px;
	margin-left: 20px;
}

#bottom_footer_right ul li a{
	color: #bbb;
	text-decoration: none;
	
}

label{
	display:block;
	width: 67px;
	float:left;
}

.wpcf7-text{
	width: 165px;
	padding:0px;
}


.captcha-548 input {
	width: 165px;
	padding:0;
}
#column_three p{
	margin-bottom:5px;
}



#column_three textarea{
	width: 165px;
	padding:2px;
	height: 45px;
}

#inside_right textarea{
	width: 165px;
	padding:2px;
	height: 45px;
}

#inside_left{
	width: 600px;
	float:left;
}

#inside_right{
	width: 278px;
	padding-right: 20px;
	padding-left: 20px;
	float:right;
	background-image: url(/images/side_bar.jpg);
	border-left: 2px solid #cdcdcd;
	min-height: 600px;
	border-bottom: 2px solid #cdcdcd;
}



#inside_right #wpcf7-f40-t1-o1{
	background-color: #fff;
	padding:10px;
	border:1px solid #b9b9b9;
	margin-bottom:20px;
}

#inside_right h2{
	color: #A56F71;
	margin-top: 20px;
}

#inside_content_area{
	padding: 20px;
}

#inside_content h1{
	font-size: 25px;
}

#inside_content h2{
	color: #7a7a7a;
}

#inside_content a{
	color: #6F7AA5;
}

.credit{
	clear:both;
	float:right;
	font-size: 11px;
	padding:10px;
}

.credit a{
	color: #000;
	text-decoration:none;
}

#home_sub_footer_left h2{
	margin-top: 30px;
	margin-left: 20px;
}

#home-video {
    float: left;
    height: 398px;
    width: 713px;
}