/* CSS Document */
html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #595959;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height:150%;
	letter-spacing: normal;
	background-image: url(../assets/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

* {margin:0; padding:0;}


h1 {
	font-size: 20px;
	font-weight: bold;
	color:#FD7F2B;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

p {
	line-height:140%;
	margin: 0;
}

a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

img {
	border:0;
	margin:0;
	padding:0
}


#wrapper {
	height: 100%;
	min-height: 100%; 
	width: 1000px;
	margin: 0 auto 0;
	padding: 0;
	height: auto;
	/**/
	border: solid 5px #FFFFFF;
	border-top: none;
	background-image: url(../assets/bg_wrapper.gif);
	background-repeat: no-repeat;
	background-position: 10px bottom;
	background-color:#E1E1E1;
}

#header {
	height: 110px;
	margin:auto;
}


#cookieTrail{
	line-height: 200%;
	position:relative;
	bottom: -25px;
}

#homeBannerWrapper{
	width:850px;
	height: 223px;
	background-color: #FFFFFF;
}

#homeBannerText {
	width: 296px;
	margin-left: 18px;
	margin-right:20px;
	margin-top: 16px;
	height: 223px;
	position:relative;	
	float:right;
	color:#FFFFFF;
}

#homeBannerText h1{
	font-size:26px;
	font-weight:normal;
	line-height:130%;
	padding:0;
	margin: 0;
}

#homeBannerText p{
	margin-top: 10px;
	margin-bottom: 0;
}

#homeBannerText h2{
	font-size:18px;
	color:#C2D0CF;
	font-weight:normal;
	line-height:130%;
	padding-bottom: 14px;
	border-bottom: 1px solid #396863;
	margin-top: -5px;
}

#homeBannerImage{
	width:495px;
	position:relative;
	float:left;
}

.homeAddress {
	color:#77A480;
	margin:0;
}

.homeVideo{
	width: 300px;
	min-height: 200px;
	border-left: solid 1px #DAD7C0;
	padding-left: 15px;
	margin-left: 10px;
	margin-top: 10px;
	float: right;
	text-align: left;
}


.slideFloat {
	width: 250px;
	height: 170px;
	position: absolute;
	z-index: 2000;
	top: 197px;
	left: 550px;
}


#topNav {
	float: right;
	/*border-top: 6px solid #DFEAE1;
	border-left: 1px solid #D6D6D6; */
	min-width: 20px;
	padding:0;
	margin:0;
}



#topNav ul{ 
	margin:0; 
	padding:0; 
	list-style-type:none; 
}

#topNav ul li { 
	position:relative; 
	float:right; 
	border-top:6px solid #DFEAE1; 
	border-left: 1px solid #D6D6D6;
	padding-top: 25px;
	padding-right: 9px;
	padding-left:9px;
}
#search{
	position: relative;
	width: 220px;
	top: -90px;
	left: 760px;
}
.searchBox {
	width: 120px;
	height: 16px;
}

.searchBox hover{
	border:none;
}


.tfSearch{
	width: 140px;
	height:18px;
	font-size: 11px;
	color:#000000;
}

.butSearch{
	border:0;
	margin-left: 10px;
	margin-bottom: -7px;
}

#topNav ul li span { 
	border:none;
}

#topNav ul li:hover { 
	border-top:6px solid #07423C;
}

#topNav ul li a { 
	padding:2px 2px 2px 2px; 
	text-decoration:none; 
	color:#191613;
	font-weight:bold;
	line-height: 120%;
}




#msgDiv {
	height: 33px;
	color:#FFFFFF;
	line-height: 300%;
	font-weight:bold;
}

#msgDiv a {
	color:#FFFFFF;
	text-decoration:none;
}
#msgDiv a:hover{
	text-decoration:underline;
}

#loginasDiv{
	width: 500px;
	position:relative;
	float:left;
}

#changePassDiv{
	height: 26px;
	position: relative;
	float:right;
	margin-right: 10px;
	margin-top: 10px;
	width: 210px;
	border-left: #FFFFFF dashed 1px;
	line-height: 150%;
}

#changePassDiv a {
	margin-left: 10px;
}

.mainNav{
	margin: 0 auto 0px;
	height: 39px;
	background-color: #FD7F2B;
	list-style-type: none;
	text-transform:uppercase;
	border-bottom: solid 6px #FFFFFF;
	text-align:center;
}

.mainNav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 100%;
}


.mainNav a {
	text-align:center;
	color: #FFFFFF;
	text-decoration:none;
	line-height: 320%;
	font-weight: bold;
	font-size: 12px;
}

.mainNav a:hover {
	text-decoration:underline;
}

.mainNav li { /* all list items */
	float: left;
	list-style:none;
	height: 39px;
	text-align:center;
	padding-right:7px;
	padding-left:7px;
	/*width: 160px;  width needed or else Opera goes nuts */
}



.currentLI{
	background-color:#FFFFFF;
	margin-left: 0;
}

.currentLI a{
	color:#767272;
}

.pageName {
	border-bottom:solid 1px #262626;
}

.treeview { /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 40px;
	color:#000000;
}

.treeview ul{
	margin: 0;
	padding:0;
}

.treeview ul ul {
	margin: 0;
	padding:0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	width: 253px;  /*width needed or else Opera goes nuts */
	color:#FFFFFF;
	line-height: 26px;
}

.treeview li.first{ /*Style header element*/
	 /*width: 167px; width needed or else Opera goes nuts */
	color:#000000;
	height: 28px;
}


.treeview li.first a{ /*Style header element*/
	padding-left: 26px;	
	font-weight:bold;
	font-size:13px;
}


/* Style for LI that contains sub lists (other ULs). */
.treeview li.submenu{
	background-image: url(../assets/plus.gif);
	background-repeat: no-repeat;
	background-position: 8px 9px;
	cursor: hand !important;
	cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}

.treeview .submenu ul li a{
	color: #FFFFFF;
}

.treeview a {
	text-decoration: none;
	padding-left: 26px;
	font-weight: normal;
	color: #FFFFFF;
}

.treeview a:hover {
	text-decoration:underline;
}


.treeview ul li {
	list-style:none;
}

.treeview ul a {
	padding-left: 0px;
	margin-left: 26px;
	font-weight:normal;
}

.treeview ul li.last {
	border-bottom: none;
}





/* sub navigation */

#subRight{
	width: 248px;
	position: relative;
	float:right;
	padding: 0;
	color:#000000;
	border-left: solid 8px #FFFFFF;
	border-bottom: solid 12px #FFFFFF;
	background-color:#FFFFFF;
	z-index:5000;
}

#subRightTop{
	margin: 0px auto 0px;
}

#subRightTop h1{
	color:#FFFFFF;
	padding-bottom: 15px;
}

#rightTop{
	color:#FFFFFF;
	height:115px;
	width: 248px;
	background-image:url(../assets/bg_righttop.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#rightTop .imgDiv{
	padding-right: 15px;
	padding-top: 0;
}

#rightTop a{text-decoration:underline;color: #FFFFFF;}
#rightTop a:hover{text-decoration:none;color:#FFFFFF;}

.subRightDropdown{
	float:left;
	margin-top:-20px;
	margin-left:25px;
	color: #07423C;
	font-size:11px;
}

.subRightBtmWrapper{
	margin: 10px auto 10px;
}
.subRightBtmRoundedContent{background-color:#E5E4D8; width: 246px;}


.contactH1{
	border-bottom: solid 1px #262626;
	text-transform:uppercase;
	height: 30px;
	font-size: 14px;
	background-image: url(../assets/plus_contact.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
	line-height: 200%;
	margin-bottom: 10px;
	padding-left: 20px;
}

.push{height: 42px;}

#footerWrapper{
	width: 1000px;
	margin: 0 auto 0;
	padding: 0;
	height: 42px;
	border: solid 5px #FFFFFF;
	border-top: none;
	border-bottom: none;
}

#footer {
	width: 1000px;
	height: 42px;
	color: #666666;
	text-align:center;
	background-color:#4C4C4C;
	float:left;
}

#footer a {
	color: #666666;
	text-decoration:none;
	font-weight: normal;
	padding: 10px;
	line-height: 350%;
}

#footer a:hover {
	text-decoration:underline;
}


.separator {
	clear: both;
	width: auto;
	height: 1px;
	font-size: 1px;
	padding-bottom:3px;
}

.greyLine {
	clear: both;
	width: auto;
	height: 1px;
	font-size: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	margin-top: 15px;
	margin-bottom: 15px;
}

.cookieWrapper {
	position: relative;
	width: 850PX;
}

#cookieTrail {
	vertical-align: middle;
	line-height:220%;
	float:left;
	width: 470px;
}

#cookieTrail a {
	color: #000000;
	font-weight: normal;
	/*
	background-image: url(../assets/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	*/
	padding: 0px;
	text-decoration:none;

}

#cookieTrail a:hover {
	text-decoration: underline;
}



.calHeader{
	background-color:#CDCCCD;
	font-weight:bold;
}

.calSubHeader{
	background-color:#F0F0F0;
	font-weight:bold;
	color:#000000;
}

.noteText{
	color:#EE3A43;
}

.longDiv{width:690px; margin: 0px auto 0px; padding:10px 0 0 10px; min-height:195px;}
.longerDiv{width:710px; margin: 0px auto 0px 5px;padding:0px 0 0 0px; min-height:30px;}
.shortDiv{width:205px; margin: 10px auto 10px;padding:10px 0 0 10px;}

.longerDiv .imgDiv{ padding:0; margin:0;}
.visitReason{margin-top:6px; margin-left: 6px; float:left;}
.visitReason div{float:left; margin-right: 15px;}
.article {
	padding:0;
}

.article .imgDiv{
	padding-right: 10px;
	padding-bottom: 10px;
}

.imgDivLarge {
	min-height: 20px;
	_height: 20px;
	float: left;
	margin-right: 0px;
	margin-bottom: 5px;
	text-align:left;
	padding-bottom: 10px;
}

.article p {
	font-size: 12px;
	padding-bottom: 5px;
}

.article h1 {
	margin-bottom:10px;
	padding:0;
}

.article h2 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom:0;
	font-weight:normal;
}

.article h3 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom:0;
	font-weight:normal;
}

.article ul{
	position: relative;
	left: 15px;
	padding-top: 0;
	margin-top: 0;
}

.article ul li{
	list-style-position:outside;
}

.article label {
	width: 100px;
	float: left;
	font-weight: bold;
}

.more {
	background-image: url(../assets/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	margin-left: 6px;
}


.imgDiv {
	min-height: 20px;
	_height: 20px;
	float: left;
	text-align:right;
}

.imgDivRight {
	min-height: 20px;
	_height: 20px;
	float: right;
	text-align:center;
	margin: 0 20px 20px 20px;
	padding-left: 10px;
	padding-top: 10px;
	width:180px;
}


.cap {
	font-size: 10px;
	font-style:italic;
	text-align:center;
	padding-top: 5px;
}


.imgFeatureWrapper {
	padding-top: 4px;
	position: relative;
	width: 160px;
	margin-left: -178px;
	text-align: right;
	z-index:1000;
	float: left;
}

.imgLeft {
	width: 155px;
	min-height: 20px;
	_height: 20px;
	margin-bottom: 40px;
}


#subContent{
	position:relative;
	height: 100%;
	min-height: 100%;
	_height: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

#subLeft {
	width: 742px;
	margin: 0 auto 0;
	padding:0;
	height: 100%;
	min-height: 100%;
	_height: 100%;
	float:left;
	position:relative;
}

#subLeftContent {
	width: 723px;
	margin: 0 auto 0;
}

.roundedContent{background-color:#FFFFFF; margin:0; padding: 5px 0 0 0;}
.roundedContent img{margin:0; padding:0; border:0;}
.subLeftContentDiv{margin-top: 10px; margin-bottom: 10px;}
.subRightContentDiv{margin:0px auto 0px; padding-top:5px; padding-bottom:5px; width:228px; text-align:center;}
.tabDiv{width: 228px; float:left; margin:0; padding:0;}
.tabContent{width: 205px; margin:0 auto 0;}
.tabDivMid{width: 228px; float:left; margin-left:19px;margin-right:19px;}

.tabHeader{ 
	height:33px; 
	background-image: url(../assets/bg_tabheader.gif);
	background-repeat:repeat-x;
	background-position: left top;
	background-color:#E5E5E5;
	line-height:300%;
}
.tabHeader h2{ font-size:12px; font-weight:bold; margin-left: 15px;margin-right: 15px;}
.tabBody{margin: 0 15px 0 15px; padding-top:10px; padding-bottom:10px;}
.tabBody ul{
	left: 15px;
	padding: 0;
	margin: 0;
	z-index: 6000;
}

.tabBody ul li{
	list-style-position:outside;
}
.tabHeaderImg{background-position:left top; height:61px;}
#generalSearch{
	float:right;
	padding-top: 25px;
}

#peopleSearch{
	float:right;
	padding-top: 25px;
	padding-right: 20px;
}

#adminMenuHeader{
	padding-left: 15px;
	padding-top: 10px;
	margin: 0;
}

#adminMenuHeader h2 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

#adminMenuHeader h2 img {
	margin-right: 10px;
	margin-top: -4px;
	float: left;
}


#subBanner{
	width: 603px;
	position:relative;
}


.staffImg {
	position: absolute;
	width: 80px;
	min-height: 20px;
	_height: 20px;
	top: 0;
	left: -105px;
}

.linkArrow{
	float:left;
	padding-left: 20px;
	color: #333333;
	background-image: url(../assets/arrow_link.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
	display: inline;
	padding-top: 5px;
}
.linkArrow a{color:#000000;}
.quickLinks{padding-bottom: 10px; font-weight:bold; color:#000000; padding-top:10px;}

.quickLinksDropDown {
	z-index:4000;
	padding-left:5px;
}

form {
	padding: 0;
	margin: 0;
	height: 100%;
}

.quickLinksDropDown select {
	width: 155px;
}



.downloads {
	float:left;
	padding-left: 10px;
	color: #333333;
	background-image: url(../assets/link_arrow.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	display: inline;
}

.downloads a {
	text-decoration:underline;
	font-weight: bold;
}

.downloadsWORD {
	float:left;
	padding-left: 20px;
	line-height:16px;
	color: #333333;
	background-image: url(../assets/download_word.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	display: inline;
}

.downloadsWORD a {
	text-decoration:underline;
	font-weight: bold;
}

.downloadsPDF {
	float:left;
	padding-left: 20px;
	line-height:16px;
	color: #333333;
	background-image: url(../assets/download_pdf.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	display: inline;
}

.downloadsPDF a {
	text-decoration:underline;
	font-weight: bold;
}


.DDsubmenu {
	padding-left: 5px;
}

.gvTable {
	padding-top: 10px;
	width: 100%;
}

.gvTable td {
	padding-bottom: 3px;
	padding-top: 3px;
}

#backToTop {
	width: 27px;
	height: 27px;
	position: absolute;
	left: 820px;
	bottom: 60px;
	z-index: 1000;
}

label {
	width: 20px;
	float: left;
	font-weight: bold;
}

legend {
	color: #3E8CB0;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}

fieldset {
	padding: 10px 10px 30px;
	border: 1px solid #C7BEA8;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 580px;
}


textarea {
	width: 300px;
}


.longText {
	float: left;
	width: 165px;
	margin-right: 15px;
	margin-bottom: 5px;
}

.submitBtn {
	width: auto;
	margin-left: 100px;
}

/*This is the CSS for the Site Map page */


.sitemap {
	list-style-type: none;
	background-image:url(../assets/line1.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 0;
	font-weight: bold;
}


.sitemap ul {
	margin: 0;
	background-image:url(../assets/line1.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left:0;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

.sitemap ul ul {
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left:0px;
}

.sitemap li {
	list-style-type: none;
	background-image:url(../assets/line2.gif);
	background-repeat:no-repeat;
	background-position: left top;
	padding-left: 30px;
	margin: 0;
}

.sitemap {
	line-height: 22px;
	margin: 0;
	padding: 0;
}

.sitemap a {
	text-decoration: none;
}

.highlighted {
	background-color: #F1F3F8;
}


.detailsHeading {
	clear: both;
	height: 30px;
	width: 550px;
	line-height: 30px;
	color: #EE3A43;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 10px;
	border-bottom-color: #E7EBEE;
}

.details {
	clear: both;
	padding-top: 10px;
}

.details table {
	margin-bottom: 10px;
	font-size: 12px;
	text-align: left;
}

.details td, th {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.details img{
	width: 80px;
}

.detailsPhoto {
	float: left;
	width: 218px;
	min-height: 100px;
	_height: 100px;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.oldPrice{
	color: #262626;
	text-decoration:line-through;
	line-height: 200%;
}

.newPrice{
	color: #3E8CB0;
	line-height: 200%;
}



/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 375px;
	height: 20px;
	margin-left: 5px;
	z-index: 8000;
	/* custom decorations */
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/* single scrollable item */
.scrollable .items div {
	float:left;
	margin: 0;
	padding:0px;
	width: 375px;
	height: 20px;
	margin: 0px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	z-index:9999;
	position:relative;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

.scrollable a{text-decoration:underline;}





/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

.prevPage{width: 20px; float:left;}
.nextPage{width: 20px; float:left;}
/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}







/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

/* the overlayed element */ 
#overlay { 
	background: #ffffff;
    display: none;
    height: 550px;
	margin-left: -760px;
	width: 605px;
    z-index: 10000;	  
} 

/* container for external content. uses vertical scrollbar, if needed */ 
.contentWrap {
    height: 550px;
    overflow-y:auto; 
	width: 605px;
}

#s3slider { 
   width: 217px; /* important to be same as image width */ 
   height: 75px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 217px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
   height: 75px; /* important to be same as image height */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 12px/15px Arial, Helvetica, sans-serif;
   font-weight:bold;
   padding: 15px 13px;
   width: 217px;
   background-color: #BBAEB0;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #071930;
   display: none; /* important */
   bottom: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 

.dlMarina{margin-left: auto; margin-right:auto; text-align:center; padding-bottom:10px;}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.slides {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 248px;
	height: 74px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 15px;
	z-index: 8000;
	/* custom decorations */
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.slides .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.slides .items div {
	float:left;
	margin: 0;
	padding:0px;
	width: 248px;
	height: 74px;
	margin-left: auto;
	margin-right:auto;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	
}


/* active item */
.slides .active {
	z-index:9999;
	position:relative;
}

/* this makes it possible to add next button beside scrollable */
.slides {
	float:left;	
}

.slides a{text-decoration:underline;}

