/* --- Common site Styles ---------------------------------------------------------- */
body,
p,
td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

body {
	background-color:#000000;
	background-image:url(../_images/bgrd_main.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0 0 0 0;
}

a:link,
a:visited,
a:active,
a:hover { 
	color: #000000;
	text-decoration:underline;
}
a:hover { 
	color: #0000ff;
	text-decoration:underline;
}
.surrounding
{
	width:760px;
	margin:0 auto 0 auto;
}
.contentAreas
{
	margin:0px 0 0px 0;
}
.sideArea
{
	margin:0px 7px 0px 7px;
}

li {
	margin:0 0 0 0px;
}

ul
{
	padding:0 0 0 7px;
	margin:0 0 0 10px;
	list-style-type:disc;
	list-style-position:outside;
}

/* --- Contact Top  ---------------------------------------------------------- */

.contact
{
font-size:7pt;
line-height:11pt;
}


/* --- Galleries ---------------------------------------------------------- */

.galleryThumbs
{
margin-bottom:10px;
border:1px solid #ffffff;
}
.popBox
{
margin:0 0 0 0;
display:none;
}

.galleryText
{
color:#000000;
font-size:8pt;
}



/* --- Page Title  ---------------------------------------------------------- */

.ptitle
{
background-image:url(../_images/bgrd_title_bar.jpg);
background-repeat:repeat-x;
margin:12px 0 0 0;
padding:0 0 0 23px;
}


/* --- Location Map ---------------------------------------------------------- */

.location
{
	color:#000000;
	font-size:7pt;
}
.location a,
.location a:link,
.location a:visited,
.location a:active
{
	color:#ff0000;
	text-decoration:none;
}
.location a:hover
{
	color:#ff0000;
	text-decoration:underline;
}


/* --- Forms ---------------------------------------------------------- */

.newsFormField {
	background-color: #ffffff;
	border: 1px solid #4F6B8E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	padding: 1px 0 0 2px;
	width:150px;
	height:15px;
}
.formField {
	background-color: #ffffff;
	border: 1px solid #4F6B8E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	padding: 1px 0 0 2px;
	margin:0 0 0 6px;
	width:230px;
	height:15px;
}
.formMemo {
	background-color: #ffffff;
	border: 1px solid #4F6B8E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	padding: 1px 0 0 2px;
	margin:0 0 0 6px;
	width:230px;
	height:70px;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color:#4F6B8E;
	font-weight: normal;
	background-color: #EBEEE8;
	margin:0 0 0 10px;
	padding: 0 0 2px 0;
	border: 1px solid #4F6B8E;
	height:18px;
}
.newsButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color:#4F6B8E;
	font-weight: normal;
	background-color: #EBEEE8;
	margin:0 0 0 10px;
	padding: 0 0 2px 0;
	border: 1px solid #4F6B8E;
	height:18px;
	width:50px;
}
.required
{
	color:red;
	font-weight:bold;
	font-size:8pt;
}
.error
{
	color:red;
	font-weight:bold;
	font-size:8pt;
}
.contactFormText
{
font-size:7pt;
}
.borderBot
{
border-bottom:1px solid #ffffff;
}

/* --- Footer ---------------------------------------------------------- */

.footer
{
	color:#999999;
	line-height:16px;
	font-size: 7pt;
	background-color:#dfdfdf;
	padding:5px;
}

.footer a,
.footer a:link,
.footer a:visited,
.footer a:active
{
	color:#999999;
	text-decoration:none;
}
.footer a:hover
{
	color:#999999;
	text-decoration:underline;
}