/* red - aa382e  green - 4e6f40 */

html, body { height: 100%; background: #ded5cc;}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	line-height: 1.4;
}

strong { font-weight: bold; color: #1a1a1a;}
em {font-style: italic;}

td {vertical-align: top;}
p {	width: 500px; margin-bottom: 1.3em; border: 0px solid #999;}

a {	color: #a8513f;	text-decoration: none; }
a:hover{ text-decoration: underline;}


h1 {
	color: #000000;
	font-size: 108%;
	font-weight: bold;
	margin: 0px 0 16px 0;
}

#outerContainer {
	position: relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
}

#header {
/*	height: 70px;*/
	padding-top: 6px;
	padding-bottom: 5px;
	border: 0px solid #999;
	background: #56656d;
	padding-left: 30px;

}

#header a, .homeHeader a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 146.5%;
	font-weight: normal;
	letter-spacing: 3px;
}

.homeHeader { font-size: 123%; }

#content {
	padding-bottom: 55px;
	font-size: 85%;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
}
#content table { width: 100%; }


#left {	width: 200px; border: 0px solid blue;}
#center { padding: 0 75px 30px 0px;}
#right { padding: 0px 0px 0 0px; width: 110px; }




.thumb {
	padding: 2px;
	border: 1px solid #ded5cc;
	cursor: pointer;
}

.thumbCurrent {
		padding: 2px;
	border: 1px solid #666666;
	cursor: pointer;
}



#content td { /*
		border: 1px solid #999;*/
}


#zipResult {
	margin: 0 auto;
	width: 500px;
/*	border: 1px solid green;*/
}




li {list-style: none;}

#mainNav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 175px;
	border: 0px solid #999;
}

a.mainNav, a.currentMainNav {
	display: block;
	padding: 0px 4px 2px 0px;
	border: 0px solid #ccc;
	color: #515153;
}
a.currentMainNav {
	font-weight: bold;
}





#subNav {
	width: 200px;
/*	height: 135px;*/
	margin-bottom: 15px;
	position: relative;
/*	overflow: hidden;*/
	float: left;

	border: 0px solid red;
}

#subNav ul {
/*	border: 1px solid red;*/
}
.currentSubNavItem { font-weight: bold; }
	
.subNavSet {
/*	padding: 2px 3px 1px 3px;*/
	display: block;
	border: 1px solid #ded5cc;
	text-align: center;
		width: 12px;
}

.currentSubNavSet {
/*	border: 1px solid #666666;*/
	border: 1px solid #ded5cc;
	color: #fff;
	background: #aa382e;
	font-weight: bold;
/*	padding: 2px 3px 1px 3px;*/
	display: block;
	text-align: center;
	width: 12px;
}

.subNavSets {	float: left; padding-right: 0px; padding-top: 4px; border: 0px solid #999; width: 20px;height: 50px;}         
.subNavSets .previous {
	padding-bottom: 3px;
}
.container { float: left;}



#center table.links {
	margin-bottom: 1.5em;
	width: auto;
}
#center table.links td {
	padding-right: 30px;
/*	border: 1px solid #999;*/
}


.links td {
	width: 200px;
}


#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding-top: 5px;
	height: 55px;
	font-size: 85%;
	border-top: 1px solid #666666;

}

#footer .footer-email {
	float: right;
	padding-right: 30px;
	width: 110px;
}

#footer .footer-links {
	padding-left: 30px;
}

#footer a {	color: #a8513f; }





/* vertical Carousel */



#vertical_carousel {
	float:left;
	width: 140px;
	height: 246px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;

	border: 0px solid red;
}



#vertical_carousel .container {
	float:left;  
	width: 120px;
	overflow: hidden;

	border: 0px solid green;
}
#vertical_carousel .container {height: 246px;}



#vertical_carousel ul {
	margin: 0;
	padding:0;
	height: 100000px;
	position: relative;
	top: 0;
	left: 0;
}

#vertical_carousel ul li {
	width: 120px;
	height: 41px;
  	text-align: left;      
	list-style:none;   
	vertical-align: top;
  	float:left;
	
	border: 0px solid green;
}          
  

#vertical_carousel .carousel-controls {	float: right; }         


#vertical_carousel .previous_button, #subNav_carousel .previous_button {
  float:left;
  height: 10px;
  width: 16px;
	margin-bottom: 3px;
	margin-top: 4px;
  background: url(../images/btn-up-on.jpg) no-repeat top left;
  cursor: pointer;    
  display:inline;
/*  margin: 0 0 10px 40px;*/
}

/*#subNav_carousel .previous_button { margin-top: 0px;}*/

#vertical_carousel .previous_button_over {
  background: url(../images/btn-up-on.jpg) no-repeat top left;
}

#vertical_carousel .previous_button_disabled {
  background: url(../images/btn-up-off.jpg) no-repeat top left;
  cursor: default;
}

#vertical_carousel .next_button {
  float:left;
clear: both;
  height: 10px;
  width: 16px;
  background: url(../images/btn-down-on.jpg) no-repeat top left;
  display:inline;
/*  margin-left: 40px;*/
  cursor: pointer;
}

#vertical_carousel .next_button_over {
  background: url(../images/btn-down-on.jpg) no-repeat top left;
}

#vertical_carousel .next_button_disabled {
  background: url(../images/btn-down-off.jpg) no-repeat top left;
  cursor: default;
}




