*{
	margin:0;
	padding:0;
	border:none;
}
body {
	margin: 0 0 20px;
	color: #999;
	font: 62.5% Verdana, Geneva, sans-serif;
}
h1{
	color: #313175;
	font-size: 3.2em;
	font-weight:normal;
	margin: 0 0 26px;
}
h2{
	font-size:1.6em;
	line-height:1.6em;
	color:#A4C932;
	margin:0 0 1em;
}
h2.bar{
	border: 1px solid #D7CA97;
	background: #F5F2E6;
	font-size: 1.4em;
	line-height:36px;
	color: #332D13;
	clear:both;
	padding:0 6px;
}
h3{
	font-size: 1.4em;
	line-height: 1.6em;
}
p{
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 0 0 1.4em;
}
ul,ol{
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 0 0 1.6em 18px;
}
li{margin: 0 0 0 18px;}
ul ul{
	font-size: 1em;
	margin-bottom:0;
}
a{
	color:#A4C932;
	cursor:pointer;
}
a:hover{color:#89A82B;}


#container{
	width:1000px;
	margin: 24px auto 0;
	position:relative;
}
#content{
	background: url('/images/content-bg.jpg') repeat-x bottom;
	padding-top: 46px;
}



#header{
	/*background: #8B8B89 url('/images/header-bg.jpg') repeat-x bottom;*/
	position: relative;
}
#header p{margin:0;}
#header .phone{
	position:absolute;
	top:16px;
	right:16px;
	font-size:1.6em;
	line-height:1em;
}
#header .phone a{
	border-radius: 6px;
	box-shadow: 0 0 1px rgba(0,0,0,0.5);
	background:#FFF;
	color:#313175;
	padding:10px 14px;
	text-decoration:none;
	display:block;
}
#header img {
	vertical-align: middle;
}




p.msg{
	border-radius: 4px;
	margin-bottom:20px;
	padding:12px 20px;
	color:#FFF;
	background:#68B40E;
	font-weight:bold;
}
p.msg.error{
	background:#E70A0A;
}

#mainContent{
	float:left;
	display:inline;
	width:634px;
	margin:0 60px 50px 60px;
}
#mainContent img{
	max-width:100%;
	height:auto;
}


/*Sidebar*/
#sideBar{
	float:left;
	display:inline;
	width:220px;
	margin:20px 0 50px 0;
}


#sideBar .phone{
	font-size:2.6em;
	margin:0 -20px 20px;
	line-height:44px;
}
#sideBar .phone a{
	text-decoration:none;
	color:#FFF;
	display:block;
	padding:0 20px;
	border-top:#A4C932 solid 1px;
	border-bottom:#A4C932 solid 1px;
	background:#BCD964;
	text-shadow: 1px 1px 1px rgba(149,193,216,100);
	font-weight:bold;
}
#sideBar img{
	display:block;
}



#serviceContainer{
	border-top:#E5E5E5 2px solid;
	padding:24px 0 0 0;
	margin:24px 0 0 0;
}
.service{
	float:left;
	display:inline;
	width:168px;
	margin:0 28px 0 0;
}
.service h2{
	font-weight:normal;
	font-size:2em;
	line-height:1.3em;
	margin:0 0 8px 0;
}
.service h2 a{text-decoration:none;}
.service h2 a:hover{text-decoration:underline;}
.service p{
	font-size:1.3em !important;
	margin:0 0 0 0 !important;
}
.service p.name{
	margin:8px 0 0 !important;
	font-weight:bold;
}
.service p img{margin:0 0 8px 0;}
.service a{color:#A4C932;}
.service a:hover{color:#89A82B;}








.roundbox{
	font-family: Arial, Helvetica, sans-serif;
	margin:0 0 34px;
	padding:20px;
	background:#CFE391;
	border:#A4C932 solid 1px;
	border-radius: 6px;
	position:relative;
}
.roundbox h2{
	font-size:2.2em;
	line-height:1.3em;
	color:#657B20;
	margin:0 0 18px;
}
.roundbox p{
	color:#313175;
}
.roundbox p:last-child{
	margin:0;
}
.roundbox ul{
	margin:0;
	list-style-type:none;
}
.roundbox li{
	padding:0;
	margin:0;
}
.roundbox a{color:#657B20;}
.roundbox.blue{
	background:#F1F3F8;
	border:#BEC7DE solid 1px;
}
.roundbox.blue h2{
	color:#005393;
	margin:0 0 16px;
}
.roundbox.blue .angela{
	margin:0;
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
	height:140px;
	width:137px;
	overflow:hidden;
}
.roundbox.blue .angela img{
	border-radius: 0 0 6px 0;
	display:block;
}
.roundbox .details p{
	margin:0;
}


/*social icons*/
ul.socialIcons{
	height:30px;
	margin:0;
	list-style-type:none;
	z-index:2;
	position:relative;
}
ul.socialIcons li{
	float:left;
	display:inline;
	margin:0 5px 0 0;
}
ul.socialIcons a{display:block;}



/*Blog ad*/
.blogBox{
	background:url(/images/blog.png) no-repeat left 2px;
	padding-left:74px;
}
.blogBox h2{
	color: #313175;
	line-height:1em;
	margin-bottom:4px;
}
.blogBox p{font-size:1.3em;}
.blogBox a{color: #313175;}
.blogBox a:hover{color: #89A82B;}






/*Angela cartoon*/
#angela{
	position: absolute;
	width: 144px;
	z-index: 2000;
	top:350px;
	left:-46px;
	/*margin:296px 0 0 -20px;*/
}



/*Buttons*/
ul.buttons{
	margin:0;
	list-style-type: none;
	font-size: 1.5em;
}
ul.buttons li{
	margin: 0 18px 18px 0;
	text-align: center;
	float: left;
	display:inline;
}
ul.buttons li a{
	background: #313175;
	color: #FFF;
	text-decoration: none;
	width: 220px;
	line-height: 58px;
	display: block;
	border-radius: 6px;/*chrome,firefox,ie9*/
}
ul.buttons li a:hover{background: #0A0A5A;}
ul.buttons li a.green{background: #A4C932;}
ul.buttons li a.green:hover{background: #89A82B;}



/*Footer*/
#footer{
	clear: both;
	padding: 14px 10px;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	position:relative;
}
#footer h2,#footer p{
	font-size: 1.1em;
	margin: 0;
	line-height: 1.4em;
}
#footer h2{color:#313175;}
#footer p.copyright{
	position:absolute;
	right:10px;
}
#footer a{
	text-decoration:none;
	color: #313175;
}
#footer a:hover{
	text-decoration:underline;
}



.fieldCheck{display:none;}
.center{text-align:center;}
.clear{clear:both;}
.nomargin{margin:0 !important;}
.noborder{border:none !important;}


/*SOCIAL BUTTONS*/
.socialButtons{
	height:20px;
	margin:24px 0 20px;
	display:block;
}
.socialButtons li{
	float:left;
	margin:0 6px 0 0;
	background:none;
	padding:0;
	list-style-type:none;
}
.socialButtons li.twitter{
	width:79px;
}

#headerBottom{
	background: #313175; /* Old browsers */
	background: linear-gradient(#313175,#0a0a5a); /* W3C */
}

.feature h2 a{
	color:#313174;
	text-decoration:none;
}
.feature h2 a:hover{
	color:#89A82B;
}

