/*
CSS Stylesheet for AdultQuickCare.com
Created 5.21.08
by Jay
river City Studio
*/

	/* ------------------------------ Global Declarations ------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

body {
	position: relative;
	background-color: #fff;
	background-image: url('/_img/bodyBacker.jpg');
	background-repeat: repeat-x;
	background-color: #008AA5;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666;
}

#container {
	width: 855px;
	position: relative;
	margin: 0px auto;
	background-color: #fff;
	min-height: 650px;

	/* For IE's lack of cool features */
	height: auto !important;
	height: 650px;
}


	/* ------------------------- Header Declarations ------------------------------- */

#header {
	position: relative;
	height: 200px;
	background-image: url('/_img/headerBacker.jpg');
	background-repeat: no-repeat;
}

#logo {
	margin-left: 90px;
	margin-top: 40px;
}

#slogan {
	color: #C90D47;
	font-weight: normal;
	position: relative;
	font-size: 24px;
	position: absolute;
	right: 0px;
	top: 95px;
	width: 480px;
}


#nav {
	height: 35px;
	width: 503px;
	background-image: url('/_img/navBacker.jpg');
	background-repeat: no-repeat;
	position: absolute;
	top: 40px;
	right: -40px;
	padding: 8px;
	text-align: center;
}

#nav a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 31px;
}

#nav a:hover, #nav a.active {
	color: #BAE5EC;
}




	/* ----------------------------- Content Declarations ------------------------------ */

#content {
	position: relative;
	margin-top: -30px;
/* 	border-bottom: 2px solid #79BDC8; */
	padding-left: 25px;
}

.aboveFloat {
	width: 65%;
	margin-bottom: 8px;
}


	/* ------------------------- Right Declarations --------------------------- */

#right {
	position: relative;
	float: right;
	width: 400px;
/* 	margin-top: -30px; */
}

#rightmap {
	position: relative;
	float: right;
	width: 500px;
/* 	margin-top: -30px; */
}

#clock {
	margin-left: 20px;
}

#secondaryRightImage {
	margin-top: 20px;
}

#sloganUnderClock, #sloganRight {
	font-family: Verdana;
	font-size: 23px;
	font-weight: 100;
	text-transform: uppercase;
	color: #79BDC8;
	margin-left: 25px;
	margin-top: -20px;
	text-align: center;
	padding-right: 20px;
}

#sloganRight {
	margin-top: 7px;
	text-align: center;
	padding-right: 20px;
	margin-bottom: 20px;
}


	/* ------------------------- Left Declarations ----------------------------------- */
 #float-left {/* header element float */
  float: left;
  margin: 0 0.2em 0 0;
  background: #eee8aa;
  border-right: 2px dotted #cd853f;
  border-bottom: 2px dotted #cd853f;
  }

  
#left {
	margin-right: 410px;
/* 	padding-left: 25px; */
	padding-top: 30px;
}

#left h3 {
	font-size: 13px;
	color: #009CB5;
	font-weight: bold;
	margin-bottom: 8px;
}

#left ul {
	margin-bottom: 15px;
}

#left li {
	margin: 3px;
	list-style-position: outside;
	margin-left: 15px;
}

#left p {
	margin-bottom: 7px;
}

#full {
	margin-right: 30px;
	padding-top: 30px;
}

#full h3 {
	font-size: 13px;
	color: #009CB5;
	font-weight: bold;
	margin-bottom: 8px;
}

.redTop, .redTopSecondLine, .redTopBigger, .redTopSecondary {
	font-size: 15px;
	font-family: Verdana;
	color: #C90D47;
	font-weight: bold;
	margin-bottom: 30px;
}

.subHeader {
	font-size: 13px;
	color: #C90D47;
	margin-top: -10px;
	margin-bottom: 15px;
}

.redTopBigger {
	font-size: 130%;
}

.redTopSecondary {
	margin-top: 50px;
	font-size: 17px;
	margin-bottom: 15px;
}

.redTopSecondLine {
	margin-left: 20px;
	margin-top: -30px;
}

.blue {
	font-weight: normal;
	color: #0E8FAF;
	font-size: 27px;
}

img.leftBottomImage {
	margin-top: 9px;
}


	/* ------------------------------ Footer Declarations --------------------------------- */

#footer {
	padding-bottom: 25px;
}

#blueBar {
	clear: right;
	padding-top: 1px;
	background-color: #79BDC8;
	position: relative;
	top: -4px;
	margin-left: 25px;
	margin-top: 10px;
}

#bottomText {
	font-size: 11px;
	color: #666;
	margin-left: 25px;
	margin-top: 10px;
}

#bottomTextPrevent {
	font-size: 20px;
	color: #0E8FAF;
	margin-left: 50px;
	margin-top: 10px;
}

#bottomTextSmall {
	font-size: 9px;
	color: #666;
	margin-left: 280px;
	padding-left: 25px;
/* 	margin-top: 10px; */
	position: relative;
	top: -17px;
	width: 55%;
}

#bottomText span.red, #bottomText a {
	color: #C90D47;
	padding: 3px 20px;
}

#bottomText a:hover {
	color: #0388A2;
}


	/* ---------------------- Contact Form Declarations ---------------------------- */
	
#contactForm {
	width: 250px;
	position: relative;
	text-align: right;
	margin-top: 25px;
}

#contactForm p {
	margin-bottom: 12px;
}

#contactForm input {
	float: right;
	border: 1px solid #009DB6;
	width: 125px;
	margin-left: 15px;
	padding: 1px;
	font-size: 90%;
}

#contactForm textarea {
	border: 1px solid #009DB6;
	width: 250px;
	height: 125px;
}

#contactForm input.submit {
	width: auto;
	background-color: #009DB6;
	border: 1px outset #333;
	color: #fff;
	float: none;
}

#contactForm p.textareaLabel {
	text-align: left;
	margin-top: 16px;
	margin-bottom: 4px;
}

#contactForm input.error {
	border: 2px solid red;
}

#contactForm p.errorMessage {
	font-weight: bold;
	color: red;
	font-size: 90%;
}

#AllergyAd{
	margin-top: 200px;
	margin-left: 10px;
	float:left
}

