@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #2C2F5C;
	background-color: #AAE0F9;
}
h1 {
	width: 660px;
	text-indent: -9999px;
	background-image: url(../images/h1.jpg);
	height: 160px;
	float: left;
}
h2 {
	font-size: 1.6em;
	color: #37AFFF;
	margin-bottom: 12px;
}
h3 {
	font-size: 1.5em;
	margin-bottom: 8px;
	padding-top: 2px;
}
h4 {
	color: #19A4FF;
	font-size: 1.6em;
	margin-bottom: 8px;
}
h5 {
	font-size: 1.4em;
	margin-top: 4px;
	margin-bottom: 8px;
}



p {
	line-height: 1.5em;
	margin-bottom: 17px;
	font-size: 1.2em;
}
a {
	color: #1AA4FF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
}
#tel {
	width: 320px;
	float: right;
	text-indent: -9999px;
	display: inline;
	background-image: url(../images/tel.jpg);
	height: 160px;
}
#content {
	background-image: url(../images/content_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 45px;
	padding-bottom: 20px;
}
#leftCol {
	width: 610px;
	float: left;
	margin-left: 30px;
}
#rightCol {
	float: right;
	margin-right: 30px;
	width: 270px;
}
#twitter {
	background-image: url(../images/twitter_box.jpg);
	background-repeat: no-repeat;
	height: 290px;
	padding-top: 50px;
	padding-left: 6px;
	padding-right: 20px;
	width: 240px;
	overflow: hidden;
}
	#twitter a {
	max-width: 180px;
	}
#offerBox {
	height: 95px;
	background-image: url(../images/offer_box.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#offerBox a {
	color: #FFFFFF;
}

#bottomContent {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #333366;
	padding-top: 10px;
	padding-bottom: 10px;
}
#bottomContent img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
#bottomContent p {
margin-bottom: 0;
}

#footer {
	background-image: url(../images/footer_top.jpg);
	padding-top: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 30px;
	padding-left: 30px;
	clear: both;
}
#botBox1 {
	width: 280px;
	margin-left: 30px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #37AFFF;
	border-left-color: #37AFFF;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#botBox2 {
	width: 280px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #37AFFF;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#botBox3 {
	width: 280px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #37AFFF;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

ul#nav {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #87D1FC;
	border-bottom-color: #001052;
	clear: both;
	list-style-type: none;
	height: 26px;
}
ul#nav li {
	float: left;
	display: inline;
}
ul#nav a {
	display: block;
	font-size: 1.6em;
	color: #2C2F5C;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	margin-left: 49px;
	padding-top: 3px;
	padding-bottom: 4px;
	font-weight: normal;
	height: 19px;
}
ul#nav a:hover, ul#nav a.active {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: none;
}
.clearer {
	clear: both;
}
.blue {
	color: #1CA4FF;
	font-weight: bold;
}
