/************************************************************************

	GLOBAL CSS
	==========

	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique

	Author:		Nick Watson
				Tom Fletcher
				[www.optixsolutions.co.uk]

	Listing Order:
	==============

	Universal
	Forms
	General Structure / Layout
	Navigation Elements
	Header Elements
	Body Elements
	Footer Elements
	Messages

************************************************************************/

/***********************************************************************
	RESET UNIVERSAL STYLES
************************************************************************/
html,body,h1,h2,h3,h4,h5,h6,ol,ul,li,dl,dt,dd,form,fieldset,input,select,textarea,div,p,img,table,th,td,object,pre,blockquote,address { 
	margin:0;
	padding:0;
}

a, object, embed {
   outline: none;
}

:link,:visited,:hover {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

a img,:link img,:visited img, table, fieldset, img {
	border: none;
}

address, abbr {
	font-style: normal;
}

body {
	color: #000;
	background-color: #FFF;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

dt	{ 
	font-weight: bold; 
}

blockquote {
	margin-left: 1em;
}

img {
	display: block;
}

img#fullResImage {
	display: inline;
}

/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/

body {
	font-size: 62.5%;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.content p {
	margin: 1em 0;
	font-size: 1.1em;
}

div.content a {
	color: #555;
}

div.content h1 {
	font-size: 1.8em;
	font-weight: normal;
}
div.content h2 {
	font-size: 1.4em;
}

div.content p.important {
	font-size: 1.4em;
	font-weight: bold;
}

img.image-right {
	float: right;
	margin: 0px 0px 10px 10px;
}

div.content ul {
	list-style-type: disc;
	margin: 1em 0px 1em 14px;
	list-style-position: outside;
}
div.content ul li {
	font-size: 1.1em;
	margin: 2px 0px;
}
/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/

#logos {	background: url('../i/layout/logos/logos.jpg') center center no-repeat; height:100px; }


div#container {
	width: 960px;
	margin: 0px auto;
}
div.main {
	width: 960px;
	background-repeat: none;
	background-color: #fac122;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url('../i/layout/side-bg-egret.gif');

}

div#blog-link {
	padding: 10px 20px 10px 20px;
	background: #FFF;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 271px;
	border-left: 3px solid #CF9D19;
	border-right: 1px dotted #CF9D19;
	float: left;
}

div.blog-feed {
	background: #FFF;
	width: 300px;
	padding: 10px;
	margin: 320px 10px 10px 15px;
	float: left;
}

* html div.blog-feed {
	margin: 320px 10px 10px 5px;
}

div.blog-feed h2 {
	font-size: 1.4em;
}

div.blog-feed h3 {
	margin-top: 8px;
	margin-bottom: 5px;
}

div#header ul li.nav-y { background-color: #fac122; }

div.content {
	float: right;
	width: 560px;
	padding: 20px;
	background-color: #fff;
	margin: 10px 10px 100px 0px;
}

div.main-g {
	background-image: url('../i/layout/side-bg-green.gif');
}
div.main-p {
	background-position: 0px 40px;
	background-image: url('../i/layout/side-bg-pink.gif');
}
div.main-p2 {
	background-position: 0px 40px;
	background-image: url('../i/layout/side-bg-pink2.gif');
}
div.main-p3 {
	background-position: 0px 40px;
	background-image: url('../i/layout/side-bg-pink2.gif');
}
div.main-b {
	background-position: 0px 20px;
	background-image: url('../i/layout/side-bg-blue.gif');
}
div.main-o {
	background-position: 0px 40px;
	background-image: url('../i/layout/side-bg-orange.gif');
}

div.main-g div.content,
div.main-p div.content,
div.main-p2 div.content,
div.main-p3 div.content,
div.main-b div.content,
div.main-o div.content { width: 560px; }

/***********************************************************************
	HEADER ELEMENTS
************************************************************************/
div#header {
	width: 960px;
	height: 172px;
	background: url('../i/layout/header-image.jpg') top left no-repeat;
	position: relative;
}
div#header a#logo {
	float: right;
	width: 152px;
	height: 160px;
	display: block;
	text-indent: -999em;
	letter-spacing: 133px;
	margin: 10px 0px 0px 0px;
	background: url('../i/layout/header-logo.gif') top left no-repeat;
}
/***********************************************************************
	BODY ELEMENTS
************************************************************************/

/***********************************************************************
	NAVIGATION
************************************************************************/
div#header ul {
	float: left;
	width: 808px;
	margin: 135px 0px 0px 0px;
}

div#header ul li {
	float: left;
	font-size: 1.1em;
	padding: 0px 0px 9px 0px;
}

div.main-g,
div#header ul li.nav-g { background-color: #a7ce38; }
div.main-g div.content h1,
div.main-g div.content h2 { color: #a7ce38; }

div.main-p, div.main-p2,
div.main-p, div.main-p3,
div#header ul li.nav-p, div#header ul li.nav-p2, div#header ul li.nav-p3 { background-color: #f166a7; }
div.main-p div.content h1, div.main-p2 div.content h1,
div.main-p div.content h2, div.main-p2 div.content h2, div.main-p3 div.content h2 { color: #f166a7; }

div.main-b,
div#header ul li.nav-b { background-color: #00bdf2; }
div.main-b div.content h1,
div.main-b div.content h2 { color: #00bdf2; }

div.main-o,
div#header ul li.nav-o { background-color: #f48e1f; }
div.main-o div.content h1,
div.main-o div.content h2 { color: #f48e1f; }

div#header ul li a {
	display: block;
	background: #fff;
	padding: 7px 9px 8px 9px;
}

#header span.tel {
	position: absolute;
	right: 180px;
	top: 60px;
	font-weight: bold;
	color: #999;
	font-size:18px;
}

div#header ul li a:hover,
div#header ul li a.nav-active { background: transparent; }
/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/
div#footer {
	background: #fff url('../i/layout/footer-bg.gif') top left repeat-x;
	width: 960px;
	margin: 0px auto;

}
div#footer-inner {
	margin: 0px auto;
	padding: 10px 0px;
}
div#footer-inner img#footer-logo {
	float: left;
	margin: 0px 0px 0px 20px;
}
div#footer-inner ul {
	float: left;
	width: 806px;
	margin: 10px 0px 10px 20px;
}
div#footer-inner ul li {
	float: left;
	color: #696969;
	font-size: 1.2em;
}
div#footer-inner ul li a {
	color: #696969;
	margin: 0px 5px;
}
div#footer-inner ul li a:hover { text-decoration: underline; }
div#footer-info-left {
	float: left;
	width: 350px;
	color: #282828;
	font-size: 1.2em;
	margin: 0px 0px 0px 25px;
}
div#footer-info-left p {
	margin: 1em 0px 0px 0px;
}
div#footer-info-left a { color: #282828; }
div#footer-info-left a:hover { text-decoration: underline; }
div#footer-info-right {
	float: left;
	width: 450px;
	text-align: right;
	padding: 70px 0px 0px 0px;
}
/***********************************************************************
	TOOLS
************************************************************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.accessibility {
	position: absolute;
	text-indent: -999em;
	left: -999em;
	top: -999em;
}

/*************************************************
remove clients messy styles from word pasting.
specify where this applies or it will do all spans
**************************************************/
/*span[style]{ 
	color: inherit !important; 
	font-size: inherit !important; 
	font-family: inherit !important;
}*/

/***********************************************************************
	FORMS
************************************************************************/

fieldset, legend {
	border: none;
}

legend {
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 .5em;
}

label {
	float: left;
	padding: 0 1em 0 0;
	text-align: right;
}

form fieldset div {
	clear: both;
	display: block;
	margin-bottom: .5em;
	padding: 0;
}

div.submit {
	clear: both;
	text-align: center;
	width: auto;
}

div.multi input {
	border: 0;
	width: auto;
}
 
form 									{ width: 100%; }

label { 
	float: left;
	width: 45%;
	font-size: 1.1em;
	padding: 5px 10px 0px 0px;
}

fieldset div input,
fieldset div select,
fieldset div textarea  			{ width: 45%; }

fieldset div input#fm_verify {
	float: left;
	width: 60px;
	margin: 0px 5px 0px 0px;
}

fieldset div input.small,
fieldset div select.small,
fieldset div textarea.small 	{ width: 25%; }

div.req label, div.req p		{ font-weight: bold; }

div.multi label 					{ height: 22px; }

div.req label:before, 
div.req p:before {
	content: "* ";
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

fieldset div input, 
fieldset div select, 
fieldset div textarea  {
	border: 1px solid #aaa;
	color: #333;
	font-weight: normal;
	padding: 5px 3px 4px 3px;
	font-size: 1.1em;
}

div.submit input {
	background: #777;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding: 1px .7em;
	width: auto;
}


/***********************************************************************
	MESSAGES
************************************************************************/

.error, .notice, .message { 
	color: #b22;
	font-weight: bold;
}

div.errorbox {
	background: #990000;
	padding: 10px;
	color: #FFF;
	font-size: 10px;
}

div.errorbox a {
	color: #FFA8A8;
}

.error ol li {
	font-weight: normal;
	list-style-type: lower-roman;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
}

/* CSS for Formmailer Script */

/* DATE SELECTION */

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #404040;
	background-color: #F4F4F4;
	border: 1px solid #999999;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered 
over) */
.dpTDHover {
	background-color: #888888;
	border: 1px solid #888888;
	cursor: pointer;
	color: #000000;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #C0C0C0;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: #555555;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #666666;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #DDDDDD;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #DDDDDD;
	font-weight: bold;
}








div#tabber h2 {
	font-size: 1.2em;
	border-bottom: 1px dotted #ccc;
	margin-top:1em;
	padding: 0.3em;

}

div#tabber ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
div#tabber ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
div#tabber ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
div#tabber ul.tabs li a:hover {
	background: #ccc;
}	

html div#tabber ul.tabs li.active, html div#tabber ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;

}
.tab_content {
	padding: 20px;
	font-size: 1em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}

