/* global, layout */

/*
* {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
*/
body {
	background-color: white;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

h1 {
	font-family: new york, georgia, serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: .025em;
}

h2, h3 {
	font-size: 16px;
}

h4, h5, h6 {
	font-size: 14px;
}




#pgHeader {
	background-color: #FFFFFF;
	background-position: center;
}

#pgHeader h2 {
	color: white;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#pgColContainer {
	margin-top: 5px;
	padding: 10px;
	background-color: #FFFFFF;
	background-position: center;
}

#pgColRight {
	width: 240px;
	float: right;
	background-color: #FFFFFF;
}

#pgColLeft {
	width: 249px;
	float: left;
	background-color: #FFFFFF;
}

#pgColCenter {
	width: 485px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 485px;
	background-color: #FFFFFF;
	background-position: center;
}

#pgColCenter, #pgColCenter p {
	font-family: new york, georgia, serif;
	font-size: 13px;
	line-height: 18px;
}

#pgColCenter h1 {
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: .025em;
}

#pgFooter {
	margin-top: 40px;
	border-top: 1px dotted #ccc;
	padding-top: 5px;
	background-position: center;
}

#pgFooter p, #pgFooter p a {
	color: #666;
	margin: 0px;
	padding: 0px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
}

#pgFooter p a:hover {
	color: #333;
}



/* primary navigation */

#navPrimary {
	display: table;
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navPrimary li {
	display: table-cell;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #fc6;
}

#navPrimary li a {
	display: block;
	width: 100px;
	height: 18px;
	background-color: #eee;
	text-align: center;
	margin: 0px 2px 0px 2px;
	padding: 2px;
}

#navPrimary li a:hover, #navPrimary li.ON a {
	color: black;
	background-color: white;
}


/* secondary navigation */

#navSecondary {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 2px;
	margin: 50px 0px 0px;
	position: relative;
	top: 50px;	
}
/*
.nav2 {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #336600;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 2px;
	border-bottom: 1px solid #82B400;
	background-image: url(/lib/images/bg_green.gif);
	background-repeat: repeat-y;
	background-color: #99CC00;
}


#navSecondary, #navSecondary li.ON ul {
	list-style: none;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	background-image: url(/images/menu/baseSubMenuLayerOver.gif);
	background-repeat: no-repeat;
}
*/
/*
#navSecondary, #navSecondary li.ON ul {
	display: block;
	list-style: none;
	text-transform: uppercase;
	list-style: none;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	background-image: url(/images/menu/baseSubMenuLayerOver.gif);
	background-repeat: no-repeat;
}


#navSecondary li {
	list-style: none;
}


#navSecondary li a {
	list-style: none;
}

#navSecondary li ul {
	display: block;
	list-style: none;
	margin: 12px;
	padding: 0px;
	text-indent: 20px;
	background-image: url(/images/menu/baseSubMenuLayer.gif);
	background-repeat: no-repeat;
}


#navSecondary li ul li a {
	display: block;
	list-style: none;
	text-transform: uppercase;
	
		
}


#navSecondary li a:hover, #navSecondary li ul li a:hover, #navSecondary li.ON a {
	padding: 8px;
	display: block;
	margin: 0px 0px 0px 0px;
	background-image: url(/images/menu/baseSubMenuLayerOver.gif);
	background-repeat: no-repeat;
	border: 1px none #DFE2D0;
}


#navSecondary li a {
	padding: 4px;
	border-top: 1px dotted #ccc;
	border: 1px solid red;
}


#navSecondary li.ON a {
	font-weight: bold;
	background-repeat: no-repeat;
	padding: 6px;
	margin: 0px 0px 0px 0px;
	background-image: url(/images/menu/baseSubMenuLayerOver.gif);

	
}

#navSecondary li.ON ul {
	margin: 0px 0px 0px 0px;
}

#navSecondary li.ON ul li a {
	border-top: none;
	font-weight: normal;
	color: blue;
}


#navSecondary li.ON ul li a:hover {
	font-weight: bold;
	background-repeat: no-repeat;
	padding: 6px;
	margin: 0px 0px 0px 0px;
	background-image: url(/images/menu/baseSubMenuLayerOver.gif);
}



.nav2 {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #336600;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 2px;
	background-image: url(/images/menu/baseSubMenuLayer.gif);
	background-color: #99CC00;
}


.nav2 a:hover {
	color: #336600;
	background-image: url(/images/menu/baseSubMenuLayerOver.gif);
}
*/
/* breadcrumb trail navigation */

#navCrumbtrail {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

#navCrumbtrail li {
	display: inline;
}

#navCrumbtrail li:after {
	content: ' > ';
}

#navCrumbtrail li.last:after {
	content: '';
}

#navCrumbtrail li a {
}

#navCrumbtrail li a:hover {
	color: black;
}



/* footer navigation */

#navFooter {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navFooter li {
	color: #666;
	display: inline;
}

#navFooter li:after {
	content: ' | ';
}

#navFooter li.last:after {
	content: '';
}

#navFooter li a {
	font-size: 10px;
	color: #666;
}

#navFooter li a:hover {
	color: #333;
}


#topSlot {
	float: right;
	clear:both;
	width: 723px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}


.titlebar {
			background: #ccc;
			font-family: verdana, arial, helvetica, sans-serif;
			font-weight: 800;
			padding: 15px;
			
		}
		
		.bare {
			font-family: verdana, arial, helvetica, sans-serif;
			font-weight: 800;
			padding: 0px;
			
		}
		
.leftNav {
	background-image: url(/images/menu/leftNav_bg.gif);
	background-repeat: repeat-y;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
}

body {
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	color: #3F4445;
}

.mainBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	padding: 2px 2px 6px;
	width: 485px;
	color: #3F4445;
	float: left;
	min-height: 206px;
}


.sideBarLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 20px 2px;
	width: 217px;
}



/*
-------------------CONTACT FORM----------------------
*/
.form {
	margin: 15px 10px 10px 20px;
	line-height: 18px;
	width: 100%;
	text-align: right;
}



.form input {
	width: 45px;
}

.submit {
	width: 100px !important;
	margin-right: 140px !important;
	color: #FFF;
	border: 1px outset #666647;
	background-color: #9C9C82;
	text-transform: uppercase;
}

.contact {
	font-size: 12px;
	text-transform: uppercase;
	color: #587DAB;
	padding: 0px;
}

/*		#contact {
			color: #333;
			margin: 15px 10px 10px 20px;
	line-height: 30px;
	width: 369px;
	text-align: right;
		}
		
	*/	
#contact td {
	line-height: 18px;
}	

#contact td input[type="text"] {
	line-height: 20px;
	margin: 4px 4px 0px 6px;
	text-align: bottom;
	
}	


	#contact textarea, #contact select {
			height: 16px;
			border: 1px solid #D2D7AC;
			width: 40%;
			background-color: #F8F9F2;
			font-size: 11px;
			margin: 4px 4px 10px 6px;
		}
		
		#contact input[type="text"] {
			height: 16px;
			border: 1px solid #D2D7AC;
			width: 40%;
			background-color: #F8F9F2;
			font-size: 11px;
			margin: 0px 0px 0px 0px;
		}
		
		#contact input[type="radio"] {
			height: 16px;
			width: 20%;
			background-color: #ffffff;
			font-size: 11px;
			margin: 4px 4px 10px 6px;
		}

		#contact textarea {
			width: 95%;
			height: auto;
		}
		
		
		#contact select {
			padding: 2px;
			height: 18px;
		}
		
		#contact select option {
			border-bottom: 1px solid #ccc;
			height: 12px;
			padding: 2px;
		}
		
		
		.fullsize {
			width: 100% !important;
		}
		
		#contact input.btn {
			width: auto !important;
			font-size: 10px;
			font-weight: bold;
			color: #3D4E59;
			text-transform: lowercase;
			margin: 0px;
			margin-top: 10px;
			padding: 0 2px 2px 2px;
			height: 18px;
			border-top: 1px solid #D2D7AC;
			border-right: 1px solid #D9DBCB;
			border-bottom: 1px solid #D9DBCB;
			border-left: 1px solid #D2D7AC;
			background-image: url(/lib/images/button_bg.png);
		}

		#contact input.btn:hover {
			border-bottom: 1px solid #F8F9F2;
			border-left: 1px solid #F6F7EE;
			border-top: 1px solid #ECEEDC;
			border-right: 1px solid #F8F9F2;
			color: #3D4E59;
			background-image: url(/lib/images/button_bgON.png);
		}
