@charset "utf-8";
/* ------------------------------------------------------------------------
CSS sheet for Gateway Chiropractic Clinic
Author: Jason Montour
Date Created: 5/5/11
All inquiries for this document should be directed to information@virtualtech.com.
--------------------------------------------------------------------------*/
body, div, span, a, p, ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, img, table, th, td, tr {
	margin: 0px;
	padding: 0px;
	outline: none;
}
body {
	background: #3f0b0b url(../images/bodyBg.jpg) top center repeat-x;
	font-size: 11pt;
}
#outer {
	width: 1000px;
	margin: 0px auto;
	padding-bottom: 50px;
	background: url(../images/mid.png) repeat-y;
}
/*#bottom {
	height: 10px;
	width: 1000px;
	margin: 0px auto;
	background: url(../images/bottom.png) repeat-y;
	clear: both;
}*/


/* ------------------------------------------------------------------------
header
--------------------------------------------------------------------------*/
#header {
	width: 980px;
	margin: 0px auto;
	min-height: 310px;
	background: url(../images/headerBg.jpg) no-repeat;
	position: relative;
}
#header a.logo {
	display: block;
	position: absolute;
	top: 140px;
	left: 40px;
	width: 154px;
	height: 129px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
}
#header a.fb {
	height: 16px;
	width: 16px;
	display: block;
	position: absolute;
	top: 10px;
	right: 20px;
}
#header a.twitter {
	height: 16px;
	width: 16px;
	display: block;
	position: absolute;
	top: 10px;
	right: 50px;
}


/* ------------------------------------------------------------------------
main content
--------------------------------------------------------------------------*/
#mainContent {
	width: 960px;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	border: 1px solid #CCC;
	background: url(../images/mainBg.png) 0px 30px no-repeat;
	min-height:200px;
	color: #54462b;
}
.inner {
	padding: 0px 10px 16px 10px;
}
h1.homeHeader {
	font-weight: normal;
	font-size: 24pt;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #CCC;
}
.inner h1 {
	font-weight: normal;
	font-size: 24pt;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #CCC;
}
#mainContent p {
	padding-bottom: 16px;
	font-family: Helvetica, Arial, sans-serif;
}
#mainContent .inner ul {
	display:block;
	margin-left: 20px;
	margin-bottom: 20px;
}
#icpsignup2492 {
	border: 1px solid #CCC;
	width: 270px;
}
#icpsignup2492 input[type="text"], #fields_email {
	border: 0px !important;
	padding: 1px 3px 2px 2px;
	width: 180px;
}
#icpsignup2492 .submit {
	width: 81px;
	height: 25px;
	background: url(../images/submit.png) no-repeat;
	text-indent: -9876px;
	border: none;
	padding: 0px !important;
	margin: 0px !important;
}
#mainContent h2 {
	font-weight: normal;
	margin-bottom: 16px;
}
#mainContent ul.regList {
	margin-left: 20px;
	line-height: 22px;
	font-family: Helvetica, Arial, sans-serif;
}
#mainContent img.regImg {
	padding: 5px;
	background: #FFF;
	border: 1px solid #a08d65;
}
.doc {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.doc .regImg {
	margin: 0px 20px 10px 0px;
}
#healthyTip {
	width: 230px;
}

/*-------------------------------------------------------------------------
Testimonial submission form
-------------------------------------------------------------------------*/
a.theBtn {
	text-decoration: underline;
	cursor: pointer;
}
#modal {
	width: 100%;
	height: 100%;
	background: url(../images/modal.png) repeat;
	position: absolute;
	z-index: 1000000;
	display:none;
}	
#testContent {
	display: none;
	padding: 20px;
	width: 450px;
	background: #fffae9;
	color:  #2A271D;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	border: 2px solid #2A271D;
	-moz-border-radius: 12px;
	-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, .6);
	position: absolute;
	z-index: 1000010;
	top: 200;
	left: 35%;
}
#testContent input[type="text"], #testContent textarea {
	background: #f9f0d5;
	border: 1px solid #837a5c;
	padding: 4px;
	margin-bottom: 5px;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, .25);
}
#testContent input[type="text"]:focus, #testContent textarea:focus {
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, .6);
	border: 1px solid #2A271D;
}
#testContent .fieldLabel {
	text-align: right;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 6px;
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	font-size: 11pt;
}
#quickClose {
	dispaly: none;
	background: url(../images/pagingActiveBg.png) repeat scroll 0 0 #CCCCCC;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: -10px;
	text-align: center;
	text-decoration: none;
	text-indent: 2px;
	text-shadow: 0 1px 0 #444444;
	top: -10px;
	width: 20px;
	cursor: pointer;
}
#testResults {
	color: #2A271D;
}

/* ------------------------------------------------------------------------
navigation
--------------------------------------------------------------------------*/
ul.nav {
	display: block;
	width: 960px;
	position: relative;
	height: 30px;
	margin-bottom: 16px;
}
ul.nav li {
	display: block;
	float: left;
	list-style: none;
	position: relative;
}
ul.nav li a {
	display: block;
	height: 30px;
	background: url(../images/nav.png) no-repeat;
	text-indent: -9876px;
}
ul.nav li.home a {
	width: 132px;
	background-position: 0px 0px;
}
ul.nav li.home a:hover {
	background-position: 0px -30px;
}
#home .home a {
	background-position: 0px -60px;
}
ul.nav li.why a {
	width: 206px;
	background-position: -132px 0px;
}
ul.nav li.why a:hover {
	background-position: -132px -30px;
}
#why .why a {
	background-position: -132px -60px;
}
ul.nav li.ins a {
	width: 152px;
	background-position: -338px 0px;
}
ul.nav li.ins a:hover {
	background-position: -338px -30px;
}
#ins .ins a {
	background-position: -338px -60px;
}
ul.nav li.events a {
	width: 209px;
	background-position: -490px 0px;
}
ul.nav li.events a:hover {
	background-position: -490px -30px;
}
#events .events a {
	background-position: -490px -60px;
}
ul.nav li.blog a {
	width: 111px;
	background-position: -699px 0px;
}
ul.nav li.blog a:hover {
	background-position: -699px -30px;
}
#blog .blog a {
	background-position: -699px -60px;
}
ul.nav li.contact a {
	width: 150px;
	background-position: -810px 0px;
}
ul.nav li.contact a:hover {
	background-position: -810px -30px;
}
#contact .contact a {
	background-position: -810px -60px;
}
ul.nav li ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0px;
	width: 150px;
}
ul.nav li:hover ul {
	display: block;
	width: 180px;
}
ul.nav li ul li {
	display: block;
	float: none;
}
ul.nav li ul li a {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	background: #756D52 none;
	text-indent: 12px;
	text-decoration: none;
	color:  #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	margin-bottom: 2px;
	border: 2px solid #2A271D;
	-moz-border-radius: 4px;
	-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
}
ul.nav li ul li a:hover {
	background: #b7a47b none;
	text-indent: 12px;
	color:  #2A271D;
	border: 2px solid #2A271D;
	-moz-border-radius: 6px;
	-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
	font-weight: bold;
}
#home-staff {
	margin: 0 0 0 150px;
}


/* ------------------------------------------------------------------------
footer
--------------------------------------------------------------------------*/
#footer {
	padding: 6px 0px 0px;
	text-align: center;
	color: #777;
	font-size: 10pt;
	margin: 0px 10px;
	border-top: 1px solid #CCC;
}
#footer a {
	text-decoration: none;
	color: #777;
}


/* ------------------------------------------------------------------------
rtl elements
--------------------------------------------------------------------------*/
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.half {
	width: 47%;
	padding: 0px 1%;
}
.med {
	width: 36%;
	padding: 0px 1%;
}	
.center {
	text-align: center;
}

