/* Site specific color and images that 'skin' the selected layout. */

/*
.formButton {
	BORDER: 1px solid #67914c;
	background-color: #edf3e9;
	text-align: center;
}
*/


body {
	margin: 0 0 0 0;
	}
#wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 900px;
	background: #dddddd;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin: 0px auto;
	text-align: left;
	}
#header	{
	position: relative;
	width: 900px;
	height: 75px;
	background: white;
	}
#brandingContainer {
	width: 100%;	
	}	
#setting-siteTagline-1 {
	position: absolute;
	top: 40px;
	right: 3px;
	text-align: right;
	font-size: 24px;
	color: #00674e;
	}	
#searchContainer {
	position: absolute;
	z-index: 99;
	top: 5px;
	right: 37px;
	}	
#header #searchBox input {
	margin: 0px;
	} 	
#searchBox .formField {
	padding: 2px 5px 1px 5px;
	}
#go {
	position: absolute;
	z-index: 99;
	top: 2px;
	right: 3px;
	cursor: pointer;
	}		
#headerBanner {
	max-width: 900px;
	max-hight: 118px;
	overflow: hidden;
	}
#headerBanner img {
	width: 900px;
	height: 118px;
	}	
#menu {
	position: absolute;
	z-index: 10000;
	top: 170px;
	left: 92px;
	width: 715px;
	height: 34px;
	background: url(../images/menu_bar.png) no-repeat;
	}		
#menuDefault {
	position: relative;
	top: -18px;
	left: 0px;
	width: 715px;
	height: 34px;
	background: url(../images/menu_bar.png) no-repeat;
	}
	
ul#dropdown {
	margin: 0;
	width: 715px;
	}	
#dropdown li  {
	list-style-type: none;
	display: block;
	float: left;
	width: 20%;
	text-align: center;
	padding-top: 10px;
	}
.menuCategory a, .menuCategory a:visited {	
	margin: 0px;
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	text-decoration: none;
	color: white;
	}
.menuCategory a:hover {
	color: #333333;
	}	
#slideShow {
	position: relative;
	height: 400px;
	margin-top:8px;
	margin-left: 0px;
	}	
#mainContainer {
	padding: 0px;
	margin: 0px auto;
	width: 715px;
	background: white;
	}	

#adminMenu {
	text-align: center;
	}
.leftCol {
	float: left;
	width: 185px;
	margin-left: 0px;
	}
#homeleft {
	margin-top: 40px;
	margin-left: 10px;
	}	
#left {
	color: #333333;
	margin-left: 10px;
	margin-top: 0px;
	}	
#left .title {
	font-weight: bold;
	}
#left .content {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 10px;
	}	
.mainCol {
	float: right;
	width: 465px;
	margin-right: 30px;
	padding: 0px 0px 22px 0px;
	}	
.mainCol #mainContent {
	padding: 0px;
	min-height: 200px;
	}	
.mainCol #mainContent li {
	margin-left: 25px;
	}	
#page1 .detailText p {
	font-size: 14px;
	padding-top: 22px;
	line-height: 24px;
	}	
.break {
	clear: both;
	width: 715px;
	height: 1px;
	display: block;					
	}
#footerMenu {	
	padding-top: 0px;
	}
.footerNav a, .footerNav a:visited {
	color: #333333;
	font-variant: small-caps;
	font-family:  Verdana, Verdana, Geneva, sans-serif;
	padding: 3px 2px;
	}
.footerNav a.selected {
	font-weight: 400;
	}	
.footerNav a:hover {
	color: black;
	text-decoration: none;
	}
#copyright	{
	color: #333333;
	font-variant: small-caps;
	font-family:  Verdana, Verdana, Geneva, sans-serif;
	padding: 5px;
	font-size: 11px;
	text-align: right;
	padding-right: 95px;
	}
 #right {
 	color: #333333;
	font-variant: small-caps;
	font-family:  Verdana, Verdana, Geneva, sans-serif;
	margin-top: 25px;
	}
#right .content {	
	font-size: 10px;
	line-height: 15px;
	}
	
#subMenu {
	margin-top: 50px;
	margin-bottom: 20px;
	}	
ul.subCategory { 
	white-space: normal;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	background: #957879;
	}
ul.subCategory li ul {
	white-space: normal;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	padding-bottom: 10px;
	background: #957879;
	}
ul.subCategory li ul {
	margin-top: 0px;
	margin-bottom: 0px;
	}	
#subMenu .subCategory li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid white;
	}
#subMenu .subCategory li ul li  {		
	list-style-type: square;
	padding: 0;
	margin: 0;
	margin-left: 30px;
	color: white;
	border-bottom: none;
	font-size: 8px;
	line-height: 11px;
	}
#subMenu li {
	margin: 0px;
	}	
.subCategory {
	margin-left: 0px;
	}	

/* layer 1 */
.subCategory a, .subCategory a:visited {
	display: block;
	width: 185px;
	color: #ffffff;
	font-variant: small-caps;
	font-family:  Verdana, Verdana, Geneva, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 0px;
	
	text-indent: 10px;
	}	
 .subCategory a:hover {
 	text-decoration: none;
	background: #68688F;
	color: white;
	}	
.subCategory a.selected {
	color: white;
	font-weight: 600;
	}	
/* layer 2 */
.subCategory li.selected  ul {
	display: block;
	}
.subCategory li  ul  {
	display: none;
	padding: 0 0 0px 0;
	margin: 0 0 10px 0;
	}		
.subCategory li ul li {
	}	
.subCategory li ul li a, .subCategory li ul li a:visited {
    display: block;
    color: #ffffff;
    text-align: left;
	font-size: 11px;
    text-decoration: none;
	width: 155px;
	padding: 0px;
	text-indent: 0px;
	overflow: hidden;
	line-height: 10px;
	}
.subCategory li ul li a:hover {
    text-decoration: none;
	 color: black;
	 background: none;
	}		
.subCategory li ul li a.selected {
    text-decoration: none;
	 color: black;
	}	

/*layer 3 */

.subCategory li.selected ul li.selected ul {
	display: block;
	}
.subCategory li.selected ul li ul {
	display: none;
	padding: 0 0 0 0;
	margin: 0 0 5px 0;	
	}		
.subCategory li ul li ul li {
	margin-right: 8px;
	}		
/* end of category menu */		

.tempLeft {
	width: 120px;
	padding-bottom: 12px;
	}	
.tempLeft img {
	width: 120px;
	}
#emailLink {
	padding-top: 10px;
	}
#bioPhone {
	padding-top: 10px;
	}
.phoneTitle {
	font-weight: bold;
	color: #43418a;
	}
.tempRight {
	padding-left: 20px;
	padding-bottom: 12px;
	}
.tempRight h3 {
	margin-bottom: 0px;
	}	
		
#subCats {
	margin-top: 20px;
	}		
ul.subPro {
	white-space: normal;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	}
ul.subPro li ul {
	margin: 0px;
	}
ul.subCategory li ul {
	margin-top: 0px;
	margin-bottom: 0px;
	}	
.subPro li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
.subPro li ul li  {		
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid white;
	}
.subPro {
	margin-left: 0px;
	}			
		
						
/* layer 1 */
.subPro a, .subPro a:visited {
	display: block;
	width: 185px;
	color: #000000;
	font-variant: small-caps;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px;
	padding-top: 15px;
	text-indent: 10px;
	}	
 .subPro a:hover {
 	text-decoration: none;
	color: black;
	}	
.subPro a.selected {
	color: black;
	font-weight: 600;
	}	
/* layer 2 */
.subPro li.selected  ul {
	
	}
.subPro li  ul  {
	display: block;
	background: #957879;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}		
.subPro li ul li {
	}	
.subPro li ul li a, .subPro li ul li a:visited {
	display: block;
	width: 185px;
	color: #ffffff;
	font-variant: small-caps;
	font-family:  Verdana, Verdana, Geneva, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 0px;
	}
.subPro li ul li a:hover {
 	text-decoration: none;
	background: #68688F;
	color: white;
	}		
.subPro li ul li a.selected {
	color: white;
	font-weight: 600;
	}	

/*layer 3 */

.subPro li.selected ul li.selected ul {
	display: block;
	}
.subPro li.selected ul li ul {
	display: none;
	padding: 0 0 0 0;
	margin: 0 0 5px 0;	
	}		
.subPro li ul li ul li {
	margin-right: 8px;
	}		
/* end of category menu */		

.detailImage {
	float: right;
	border: none;
	margin: 0px 0px 3px 7px;
	}
div.thinLine, div.thickLine {
	margin: 10px 0px;
	}	
.featureType {
	text-align: right;
	}	
#detailContainer img {
	padding: 3px;
	}	
