/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #fff;
	min-height: 100%;
	text-align: center;
	background: url(../images/pagebg.gif) repeat;
	}

#page {
	text-align: left;
	background-color:#ffffff;
	width: 775px;
	margin: auto;
	margin-bottom: auto;
	margin-top: 5px;
	padding: 0px;
	border: 2px solid #660000;
	}

#header {
	height: 150px;
	padding: 0px;
	/*background: url(../images/headerbg.jpg) repeat-x #660000;*/
	}
	
.leftimage {
	float: left;
	margin: 5px;
	padding: 3px;
	}
	
.rightimage {
	float: right;
	margin: 5px;
	padding: 3px;
	}

p {
	margin-top: 5px;
	}	
	
a {
	text-decoration: none;
	}
	
/* HEADER LABEL */

#headerlabel {
	height: 150px;
	
	clear: both;
	text-align: left;
	z-index: 0;
	position: relative;
	clear: both;
	padding: 0px;
	}
	
#headerlabel h1 {
	color: #ffffff;
	font-size: 24px;
	padding: 30px;
	padding-left: 10px;
	bottom: 0px;
	font-weight: normal;
	margin-left: 5px;
	margin: 0px;
	}
	
/* SEARCH BAR */

#searchdiv {
	position: absolute;
	top: 25px;
	right: 0px;
	width: 310px;
	white-space: nowrap;
	height: 25px;
	margin-left: 410px;
	padding: 10px 15px 5px 5px;
	text-align: right;
	}
	
.searchtxt {
	font-size: 9px;
	}
	
.searchsubmit {
	font-size: 9px;
	}
	
/* UTILITY LINKS */
	
#utilityLinks {
	width: 100px;
	margin-right: 5px;
	padding: 5px 5px 5px 5px;
	color:#fff;
	text-align: center;
	font-size: 10px;
	float: right;
	z-index: 2;
	position: absolute;
	left: 540px;
	top: 1px;
	}

#utilityLinks ul {
	white-space: nowrap;
	list-style:none;
	float: right;
	
	}
	
#utilityLinks ul li {
	margin: 0;
	display: block;
	float: left;
	text-align: center;
	}
	
#utilityLinks ul li a {
	text-decoration: none;
	padding: 0px 7px 0px 7px;
	color: #333;
	}
	
#utilityLinks ul li a:hover {
	text-decoration: underline;
	color:#FFFFFF;
	}
	
/* GLOBAL NAVIGATION BAR*/

#globNav {
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color:#fff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	background:#365371;
	clear: both;
	}

#globNav ul {
	white-space: nowrap;
	list-style:none;
	float: right;
	
	}
	
#globNav ul li {
	margin: 0px;
	
	display: block;
	float:left;
	text-align: center;
	}
	
#globNav ul li a {
	text-decoration: none;
	padding: 0px 7px 0px 7px;
	color: #FFFFFF;
	}
	
#globNav ul li a:hover {
	text-decoration: underline;
	color:#FFFFFF;
	}
	
/* BODY */

#level0 {
	margin: 0px;
	/*width: 100px;*/
	background-color: #fff;
	position: relative;
	padding: 0px;
	z-index: 1;
	}


/* SUB NAVIGATION */
#subNav {
	height: 20px;
	margin-left: 0px;
	padding: 0px 0px 5px 0px;
	color:#fff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	background:#AEB8C1;
	}
	
#subNav img {
	width: 80%;
	height: 1px;
	padding: 0px 0px 0px 0px;
	}

	
#subNav ul {
	white-space: nowrap;
	list-style:none;
	float: right;
	margin: 0px;
	}
	
#subNav ul li {
	margin: 0px;
	display: block;
	float:left;
	text-align: center;
	}
	
#subNav ul li a {
	text-decoration: none;
	padding: 0px 7px 0px 7px;
	color: #FFFFFF;
	}
	
#subNav ul li a:hover {
	text-decoration: underline;
	color:#fff;
	}

/* CONTENT */
#content{
	background-color: #FFFFFF;
	overflow: auto;
	position: relative;
	margin: 0px;
	}
	
#content h2{
	font-size: 18px;
	color: #996600;
	}
	
#content h4{
	font-size: 14px;
	color:#996600;
	margin-bottom: 15px;
	font-weight: normal;
	font-style: italic;
	}
	
#content a{
	color:#0066CC;
	text-decoration: none;
	}
	
#content a:hover{
	text-decoration: underline;
	}
	
#rightcontent {
	float: right;
	width: 318px;
	text-align: center;
	padding-top: 0px;
	overflow:hidden;
	}
	
#leftcontent {
	float: left;
	width: 375px;
	padding: 5px 30px 5px 20px;
	}
	
#caption{
	text-align:left;
	padding-bottom:15px;
	}
#thumbhead{
	text-align:left;
	}
#thumbs{
	padding-top:12px;
	}
.thumb{
	float:left;
	padding-right:6px;
	}
	
/* FOOTER */
#footer{
	height: 40px;
	background-color: #660000;
	background: url(../images/footerbg.jpg) repeat-x;
	text-align: center;
	padding-right: 12px;
	padding-top: 5px;
	color: #996600;
	clear: both;
	margin-bottom:0px;
	}
	
#footer a{
	text-decoration: none;
	color: #ffffff;
	}
	
#footer a:hover{
	text-decoration: underline;
	color:#FFFFFF;
	}

#menuBar {
	text-align: right;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	margin: 0px;
	vertical-align: middle;
	height: 20px;
	/*padding: 0px 10px 10px 0px;*/
	color:#666;
	font-weight: normal;
	font-size: 12px;
	background: #EEE6DD;
	border-bottom: thin #996600 solid;
	border-top: thin #996600 solid;
	clear: both;

	}
	
.menuHeader {
	color: #993300;
	text-decoration:none;
	white-space: nowrap;
	cursor: pointer;
	padding: 5px;
	margin: 0px;
	line-height: 20px;
	padding-right: 15px;
	display: inline;
	position: relative;
	border-right: 1px solid #666666;
	}
	
.menuHeader2 {
	color: #993300;
	text-decoration:none;
	white-space: nowrap;
	cursor: pointer;
	padding: 5px;
	margin: 0px;
	margin-top: 10px;
	padding-right: 15px;
	display: inline;
	position: relative;
	line-height: 20px;
	border: none;
	}
	
a.menuLink {
	display: block;
	padding: 2px 5px;
	/*border-top: 1px solid #cccccc;*/
	}
	
a.menuLink:link {
	color: #993300;
	text-decoration: none;
	}
	
a.menuLink:visited {
	color: #993300;
	text-decoration: none;
	}

a.menuLink:hover {
	color: #ffffff;
	text-decoration: none;
	background: #666666;
	}
a.menuLink:active {
	color: #333333;
	text-decoration: none;
	background: #999999;
	}

.menuDrop {
	color: #0066CC;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	background-repeat: repeat;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1000;
	top: 60px;
	left: 0;
	width: 175px;
	height: auto;
	border: 2px #EDE6DE solid;
	}
	
img {
	border: none;
	}
	
.contacttable p {
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	}

.contacttable {
	border: thin #660000 solid;
	font-size: 11px;
	}
	
.errorMsg {
	color: red;
	font-size: 10px;
	}