@charset "utf-8";
@charset "utf-8";
/*RESET*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/*STYLE*/
body{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background:#cdcdcd;
	min-device-width: 960px;
}
a img {
	border:none;
}
a:link {
	color:#FFF;
	text-decoration: underline;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	color: #b2be88;
}
li{
	display:inline;
	margin-right: 5px;
	margin-left: 5px;
}
.header{
	height: 80px;
	width: 100%;
	margin: 0 auto;
	line-height: 80px;
	background:#FFF url(img/header-bg2.png) repeat-x;
	font-size:14px;
}
.header img {
	float: right;
}
.header a {
	text-decoration: none;
	text-shadow: #666 0.1em 0.1em 0.2em;
	margin-bottom: 3px;
}
.header a:link, a:visited{
	color:#122e5d;
}
.header a:hover, a:active, a:focus{
	color:#3264ab;
}
.header li{
	margin-right:15px;
}
.main {
	background: #112d5c url(img/site-bg2.png) repeat-x;
	background-position: center top;
	height: 600px;
	width: 100%;
	line-height: 150%;
	text-shadow: black 0.1em 0.1em 0.2em;
}
.mainWhite {
}
.mainLonger {
	background: #112d5c url(img/site-bg2.png) repeat-x;
	background-position: center top;
	height: 1100px;
	width: 100%;
	line-height: 150%;
	text-shadow: black 0.1em 0.1em 0.2em;
}
.mainContact {
	background: #112d5c url(img/site-bg2.png) repeat-x;
	background-position: center top;
	height: 900px;
	width: 100%;
	line-height: 150%;
	text-shadow: black 0.1em 0.1em 0.2em;
}
.mainSpot {
	background: #112d5c url(img/site-bg2.png) repeat-x;
	background-position: center top;
	height: 1200px;
	width: 100%;
	line-height: 150%;
	text-shadow: black 0.1em 0.1em 0.2em;
}
.mainBG{
	background:url(img/big-bg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	height: 555px;
}
.mainBGLonger{
	background:url(img/big-bg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	height: 1055px;
}
.mainBGContact{
	background:url(img/big-bg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	height: 855px;
}
.mainBGSpot{
	background:url(img/big-bg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	height: 1155px;
}
.miniGap{
	height:15px;
}
.footer{
	height: 240px;
	width: 100%;
	overflow:hidden;
	position: relative;
	margin: 0 auto;
	line-height: 40px;
	background:#cdcdcd url(img/footer-bg.png) repeat-x;
	text-shadow: #666 0.1em 0.1em 0.2em;
}
.content{
	width: 960px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow:hidden;
}
.col1{
	float:left;
	width:289px;
	height:170px;
	margin-top: 12px;
	margin-left:15px;
	margin-right:10px;
	background:url(img/footer-bottom.png);
	position:relative;
}
.col2{
	float:left;
	width:289px;
	height:170px;
	margin-top: 12px;
	margin-left:10px;
	margin-right:10px;
	background:url(img/footer-bottom.png);
}
.col3{
	float:left;
	width:289px;
	height:170px;
	margin-top: 12px;
	margin-left:10px;
	margin-right:10px;
	background:url(img/footer-bottom.png);
}
.designLeft{
	float:left;
	clear:left;
	margin-left:10px;
	margin-right:20px;
	margin-top:10px;
	color:#FFF;
	width: 600px;
	overflow:hidden;
	position:relative;
}
.designLeftSpot{
	float:left;
	clear:left;
	margin-left:10px;
	margin-right:20px;
	margin-top:10px;
	color:#FFF;
	width: 450px;
	overflow:hidden;
	position:relative;
}
.designLeftInfo{
	float:left;
	clear:left;
	margin:0 auto;	
	margin-left:10px;
	margin-right:10px;
	margin-top:15px;
	margin-bottom:20px;
	color:#FFF;
	width: 590px;
	overflow:hidden;
	position:relative;
}
.designLeftContact{
	float:left;
	clear:left;
	margin:0 auto;	
	margin-left:10px;
	margin-right:10px;
	margin-top:45px;
	margin-bottom:20px;
	color:#FFF;
	width: 590px;
	overflow:hidden;
	position:relative;
}
.designLeftInfoSpot{
	float:left;
	clear:left;
	margin:0 auto;	
	margin-left:10px;
	margin-right:10px;
	margin-top:15px;
	margin-bottom:20px;
	color:#FFF;
	width: 440px;
	overflow:hidden;
	position:relative;
}
.designLeftInfo a{
	color:#FFF;
}
.designLeftInfo p{
	font-size:14px;
	line-height: 145%;
}
.designLeftInfoSpot p{
	font-size:14px;
	line-height: 145%;
}
.designLeftInfo2{
	float:left;
	clear:left;
	margin:0 auto;	
	margin-left:5px;
	margin-right:10px;
	margin-top:15px;
	margin-bottom:20px;
	color:#FFF;
	width: 590px;
	overflow:hidden;
	position:relative;
}
.designLeftInfo2 p{
	font-size:14px;
	line-height: 145%;
}
.designRight{
	float:right;
	margin-top:15px;
	margin-left:20px;
	margin-right:10px;
	color:#FFF;
	width: 280px;
	overflow:hidden;
	position:relative;
}
.designRightMain{
	float:right;
	margin-top:-60px;
	margin-left:20px;
	margin-right:10px;
	color:#FFF;
	width: 280px;
	overflow:hidden;
	position:relative;
}
.designRightMain li{
	display:block;
	margin-top:15px;
}
.designRightSpot{
	float:right;
	margin-top:15px;
	margin-left:20px;
	margin-right:10px;
	color:#FFF;
	width: 410px;
	overflow:hidden;
	position:relative;
}
.designRight li{
	display:block;
	margin-top:15px;
}
.title{
	float:left;
	margin-top:30px;
	margin-bottom: 10px;
}
.title2{
	margin-top:30px;
	margin-left:7px;
	margin-bottom: 10px;
	margin-right:7px;
	-moz-box-shadow: 0px 0x 6px 2px #333;
	-webkit-box-shadow: 0px 0px 6px 2px #333;
	box-shadow: 0px 0px 6px 2px #333;
	position:relative;
	overflow:hidden;
}
.tag {
	float:left;
	margin-top:5px;
	padding-bottom:25px;
}
.footerIcon {
	float:left;
}
.footerboxInfo {
	margin-left:10px;
}
.footer p {
	line-height:130%;
	font-size:12px;
}
.footer a {
	color:#000;
}
.quotebutton{
	margin: 0 auto;
	margin-left: 20px;
}
.quotebutton2{
	margin: 0 auto;
	width:220px;
	height:110px;
	margin-left: 30px;
}
.subfooter{
	clear:both;
	margin:0 auto;
	font-size:9px;
	line-height: 50px;
	height: 50px;
	width: 200px;
	text-align:center;
	color:#24477f;
	text-shadow: #666 0.1em 0.1em 0.2em;
}
.designList{
	float:left;
	width: 590px;
	height: 80px;
	margin-bottom: 10px;
}
.designList p {
	font-size:12px;
	line-height:110%;
}
p2{
	font-size:10px;
}
.designRightSpot a{
	color:#FFF;
}
h2{
	font-size:24px;
}
h3{
	font-size:18px;
}
.midfloat{
	margin:0 auto;
	position:relative;
	margin-left: 60px;
}
.SpotKey{
	margin:0 auto;
	margin-left:40px;
	width: 380px;
}
.white{
	color:#FFF;
}
.white a{
	color:#FFF;
}
.boxxy {
	width: 400px;
	text-shadow: #666 0.1em 0.1em 0.2em;
	font-size:14px;
	color:#112d5c;
	font-family: Verdana, Arial,Helvetica , sans-serif;
}
.boxxySmall {
	width: 275px;
	text-shadow: #666 0.1em 0.1em 0.2em;
	font-size:16px;
	color:#112d5c;
	font-family: Verdana, Arial,Helvetica , sans-serif;
}
.boxxyButton {
	text-shadow: #666 0.1em 0.1em 0.2em;
	font-size:16px;
	color:#112d5c;
	font-family: Verdana, Arial,Helvetica , sans-serif;
}
.current{
	color:#3a70b0;
}
h1 {
	display: none;
}