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

body {
	background-image:url(../_images/bgrd_main.gif);
	background-repeat:repeat;
	background-position:0 0;
	background-color:#c5c9cb;
	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;
}
.mainArea
{
	width:760px;
	margin:0px auto 0 auto;
}
.middleArea
{
background-color:#FFFFFF;
padding:9px 0 9px 0;
}
.mainContent
{
padding:6px 15px 5px 19px;
}
li
{
	margin:0 2px 4px 5px;
}
ul
{
	padding:0 0 0 0;
	margin:8px 0 8px 20px;
	list-style-type:disc;
	list-style-position:outside;
}
.line
{
margin:9px 0 9px 0;
border-bottom:1px solid #D0D7D9;
}



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

.ptitle
{
margin:0px 0 10px -4px;
padding:2px 0 2px 4px;
border-bottom:1px solid #D0D7D9;
font-size:9pt;
color:#282828;
font-weight:bold;
background-color:#E8EAEA;
}


/* --- Titles  ---------------------------------------------------------- */

.titles
{
color:#213341;
font-weight:bold;
font-size:9pt;
margin:16px 0 10px -4px;
padding:2px 2px 3px 4px;
background-color:#E8EAEA;
border-bottom:1px solid #D0D7D9;
}


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

.top
{
background-color:#FFFFFF;
font-size:7.5pt;
color:#7B8A93;
}



/* --- Right Side ---------------------------------------------------------- */

.rtTD
{
background-image:url(../_images/bgrd_rt_side.gif);
background-repeat:repeat-y;
}
.rtSide
{
margin:10px 13px 10px 13px;
font-size:8pt;
line-height:14px;
color:#525252;
}
.rtTitles
{
font-weight:bold;
color:#000000;
}
.rtLine
{
margin:9px 0 9px 0;
border-bottom:1px solid #D0D7D9;
}
.rtText
{
	color:#525252;
}

.rtText a,
.rtText a:link,
.rtText a:visited,
.rtText a:active
{
	color:#525252;
	text-decoration:underline;
}
.rtText a:hover
{
	color:#3c4448;
	text-decoration:underline;
}



/* --- Testimonials ---------------------------------------------------------- */

.quotes
{
font-style:italic;
margin:0 0 5px 0;
}
.names
{
color:#7b8a93;
}


/* --- Sitemap  ---------------------------------------------------------- */

.sitemap
{
line-height:14px;
font-size:9pt;
color:#000000;
font-weight:bold;
}
.sitemap a,
.sitemap a:link,
.sitemap a:visited,
.sitemap a:active
.sitemap a:hover
{
	color:#000000;
	text-decoration:none;
	display:block;
	padding:4px 0 4px 3px;
}
.sitemap a:hover
{
	color:#000000;
	text-decoration:none;
	background-color:#E8EAEA;
}
.sitemapLine
{
margin:5px 0 5px 0;
border-bottom:1px solid #D0D7D9;
}


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

.galleryThumbs
{
margin-bottom:0px;
border:1px solid #A6ADB5;
}
.popBox
{
	margin:0 0 0 0px;
	display:none;
	border:1px solid #A6ADB5;
}
.galleryText
{
color:#28303C;
font-size:7pt;
}
.before
{
background-color:#CCCCCC;
font-weight:bold;
font-size:8.5pt;
padding:2px;
}


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

.forms
{
margin:0;
padding:0;
}
.required
{
	color:red;
	font-weight:bold;
	font-size:8pt;
}
.error
{
	color:red;
	font-weight:bold;
}
.formText
{
font-size:7.5pt;
font-weight:bold;
padding:0 4px 0 0;
}
.formField {
	background-color: #ffffff;
	border: 1px solid #4F6B8E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	padding: 2px 0 0 2px;
	margin:0 0 0 0px;
	width:230px;
	height:18px;
}
.formMemo {
	background-color: #ffffff;
	border: 1px solid #4F6B8E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	padding: 1px 0 0 2px;
	margin:0 0 0 0px;
	width:230px;
	height:90px;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color:#4F6B8E;
	font-weight: bold;
	background-color: #EBEEE8;
	margin:0 0 0 0px;
	padding: 0 0 2px 0;
	border: 1px solid #4F6B8E;
	height:22px;
	width:50px;
}
.borderBotForm
{
border-bottom:1px solid #D3DAD9;
}

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

.footer
{
	color:#EDE8DC;
	line-height:16px;
	font-size: 7pt;
	text-align:right;
	margin:10px 4px 5px 0;
}

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

.footer2
{
	color:#7b8a93;
	line-height:16px;
	font-size: 7pt;
	text-align:right;
	margin:10px 4px 5px 0;
}

.footer2 a,
.footer2 a:link,
.footer2 a:visited,
.footer2 a:active
{
	color:#7b8a93;
	text-decoration:none;
}
.footer2 a:hover
{
	color:#3c4448;
	text-decoration:underline;
}



/************ subglobalNav styles **************/

.subglobalNav{
	position:absolute;
	visibility:hidden;
	text-align:left;
	font-weight:normal;
	font-size:8pt;
}
.subglobalNav table tr td{
white-space:nowrap;
}
.subglobalNav a:link,
.subglobalNav a:visited,
.subglobalNav a:active,
.subglobalNav a:hover {
	font-size: 8pt; 
	color: #ffffff;
	padding:4px 10px 4px 10px;
	text-decoration:none;
	display:block;
	border-bottom:1px solid #666666;
	background-color:#8C8C8C;
}
.subglobalNav a:hover { 
	color: #000000;
	display:block;
	background-color:#AEB5B7;
}