/**
 * file			: simplybowen.css
 * provides		: style rules for on-screen displays in modern browsers
 * version 		: 1
 * date			: 2009.04.11
 * author 		: Matthew Munro
 *
 **/

* { margin: 0; padding: 0 }

html, body { height: 100%; } /* fill page */

img { border: 0; display: inline; }

pre {
	color: black;
	background-color: #f4f4f4;
	margin-bottom: 15px;
	padding: 5px;
	font-size: 11px;
	font-family: "Courier New", Courier, monospace; }

h1 { font-size: 33px; margin: 0; padding: 0; padding-bottom: 10px; }
h2 { font-size: 24px; font-weight:bolder; margin:5px 0 15px;}
h3 { font-size: 19px; line-height: 30px; word-spacing: -1pt; letter-spacing: -1pt; padding:0 0 10px; }
h4 { font-size: 16px; line-height: 20px; }

hr {
	background-color: #FFFFFF;
	width: 100%; height: 1px;
	clear: both; margin: 0;
	padding: 0;
	border-top: 3px solid #8CB5C9;
	border-right-style: none;
	border-right-width: 0;
	border-bottom-style: none;
	border-bottom-width: 0;
	border-left-style: none;
	border-left-width: 0;
	outline-style: none; }

p { padding:0 0 10px; }

q { quotes: "'" "'"; }

/* body_main */
.body_main {
	padding: 10px;
	font-size: 13px;
	font-family: Arial, sans-serif, Helvetica;
	line-height: 15px; }
.body_main a {
	color: #8CB5C9;
	background-color: #FFFFFF;
	text-decoration: none; }
.body_main a:visited {
	color: #8CB5C9;
	background-color: #FFFFFF;
	text-decoration: none; }
.body_main a:hover {
	color: #225884;
	background-color: #FFFFFF;
	text-decoration: underline; }
.body_main a:visited:hover {
	color: #225884;
	background-color: #FFFFFF;
	text-decoration: underline; }


/* centerbody */
.centerbody {
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #8CB5C9;
	/* border-radius: 10px; */
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 974px;
}

.roundedBox {
	position: relative; }
.corner {
	position: absolute;
	width: 10px;
	height: 10px; }
.topLeft {
	top: 0px; 
	left: 0px;
	background-position: -1px -1px; }
.topRight {
	top: 0px;
	right: 0px;
	background-position: -12px -1px; }
.bottomLeft {
	bottom: 0px;
	left: 0px;
	background-position: -1px -12px; }
.bottomRight {
	bottom: 0px;
	right: 0px;
	background-position: -12px -12px; }

.centerbody-type {
	background-color: #FFFFFF;
	border: 1px solid #8CB5C9; }
.centerbody-type .corner {
	background-image: url(../../images/corners-centerbody.gif); }
.centerbody-type .topLeft {
	top: -1px;
	left: -1px; }
.centerbody-type .topRight {
	top: -1px;
	right:-1px; }
.centerbody-type .bottomLeft {
	bottom: -1px;
	left: -1px; }
.centerbody-type .bottomRight {
	bottom: -1px;
	right: -1px; }

.accordion-type {
	background-color: #8CB5C9; }
.accordion-type .corner {
	background-image: url(../../images/corners-accordion.gif); }
.accordion-type .topLeft {
	top: 0px;
	left: 0px; }
.accordion-type .topRight {
	top: 0px;
	right: 0px; }
.accordion-type .bottomLeft {
	bottom: 0px;
	left: 0px; }
.accordion-type .bottomRight {
	bottom: 0px;
	right: 0px; }

.accordion-open-type {
	background-color: #45739A; }
.accordion-open-type .corner {
	background-image: url(../../images/corners-accordion-open.gif); }
.accordion-open-type .topLeft {
	top: 0px;
	left: 0px; }
.accordion-open-type .topRight {
	top: 0px;
	right: 0px; }
.accordion-open-type .bottomLeft {
	bottom: 0px;
	left: 0px; }
.accordion-open-type .bottomRight {
	bottom: 0px;
	right: 0px; }


/* header */
#header {
	float: left;
	width: 974px;
	text-align: right;
	padding: 20px 0px 0px 0px; }
#header img { display: block; }
#header a { color: #000; background-color: #FFFFFF; }
#header a:visited { color: #000; }
#header h1 a {
	color: #8CB5C9;
	background-color: #FFFFFF; }
#header h1 a:visited {
	color: #8CB5C9;
	background-color: #FFFFFF; }
#header h1 a:hover {
	color: #000;
	text-decoration: none;
	background-color: #FFFFFF; }
#header h1 {
	text-align:left;
	margin: 0px 0px 0px 14px;
	font-size: 43px; }
#header h3 {
	text-align: left;
	padding: 0px 0px 0px 14px; }
#header h4 {
	padding: 0px 14px 0px 0px; }


/* logo */
#logo {
	border-top: 3px solid #8CB5C9;
	width: 567px;
	margin: 10px 0px 0px 0px; }
#logo img {
	position: relative;
	top: -44px;
	left: 573px; }
#logo h4 {
	text-align: left;
	padding-left: 14px; }


/* content */
#content {
	clear: both;
	overflow: hidden;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 20px; }


/* accordion */
/* an accordion's bellow */
.accordion {
	text-decoration: none;
	position: relative;
	margin: 5px 0px 0px 0px;
	padding: 10px 0px 10px 0px; }
.accordion h2 {
	color: black;
	margin: 0px 10px 0px 10px;
	padding: 0px;
	/* border-radius: 10px; */
	font-size: 12px;
	display: block;
	line-height: 20px; }
.accordion h2.open {
	color: #FFFFFF; }
.accordion .accordion_content {
	height: auto;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	display: block;
	cursor: pointer; }
.accordion .accordion_content ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px 10px 0px 10px; }
.accordion .accordion_content li a {
	color: #225884;
	background: #C1D0EC none repeat scroll 0 0;
	margin: 0 0 1px 0;
	padding: 1px 8px;
	font-size: 10px;
	display: block; }
.accordion .accordion_content li a:hover {
	background: #C4D9E5;
	color: #FFFFFF; }


/* treatable-conditions */
.treatable-conditions {
	border: 0px; }
.treatable-conditions td#first {
	width: 300px; }
.treatable-conditions td#second {
	width: 150px;
	vertical-align: middle; }
.treatable-conditions td#third {
	width: 300px; }


/* footer */
#footer {
	clear: both;
	font-size: 11px;
	border-top: 1px solid #8CB5C9;
	width: 974px;
	position: relative;
	direction:ltr; }
#footer ul, #footer li {
	line-height: 1.3;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0; }


/* copyright - within footer */
#footer #copyright {
	font-size: 22px;
	margin-left: 14px;
	padding-top: 8px;
	width: 10em; }


/* disclaimer - within the footer */
#footer #disclaimer {
	margin-left: 14px;
	padding: 9px 0 12px;
	width: 19em; }


/* footerlinks */
#footerlinks {
	float: right;
	margin: 10px 14px 0 0;
	width: 550px; }


/* sb links */
#sb-links {
	float: right;
	width: 320px;
	text-align: right; }
#sb-links li {
	float:right;
	width:160px; }


/* ajaxContent */
#ajaxContent {
	padding: 20px; }
#ajaxContent ul {
	list-style-image: url(../../images/right-arrow.gif);
	list-style-position: outside;
	margin-left: 20px;
}
#ajaxContent li {
	padding: 0 0 10px 10px;
}
#ajaxContent td {
	vertical-align: top;
	width: 60px;
}
#ajaxContent form {
	padding: 10px;
	background-color: #c4d9e5;
	border: solid 1px #8CB5C9;
	/* border-radius: 10px; */
	width: 525px;
}
#ajaxContent input, #ajaxContent textarea {
	border: solid 1px #8CB5C9;
	width: 445px;
	padding: 4px;
	margin-bottom: 5px;
}


#send_email input {
	border-style: none;
	background-color: #8CB5C9;
	width: 517px;
	margin-top: 5px;
}


/* recaptcha */
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
	background-color: #FFF !important; /* reCaptcha widget background color */
	display: block;
}
#recaptcha_table {
	border-color: #8CB5C9 !important; /* reCaptcha widget border color */
	width: 445px !important;
}
#recaptcha_response_field {
	border-color: #8CB5C9 !important; /* Text input field border color */
	background-color: #c4d9e5 !important; /* Text input field background color */
}


/* Testimonials */
.testimonial {
	padding-bottom: 30px;
}
.testimonial p {
	font-style: italic;
}
.testimonial img {
	display: inline;
	width: 15px;
	height: 12px;
	border: 0;
	margin: 0 2px;
}


/* Articles list */
#articlesContent ul {
	list-style-image: url(../../images/flower-bullet-small.jpg);
	list-style-position: outside;
}


/* Displaying errors from forms. */
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}
#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}
#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}
#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}
#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}


/* FAQ list */
#faq ul li {
	padding: 0px;
}


.mva {
	margin:5px;}
.sibStdQuote {
	padding: 3px;
	float: right;
	width: 300px;
	background-color: #8CB5C9;
	color: #fff;
	font-size: 11px;
	line-height: 1.3em; }
.sibStdQuote #q1 {
	height: 13px;
	width: 20px;	
	background: url(../../images/quote_wt.gif) no-repeat;
	float: left; }
.sibStdQuote #q2 {
	height: 13px;
	width: 20px;	
	background: url(../../images/quote_wb.gif) no-repeat;
	float: right; }

