@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Raleway';
	src:url(fonts/raleway_thin-webfont.eot);
	src:url('?'),
		url(fonts/raleway_thin-webfont.woff) format('woff'),
		url(fonts/raleway_thin-webfont.ttf) format('truetype'),
		url(fonts/raleway_thin-webfont.svg) format('svg');
}

*{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0px;
	background-color: #303030;
}
.table1 {
	border: 1px solid #999999;
}
a:link{
	color:#bab53a;
	text-decoration:underline;
}
a:hover{
	color:#000000;
	text-decoration:underline;
}

#wrapper {
	width:799px;
	margin:auto;
	background-color: #FFFFFF;
	height: auto;
}

#header_class{
	width:799px;
	height:133px;
	color:#FFFFFF;
	display: block;
	margin:0px;
}
#header_holder {
	display:block;
	width:799px;
	height:133px;
	margin:0px;
	padding:0px;
	background-color: #303030;
}
#header_holder .logo {
	float:left;
	width:199px;
	height: 133px;
}
#header_holder .topimageright{
	width:600px;
	height:133px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-color: #303030;
	float: right;
}

#main_section {
	width:759px;
	color:#666666;
	background-color: #FFFFFF;
	margin-top: 15px;
	padding:20px;
	clear:both;
	display: block;
}
#main_section h1 {
	font-weight: normal;
	font-size: 22px;
	color: #506489;
	margin-bottom: 20px;
}
#main_section p {
	margin-bottom: 14px;
	color:#333333;
	margin-bottom: 15px;

}
#main_section .list{
text-align:center;

}

#main_section #home_top{
	display: block;
	height:300px;
}
#main_section #home_top h1{
	font-weight: normal;
	font-size: 22px;
	color: #506489;
	margin-bottom: 5px;

}
#main_section #home_top h2{
	font-weight: normal;
	font-size: 16px;
	color: #303030;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #526689;
	border-bottom-color: #526689;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main_section .home_top_left{
	float:left;
	width:575px;
}
#main_section #home_top .home_top_left img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 179px;
	width: 225px;
}

#main_section .home_top_right{
	float:right;
	width:150px;
}
#main_section #home_bottom{
	display: block;
	height:250px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #2A70AE;
	padding-top: 20px;
}
#main_section #home_bottom .box{
	display: block;
	width:172px;
	height:225px;
	float:left;
	margin-right:15px;
	padding: 0px;
}
#main_section #home_bottom .box img{
	width:172px;
	height:84px;

}
#main_section #home_bottom .box .title{
	display:block;
	background-color: #2a70ae;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin: 0px;
	font-size: 20px;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/bg-title.png);
}
#main_section #home_bottom .box p{
	text-align: left;
	color:#333333;
	display: block;
	height: 80px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main_section #home_bottom .box strong{
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #999900;
	text-transform: uppercase;
}
#main_section #home_bottom .box .button{
	width:50px;
	height:17px;
}
#main_section #home_bottom .box .button a:link{
	background:#72946a;
	font-size:14px;
	color:#ffffff;
	text-decoration: none;
	-webkit-box-shadow: 2px 1px 2px 1px #808080;
	-moz-box-shadow: 2px 1px 2px 1px #808080;
	box-shadow: 2px 1px 2px 1px #808080;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
#main_section #home_bottom .box .button a:hover{
	background:#43663b;
	color:#ffffff;
	text-decoration: none;
	transition-duration:1s;
	-webkit-transition-duration:1s;
	-moz-transition-duration:1s;
}





#main_section ul{
	display:block;
	text-align:left;
	list-style-position: inside;
	list-style-type: circle;
	width: auto;
	float: left;
	margin-top: 10px;
	margin-left: 35px;
	padding: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	line-height: 22px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#FFFFFF;
	-webkit-box-shadow: 0px 2px 7px 1px #5c5c5c;
	-moz-box-shadow: 0px 2px 7px 1px #5c5c5c;
	box-shadow: 0px 2px 7px 1px #5c5c5c;
	background-image: url(images/bg-list.png);
	background-repeat: repeat-x;
	background-position: top;
}
#main_section  .borderlist {
	display:block;
	text-align:center;
	list-style-position: inside;
	list-style-type: circle;
	width: 275px;
	float: left;
	margin-top: 10px;
	margin-left: 35px;
	padding: 10px;
	margin-bottom: 20px;
	margin-right: 0px;
	line-height: 22px;
}
#main_section  .borderlist2 {
	display:block;
	text-align:center;
	list-style-position: inside;
	list-style-type: circle;
	width: 275px;
	float: left;
	margin-top: 10px;
	margin-left: 35px;
	margin-bottom: 20px;
	margin-right: 0px;
	line-height: 22px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#main_section  .borderlist p {
	line-height: 15px;
}
#main_section  .borderlist2 p {
	line-height: 15px;
}


#main_section .borderlist h3 {
	font-size: 22px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 15px;
}
#main_section .borderlist2 h3 {
	font-size: 22px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 15px;
}



div.clearer {clear: left; line-height: 0; height: 0;}

.phone {
	font-style:normal;
	font-size:18px;
	color: #003C69;
	font-weight: normal;
}

#nav_class {
	width:799px;
	margin: 0px;
	padding: 0px;
}

#menu {
	display:block;
	width: 799px;
	float: left;
	padding: 0;
	list-style: none;
	background-color: #7B7B7B;
	margin:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 1px;
}
#menu li {
	float: left; }
#menu li a {
	display: block;
	padding: 8px 16px;
	text-decoration: none;
	font-weight: bolder;
	color: #FFFFFF;
	border-right: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 16px;

}
#menu li a:hover {
	color: #ffffff;
	background-color: #003C69; 
	font-weight: bold;
	transition-duration:1s;
	-webkit-transition-duration:1s;
	-moz-transition-duration:1s;
	
	
	}
#menu li a .blank{
	color:#33FF00;
}

.small {
	font-size:12px;
}

#quotation {
text-align:center;
font-size:13px;
color:#000000;
}

#quotation .title {
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	padding:6px;
}

#quotation em{
	font-size:11px;
}
#quotation td{
	padding:3px;
} 

.formtext {
	font-size: 9pt;
	font-weight: bold;
	color: #333333;
}

#main_section h2 {
	font-size: 14px;
	color: #303030;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#main_section .list h2 {
	font-size: 21px;
	font-weight: normal;
	display: block;
}

#footer {
	width:780px;
	background-color:#003C69;
	color:#000;
	height: 50px;
	padding: 10px;
	background-image: url(images/bg-footer.png);
	background-repeat: repeat-x;
	background-position: top;
}
#footer ul {
	list-style-type: none;
	color:#FFFFFF;
}
#footer ul li {
	float:left;
}

#footer ul li a{
	display: block;
	padding: 0px 5px;
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
}
#footer ul li a:hover{
	text-decoration:none;
}

#footer .left {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	padding: 10px;
}
#footer .right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	text-align: right;
	padding: 10px;
	float:right;
}
