/* @group General */
body {
	font-size: 0.85em;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #000000 url(images/background_glow2.jpg) no-repeat fixed center -100px;
	color: white;
}

/* h2 {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 17px;
	font-weight: normal;
	font-style: italic;
	color: #8eb09a;
	padding-bottom: 10px;
	border-bottom: 2px solid #8eb09a;
} */

h1, h2 {
	position: relative;
	display: block;
	width: 60%;
	padding: 5px 0px;
	margin: 5px auto 20px auto;
	text-align: center;
	font-weight: bold;
	text-transform: capitalize;
	background-color: #8eb09a;
	color: black;
	border: 1px solid white;
}

h1 {
 	font-size: 17px;;
}

h2 {
		font-size: 15px;
}
p {
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

a:link, a:visited {
	color: #f3ed40;
	text-decoration: none;
}

a:hover, a:active {
	color: #8eb09a;
	font-weight: bold;
	text-decoration: none;
}

a img {
	border-width: 0px;
}

a.no_border:hover {
	border-width: 0px;
}

.reflectborder {
	border: 3px solid white;
	border-bottom-width: 0px;
}

.imageStyle {
	padding: 0px;
	margin: 0px;
}

.image-left {
	margin: 5px 20px 5px 20px;
	padding: 0px;
	float: left;
	position: relative;
	z-index: 5;
}

.image-right {
	margin: 5px 40px 5px 20px;
	padding: 0px;
	float: right;
	position: relative;
	z-index: 5;
}

.contentBox {
	position: relative;
	width: 680px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	clear: both;
}

.contentAbsolute {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

.contentCaption {
	position: absolute;
	top: 10px;
	left: 10px;
}

.contentLeftPortrait {
	float: left;
	width: 280px;
	margin-left: 20px;
	margin-top: 150px;
}

.contentRightPortrait {
	float: right;
	width: 280px;
	margin-right: 40px;
	margin-top: 150px;
}

.contentLeftLandscape {
	float: left;
	width: 200px;
	margin-left: 20px;
	margin-top: 80px;
}

.contentRightLandscape {
	float: right;
	width: 180px;
	margin-right: 40px;
	margin-top: 80px;
}

ul.diamond {
	list-style-type: none;
	margin: 10px 10px 10px 30px;
	padding: 0px;
}

ul.diamond li {
	padding-left: 25px;
	background: url(images/diamond_bullet.jpg) no-repeat 0 6px;
	line-height: 2.0em;
}

#form {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
}

#address {
	position: absolute;
	width: 260px;
	left: 50px;
	top: 0px;
	border-right: 1px solid white;
}

#location_intro {
	position: absolute;
	width: 300px;
	top: 5px;
	left: 350px;
	color: #8eb09a;
}

#map {
	position: relative;
	float: left;
	border: 1px solid #ffffff;
	width: 680px;
	height: 500px;
	margin: 10px auto;
}

div.contactRow {
	position: relative;
	display: block;
	width: 90%;
	min-height: 25px;
	clear: both;
	padding: 0px;
	margin: 0px auto;
	border-bottom: 1px solid white;
}

div.contactName {
	position: relative;
	float: left;
	left: 30px;
	display: block;
	width: 180px;
	padding: 4px 0px;
}

div.contactTitle {
	position: relative;
	float: left;
	display: block;
	width: 200px;
	padding: 4px 0px;
}

div.contactEmail {
	position: relative;
	float: left;
	display: block;
	width: 220px;
	padding: 4px 0px;
}

/* @end */

/* @group Layout */

.clearer {
	clear: both;
}

#container {
	position: relative;
	width: 900px;
	margin: 40px auto 0px auto;
	padding: 0px;
	min-height: 600px;
	text-align: left;
	color: black;
	border: 1px solid black;
	background-color: black;
	color: white;
}

#container #pageHeader {
	position: relative;
	height: 200px;
	width: 900px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid white;
	background-color: black;
	background: url(images/protemp_header.jpg) no-repeat 0 0;
	color: white;
}
	#pageHeader img.logo {
		position: relative;
		margin-left: 8px;
}

	#pageHeader img.headerImage {
		position: absolute;
		right: 0px;
		top: 0px;
	}
	
	#pageHeader h1, #pageHeader h2 {
		padding: 5px 0px;
		margin: 0px;
	}
	
	#pageHeader h1 {
		display: none;
		visibility: hidden;
	}
	
	#pageHeader h2 {
		display: none;
		visibility: hidden;
		position: absolute;
		right: 20px;
		top: 10px;
		font-size: 1.1em;
		font-weight: bold;
		color: white;
		display: block;
		background-color: black;
		padding: 5px 7px;
	}

#container #contentContainer {
	position: relative;
	width: 900px;
	margin: 0px;
	padding: 0px;
	min-height: 600px;
}

#contentContainer #navcontainer {
	position: absolute;
	left: 10px;
	top: 20px;
	width: 130px;
/*	position: relative;
	width: 130px;
	float: left; */
}

#contentContainer #content {
	position: relative;
	margin-left: 185px;
	padding-top: 20px;
	width: 690px;
	line-height: 1.5em;
	color: white;
}

#footer {
	position: relative;
	display: block;
	width: 900px;
	background-color: black;
	color: #8eb09a;
	padding: 10px 0px;
	margin: 0px auto 40px auto;
	text-align: center;
	font-size: 13px;
	line-height: 1.5em;
	border: 1px solid black;
	border-top: 1px solid white;
}

	#footer p {
	}
	
	#footer .credit {
		font-size: 0.85em;
	}

/* @end */



/* @group Toolbar */

/* Toolbar */

#navcontainer {
	position: relative;
	top: 20px;
	display: block;
	margin: 0px;
	margin-left: 10px;
	line-height: 1.8em;
	border-top: 1px solid white;
}

#navcontainer .head {

}

#navcontainer #current, #navcontainer #current:hover {
	font-weight: bold;
	color: #000000;
	background-color: #8eb09a;
}

#navcontainer #currentAncestor, #navcontainer #currentAncestor:hover {
}

/* Parent Level */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer li {
	padding: 0px;
	margin: 0px;
}

#navcontainer a, navcontainer a:visited {
	display: block;
	padding-left: 10px;
	line-height: 2.0em;
	border-bottom: solid 1px white;
	font-weight: normal;
	color: #f3ed40;
}

#navcontainer a:hover, #navcontainer a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px white;
}

/* Child Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li {
	padding: 0px;
	margin: 0px;
}

#navcontainer ul ul a {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-left: 20px;
	padding: 3px 0px 3px 5px;
}

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{
}

#navcontainer ul ul .currentAncestor {
	font-weight: bold;
}

/* Child Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
	padding: 0px 0px 0px 35px;
}

#navcontainer ul ul ul a:hover{

}

/* Child Level 3 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
	padding: 0px 0px 0px 45px;
}

#navcontainer ul ul ul ul a:hover{

}

/* 4 */

#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
	padding: 0px 0px 0px 57px;
}

#navcontainer ul ul ul ul ul a:hover{

}

/* 5 */

#navcontainer ul ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
	padding: 0px 0px 0px 70px;
}

#navcontainer ul ul ul ul ul ul a:hover{

}

/* @end */