@charset "UTF-8";

/* ----------------------------------------GLOBAL PROPERTIES---------------------------------------------------------------- */

* { margin:0; padding:0; }
body { 
	font-family: Arial, Helvetica, sans-serif;
	background: #3b608c url(../images/bgd_main.gif) top repeat-x;
	font-size:13px;
	color:#000000;
	text-align:center;
	line-height: 1.5em;
}

ul { 
	/*list-style:none;*/
	padding-left: 20px;
}

ol {
	padding-left: 25px;
}

img, 
fieldset { 
	border:none; 
	outline: none;
}

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#777777;
	/*border:none; */
}

a { 
	color:#0097E3;
	text-decoration:none; 
}

a:hover { 
	color:#97999C; 
	text-decoration:none;
}

p, dt, dd { 
	line-height:18px; 
}

h2 { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:36px; 
	color:#0097e3; 
	text-transform:lowercase; 
}

h3 { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:24px; 
	color:#0097e3; 
	text-transform:lowercase; 
	margin:0 0 5px 0; 
}

h4 { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color:#0097e3; 
	text-transform:lowercase; 
	margin:0 0 5px 0; 
}

h4.sideTitle {
	font-weight: normal; 
}

h4.sectionTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; 
	font-size: 12px;
	text-transform: none;
}

hr {
	border: 0px none;
	border-bottom: 1px solid #A5B6CE;
	height: 0px;
	margin: 20px 0px;
}


/* -------------- FLASH TEXT --------------------- */


/* -------------- COMMON --------------------- */
.clear { 
	clear:both; 
	/*height:1px; */
}

br.clear {
	height: 0px;
	line-height: 0px;
}

/* ----------------------------------------STRUCTURE SITE ---------------------------------------------------------------- */


#main { width:990px; margin:auto; text-align:left; }
	
	#header { width:990px; height:255px; position:relative; }
		#header h1 { position:absolute; left:85px; top:39px; }
		#header ul { width:950px; height:31px; background:url(../images/bgd_nav.gif) no-repeat; text-align:right; padding:8px 40px 0 0; }
		#header li { display:inline; }
		#header li a { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;  font-size:12px; font-weight:bold; cursor:pointer; color:#FFFFFF; margin:0 0 0 20px; text-transform:uppercase; }
		#header li a:hover { color:#97999C; text-decoration:none; }
		#main .selected, #main .selected:hover { color:#ff0000; }
		
		#banner { width:990px; height:215px; overflow: hidden; padding: 1px 0 0 0; }
		
		#maincontent { width:990px; background:url(../images/bgd_maincontent.gif) repeat-y; }
			#content { width:960px; background:url(../images/bgd_content.gif) left top no-repeat; padding:0px 15px; display: block; }
			
			#subNav { width:185px; float:left; padding:4px 10px 20px 10px; }
			#subNav ul { list-style: none; padding: 0px;}
			#subNav li { display:inline; text-transform: lowercase;}
			#subNav li a { display:block; width:160px; height:30px; background:url(../images/bgd_subNav.png) no-repeat; color:#FFFFFF; padding:11px 0 0 23px; font-weight:bold; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;  font-size:14px; }
			#subNav li a:hover { color:#97999C; }
			#subNav li ul { /*display:none;*/ }
			#subNav li li {  }
			#subNav li li a { display:block; width:160px; height:auto; background:none; padding:5px 0 5px 23px; }
			
			
			#centreContent { width:396px; padding:20px 80px 30px 35px; float:left; }
			#centreContent p { margin:10px 0 15px 0; }
			#centreContent span.highlight { color:#0097e3; font-weight:bold; }
				
				
			#rightContent { width:186px; float:left; padding:17px 36px 30px 22px; }
				#rightContent p, #rightContent dd, #rightContent li { margin:0 0 10px 0; line-height:18px; }
				#rightContent form, #rightContent div { width:186px; margin:0 0 25px 0; }
				#rightContent form input { width:121px; height:19px; background:url(../images/bgd_search.gif) left no-repeat; margin:0 0 10px 0; border:none; float:left; padding:3px 0 0 27px; color:#676767; }
				#rightContent input.btn { background:none; width:auto; height:auto; margin:0; padding:0; }
				#rightContent ul { list-style: none; padding: 0px }
				
/* ----------------------------------------END STRUCTURE SITE ---------------------------------------------------------------- */

/* FAQ. */

h2.subTitle
{
	font-size: 18px;
	
	margin: 10px 0;
}

ul.faq
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.faq li
{
	padding: 0px 0px 15px 0px;
	margin: 15px 0px;
	border-bottom: 1px solid #a5b6ce;
}

ul.faq a.close {
	font-size: 11px;
}

ul.faq a.close:hover {
	cursor: pointer;
}
span.breadcrumb
{
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
}

span.breadcrumb .separator
{
	font-size: 13px;

	padding: 0 5px;
}

/********* SUB CATEGORY *************/
div.subCategoryNav {
	border-top: 1px solid #638395;
	margin: 20px 0px 0px 0px;
	padding: 20px 15px;
}

#subNav div.subCategoryNav ul {
	padding: 0px;
	margin: 5px 0px 15px 0px;
}

#subNav div.subCategoryNav ul li {
	display: block;
	padding: 0px 0px 5px 0px;
}

#subNav div.subCategoryNav ul li a {
	background: none;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	height: auto;
	line-height: 18px;
}

/********* NEWS *************/
div#rightContent span.date,
div#centreContent span.date {
	display: block;
	font-weight: bold;
	font-size: 11px;
}
div#centreContent span.date {
	margin: 5px 0px;
}

div.relativeLinks {
	padding: 20px 0px;
}

div.relativeLinks ul {
	list-style: none;
	padding: 0px;
}

div#newsPager ul {
	list-style: none;
	font-size: 11px;
	font-weight: bold;
}

div#newsPager ul li {
	display: inline;
	margin-right: 5px;
}

div#newsPager ul li a {
	font-weight: bold;
}

div#newsPager ul li.activeLink a {
	font-weight: normal;
	color: #333333;
}

ul.blog {
	margin: 10px 0px 20px 0px;
}

ul.blog li {
	margin: 15px 0px 20px 0px;
	border-bottom: 1px solid #a5b6ce;
}

h4.blogHeading {
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
}

/********* FORMS *************/
form .errMsg {
	font-size: 11px;
	color: #CC0000;
	padding: 3px 2px;
}

/***** CONTACT *****/
.contactForm {
	margin: 0px;
	padding: 0px;
}

.contactForm table td {
	padding: 0px 0px 10px 0px;
	vertical-align: top;
}

.contactForm label {
	/*width: 390px;
	display: block;*/
	/*float: left;
	clear: left;*/
	margin: 0px 20px 15px 0px;
}

.contactForm .inputText {
	width: 240px;
	border: 1px solid #ccc;
	padding: 3px;
}

.contactForm input.inputSubmit {
	padding: 2px;
	color: #333
}

/**** QUOTE FORM ****/

.formTable {
	width: 100%;
}

.formTable input.inputShort,
.formTable input.inputMedium,
.formTable textarea.inputMedium,
.formTable select.inputShort,
.formTable select.inputMedium {
	border: 1px solid #ccc;
	color: #333;
	padding: 3px;
}

.formTable  h5 {
	font-size: 12px;
	margin-top: 10px;
	padding: 2px 0px;
}

.formTable  h4 {
	margin-top: 15px;
}

.formTable td {
	vertical-align: top;
	padding: 4px 0px;
}

.formTable .inputShort {
	width: 130px;
}

.formTable select.inputShort {
	width: 138px;
}

.formTable .inputMedium {
	width: 220px;
}

.formTable select.inputMedium {
	width: 228px;
}

.formTable textarea.inputMedium {
	height: 50px;
}

.formTable label {
	width: 120px;
	display: block;
	float: left;
}

.formTable .dollarSign {
	width: 20px;
	display: block;
	float: right;
	margin-right: 5px;
}

.formTable .formButton {
	padding-top: 15px;
}

.formTable .formButton input {
	padding: 2px 4px;
	color: #333;
}


/***** CMS CONTENT ***********/
.cms {
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
}

.cms ul {
	list-style: disc;
	margin: 10px 0px;
}

.cms ul li {
	border: 0px none;
	margin: 5px 0px;
	padding: 0px;
}

.small {
	font-size: 11px;
}
