/*--------------------> Global Selectors <--------------------*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #7ABDD7 url(../images/bg.jpg) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0e262f;
}
a img {
	border: 0;
}
h1 {
	color: #730000;
	font-size: 26px;
	margin-bottom: 5px;
}
h2 {
	color: #6ea2b6;
	font-size: 16px;
	margin-top: 5px;
}
h3 {
	font-size: 14px;
	color: #0e262f;
	font-weight: bold;
	margin: 10px 0px;
}
hr {
	border: none;
	background-color: #ccc2ad;
	height: 1px;
	margin: 10px 0px;
}
#container {
	width: 1100px;
	height: auto;
	position: relative;
	left: 50%;
	top: 0;
	margin: 0 0 0 -540px;
	padding: 0 0 20px 0;
	background:url(../images/bg-content.gif) top left repeat-y;	
}
/*--------------------> Header Selectors <--------------------*/

#header {
	position: absolute; 
	top: 0px;
	left: 80px;
	width: 940px;
	height: 104px;
}
#header a img {
	margin-top: 20px;
}
#phone-tab {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 290px;
	height: 72px;
	padding: 15px 0px 0px 16px;
	background: url(../images/phone-tab.gif) top left no-repeat;
}
#phone-tab p {
	color: #feffff;
	font-size: 38px;
	font-weight: bold;
}


/*--------------------> Top Nav Selectors <--------------------*/

#top-navigation {
	position: absolute;
	top: 104px;
	left: 80px;
	width: 920px;
	height: 42px;
	padding-left: 20px;
	background: url(../images/top-nav-bg.gif) top left repeat-x;
	z-index: 99;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			20em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	padding: 0em;

}
.sf-menu a {
	display:		block;
	position:		relative;
	font-size: 18px;
	color: #0e262f;
}
.sf-menu li ul li a {
	font-size: 14px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.95em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			20em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			20em; /* match ul width */
	top:			0;
}
/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #9d9585;
	padding: 		0.68em 1.25em;
	text-decoration:none;
}
.sf-menu li ul li a {
	border-left: none;
}
.sf-menu a.no-border {
	border-left: none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#0e262f;
}
/*.sf-menu li {
	background:		#BDD2FF;
}*/
.sf-menu li li {
	background:		#9d9585;
}
.sf-menu li li li {
	background:		#9d9585;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#ABD6E6;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.9em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	 display: none;
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background: url(../images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/*--------------------> Mast Selectors <--------------------*/

#mast {
	position:absolute;
	top: 146px;
	left: 80px;
	width: 940px;
	height: 354px;
	background-color: #6C0000;
}

#mast .mast-head {
	padding: 24px 0px 0px 25px;
}
#stipebelote {
	position: absolute;
	top: 20px;
	left: 640px;
	width: 281px;
	height: 309px;
	padding: 70px 0px 0px 19px;
	background: url(../images/stipebelote.jpg) top center no-repeat;
}
/*--------------------> Mini Form Selectors <--------------------*/
#qc {
	position: absolute;
	top: 0px;
	left: 640px;
	width: 281px;
	height: 295px;
	padding: 59px 0px 0px 19px;
	background: url(../images/bg-mini.jpg) top center no-repeat;
}

#qc ul {
	list-style: none;
}

#qc ul li {
	margin-bottom: 7px;
}

#qc form {

}

#qc textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0e262f;
	width: 252px;
	height: 72px;
	padding: 8px 5px 0px 5px;
	border: 0px!important;
}

#qc input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0e262f;
	width: 252px;
	height: 20px;
	padding: 6px 5px 0px 5px;
	border: 0px!important;	
}

#qc input#button {
	width: 264px;
	height: 37px;
	background: url(../images/bg-button.gif) top center no-repeat; 
}

#qc p {
	text-align: center;
	color: #031e28;
	margin-left: -20px;
}

#qc a, #qc a:visited {
	margin-left: 10px;
	color: #031e28;
}

#qc a:hover, #qc a:active {
	color: #730000;
}
/*--------------------> Main Contact Form <---------------------*/
#contact {
	width: 300px;
	height: auto;
	padding: 19px 0px 0px 0px;
	background-color: #274857;
}

#contact ul {
	list-style: none;
}

#contact ul li {
	margin-bottom: 7px;
}

#contact form {

}

#contact textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0e262f;
	width: 252px;
	height: 72px;
	padding: 8px 5px 0px 5px;
	border: 0px!important;
}

#contact input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0e262f;
	width: 252px;
	height: 20px;
	padding: 6px 5px 0px 5px;
	border: 0px!important;	
}

#contact input#button {
	width: 264px;
	height: 37px;
	background: url(../images/bg-button.gif) top center no-repeat; 
}

#contact p {
	text-align: center;
	color: #031e28;
	margin-left: -20px;
}

#contact a, #contact a:visited {
	margin-left: 10px;
	color: #031e28;
}

#contact a:hover, #contact a:active {
	color: #730000;
}
/*--------------------> Form Selectors <--------------------*/
.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}

/*--------------------> Content Selectors <--------------------*/

#content {
	padding: 500px 80px 0px 80px;
	position: relative;
	background:url(../images/bg-pattern.gif) top left no-repeat;
}

/*--------------------> Column Container Selector <--------------------*/

#column-container {
}

/*--------------------> Left Column Selectors <--------------------*/

#left-column {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 300px;
	height: auto;
	z-index: 99;	
	padding-bottom: 20px;
}
#left-nav {
	width: 300px;
	height: auto;
	background: url(../images/bg-left-nav1.gif) top left no-repeat;	
}
/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	300px;
	z-index: 99;	
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	300px; /* match ul width */
	top:	0;
}
.sf-vertical a {
	font-size: 18px;
	color: #0e262f;	
	border-left: none;
	border-bottom: #0e262f solid 1px;
	padding: 		0.68em 15px;	
}
.sf-vertical a, .sf-vertical a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#0e262f;
}
.sf-vertical a.border-none, .sf-vertical li li a {
	border: none;
}
.sf-vertical li li {
	background:		#9d9585;
	z-index: 99;	
}
.sf-vertical li li li {
	background:		#9d9585;
}
.sf-vertical li:hover, .sf-vertical li.sfHover,
.sf-vertical a:focus, .sf-vertical a:hover, .sf-vertical a:active {
	background:		#ABD6E6;
	outline:		0;
}
#blogger-navigation {
	width: 300px;
	height: auto;
}
#blogger-navigation h3 {
	width: 280px;
	padding: 5px 10px;
	background-color: #730000;
	color: #FFF7E5;
}
#blogger-navigation ul {
	list-style: none;
	padding: 0px 5px;
}
#blogger-navigation a:link, #blogger-navigation a:visited {
	color: #0E262F;
}
#blogger-navigation a:active, #blogger-navigation a:hover {
	color: #730000;
}
#blogger-navigation img {
	margin-top: 10px;
}
/*--------------------> Right Column Selector <--------------------*/

#right-column {
	position: relative;
	top: 0px;
	left: 20px;
	float: left;
	width: 620px;
	height: auto;
	padding: 20px 0px;
}
#site-options {
	position: absolute;
	top: 47px;
	right: 0px;
	width: 65px;
	height: 32px;
}
#site-options img {
	margin: 0px 2px;
}
#right-column p {
	line-height: 24px;
	margin-bottom: 10px;
}
#right-column a:link, #right-column a:visited {
	color: #730000;
}
#right-column a:active, #right-column a:hover {
	color: #730000;
	text-decoration: none;
}
#right-column ul, #right-column ol, #right-column dl {
	padding: 10px 20px;
}

#right-column li, #right-column dt {
	margin: 2px 0px;
}
#map {
}
#video-container {
	margin: 20px 0px 20px 110px;	
}
.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
	border: #031E28 solid 1px;
}
.imgRight {
	float: right;
	margin: 0 0 10px 10px;
	border: #031E28 solid 1px;	
}
.center {
	text-align: center;
}


/*--------------------> Btn Call To Action  Blog Selectors <--------------------*/

#btn-cta-blog {
}

#btn-cta-blog a {
}

#btn-cta-blog a:hover {
}

/*--------------------> Blog Navigation Selectors <--------------------*/
#blog {
}

#blog h3 {
}

#blog ul {
}

#blog ul li {
}

#blog ul li a {
}

#blog ul li a:hover {
}

#powered-by {
}

/*--------------------> Bucket Selectors <--------------------*/

#bucket-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 940px;
	height: 315px;
	clear: both;
}
#bucket-wrapper a {
	display: block;
	width: 266px;
	height: 251px;
	float: left;
	padding: 64px 17px 0px 17px;
	margin-right: 13px;
	font-size: 14px;
	color: #0e262f;
	line-height: 22px;
	text-align:justify;
}
#bucket-wrapper a img {
	float: left;
	margin: 0px;
	padding: 0px;
}
#bucket-wrapper a.med-mal:link, #bucket-wrapper a.med-mal:visited {
	text-decoration: none;
	background: url(../images/bg-bucket1.gif) top left no-repeat;
}
#bucket-wrapper a.med-mal:active, #bucket-wrapper a.med-mal:hover{
	background: url(../images/bg-bucket1.gif) top right no-repeat;
}
#bucket-wrapper a.workers:link, #bucket-wrapper a.workers:visited {
	text-decoration: none;
	background: url(../images/bg-bucket2.gif) top left no-repeat;
}
#bucket-wrapper a.workers:active, #bucket-wrapper a.workers:hover{
	background: url(../images/bg-bucket2.gif) top right no-repeat;
}
#bucket-wrapper a.ssdi:link, #bucket-wrapper a.ssdi:visited {
	text-decoration: none;
	background: url(../images/bg-bucket3.gif) top left no-repeat;
}
#bucket-wrapper a.ssdi:active, #bucket-wrapper a.ssdi:hover{
	background: url(../images/bg-bucket3.gif) top right no-repeat;
}
/*--------------------> Footer Selectors <--------------------*/
#footer {
	position: relative;
	top: 0px;
	left: 80px;
	width: 940px;
	height: auto;
}

/*--------------------> contact-footer Selectors <--------------------*/
#contact-footer {
	position: relative;
	float: right;
}
#contact-footer address {
	font-size: 12px;
	font-style:normal;
	padding: 10px;
}
/*--------------------> Sitemap Selectors <--------------------*/
#site-map { 
	width:620px; 
	height: auto;
}
#site-map div.selected .title {
	background: url(../images/site-map.gif) bottom left no-repeat; 
}
#site-map div div.content {
	width: 600px;
	height: auto;
	padding: 10px;
}
#site-map div.title {
	background: url(../images/site-map.gif) top left no-repeat;
	cursor: pointer;
	width: 620px;
	height: 60px;
}
#site-map div.title:hover {
	background: url(../images/site-map.gif) bottom left no-repeat;
}
#site-map ul {
	list-style: none;
	float: left;
	width: 50%
}
#site-map ul li {
	padding: 2px 0px;
	font-size: 16px;
}

#site-map ul li a:link, #site-map ul li a:visited {
	color:#0E262F;
	text-decoration: underline;	
}

#site-map ul li a:hover, #site-map ul li a:active {
	color:#730000;
	text-decoration: none;
}
/*--------------------> Disclaimer Selectors <--------------------*/
#disclaimer {
	width: 630px;
}
#disclaimer p {
	font-size: 10px;
	margin: 5px 0px;
}
#disclaimer a, #disclaimer a:link, #disclaimer a:visited {
	color: #0e262f;
}
#disclaimer a:hover {
	color: #730000;
}
/*-------------------> Clearfix and sIFR Selectors, Please do not modify <--------------------*/
/* Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
/* sIFR http://www.mikeindustries.com/sifr/ Current Version 2.0.2 */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
/* =============== you can edit these styles ====================== */
.sIFR-hasFlash h1 {
	visibility: hidden;
}
