@charset "utf-8";
/*
Color Palette
dark slate: #687B7B
med slate: #869898
light slate: #D7DEDE
orange: #DE4908
dark grey: #7B7F6C
med grey: #DEE0D5
light grey: #EDEEE8
*/
/*--------------------------------------------------------------------------------------------------------*/
/*Tool Box*/
.clr {clear: both;}

.leftImg {float:left;}

.rightImg {float:right;}

.org {color: #DE4908;}

.b {font-weight: bold;}
/*--------------------------------------------------------------------------------------------------------*/
/*Standard Tags*/
body {
	overflow: -moz-scrollbars-vertical;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #687B7B;
	line-height: 15px;
}

img {border: none;}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	border-bottom: 1px solid #DE4908;
}
/*--------------------------------------------------------------------------------------------------------*/
/*Page Elements*/
#page { 
    width: 942px; 
    text-align: left;
	margin: 0px auto 0px auto; 
} 

#wrapper {
}
/*--------------------------------------------------------------------------------------------------------*/
/*Header*/
#mainHeader { margin: 0px 5px 0px 5px;}
#logo {
	float: left;
	width: 166px;
	height: 135px;
	position: relative;
	background-image: url(/graphics/header/logo.jpg);
	background-repeat: no-repeat;
}
#header {
	float: right;
	width: 756px;
	height: 135px;
	background-image: url(/graphics/header/header.jpg);
	background-repeat: no-repeat;
}
#headerTxt {
	text-align: right;
	padding: 10px 10px 0px 0px;
	line-height: 18px;
}
#headerTxt a:link, #headerTxt a:visited, #headerTxt a:active {
	color: #666;
	text-decoration: underline;
}
#headerTxt a:hover {
	color: #DE4908;
	text-decoration: underline;
}
#buttonBar {
	text-align: center;
	padding: 20px 10px 0px 0px;
}
.bbTd {
	float: right;
	width: 97px;
	height: 25px;
	background-image: url(/graphics/buttons/normal.gif);
	background-repeat: no-repeat;
	line-height: 22px;
}
.bbTd a:link, .bbTd a:visited, .bbTd a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.bbTd a:hover {
	text-decoration: none;
	color: #687B7B;
}
/*--------------------------------------------------------------------------------------------------------*/
/*Main Content*/
#mainContent {margin: 10px 5px 0px 5px;}

#mainContent .clr {
	clear: both;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border-right: 1px solid #DE4908;
	border-left: 1px solid #DE4908;
}

#leftNav {
	float: left;
	width: 165px;
	position: relative;
}

#leftNavTop {
	height: 20px;
	background-image: url(/graphics/left-nav/nav-top.jpg);
	background-repeat: no-repeat;
}

#leftNavMid {
	background-color: #DEE0D5;
	border-right: 1px solid #DE4908;
	border-left: 1px solid #DE4908;
	padding: 0px 10px 0px 10px;
}

#leftNavMid ul {
	margin: 0px;
	padding-left: 10px;
	line-height: 18px;
}

.leftNavHead {
	font-weight: bold;
	color: #DE4908;
}

#leftNavMid a:link, #leftNavMid a:visited, #leftNavMid a:active {
	color: #666;
	text-decoration: underline;
}

#leftNavMid a:hover {
	color: #DE4908;
	text-decoration: underline;
}

#leftNavBtm {
	height: 20px;
	background-image: url(/graphics/left-nav/nav-bottom.jpg);
	background-repeat: no-repeat;
}

#content {
	float: right;
	width: 755px;
}

#content h1 {
	font-size: 14px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	color: #DE4908;
	border-bottom: 1px solid #666;
}

#contentTop {
	height: 20px;
	background-image: url(/graphics/content/content-top.jpg);
	background-repeat: no-repeat;
}

#contentMid {
	background-color: #FFFFFF;
	border-right: 1px solid #DE4908;
	border-left: 1px solid #DE4908;
	padding: 0px 10px 0px 10px;
	min-height:280px;
  	height:auto !important;
  	height:280px;
}

#contentMid a:link, #contentMid a:active, #contentMid a:visited{
	color: #DE4908;
	text-decoration: underline;
}

#contentMid a:hover {
	color: #666;
	text-decoration: underline;
}

#contentBtm {
	height: 20px;
	background-image: url(/graphics/content/content-bottom.jpg);
	background-repeat: no-repeat;
}
/*--------------------------------------------------------------------------------------------------------*/
/*Footer*/
#footer {
	width: 750px;
	float: right;
	height: 41px;
	line-height: 41px;
	padding-left: 10px;
	margin-top: 10px;
	 _margin-top:0px; /* show to IE */
	background-image: url(/graphics/footer/footer.jpg);
	background-repeat: no-repeat;
}
/*--------------------------------------------------------------------------------------------------------*/
/*Page Specific*/
.listing img {
	padding-right: 10px;
}

.photoManImg {
}

.pmiTd {
	float: left;
	width: 146px;
	text-align: center;
}

.photoManTxt{
	clear: both;
	padding-top: 10px;
	line-height: 16px;
}

.banner {text-align: center;}

.bannerTxt {
	clear: both;
	padding-top: 10px;
	line-height: 16px;
}

.seperator {
	border-bottom: 1px dotted #666;
	margin: 5px 0px 5px 0px;
	line-height: 16px;
}
