/* CSS Document */
body {
	font-family:Arial;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:13px;
}
.container {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}
.clear {
	clear:both;
}
.left{
	float:left;
	width:245px;
	background-color:#f2f2f2;
}
.active span{
	color:#999;	
}
img {
border:none;
padding:0px;
}

/* Side Menu */
.sideblock{
	font-size:13px;
	padding-left:10px;
	padding-right:10px;
}
.sidelist{
	font-size:13px;
}
.sidelist a{
	color:#333;
}
.left a{
	color:#333;
}
.sidelist li{
	list-style:none;
	padding-bottom:.35em;
	position:relative;
	left:-2em;
}
.bluebox {
	background-color:#4CC7D3;
	width:200px;
	height:150px;
	color:#FFFFFF;
	position:relative;
	left:15px;
	top:-22px;
}
.sideTopTitle{
	margin-bottom:0px;
	padding-left:.25em;
	padding-top:.75em;
	color:#000000;
	font-size:18px;
	font-weight:bold;
}
.sideList{
	font-size:14px;
	padding-left:.25em;
	margin-left:0px;
	font-weight:bold;
	margin-top:0em;
	}
.sideList li{
	list-style:none;
	padding-top:8px;
}

/* Header */
.logo {
	padding:1.95em;
	background-color:#979797;
	float:left;
}
.nav {
	text-align:right;
}
.nav li {
	display:inline;
	padding-left:1.5em;
	font-weight:bold;
	font-size:16px;
}
.nav a {
	text-decoration:none;
	color:#000;	
}
.nav a:hover {
	color:#999;
}
.phone {
	text-align:right;
	font-size:22px;
	color:#4cc7d3;
	font-weight:bold;
	padding-top:2.5em;
}

/* Footer */
.footer {
	background-color:#000;
	color:#FFF;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:250px;
	clear:both;
}

/* Index */
#bluebox {
	margin-left:2.5em;
	width:770px;
	height:210px;
}
#bluebox h2 {
	font-size:24px;
	margin:0px;
	padding:0px;
}
#boxtext {
	color:#FFF;
	font-size:20px;
	font-weight:bold;
}
.controlform {
	color:#FFF;
}
#mainbottom {
	padding-left:2.5em;
	width:550px;
}
.blogposts {
	padding-left:2.5em;
}
#newslist {
	list-style:url('../images/blue_arrow.png');
	position:relative;
	left:-1em;
}
#newslist li {
	font-size:12px;
}
.newstitle{
	color:#666;
}
.indexright{
	width:949px;
	background-image:url('../images/balloon_home.png');
	background-position: top right;
	background-repeat:no-repeat;
	float:right;
	min-height:630px;
}
h1 {
	font-size:24px;
}

/* About */
.aboutright{
	width:949px;
	background-image:url('../images/about_balloon.png');
	background-position: top right;
	background-repeat:no-repeat;
	float:right;
	min-height:630px;
}

.right{
	width:949px;
	background-image:url('../images/balloon_green.png');
	background-position: top right;
	background-repeat:no-repeat;
	float:right;
	min-height:630px;
}
.right li {
	list-style-image:url(../images/blue_arrow.png)
}
.aboutright li {
	list-style-image:url(../images/blue_arrow.png)
}
.aboutBoxText {
padding-top:35px
}