/* html 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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

hr {
	display: none;
}

/*clearfix*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/*safari focus*/

*:focus {outline: 0;}

/*layout*/

body {
	background: #74CDF4 url('../../images/ah-bg-gradient.png') repeat-x top left;
	background-attachment: fixed;
	font-family: Arial, "MS Trebuchet", sans-serif;
	color: #888;
	font-size: 13px;
	line-height: 16px;
}

body.blog {
	background: #E1E1E1;
	background-attachment: fixed;
	font-family: Arial, "MS Trebuchet", sans-serif;
	color: #888;
	font-size: 13px;
	line-height: 16px;
}

a {
	color: #3693CC;
	text-decoration: none;
}

a:hover {
	color: #555;
	text-decoration: none;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul {
	list-style: circle inside;
}

#container-main {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 880px;
}

#header {
	border: 3px solid #ddd;
	padding: 7px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

#header-logo {
	float: left;
	margin-bottom: 10px;
}

#nav-global {
	font-size: 14px;
	font-weight: bold;
}

#nav-global li {
display: inline;
}

#nav-global a {
float: left;
	background: #4BA4DE url('../../images/ah-bg-diagonal.png');
	text-shadow: 1px 1px 0 #336F98;
	padding: 10px 21px;
	white-space: nowrap;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #4494CB;
	text-align: center;
	margin: 0px;
}

#nav-global a:hover {
	background: #B6D34F url('../../images/ah-bg-diagonal.png');
	text-shadow: 1px 1px 0 #6E802F;
	border-right: 1px solid #9EB743;
}

#nav-global a.selected {
	background: #B6D34F url('../../images/ah-bg-diagonal.png');
	text-shadow: 1px 1px 0 #6E802F;
}

#nav-global a.first {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
}

#nav-global a.last {
	border-right-width: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
}

#nav-global a.blog {
	text-transform: uppercase;
	padding: 10px 15px;
	text-align: right;
	float: left;
	background-color: transparent;
	background-image: transparent;
	border-width: 0px;
	color: #4BA4DE;
	text-shadow: 1px 1px 0 #EAEAEA;
}

#nav-global a.blog:hover {
	color: #717171;
}

#nav-global a.blog img {
	vertical-align: text-top;
	margin-left: 5px;
}

#content {
	border: 3px solid #ddd;
	margin: 20px 0;
	padding: 25px 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	color: #666;
}

#content p {
	margin-bottom: 10px;
}

#content-home p {
	margin-top: 15px;
}

#content-home p.intro {
	font-size: 26px;
	line-height: 32px;
	font-weight: bold;
}

#content-home {
	border: 3px solid #ddd;
	margin: 20px 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

#content ul {
	margin-top: 10px;
}

#content li {
	margin-bottom: 10px;
}

.content-left-col {
	float: left;
	width: 520px;
}

.content-right-col {
	float: right;
	width: 300px;
}

.content-left-col-home {
	float: left;
	width: 490px;
}

.content-right-col-home {
	float: right;
	width: 340px;
}

.feature {
	color: #999;
	font-size: 22px;
	line-height: 26px;
	padding: 20px;
}

#content h1 {
	font-family: Century Gothic, AppleGothic, sans-serif;
	font-weight: normal;
	font-size: 38px;
	color: #aad733;
	margin-bottom: 25px;
/*	text-shadow: 1px 1px 0 #93AA3E;*/
}

#content h1.blog {
	font-family: Century Gothic, AppleGothic, sans-serif;
	font-weight: normal;
	font-size: 38px;
	color: #888;
	margin-bottom: 0;
/*	text-shadow: 1px 1px 0 #93AA3E;*/
}

#content h1.blog a {
	color: #888;
}

#content h1.blog a:hover {
	color: #3693CC;
}


#content h2.blog-title {
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #4BA4DE url('../../images/ah-bg-diagonal.png');
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#content h2.blog {
	font-size: 20px;
	font-weight: bold;
	color: #EDB155;
	margin-top: 15px;
}

#content-home h1 {
	font-family: Century Gothic, AppleGothic, sans-serif;
	color: #aad733;
	font-size: 68px;
	margin: 10px 0 30px 0;
	text-shadow: 1px 1px 0 #93AA3E;
	font-weight: normal;
}

#content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #3693CC;
	margin: 20px 0 10px 0;
}

#content h3 {
	margin-bottom: 10px;
}

.highlight-home a {
	padding: 20px 10px;
	text-align: center;
	font-size: 24px;
	background: #4BA4DE url('../../images/ah-bg-diagonal.png');
	color: #fff;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
}


.highlight-home a:hover {
	background: #4597CE url('../../images/ah-bg-diagonal.png');
}

p.highlight {
	padding: 15px;
	line-height: 23px;
	font-size: 16px;
	background: #aaa url('../../images/ah-bg-diagonal.png');
	font-weight: normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
}

.featurettes {
	padding: 25px;
}

.placeholder {
	width: 100%;
	height: 100px;
	background: #DDD;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	padding-top: 80px;
	color: #fff;
	font-weight: bold;
}

.placeholder-last {
	width: 100%;
	height: 80px;
	background: #DDD;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	padding-top: 50px;
	color: #fff;
}

.content-main {
	float: left;
	width: 580px;
}

.content-sidebar {
	float: right;
	width: 240px;
}

.content-sidebar img {
	margin-right: 10px;
	vertical-align: middle;
}

#footer {
	margin: 20px 10px;
	color: #eee;
	text-shadow: 1px 1px 0 #888;
}

#footer-blog {
	margin: 20px 10px;
	color: #666;
/*	text-shadow: 1px 1px 0 #ddd;*/
}

.footer-address {
	float: left;
}

.footer-phone {
	float: right;
}

.ah-rule {
	background: url('../../images/ah-bg-rule.gif') top left repeat-x;
	height: 1px;
	margin: 2em 0;
}

#content #accordion div {
	margin-top: 10px;
	padding: 0px;
}

#content #accordion h3 {
	background-color: #3693CC;
	color: #fff;
	margin-bottom: 3px;
/*	-moz-border-radius: 3px;*/
/*	-webkit-border-radius: 3px;*/
}

#content #accordion h3 a {
	color: #fff;
	display: block;
	padding: 8px 8px;
}

#content #accordion h3:hover {
	background: #B0CC49;
	cursor: pointer;
}

#content #accordion h3:active {
	border-width: 0px;
	background: #B0CC49;
}

form.ah-form {
	border: 3px solid #ddd;
	padding: 15px;
	background: #aaa url('../../images/ah-bg-diagonal.png');
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
}

form.ah-form input.text {
	font-family: Arial, "MS Trebuchet", sans-serif;
	padding: 5px;
	background: #fff;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #999;
	font-size: 15px;
	font-weight: bold;
}

form.ah-form input.upload {
	font-family: Arial, "MS Trebuchet", sans-serif;
	color: #666;
	font-size: 14px;
	font-weight: bold;
}

form.ah-form dd {
	margin-bottom: 15px;
}

form.ah-form textarea {
	font-family: Arial, "MS Trebuchet", sans-serif;
	padding: 5px;
	background: #fff;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #999;
	font-size: 15px;
	font-weight: bold;
}


form.ah-form label {
	font-family: Arial, "MS Trebuchet", sans-serif;
	margin-right: 10px;
	color: #666;
	font-size: 14px;
	font-weight: bold;
}

form.ah-form img {
	vertical-align: middle;
}

.full {
	width: 97%;
}

.half {
	width: 50%;
}

.content-sidebar h3 {
	color: #aad733;
	margin-bottom: 10px;
}

.content-sidebar ul {
	list-style-type: none;
}


.google-map {
	margin-bottom: 10px;
	border: 5px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* Modal */

/* Overlay */

#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */

/*#simplemodal-container {background-color:#fff; padding: 10px; -moz-border-radius: 8px; -webkit-border-radius: 8px;}*/
#simplemodal-container .error,
#simplemodal-container .confirm {margin-bottom: 10px;}
#simplemodal-container {height: ; width:600px;}
#simplemodal-container a.modalCloseImg {background:url('../../images/x.png') no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-10px; right:-10px; cursor:pointer;}

#basic-modal-content {
	display: none;
/*	background-color:#fff;*/
/*	padding: 10px;*/
/*	-moz-border-radius: 8px;*/
/*	-webkit-border-radius: 8px;*/
}

.referral a {
	padding: 15px 20px;
	font-size: 20px;
	line-height: 26px;
	background: #e28c05 url('../../images/ah-bg-diagonal.png');
	color: #fff;
	text-shadow: #D48302 1px 1px 1px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	margin-bottom: 15px;
}

.referral a:hover {
	background: #D88602 url('../../images/ah-bg-diagonal.png');
}

.blog-link a {
	padding: 15px 20px;
	font-size: 20px;
	line-height: 26px;
	background: #A8CD3E url('../../images/ah-bg-diagonal.png');
	color: #fff;
	text-shadow: #9DC039 1px 1px 1px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	margin-bottom: 15px;
}

.blog-link a:hover {
	background: #9DC039 url('../../images/ah-bg-diagonal.png');
	
}

.referral-light a {
	padding: 10px 5px;
	text-align: center;
	font-size: 13px;
	line-height: 26px;
	background: #66A3D7 url('../../images/ah-bg-diagonal.png');
	color: #fff;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #5C93C4;
	display: block;
}

.referral-light a:hover {
	background: #619BCE;
}

.error {
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #E26976;
	padding: 5px 10px;
}

.confirm {
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #56BC6F;
	padding: 5px 10px;
}

#searchform label {
	display: none;
}

#searchform {
	border: 3px solid #ddd;
	padding: 15px;
	background: #aaa url('../../images/ah-bg-diagonal.png');
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
}

input#searchsubmit {
	display: none;
}

input#s {
	font-family: Arial, "MS Trebuchet", sans-serif;
	padding: 5px;
	background: #fff;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #999;
	font-size: 15px;
	font-weight: bold;
	width: 190px;
}

li.comment {
	list-style-type: none;
	margin-bottom: 20px;
	padding: 10px;
}

li.odd {
	background: #eee url('../../images/ah-bg-diagonal.png');
}

li.comment div,
li.comment p {
	margin-bottom: 10px;
}

li.comment img {
	margin-right: 10px;
}
