@charset "utf-8";
/* CSS Document */

/*********** 960 Grid ***********/
/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/
@import url('/assets/css/960-24col.css');
/*********** 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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*********** Global ***********/

/*********** float and clear ***********/
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.clear {
	clear:both
}
.clear-right {
	clear:right
}
.clear-left {
	clear:left
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
	.clearfix {
	display:block;
}
/* End hide from IE Mac */

/*********** Typography ***********/

strong {
	font-weight: bold;
}
em {
	font-style: italic
}
.small-text {
	font-size: .8em;
}
.align-left {
	text-align:left;
}
.align-right {
	text-align:right;
}
.align-center {
	text-align:center;
}
.valign-top {
	vertical-align:top;
}
.valign-bottom {
	vertical-align:bottom;
}
.valign-middle {
	vertical-align: middle;
}
.highlight {
	color: #444;
}
h1, h2, h3, h4, h5, h6 {
	line-height:1em;
	margin-bottom:.5em;
	color: #444;
	font-weight:bold;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.9em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.33em;
}
h5 {
	font-size: 1.167em;
}
h6 {
	font-size: 1em;
}
p, ul, ol, dl, blockquote, table, form, .stacked {
	margin-bottom: 1.5em;
}
.unstacked {
	margin-bottom: 0;
}
ul, ol {
	padding-left: 25px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
dt {
	font-weight:bold;
	color: #444;
	height:auto !important;
}
dd {
	padding-left: 1.5em;
}
dl.treatment dd {
	margin-left: 190px;
	margin-bottom: 30px;
	min-height:50px;
	height:auto !important;
	height:50px;
}
dl.treatment dt {
	clear:left;
	float:left;
	width: 178px;
}
hr {
	border: none;
	border-top: 1px dashed #6d645b;
	margin: 1em 0;
}
blockquote {
	margin:1em;
}
cite {
	font-size:.75em;
}
address {
	margin: 1.5em;
}
center {
	clear:both;
}
/*********** body/content ***********/

body {
	text-align:left;
	background: #5d5d5d;
	font-size: 62.5%;
}
body#tinymce {
	background: white;
}
#wrapper {
	color: #888;
	font: 1.2em/1.7em Arial, Helvetica, sans-serif;
	background:white;
}
#site-search {
	background: #5d5d5d;
	text-align:right;
	padding:10px 0;
	margin:0
}
#site-search input {
	background:#999;
	color:white;
	border: none;
	width: 200px;
	padding:.5em
}
#site-search input[type="submit"] {
	width:75px;
}
#header {
	height:101px;
	background:url(/assets/images/bg/header.png) repeat-x center bottom white;
	border-bottom: solid 1px #ccc;
}
#branding a {
	width: 315px;
	height:101px;
	text-indent:-9999px;
	display:block;
	background: url(/assets/images/bg/logo.png) no-repeat center center;
}
#content {
	margin:41px 0 0 0;
	padding:10px 0 0 0;
}
article {
	float: left;
	width:60%;
}
aside {
	float: right;
	width:30%;
}
#navigation {
	position: absolute;
	top: 153px;
	border-bottom: solid 1px #ccc;
	width:960px;
	height:41px;
} /* absolutely positioned so it can be moved on smaller screens */
#navigation a.selected {
	font-weight:bold;
}
#navigation li:hover ul {
	display:block;
}
#navigation li:hover a {
	color: black;
}
/* tier 1 */
	
	#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation ul li {
	float: left;
	padding: 0;
}
#navigation ul li:hover {
	background: #bbb;
}
#navigation ul li a {
	display: block;
	color: #222;
	text-decoration: none;
	padding: 0 1em;
	line-height:3.5em;
}
/* tier 2 */
	
	#navigation ul li:hover ul a {
	color: #444;
} /* keep the tier 2 pages the normal color */
#navigation ul ul {
	position: absolute;
	display:none;
	left: auto;
	width: 30em;
	font-weight: normal;
	border: 0;
	background: #fff;
	margin: 0;
	border: solid 1px #ccc;
	border-top: none;
}
#navigation ul ul li {
	float:none;
}
#navigation ul ul li:hover {
	background: #ccc;
}
#navigation ul ul li a {
	color: #444;
	display:block;
	line-height:2em
}
/* tier 3 */
	
	#navigation ul li:hover ul li:hover ul a {
	color: #666;
} /* keep the sub pages the normal color */
#navigation ul ul ul {
	position: relative;
	border: none;
}
#navigation ul ul li:hover ul li {
	background: none;
}
#navigation ul ul li:hover ul li:hover {
	background: #ddd;
}
#navigation ul ul ul li a {
	color: #666;
	padding: 0 0 0 19px;
	font-size:11px;
	line-height:20px
}
/* tier 4 */
	
	#navigation ul ul ul li:hover ul li:hover {
	background: #eee;
}
#navigation ul ul ul ul li a {
	padding: 0 0 0 30px;
	color: #888;
}
#footer {
	color: #fff;
	font: 1.2em/1.7em Arial, Helvetica, sans-serif;
	max-width:960px;
	margin: 0 auto;
}
/********** Links **********/

a {
	color: #444;
}
a:visited {
	color: #000;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #000;
}
.btn {
	display:block;
}
.btn:hover {
}
/************* Page Elements ****************/

img.treatment {
	padding: 3px;
	border: solid 1px #ddd;
}
div.treatment {
}
ul.treatment {
}
ul.clean {
	list-style:none;
	margin:0;
	padding:0;
}
img.float-right {
	margin-left: 1em;
}
img.float-left {
	margin-right: 1em;
}
table.treatment {
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	width: 98%;
}
table.treatment td, table.treatment th {
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	padding:6px;
}
table.treatment th {
	color: #000;
	background-color:#eee;
	text-align: center;
}
.fade {
	list-style: none;
	margin: 0;
	padding:0;
}
#captchaimg {
	border: solid 1px black;
}
/************* CMS ****************/

.warning {
	font-size:0.8em;
	line-height: 25px;
	border: 1px solid #FF9900;
	font-weight: bold;
	padding-left: 26px;
	background: url(/assets/images/cms/yellow-warning.png) no-repeat 5px center #FEEDED;
	min-height: 25px;
	margin: .5em 0;
}
input.error, textarea.error {
	border: 1px solid #FF0000;
}
div.error {
	font-size:0.8em;
	line-height: 25px;
	color: #FF0000;
	border: 1px solid #FF0000;
	font-weight: bold;
	padding-left: 26px;
	background: url(/assets/images/cms/yellow-warning.png) no-repeat 5px center #FEEDED;
	min-height: 25px;
	margin: .5em 0;
}
label.error {
	font-size:1em;
	line-height: 25px;
	color: #FF0000;
	font-weight: normal;
	padding-left: 26px;
	background: url(/assets/images/cms/yellow-warning.png) no-repeat 5px center #FEEDED;
	margin: .5em 0;
	display:block;
	border: 1px solid #FF0000;
	font-size: .9em;
}
.required {
	color:#FF0000;
	font-weight: bold;
	padding-left: 26px;
	background: url(/assets/images/cms/yellow-warning.png) no-repeat 5px center #FEEDED;
}
.success {
	font-size: 1.2em;
	line-height: 50px;
	color: #009900;
	border: 1px solid #33CC33;
	font-weight: bold;
	background: url(/assets/images/cms/checkmark.png) no-repeat 5px center #F0FFF0;
	padding-left: 50px;
	min-height: 50px;
	margin-bottom:2em;
}
.loading {
	background: url(/assets/images/cms/loading.png) no-repeat right center;
	padding-right: 20px;
}
.breadcrumb {
	border: solid 1px #ccc;
	background-color:#efefef;
	padding:0 10px;
	margin-bottom:2em;
}
#stats {
	text-align:center;
	font-size:.8em;
	font-style:italic;
}
/************* Forms ****************/

form dl dd {
	margin-left: 150px;
	padding:0 0 2em 0;
	width: 240px;
}
form dl dt {
	clear:left;
	float:left;
	width: 140px;
	text-align:right;
}
input, textarea {
	color: #777;
	padding:.25em;
	background-color: #fff;
	border: solid 1px #ddd;
}
input[type="submit"], input[type="button"] {
	cursor:pointer;
	width:auto;
	padding: .4em;
	box-shadow: 0px 2px 2px #ccc;
}
input[type="submit"].noshadow, input[type="button"].noshadow {
	cursor:pointer;
	width:auto;
	padding: .4em;
	box-shadow: none;
}
input:focus, textarea:focus, input[type="submit"]:hover, input[type="button"]:hover {
	border: solid 1px #000;
	box-shadow: 0px 0px 0px #999;
}
input.required, select.required, textarea.required {
	color: #000;
	font-style: normal;
	font-weight: normal;
	background:none;
	padding-left:3px;
}
label span {
	color: red;
}
label {
	font-weight: bold;
}
fieldset {
	border: 1px solid #ddd;
	background-color: #FFF;
	padding: 10px;
}
legend {
	border: 1px solid #ddd;
	padding: 5px;
	background-color: #FFF;
	margin-left: 10px;
	font-size: 1.4em;
	font-weight: bold;
}
.pagination {
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	padding:.5em;
	margin: 1em 0;
}
.pagination .pages {
	display:block;
	float:left;
	text-align:center;
	width:500px;
}
.pagination .pages a {
	padding: 3px;
}
.pagination .prev, .pagination .next {
	width:150px;
	display:block;
	float:left;
}
.pagination .first, .pagination .last {
	width:45px;
	display:block;
	float:left;
}
.pagination .last {
	padding-left:10px;
}
.pagination .next {
	text-align:right;
}
.inactive {
	color: #aaa;
}
/* Extra */

.red {
	color:#C00;
}
.orange {
	color:#F60;
}
.yellow {
	color: #FC0;
}
.green {
	color:#090;
}
