@import url("reset.css");
@import url("fonts.css");

html	{
	overflow-y:scroll;
	}
body	{
	background:#F2F9FE;
	}
a	{
	color: #2084bb;
	}
a:hover	{
	color:#ae2424;
	}
strong a {
	color:#ae2424;
	}
h1	{
	font-size:2.5em;
	margin-bottom:1em;
	}
h2	{
	font-size:2em;
	margin-bottom:0.5em;
	}
h3	{
	font-size:1.6em;
	margin-bottom:0.7em;
	}
h4	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:bold;
	margin-bottom:0.5em;
	}
h5	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	margin-top:0.5em;
	}
	
hr	{
	color:#CCCFD5;
	background:#CCCFD5;
	border:none;
	margin: 1em 0 1em 0;
	height:1px;
	}
p	{
	margin:1em 0 1em 0;
	}
strong	{
	font-weight:bold;
	}
.red {
	color:#ae2424;
	}
p strong	{
	margin: 0 0 2em 0;
	}
blockquote {
	font-size:0.9em;
	margin: 1em 0 1em 0;
	}


#wrap,#footwrap	{
	min-width:920px;
	padding:0 20px 0 20px;
	}
#wrap	{
	background:#ffffff url(images/redtop.png) repeat-x;
	}
#nav,#banner,#main,#foot	{
	clear:both;
	margin:0 auto;
	width:920px;
	}


#nav {
	background:url(images/banner.png) no-repeat 0 21px;
	height:160px;
	position:relative;
	}
#nav img	{
	height:1px;
	width:1px;
	visibility:hidden;
	}
#logolink	{
	background:url(images/thorokleen-logo.png) no-repeat;
	display:block;
	height:0;
	overflow:hidden;
	padding-top:95px;
	width:200px;
	position:relative;
	top: 40px;
	cursor:pointer;
	}
#nav ul	{
	position:absolute;
	bottom:16px;
	left:280px;
	}
#nav li	{
	background:url(images/navPipe.png) no-repeat left 50%;
	display:block;
	float:left;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 18px;
	}
#nav .first	{
	background:none;
	}
#nav li a	{
	display: block;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
	margin: 0px 18px 0px 0px;
	padding: 2px 5px 2px 5px;
	width: auto;
	border-bottom :solid 2px transparent;
	}
#nav li strong a	{
	border-bottom :solid 2px #ADC8D2;
	color:#ae2424;
	}
#nav li a:hover	{
	border-bottom :solid 2px #ADC8D2;
	}


#banner	{
	border:1px solid #ccc;
	height:191px;
	margin-bottom:20px;
	padding:5px;
	width:908px;
	}
#gettouch	{
	padding:10px;
	}
#gettouch #tel	{
	font-size:1.3em;
	color:#ae2424;
	}
#banner h2	{
	font-size: 1.5em;
	margin-bottom: 1em;
	}
#banner img	{
	float:right;
	margin-left:0.5em;
	}
#main {
	padding-bottom: 15px;
}
#main ul, #main p {
	margin-bottom: 1em;
}
#main ul li{
	list-style: none;
	text-indent: 0;
	padding-left: 1.4em;
	background: url(images/bullet.gif) no-repeat left 0.5em;	/*list-style: square url(images/bullet.gif);*/
}
#main ul li ul{
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}
#main ul li ul li{
	list-style: none;
	padding-left: 1.4em;
	font-size: 0.9em;
	background: url(images/bullet-small.gif) no-repeat left 0.6em;
	margin-bottom:20px;
}
#main blockquote {
	background:url(images/quote.gif) no-repeat;
	background-position:top left;
	text-align: justify; text-indent: 15px; /*padding-left:15px;*/
	margin-bottom: 1em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
} 

#main blockquote  p {
	background: url(images/quote-close.gif) no-repeat;
	background-position:bottom right;
	padding-right:5px;
	color:#666666;
	margin: 0 0 1em 0 !important;
}
cite {
	font-style: italic;
	font-size: 0.9em;
	margin-bottom: 1em;
	margin-top: -0.5em;
	color: #999999;
}
#main blockquote cite {
	margin: 0 0 1em 0 !important;
	color: #999999;
}
.toc li{
	padding-left:0.1em !important;
	background:none !important;
	}	

#footwrap	{
	background: url(images/bluebottom.png) repeat-x;
	height:84px;
}
#foot	{
	clear:both;
	padding-top:20px;
	position:relative;
	color:#336699;
}
#foot p { margin: 0 0 1em 0;}
#foot a	{
	color:#336699;
	text-decoration:none;
}
#foot #cba	{
	display:block;
	position:absolute;
	right:0;
	top:20px;
	padding-left:14px;
	background:url(images/i_mouse.gif) left 0.1em no-repeat;
}
.col_small	{
	float:left;
	width:230px;
	overflow:hidden;
}
.col_demi	{
	float:left;
	width:320px;
	overflow:hidden;
}
.col_mid {
	float:left;
	padding:0px 10px 10px 10px;
	width:400px;
}
.col_wide {
	float:left;
	padding:0px 10px 10px 10px;
	width:500px;
}
.mrgnRight {
	margin-right: 20px;
}
.mrgnRightW {
	margin-right: 70px;
}
.i_center {
	display: block;
	margin: 0 auto 0 auto;
}
.i_center {
	display: block;
	margin: 0 auto 1em auto;
	text-align: center;
}
.i_right {
	display:block;
	margin: 0 0 0 auto;
	}
.clear {
	display: block;
	clear:both;
	height:0;
	}
.groupedList h4	{
	margin-top:0.5em;
	}
.groupedList p	{
	margin:0.9em 0 0.9em 0;
	line-height:1.3em;
	}
.groupedList h4 a {
	padding-left:10px;
	background:url(images/arrow.png) no-repeat 0 0.2em;
	}
.boxout{background:#DDEAF3; padding:10px 10px 10px 10px;}
.boxout h2	{
	color:#ae2424;
	font-size:1.5em;
}
.sponge	{
	background:#DDEAF3 url(images/sponge.png) no-repeat right bottom;
	padding:10px 10px 90px 10px;
	}

/* ---------------------------------------------------------------
- Form styles
*/
input{
	font-family: "Lucida Grande","Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	border: solid 1px #CCCFD5;
	background:#ffffff;/*background: #F9F9F9;*/
}
fieldset{
	border: none;
}
legend{
	font-size: 1.2em;
	background: none;
}
textarea{
	width: auto;
	font-size: 1.1em;
	border: solid 1px #CCCFD5;
	background:#ffffff;
}
label {
	cursor: pointer;
	width: 10em;
	float: left;
}
.section{
	background: #FFFFFF;
	border: 1px solid #CCCFD5;
	padding: 4px;
	margin-bottom: 10px;
	color: #333333;
}
.mainform p{
	margin: 0.2em 0px 0.2em 0px !important;
	line-height: 1.4em;
}
.smallfield{
	width: 14em;
	font-size: 1em;
	padding: 2px;
}
.largefield{
	width: 21em;
	font-size: 1em;
	padding: 2px;
}
select{
	font-size: 1em;
	border: solid 1px #CCCFD5;
	padding: 2px;
}
.minibutton {
	font-size: 1em;
	cursor: pointer;
	padding: 1px;
}
.required {
	color: #ae2424;
}
.required a{
	color: #ae2424;
	font-weight: bold;
}