﻿/*** GLOBAL TAG STYLES ***/
body 
{
	font-family: Arial;
	font-size: 14px;
	color: #333333;
	margin: 0px;
}
h1
{
	margin: 0;
	padding: 0px 0px 5px 0px;
	color: #0066cc;
	text-transform: none;
	font-size: 18px;
}
h2
{
	margin: 0;
	padding: 0px 0px 5px 0px;
	color: #0066cc;
	text-transform: none;
	font-size: 18px;
}
h3
{
	margin: 0;
	padding: 0px 0px 5px 0px;
	font-size: 14px;
}
a, a:visited
{
	color: #0066cc;
	text-decoration: underline;
}
a:hover
{
	color: #666666;
	text-decoration: underline;
}
p { margin: 0px 0px 15px 0px; padding: 0;}
strong { color: #cc0000; }
#container
{
	text-align: left;
	width: 765px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}
/*** HEADING ***/
#header{}
#header h1
{
	font-size: 18px;
	margin: 0;
	padding: 50px 25px 0 0;
	float: right;
	color: White;
}
#logo
{
	margin: 0px 0px 5px 0px;
	height: 79px;
	background: url('../images/header-blue.gif') repeat-x;	
}
#logo img
{
	border: none;
	margin: 15px 0px 0px 25px;
}
/*** NAVIGATION ***/
#upperNav
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	height: 33px;
	background-image: url(../images/headerbar.gif);
	background-repeat: repeat-x;
	clear: both;
}
#upperNav ul
{
	padding: 7px 0px 0px 0px;
	margin: 0px;
}
#upperNav li
{
	list-style: none;
	list-style-type: none;
	text-align: center;
	display: inline;
	margin: 0 0 0 25px;
}
#upperNav a, #upperNav a:visited
{
	color: #ffffff;
	text-decoration: none;
}
#upperNav a:hover
{
	color: #3399ff;
	text-decoration: none;
}
#lowerNav
{
	text-transform: uppercase;
	padding: 10px 0px 10px 0px;
	background-image: url(../images/footerbar.gif);
	background-repeat: repeat-x;
	color: White;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}
#lowerNav ul
{
	padding: 0;
	margin: 0;
}
#lowerNav li
{
	list-style: none;
	list-style-type: none;
	display: inline;
	margin: 0 10px 0 0;
}
#lowerNav a
{
	margin: 0;
	text-decoration: none;
	color: White;
}
#lowerNav a:hover
{
	color: #3399ff;
	text-decoration: none;
}
/*** PageTitle ***/
#PageTitle
{
	clear: both;
	background: #e5e5e5;
	padding: 15px 25px 15px 25px;
}
#PageTitle h1
{
	margin: 0;
	padding: 0;
}
/*** BreadCrumbs ***/
#BreadCrumb
{
	color: #999999;
	font-size:10px;
	font-family:Arial;
	padding: 10px 0px 10px 20px;
	clear: both;
}
#BreadCrumb a
{
	text-decoration:none;
	padding: 0px 0px 0px 0px;
}
#BreadCrumb a:visited
{
	text-decoration:none;
	color: Black;
}
#BreadCrumb a:hover
{
	text-decoration:underline;
}
/*** SIDEBAR ***/
#sidebar
{
	font-size:14px;
	float: right;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 20px 0px;
	width: 240px;
	clear: left;
	background: #e5e5e5;
}
#sidebar .heading, #sidebar .subHeading
{
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
	color: #cc0000;
}
#sidebar .subHeading
{
	padding: 10px 0 10px 0;
}
#sidebar ul
{
	margin: 0;
	padding: 0;
}
#sidebar li
{
	list-style: none;
	list-style-type: none;
	padding: 0px 0px 0px 0px;

}
#sidebar a
{
	padding: 2px 0px;
}
#sidebar a, #sidebar a:visited
{
	color: Black;
	text-decoration: none;
	display: block;
}
#sidebar a:hover
{
	color: Black;
	text-decoration: underline;
}
#secNav
{
	padding: 0 0 10px 0;
}
#sidebar .heading a, #sidebar .subHeading a
{
	color: #cc0000;
}
.crossrefs{}
.crItem
{
	padding: 0px 0px 5px 0px;
}
#sidebar a.current
{
	color: White;
	background-color: #0066cc;
	text-decoration:none;
	font-weight: bold;
}
/*** MAIN CONTENT STYLES ***/
#homeObject
{
	height: 140px;/*162px;*/
	clear: both;
	background: url('../images/lightgrey.png') no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 35px 0px;
}
#homeObject img
{
	float: right;
}
#homeObject h1
{
	color: #0066cc;
	font-size: 18px;
	padding: 40px 0px 0px 0px;
	text-align: center;
	margin: 0;
}
#mainContent
{
	float: left;
	padding: 0px 20px 20px 20px;
	width: 465px;
}
#mainContent div
{
	clear: both;
}
/*** FOOTER ***/
#footer
{
	clear: both;
	padding: 0px 0px 10px 0px;
}
.footerPostText
{
	font-size:8pt;
	font-family:Arial;
	text-align: center;
	padding: 10px 0 0 0;
}
.footerPostText a:Hover
{
	text-decoration:underline;
}

.footerPostText a
{
	text-decoration:none;
	color:#000000;
}

/*** CONTACT FORM STYLES ***/
.contactForm{}
.contactForm label{}
.contactForm input
{
	width: 300px;
	margin: 0px 0px 5px 0px;
}
.contactForm textarea
{
	width: 300px;
	margin: 5px 0px 5px 0px;
}
.contactForm .button
{
	width: auto;
}
.contactForm .errorMark
{
	font-size: x-large;
	font-weight: bold;
}