@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body{
	background-color:#E1E1E1;
}

h1{
	font-size:18px;
	color:#000000;
}

h2{
	font-size:15px;
	color:#000000;
}

h3{
	font-size:14px;
	color:#7D7D7D;
}

p, li{
	font-size:11px;
	margin:10px 0;
	line-height:13px;
}

p.message{
	padding:10px 10px 10px 35px;
	border:1px solid #cccccc;
	background-color:#e0e0e0;
	background-image:url(images/notice.gif);
	background-repeat:no-repeat;
	background-position:7px 7px;
}
p.error{
	background-image:url(images/exclaim.gif);
}


li{
	line-height:12px;
	margin-left:30px;
}

hr{
	margin:10px 0;
	height:1px;
	background-color:#cccccc;
	color:#cccccc;
	border:none;
	font-size:1px;
	line-height:0;
	display:block;
}

.hr{
	height:1px;
	background-color:#cccccc;
	margin:10px 0px;
	border:0px;
	overflow:hidden;
}

.box{
	padding:10px;
	border:1px solid #cccccc;
}

table{
	border-collapse:collapse;
}

table.formTable{
	font-size:12px;
}
table.formTable tr{
}
table.formTable td{
	padding:2px 1px;
}
table.formTable textarea{
	font-size:12px;
	width:240px;
}

table.simple{
	border-collapse:collapse;
}
table.simple th{
	border-right:2px solid #ffffff;
	background-color:#e0e0e0;
	font-weight:bold;
	font-size:12px;
	vertical-align:top;
	padding:2px 5px 3px 5px;
}
table.simple tr{
}
table.simple td{
	border-bottom:1px solid #cccccc;
	font-size:10px;
	padding:2px 15px;
}

.hoverClass {
	background-color: #F2F2F2;
	color:#000000;
}

.simple{
	color:#555555;
	font-weight:normal;
}

a{
	color:#EF6600;
	font-weight:normal;
	text-decoration:underline;
}
a:link{
	color:#EF6600;
}
a:visited{
}
a:hover{
	text-decoration:none;
}
a:active{
}

a.button, .button{
	color:#555555;
	padding:5px 15px;
	border:1px solid #EF6600;
	background-color:#efefef;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
}

a.button:hover, .button:hover{
	color:#ffffff;
	background-color:#555555;
}

input.button{
	padding:2px 15px;
}

input.check{
	overflow:hidden;
	font-size:10px;
	width:13px;
	height:13px;
}

#container{
	/*WIDTH: 930px; */
	position:relative;
	width:898px;
	margin:0 auto;
	padding:0 16px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
}

#header{
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	margin:0 -16px;
	padding:16px 16px 0px 16px;
}

#headerTitle{
	float:left;
}

#header p{
	color:#ffffff;
	padding:7px 5px 7px 5px;
	margin:0;
}

#banner{
	/*see slide/css/slideshow.css*/
	position:relative;
}

#logo{
	position:absolute;
	top:0px;
	left:0px;
	width:111px;
	height:114px;
	background-image:url(images/watermark.png);
	background-repeat:no-repeat;
	z-index:1000;
}

#alert{
	position:absolute;
	top:20px;
	right:20px;
	width:216px;
	height:93px;
	padding:10px;
	background-image:url(images/messageBox.png);
	background-repeat:no-repeat;
	z-index:1000;
}

#alert.mceContentBody{
	position:relative;
	top:auto;
	right:auto;
	margin:0px;
}

#alert p{
	color:#000000;
}

#mainMenu{
	float:right;
}

#mainMenu a{
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
}

#mainMenu a:link{
}
#mainMenu a:visited{
}
#mainMenu a:hover{
	text-decoration:underline;
}
#mainMenu a:active{
}

#search{
	float:right;
}

#search p{
	padding:4px 10px 0px 10px;
	margin:0;
}

#searchField{
	border:1px solid #000000;
	vertical-align:top;
	font-size:11px;
	height:13px;
	padding:2px;
}

#searchButton{
}

#pageMenu{
	border-top:1px solid #ffffff;
	background-repeat:repeat-x;
	height:20px;
}

#content{
	position:relative;
}

#contentTable{
/*	width:100%; percentage-based container conflicts with google map display??? */
	width:898px;
	border-collapse:collapse;
	border:1px solid #ffffff;
	border-width:1px 0 1px 0;
}

#subMenuTd{
	background-repeat:repeat-y;
	width:200px;
	vertical-align:top;
	padding:5px 10px 5px 5px;
}

#subMenu{
}

#subMenu a{
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}
#subMenu a:link{
}
#subMenu a:visited{
}
#subMenu a:hover{
	text-decoration:underline;
}
#subMenu a:active{
}
#subMenu a.current{
	color:#ef6600;
	text-decoration:none;
	background-repeat:repeat-x;
	padding:2px;
	line-height:16px;
}

#innerContent{
	padding:0px 20px 10px 20px;
	width:643px;
}

#bread{
	margin:3px 0 0 0;
}

#bread{
	font-size:10px;
}
#bread a{
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
#bread a:link{
}
#bread a:visited{
}
#bread a:hover{
	text-decoration:underline;
}
#bread a:active{
}

h1.pageTitle{
	border-bottom:4px solid #888888;
	padding:5px 20px;
	margin:0 -20px;
}

#iconLinks{
	float:right;
}

#iconLinks a{
	font-weight:normal;
	text-decoration:none;
	padding-left:15px;
}

#iconLinks a:hover{
	text-decoration:underline;
}

#iconLinks a img{
	border:none;
}

#emailLink, #printLink{
	background-repeat:no-repeat;
}

ul.arrowList{
	list-style-type:none;
}

ul.arrowList li{
	background-image:url(images/arrowBulletLanding.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	margin-left:0px;
	padding-left:15px;
}

.newsBox{
	float:left; width:665px;
}

div.galleryImage a{
	display:block;
	background-image:url(images/imagePanel.jpg);
	float:left;
	margin:5px 5px 5px 0;
	padding:9px;
	width:110px;
	height:110px;
	text-align:center;
}

div.galleryImage img{
	border:none;
}

div.galleryAlbum a{
}
div.galleryAlbum a:hover{
	background-image:url(images/imagePanel2.jpg);
	padding:7px 11px 11px 7px;
}

div.galleryAlbum img{
	border:none;
}

#footer{
	background-image:url(images/bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:0 -16px;
	padding:0px 16px 20px 16px;
}

#footerContent{
	border-top:1px solid #CCCCCC;
}

#footer p{
	text-align:center;
	color:#555555;
	margin:6px 0;
}

#footer a{
	color:#555555;
	margin:0 5px;
	font-weight:normal;
	text-decoration:none;
}

#footer a:link{
}
#footer a:visited{
}
#footer a:hover{
	text-decoration:underline;
}
#footer a:active{
}