#container {
	background-color: #ffffff;
	background-image:url( "../assets/images/backgroundUpperFooter.png" );
	background-repeat:repeat-x;
	background-position:bottom;
}

#containerNoBg {
	background-color: #ffffff
}

html {
    overflow-y: scroll;
}

BODY {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #1f3030;	
	line-height: 21px;
	padding-top: 35px;
	padding-bottom: 0px;
    background-color: #f0f0f0;
	background-image:url( "../assets/images/backgroundHeader.png" ), url( "../assets/images/backgroundLowerFooter.png" );
	background-repeat:repeat-x;
	background-position:top, bottom;
	}

P {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	padding: 10px;
	line-height: 21px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #ffffff
}

.newSection {
	background-color: #ffffff;
	padding:0
}

.intro {
	font-size: 10px;
	padding: 3px;
	padding-right:10px;
	line-height: 14px;
	text-align: right;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style:solid
}

UL {
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	line-height: 21px;
	background-color: #ffffff;
	padding:0;
	padding-left: 10px;
	padding-right:10px;
	margin:0px;
    margin-left:12px;
}

.liContents {
	padding-top:10px
}

H1 {
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	padding: 10px;
	padding-top:5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	border-top-width: 0;
	border-top-color: #1f3030;
	border-top-style: solid;
	margin-top: 0px
	}

H2 {
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	padding: 10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom: 0px;
	border-top-width: 0;
	border-top-color : #1f3030;
	border-top-style: solid;
	background-color: #FFFFFF;
	margin-top: 0px
	}

H3 {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	padding: 10px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px
}

H4 {
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	border-top-width: 1px;
	border-top-color: #1f3030;
	border-top-style: solid;
	padding: 10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	margin-top: 0px
}


H6 {
	color: #ffffff;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #6D6D6D;
	padding: 10px;
	padding-bottom:20px;
	text-align: center
}

A {
	font-size: 12px;
	color: #ed7700;
	text-decoration: none;
}

A:visited {
	font-size: 12px;
	color: #ed7700;
	text-decoration: none;
}

A:active {
	font-size: 12px;
}
	
.textItalic {
	font-style:italic
}

.textSmallBold {
	font-size: 8px;
	font-weight: bold
}
	
.textBold {
	font-weight: bold
}

.textQuote {
	border-right-width: 1px;
	border-right-color: #1f3030;
	border-right-style: solid
}

.boxoutTitle {
	font-weight: bold;
	color: #000000;
	background-color: #c4c4c4;
	text-align: center
}
	
.formTitle {    
	font-size: 12px;
	font-weight: bold;
	padding: 0px
}

.formWarning {    
	font-size: 12px;
	font-weight: bold;
	color: #fb9e25;
	padding-left: 20px;
	padding-bottom:10px
}

.footerHeadCenter{
	font-size: 12px;
	line-height: 12px;
	color: #ffffff;
	text-align: center;
	background-color:#6D6D6D;
	padding: 10px
}

.footerHeadTalk{
	font-size: 12px;
	line-height: 12px;
	color: #ffffff;
	text-align: center;
	background-color:#6D6D6D;
	padding: 10px;
	padding-bottom:28px
}

.footer {
	font-size: 10px;
	color: #ffffff;
	text-align: left;
	background-color:#6D6D6D;
	padding: 5px
}

.footerCopyright{
	font-size: 10px;
	line-height: 10px;
	color: #ababab;
	text-align: center;
	background-color:#6D6D6D;
	padding-top:25px;
	padding-bottom:10px
}

/* ################ LET'S TALK ################ */

.contactBox {
    border: 1px solid #fff;
    overflow: hidden;
    width: 100%;
    background-color:#6d6d6d;
}

/* # phone # */

.phone {
    position: relative;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fb9e25;
    margin: 0px 20px 20px 20px;
    padding:1px;
}

.phone p {
    background-color:#6d6d6d;
    font-size: 14px;
    font-weight: bold;
    color:#fb9e25;
    padding: 5px;
	line-height: 18px;
	height: 14px;
}

.phoneIcon {
    float: left;
    margin: 0px 20px;
    width: 30px;
}

.phoneText {
    float: left;
    background-color:#fb9e25;
}

/* # email # */

.email {
    position: relative;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fb9e25;
    background-color:#fb9e25;
    margin:20px 20px;
}

.email:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
    background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
    background-color:#fb9e25;
}


.email p {
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    color:#fff;
    padding: 5px;
	line-height: 18px;
}

.email a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor:pointer;
    background-color:#fb9e25;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #fb9e25; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}

.emailIcon {
    float: left;
    margin: 0px 20px;
    width: 30px;
}

.emailText {
    float: left;
    background-color:#fb9e25;
}

/* # rss # */

.rss {
    position: relative;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fb9e25;
    background-color:#fb9e25;
    margin:20px 20px;
}

.rss:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
    background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
    background-color:#fb9e25;
}

.rss p {
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    color:#fff;
    padding: 5px;
	line-height: 16px;
}

.rss a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor:pointer;
    background-color:#fb9e25;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #fb9e25; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}

.rssIcon {
    float: left;
    margin: 0px 20px;
    width: 30px;
}

.rssText {
    float: left;
}

.rssFaq {
    float: left;
}



/* ############################### */



.shareLink {
	font-size: 9px;
	width: 160px;
	height:20px;
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
	top:0;
	left:0;
	background:url( "../assets/images/share.gif" )
}
.shareLink a {
	display:block;
	width:100%;
	height:100%
	} 
.shareLink a b    {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:url( "../assets/images/share.gif" )
}


/* ################ HEADER & MAIN MENU ################ */

.header1 {
    background-color:#8f8f8f;
}

.header1 ul {
    margin-left:0;
}

#mainMenu{
    overflow: hidden;
    text-align: center;
    background-color:#8f8f8f;
}

#mainMenu ul {
    text-align: center;
    padding: 0;
    list-style-type: none;
    margin: 0;
} 

#mainMenu li {
    display: inline-block;
    vertical-align: top;
    margin: 0; /*controls the white space between items*/
    padding: 0;
}

#mainMenu li a{
    float: left;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 7px 7px 5px 6px; /*padding inside each tab*/
    border-right: 0; /*don't need right divider between tabs*/
    color: #1f3030;
    background: #8f8f8f;
}

#mainMenu li a:visited{
    color: #1f3030;
}

#mainMenu li a:hover, #navBack li.selected a{
    border-bottom: 2px solid #fb9e25;
    color: #1a1a1a;
    background: #8f8f8f; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


.TextObject {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 12px
}

#skiplink a {
    position: absolute !important;
    height: 1px; width: 1px; 
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

#skiplink a:active{
	color: #000;
	font-weight: bold;
	font-size: 15px;
	border: 1px solid #000;
	background-color: #ffff00;
	position: absolute;
	overflow: visible;
	height: auto;
	width: auto;
	padding: 5px;
	z-index: 5;
	clip: auto;
}

 #skiplink a:focus {
	color: #000;
	font-weight: bold;
	font-size: 15px;
	border: 1px solid #000;
	background-color: #ffff00;
	position: absolute;
	overflow: visible;
	height: auto;
	width: auto;
	padding: 5px;
	z-index: 5;
	clip: auto;
}

A:hover {
	font-size: 12px;
	color: #ed7700;
	text-decoration:underline;
}

/* ######## Contact form ######## */

.contactForm {
    text-shadow:0 1px 0 #FFF;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    background:#F9F9F9;
    padding:15px;
}

#form label {
    cursor:pointer;
    margin:4px 0;
    color:#ed7700;
    display:block;
    font-weight:800;
}
 
input, textarea {
    display:block;
    width:95%;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    background-color:#f4f4f4;
    color:#000;
    border:1px solid #5f5f5f;
    padding:5px;
    margin-bottom:15px;
}

#message {
    height:100px;
    display: table-cell;
    vertical-align:top;
    margin-bottom:0;
}

#charCountDisplay {
    margin-bottom:15px;
}

.postCode {
    visibility: hidden;
    display: none;
    height:0;
    margin-bottom:0;
}

.formButtons {
}

.sendButton {
    cursor:pointer;
    background-color:#fb9e25;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
    border-radius:16px;
    border:1px solid #eeb44f;
    color:#555555;
    font-size:14px;
    width:35%;
    font-weight:bold;
    float: left;
}
.sendButton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
    background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
    background-color:#fb9e25;
}

.resetButton {
    cursor:pointer;
    background-color:#bebebe;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
    border-radius:16px;
    border:1px solid #bebebe;
    color:#ffffff;
    font-family:Arial;
    font-size:14px;
    width:25%;
    font-weight:bold;
    float: left;
    margin-left:10%;
}
.resetButton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
    background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
    background-color:#fb9e25;
}

.formInputError {
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    width: 70%;
    color: red;
    border: 1px solid red;
    padding: 25px;
    font-family: Arial;
    font-size: 14px;
    width:25% ;
    font-weight: bold;
    text-align: center;
}

