@charset "utf-8";
/* GLOBAL STYLES */

body {
	background-color: #082d61;
	background-image: url(../images/layout/main_site_bkgnd.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
}

#wrapper {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #555;
	background-color: #FFF;
	width: 960px;
	margin: 10px auto 20px auto;
}

#header {
	margin-bottom: 10px;
}

p {
	margin: 0 0 8px 0;
	padding-top: 5px 0;
}

hr {
	margin: 10px 0 10px 0;
	padding: 0;
	border-top-width: 1px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-style: dotted;
	border-top-color: #6996d1;
	height: 1px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #082d61;
	line-height: 24px;
	margin: 0px;
	padding: 0 0 10px 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #082d61;
	line-height: 20px;
	margin: 0px;
	padding: 0 0 10px 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #082d61;
	line-height: 18px;
	margin: 0px;
	padding: 0 0 6px 0;
}

a, a:visited {
	color: #325b24;
	text-decoration: underline;
}

a:hover {
	color: #5dac41;
	text-decoration: underline;
}

.im_right {
	float: right;
	margin: 3px 0 10px 15px;
	padding: 5px;
	border: 1px solid #082d61;
	font-size: 10px;
	line-height: 12px;
	color: #082d61;
	text-align: center;
}
.im_left {
	float: left;
	margin: 3px 12px 10px 0;
	padding: 5px;
	border: 1px solid #082d61;
	font-size: 10px;
	line-height: 12px;
	color: #082d61;
	text-align: center;
}

.im_left img {
	padding-bottom: 5px;
}

.im_right img {
	padding-bottom: 5px;
}

.free_est_hr {
	background-color: #FFF;
	background-image: url(../images/layout/hr_back.gif);
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
	height: 41px;
}

/* CITY BLOCK */

div.scroll {
	height: 110px;
	width: 150px;
	overflow-y: scroll;
	border: 1px solid #082d61;
	padding: 5px 8px 5px 8px;
	background-color: #FFF;
}

#city-block {
	float: right;
	margin: 18px 10px 0 0;
}

#city_cont {
	background-image: url(../images/city_block_bck.gif);
	background-repeat: no-repeat;
	height: 159px;
}

#city {
	margin-bottom: 15px;
}

/* FOOTER */

#footer {
	background-image: url(../images/layout/footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	font-size: 10px;
	line-height: 20px;
	color: #FFF;
	padding: 10px 15px 15px 15px;
}

#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: underline;
}

#footer a:hover {
	color: #082d61;
	text-decoration: underline;
}

.registration {
	font-size: 10px;
	vertical-align: super;
}

/* HEADER */

#masthead {
	padding: 10px 15px 10px 15px;
}

#phone_search {
	float: right;
	padding-left: 10px;
}

/* Adjust top padding on next style if need for vertical align w/phone info */

#local_cred {
	float: right;
	padding-top: 11px;
}

.local_cred_im {
	display: inline-block;
	padding-left: 10px;
}

#logo {
	float: left;
}

#phone {
	background-image: url(../images/layout/header_phone_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 10px;
	text-align: right;
}

#phonetop {
	background-image: url(../images/layout/header_search_top_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#phonebot {
	background-image: url(../images/layout/header_search_bot_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#phonert {
	background-image: url(../images/layout/header_search_end.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.search {
	text-align: left;
	height: 17px;
	width: 130px;
	color: #999;
	float: left;
	display: inline;
}

.search_button {
	display: block!important;
	margin-bottom: -20px!important;
}

#search_bkgnd {
	background-image: url(../images/layout/header_search_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px 10px 5px 10px;
}

/* NAV BAR */

/* This is the <td> holding the nav bar - not much to change here but the background image's color to match #nav li a */

#nav_container {
	background-image: url(../images/layout/nav_bck.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#nav, #nav ul {
	list-style: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
	width: auto;
}

/* This style is for the main nav links, AFTER you adjust the left/right padding HERE to best fill the entire width, THEN adjust the INLINE STYLE for the left/right margin for the HOME LINK in TOP-BORDER.PHP FILE to perfectly fill the entire width of the nav bar. */

#nav li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	height: 13px;
	padding: 7px 26px 10px 27px;
	background-image: url(../images/layout/topmenu_bkgnd.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#nav li a:hover {
	background-image: url(../images/layout/topmenu_rollover.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 230px;
	font-weight: normal;
	margin: 0;
	background-image: none;
}

#nav li li {
	width: 230px;
}

#nav li ul li a {
	text-align: left;
	padding: 5px 20px 7px 19px;
	display: block;
	height: auto;
	font-weight: normal;
	background-color: #6b98d3;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a0c1eb;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: 2px;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li ul li a:hover {
	background-color: #76d255;
	background-image: none;
}
/* HACK FOR IE7: to stabilize appearance of menu items; RESIST MESSING WITH THIS!*/
@media screen {
* html #nav li:hover ul {position: relative!important; float: left;
margin: 0px -1000px -1000px 0px; display: inline;}
*:first-child+html #nav li:hover ul {position: relative!important;
float: left; margin: 0px -1000px -1000px 0px;}
}
/* INDEX STYLES */

#main_image {
	width: 600px;
	margin: 0 0 10px 0;
	text-align: left;
}

#main_content {
	width: 930px;
	margin-left: 15px;
}

#main_content_rt {
	display: block;
	float: right;
	clear: both;
	width: 315px;
	margin-left: 15px;
	overflow: hidden;
}

#cred {
	width: 315px;
	background-image: url(../images/layout/rt_main_bkgnd.gif);
	background-repeat: repeat-y;
}

#free_est {
	background-image: url(../images/layout/free_est_mid.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#get_started {
	margin-bottom: 10px;
}

#homeshow {
	width: 142px;
	float: left;
	margin: 0pt 15px 0pt 0pt;
	padding: 5px;
	background-color: #6b98d3;
	color: #FFFFFF;
	text-align: center;
}

#homeshow img {
	margin: 0 0 5px 0;
}

/* TESTIMONIALS */

#testimonials {
	color: #082d61;
	text-align: left;
	padding: 0 10px 10px 10px;
}

#testimonials a:link, #testimonials a:visited {
	color: #396A28;
	text-decoration: underline;
}

#testimonials a:hover {
	color: #082d61;
	text-decoration: underline;
}

#testimonials p {
	margin-bottom: 15px;
}

#testimonials h2 {
	margin-bottom: -15px;
}

#gray-hr {
background-color:#DDDDDD;
border:0 none;
color:#DDDDDD;
height:1px;
margin:15px 0;
}

table#service {
margin:10px 0 10px 0;
}

table#service td {
	vertical-align: top;
	padding: 5px;
	margin: 1px;
	background: #e0ecfc;
}


/* LEARNING CENTER */

#lc_bottom_back {
	width: 930px;
	display:inline-block;
	margin: 15px 0 15px 15px;
	background-image: url(../images/layout/lc_horz_bckgnd.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.lc_link:link, .lc_link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #082d61;
	line-height: 15px;
	text-decoration: none;
}
.lc_link:hover {
	color: #396A28;
	text-decoration: underline;
}
#lc_title {
	background-image: url(../images/layout/lc_title_horz_bckgnd.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#lc_title h2 {
	margin:0;
	padding:0;
}
#lc_left {
	margin-left: 15px;
	margin-top: 3px;
}
#lc_right {
	margin-right: 15px;
	margin-top: 3px;
}
#lc_mid {
	margin-top: 3px;
}
#learnmore {
	display: inline;
	margin-top: 5px;
}

.long-content-box {
background-color: #e0ecfc;
border: 1px solid #082D61;
margin: 15px 0 15px 0;
padding: 10px;
width: 575px;
}

.aindex_graybox {
	background-color: #e0ecfc;
	text-align: center;
	width: 150px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-bottom: 10px;
	border: 1px solid #082D61;
}

.agraybox {
	background-color: #e0ecfc;
	text-align: center;
	width: 202px;
	padding: 10px 8px 5px 8px;
	margin: 0 15px 10px 0;
	border: 1px solid #082D61;
}

.agraybox2 {
	background-color: #e0ecfc;
	text-align: left;
	width:580px;
	padding: 10px 8px 5px 8px;
	margin: 15px 15px 0 0;
	border: 1px solid #082D61;
	font-size: 11px;
	line-height: 15px;
}

.good_sharma {
	background-color: #e0ecfc;
	padding: 5px 0pt 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #082D61;
}

.bad_sharma {
	background-color: #e0ecfc;
	padding: 5px 0pt 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #082D61;
}

#apopup_links {
	margin: 0 0 8px 0;
}

.popuplink:link, .popuplink:visited	 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #082D61;
	text-decoration: underline;
}

.popuplink:hover {
	color: #396A28;
}

.aint_photo_cap {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #333;
	background-color: #e0ecfc;
	padding: 10px;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 0;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	border-left-color: #d9d9d9;
}

.apopups {
	list-style-type: square;
	margin-bottom: 0px;
}

ul.apopups li {
	color: #082D61;
	margin-left: -15px;
	line-height: 22px;
}

.drytrak {
	border-left: 1px solid #082D61;
	padding-left: 15px;
	display: block;
	width: 419px;
	float: right;
}

.acapsule_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
}
.acapsule_title, .acapsule_title:link, .acapsule_title:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #082D61;
	padding-bottom: 2px;
}

.acapsule_title:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #396A28;
	padding-bottom: 2px;
}

:afocus {
 -moz-outline-style:none;
}

#atriggers {
	text-align:center;
}

#atriggers img {
	cursor:pointer;
	margin:0 5px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* styling for elements inside overlay */
.aboxdetails {
	position:absolute;
	top:15px;
	right:15px;
	font-size:12px;
	color:#00538f;
	width:270px;
	padding-bottom: 15px;
	font-family: Verdana, Geneva, sans-serif;
}

.aboxdetails h3 {
	color:#00538f;
	font-size:14px;
	font-weight: bolder;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.aboxdetails ul li {
	color:#00538f;
	font-size:12px;
	font-weight: normal;
	margin-left: -15px;
}

#atriggers table td {
text-align: center;
font-weight: bold;
width:152px;
}

/* the overlayed element */
.asimple_overlay {
	/* must be initially hidden */
	display:none;
	/* place overlay on top of other elements */
	z-index:10000;
	/* styling */
	background-color:#f9f9f9;
	width:300px;
	min-height:210px;
	height:200px;
	border:1px solid #00538f;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 50px 5px #555;
	-webkit-box-shadow: 0 0 50px #555;
}

/* close button positioned on upper right corner */
.asimple_overlay .close {
	background-image:url(/images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* TESTIMONIAL STYLES */
.testimonial-item {
	margin: 0 0 10px;
	padding: 0 0 10px;
	width: 600px;
	border-bottom: 1px dashed #666;
}
.testimonial-item .author {
	font-style: italic;
	margin: 0 0 5px;
}

/* CONTACT STYLES */

#main-contact {
	width: 600px !important;
	float: left !important;
}

.img-right {
	margin: 3px 0 10px 10px;
	float: right;
}

.img-left {
	margin: 3px 10px 10px 0;
	float: left;
}