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

* {
	color: #515151;
	font-size: 14px;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Gill Sans", "Gill Sans MT", Arial, sans-serif;
}
img {
	border: none;
}

h1 {
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

h2 {
	font-size: 14px;
	margin: 15px 0 0px 0;
	letter-spacing: 0.5px;
	line-height: 1.2;
	padding: 0;
}

p {
	line-height: 1.2;
	margin: 0px 0 15px 0;
	padding: 0;
}

/*==========================*/

#header {
	margin: 0 auto;
	width: 1000px;
	background-color: #E9E9EA;
}

#header-wrapper {
	background: #E9E9EA url(../images/elements/whitebg.gif) repeat-y;
}

/*---------------------*/

#main-wrapper {
	background: url(../images/elements/headerbg_grey.gif) repeat-x;
}

#main {
	width: 1000px;
	margin: 0 auto;
	padding-top: 25px;
	border-top: solid #A0A1A4 5px;
	padding-bottom: 30px;
}

#main.home {
	border-top-color: #A0A1A4;
}

#main ul li, #main ol li {
	font-size: 14px;
}

#main ol li {
	padding: 0px;
	margin: 0px;
	color: #FFF;
}

#main #image {
	float: right;
	width: 500px;
}

#mainimg {
	float: right;
	padding-top: 20px;
	border-bottom: solid #CCCCCC 2px;
	margin-bottom: 10px;
}

/*=========== main text styles =================*/

#main_text {
	width: 480px;
}

#main_text h3 {
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
}
#main_text ul li {
	list-style: none;
	background: url(../images/elements/tick.gif) no-repeat 0 4px;
	padding: 0 0 0px 20px;
	line-height: 1.2;
}
#main_text ul {
	color: #000;
	padding-left: 20px;
}
#main_text h2 span {
	font-style: italic;
	color: #000;
}
#main_text li span.top_tip {
	color: #8A3343;
	background: url(../images/elements/toptip.gif) no-repeat 0 0;
	padding-left: 18px;
}
#main_text a:hover {
	color: #999;
}
h2.subtitle {
	margin-bottom: 15px;
	margin-top: 0px;
}
h1.subtitle {
	margin-bottom: 0px;
}
#main_text ol li a {
	display: block;
	background: url(../images/elements/arrow_red.png) no-repeat 0 0px;
	padding-left: 10px;
}
#main_text ol{
	padding-left: 0px;
}

#main_text ul {
	padding-left: 0px;
}
#mainimg.index {
	border-bottom: solid #FFFFFF 2px;
}

/* ============ main text in resource section ============ */

#main_text ol.resources {
	margin: 0;
	padding: 0 0 0 30px;
}
#main_text ol.resources p {
	border: solid #CCCCCC 1px;
	padding: 10px;
	margin: 0 0 0 5px;
}
#main_text ol.resources h3 {
	color: #333;
	font-style: normal;
	background: url(../images/elements/resource_head_bg.gif) no-repeat 0 0;
	display: block;
	padding: 8px 0 8px 45px;
	margin: 0 0 0 -35px;
	line-height: 1.5;
	font-size: 14px;
	text-transform: uppercase;
}

#main_text ol.resources h3.top_tip {
	background: url(../images/elements/resource_head_bg_tip.gif) no-repeat 0 0;
}

/*==========main navigation===========*/
#nav-wrapper {
	padding: 35px 0 0 0;
	clear: both;
	float: left;
}

#nav-wrapper #nav-box {
	float: left;
	padding-bottom: 20px;
}
#nav-wrapper #nav-box.red {
	padding-right: 0px;
}

#nav-box h2 {
	font-size: 14px;
	font-weight: normal;
	padding: 4px 0 2px 1px;
	border-bottom: solid #666 3px;
	margin: 0;
	letter-spacing: 1px;
	display: block;
}

#nav-box #thumb {
	border-bottom: solid #666 1px;
}

#nav-box ul li {
	list-style: none;
	border-bottom: solid #FFFFFF 1px;
	padding: 0;
	font-size: 14px;
}

#nav-box ul li a {
	display: block;
	padding: 5px 0 4px 6px;
	text-decoration: none;
}

#nav-box ul li a:hover {
	background: url(../images/elements/arrow.png) no-repeat 210px 50%;
}

#nav-box ul.sections li a.active {
	background: url(../images/elements/arrow_down.png) no-repeat 200px 50%;
}

#nav-box ul {
	padding: 0px;
	margin: 0;
}
#nav-box {
	float: right;
	width: 220px;
	padding-right: 40px;
}
#nav-box ul li ul li{
	font-size:13px;
}

#nav-box ul.sections ul li a{
	color: #666;
}

#nav-box.red{
	padding-right: 0;
}


/*=========colour specific rules=============*/

/*-------- top line-------------*/

#main.lime {
	border-top-color: #E2E417;
}

#main.yellow {
	border-top-color: #FFCA08;
}

#main.orange{
	border-top-color: #F6821F;
}

#main.red{
	border-top-color: #8A3343;
}

/*-------bottom borders--------*/


#nav-box.lime h2, #nav-box.lime #thumb, #nav-box.lime ul li, #nav-box ul.sections li.lime ul li{
	border-bottom-color: #E2E417;
}

#nav-box.yellow h2, #nav-box.yellow #thumb, #nav-box.yellow ul li, #nav-box ul.sections li.yellow ul li{
	border-bottom-color: #FFCA08;
}

#nav-box.orange h2, #nav-box.orange #thumb, #nav-box.orange ul li, #nav-box ul.sections li.orange ul li{
	border-bottom-color: #F6821F;
}

#nav-box.red h2, #nav-box.red #thumb, #nav-box.red ul li, #nav-box ul.sections li.red ul li{
	border-bottom-color: #8A3343;
}

/*===========================section tabs================================*/

/* index tabs */
#nav-box.lime ul li a:hover{
	background-color: #E2E417;
	color: #FFFFFF;
}
#nav-box.yellow ul li a:hover{
	background-color: #FFCA08;
	color: #FFFFFF;
}
#nav-box.orange ul li a:hover{
	background-color: #F6821F;
	color: #FFFFFF;
}
#nav-box.red ul li a:hover{ 
	background-color: #8A3343;
	color: #FFFFFF;
}

/*other tabs--------------*/

#nav-box ul.sections li.lime {
	background-color: #BCBDC1;
}
#nav-box ul.sections li.lime a:hover, #nav-box ul.sections li.lime a.active{
	background-color: #E2E417;
}

#nav-box ul.sections li.yellow{
	background-color: #9E9FA3;
}
#nav-box ul.sections li.yellow a:hover, #nav-box ul.sections li.yellow a.active{
	background-color: #FFCA08;
}

#nav-box li.orange {
	background-color: #818286;
}
#nav-box ul.sections li.orange a:hover, #nav-box ul.sections li.orange a.active {
	background-color: #F6821F;
}

#nav-box li.red {
	background-color: #636466;
}
#nav-box ul.sections li.red a:hover, #nav-box ul.sections li.red a.active { 
	background-color: #8A3343;
}

#nav-box li.home a{
	color: #999;
}
#nav-box li.home a:hover{
	color: #666;
}
#nav-box li.home {
	background-color: #D9D9DF;
}

/* ======== submenu tabs==========*/

#nav-box ul.sections li ul li a{
	background-color: #FFFFFF;
}

#nav-box ul.sections li ul li a:hover{
	color:#FFF;
}
#nav-box ul.sections li ul li a.active:hover{
	color:#666;
}

#nav-box ul.sections li.lime ul li a.active {
	background: #FFFFFF url(../images/elements/active_lime.png) no-repeat 0 50%;
}
#nav-box ul.sections li.yellow ul li a.active {
	background: #FFFFFF url(../images/elements/active_yellow.png) no-repeat 0 50%;
}
#nav-box ul.sections li.orange ul li a.active {
	background: #FFFFFF url(../images/elements/active_orange.png) no-repeat 0 50%;
}
#nav-box ul.sections li.red ul li a.active {
	background: #FFFFFF url(../images/elements/active_red.png) no-repeat 0 50%;
}

/*============side navigation==============*/

#nav-box-side a, #nav-box a {
	text-decoration: none;
}

ul.sections li a, ul li a.active {
	color: #FFF;
}

#side-wrapper {
	width: 470px;
	float: right;
}

#side-wrapper #nav-box {
	padding-right: 0;
}

/*========related links box============*/


#sublinks ul li{
	list-style: none;
}

#sublinks ul{
	padding:0;
	margin: 0;
	clear: both;
}

#sublinks {
	float: left;
	width: 220px;
	border: dashed #CCCCCC 1px;
	padding-bottom: 15px;
}

#sublinks.lime{
	border-color: #E2E417;
}
#sublinks a.lime:hover {
	color:#E2E417;
}

#sublinks.yellow{
	border-color: #FFCA08;
}
#sublinks a.yellow:hover {
	color:#FFCA08;
}

#sublinks.orange{
	border-color: #F6821F;
}
#sublinks a.orange:hover {
	color:#F6821F;
}

#sublinks.red{
	border-color: #8A3343;
}
#sublinks a.red:hover {
	color:#8A3343;
}

#sublinks p {
	display: block;
	float: left;
	padding: 0px 10px;
	margin: 10px 0px 5px 0;
}
#sublinks ul li {
	padding: 2px 10px;
}

/*========== phone number area ============*/

#side-wrapper #call {
	float: left;
	width: 222px;
	text-align: center;
}
#call h3 {
	font-weight: normal;
	margin: 10px 0 0 0;
}
#call h4 {
	font-size: 18px;
	margin: 0 0 10px 0;
}
#side-wrapper #call {
	color: #000;
	background: url(../images/elements/call-bubble.gif) no-repeat 0 0;
	height: 85px;
	margin-top: 10px;
}

/*====== business smiths profiles =====*/

#main_text #profiles {
	color: #000;
	padding: 0 10px 15px 10px;
	margin: 15px 2px 15px 0;
	background: url(../images/elements/bc-bottom.gif) no-repeat left bottom;
	border-top: solid #CCCCCC 1px;
}
#profiles h2 {
	background: url(../images/elements/profile.gif) no-repeat 0 0;
	padding-left: 25px;
	padding-bottom: 10px;
}

/* ==== faqs=======*/
p.faqs {
	font-weight: bold;
	background: url(../images/elements/bubble.gif) no-repeat 0 10px;
	padding: 15px 0 0 0;
	text-indent: 22px;
	border-top: solid #CCCCCC 1px;
	margin: 20px 0 5px 0;
}

/*=========== forms ============*/

#contact_box {
	border: solid #CCCCCC 1px;
	padding: 15px;
	margin-bottom: 20px;
	min-height: 90px;
}
#details {
	width: 200px;
	float: left;
}
#contact_box form #message {
	float: right;
	width: 200px;
	padding-bottom: 15px;
}
#contact_box form input {
	clear: both;
	margin: 2px 0 5px 0;
	padding: 0;
}
#contact_box form textarea {
	width: 200px;
	margin: 2px 0 15px 0;
}
#contact_box form fieldset legend {
	font-weight: bold;
}
#contact_box form fieldset ul li fieldset legend {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#contact_box form fieldset ul li {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
#contact_box form fieldset {
	margin-bottom: 10px;
	border: none;
}
#contact_box form {
}
#contact_box form fieldset ul li fieldset {
	border: none;
	color: #000;
	margin: 0px;
	width: 200px;
}

#contact_box form fieldset ul li fieldset label input {
	padding-right: 5px;
}

h2.success_stories {
	display: block;
	border-bottom: solid #F6821F 2px;
	background: url(../images/elements/success.gif) no-repeat left bottom;
	padding: 2px 0 0px 30px;
	margin: 0 0 10px 0;
	border-top: solid #CCCCCC 1px;
}
p.answer {
}
#main_text span.email {
	width: 100px;
	display: block;
	float: left;
}
.warning {
	color: #F00;
}
#contact_box form {
}
#main_text ol.normal li {
	color: #515151;
	margin-left: 25px;
}

