﻿body {	
	font-family: Arial, Helvetica, sans-serif;
	background: url(/assets/images/navigationBackground.jpg) repeat-x;
	font-size: 12px;
	margin: 0;
}

img {border: none;}

hr {height: 1px; background-color: #cccccc; border: none;}


h2 {color: #a0c92d; font-weight: normal; border: solid 1px #cccccc; height: 20px; width: 100%; display: block;}

a {color: #333333;}
a:hover {color: #606060;}

.wrapper { 	width: 1040px;
	margin: 0 auto;
	clear: both;



}
.contact {
	width: 100%;
	padding-bottom: 50px;
}
.navigation ul {list-style: none;}

.content li {list-style: disc;}



.news {width: 950px; height: 32px; margin-bottom: 20px;}
.news li {list-style: none;}
.newsLeft {width: 10px; height: 100%; background: url(/assets/images/newsLeft.jpg) no-repeat; float: left;}
.newsItems {padding-top: 5px; float: left; border-top: solid 1px #cccccc; border-bottom: solid 1px #cccccc; width: 930px; height: 25px;}
.newsRight {width: 10px; height: 100%; background: url(/assets/images/newsRight.jpg) no-repeat; float: left;}
.news a {color: #606060;}
.news h4 {float: left; font-size: 15px; padding-right: 10px;}
.news li {float: left; padding-right: 10px;}


.homeButtonText {padding: 10px; text-align: top;}
.contentBackground {
	
position: relative;
top: -80px;
	width: 1040px;
background: url(/assets/images/contentBackgroundRound.jpg) no-repeat top;
	margin: 0 auto;

	margin-top: 0px;
	line-height: 1.5em;
	color: #606060;
	
}

.content {width: 950px; margin: 0 auto; padding-top: 25px;}

.disclaimer {
	width: 1000px;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: middle;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.disclaimer a {color: #ffffff;}
.disclaimer a:hover {color: #dadada;}


/* ncms stuff */



.navigation {width: 1000px; height: 80px; margin: 0 auto; background: url(/assets/images/background.jpg) repeat-x;}
.navigationLastLine {width: 100px; height: 60px; background: #ffffff; margin-left: -1px; float: left; z-index: 1000000;}

/* nCMS Drop Down Menu*/
.nCMSDDLHolder {width: 500px; margin: 0 0 0 295px; float: left; _position: relative; _left: -275px;}

.nCMSDDLHolder {
  z-index: 100;
  position: relative;
}
.nCMSDDLHolder li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
list-style: none;
}



.nCMSDDLHolder li a, .nCMSDDLHolder li a:link, .nCMSDDLHolder li a:active, .nCMSDDLHolder li a:visited {
  font-size: 16px;
text-transform: uppercase;
font-weight: 600;z-index: 100;
list-style: none;

  /*background: #565656;*/
  color: #ffffff;
  display: block;
	width: 100px;
height: 40px;
	text-align: center;
	padding-top: 20px;
background: url(/assets/images/navigationLine.jpg) no-repeat right;

  text-decoration: none;
_position: relative;
}

.nCMSDDLHolder li a:hover {
  color: #000;	

}
#nCMSDDL li:hover a, 
#nCMSDDL li.nCMSHover a {
    color: #E7BA07;
background: url(/assets/images/navigationHover.jpg) no-repeat top right;
height: 40px;
padding-top: 20px;
}
#nCMSDDL li:hover ul a, 
#nCMSDDL li.nCMSHover ul a {
background: none;
  color: #ffffff;
width: 100%;
font-size: 12px;
font-weight: normal;
padding: 0 20px 0 0px;
text-align: left;
float: left;

}
#nCMSDDL li:hover ul a:hover, 
#nCMSDDL li.nCMSHover ul a:hover {
color:#E7BA07;


}

.nCMSDDLHolder ul {
  list-style: none;
  margin: 0;
 width: 500px;
display: block;
  position: absolute;
  top: -999em;
  left: -50px;
}
.nCMSDDLHolder li:hover ul,
.nCMSDDLHolder li.nCMSHover ul {
  top: 55px;
width: 500px;
	
}
.nCMSDDLHolder ul li {
  border: 0;
  float: left;
display: block;
width: 80px;
padding: 0 20px 0 0;
_display: none;

}
.nCMSDDLHolder ul a {
  border-bottom: 0;
  white-space: nowrap;
padding: 20px;
display: block;
float: left;
width: 100px;
}
.nCMSDDLHolder ul a:hover {
    color:#ffffff;
}

html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, p, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	vertical-align: baseline;
	background: transparent;
}


ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/


/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, form, #wrap {height: 100%;}

#wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 50px;}  /* must be same height as the footer */


.footer {
	height: 50px;
	width: 100%;
	clear: both;
}

#footer {
position: relative;
margin-top: -50px;
	background: url(/assets/images/background.jpg) repeat-x;
	height: 50px;
	width: 100%;
	clear: both;
}

/* CLEAR FIX*/
.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 */


/*HEADER */
.backgroundHome{ background-position: 0px 0px; width: 100%; height: 370px; position: relative; top: -80px;}
.backgroundOther{background-position: 0px 0px; width: 100%; height: 250px; position: relative; top: -80px;}

.header {width: 1040px;}

#home {background: url(/assets/images/header1.jpg) no-repeat; height: 380px; text-align: left; position: relative; top: 0px; _margin-bottom: -10px;}
#other {background: url(/assets/images/headerSmall.jpg) no-repeat; height: 250px; text-align: left; position: relative; top: 0px;}
#corporate {background: url(/assets/images/headerCorporate.jpg) no-repeat; height: 250px; text-align: left; position: relative; top: 0px;}
#promotional {background: url(/assets/images/headerPromotional.jpg) no-repeat; height: 250px; text-align: left; position: relative; top: 0px;}
#quote {position: relative; top: 230px; left: 330px;}