/*** Default HTML element styles ***/

body  {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(51,51,51);
	margin: 0px;
	padding: 0px;
	background: rgb(204,204,204) url("../images/bg_grad.jpg") fixed;
}

a:link, a:visited  {
	color: rgb(0,95,170);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 180%;
	font-weight: bold;
	color: rgb(51,77,85);
}

h2 {
	font-size: 140%;
	font-weight: bold;
	color: rgb(51,77,85);
}

h3 {
	font-size: 100%;
	font-weight: bold;
	color: rgb(51,77,85);
}

h4 {
	font-size: 100%;
	font-weight: bold;
	color: rgb(51,77,85);
	margin: 0px;
	padding: 0px;
}

h5 {
	font-size: 100%;
	font-weight: bold;
	color: rgb(51,77,85);
	margin: 0px;
	padding: 0px;
}

hr {
	border: none;
	border-bottom: 1px solid rgb(204,204,204);
	margin-right: 20px;
}

p, ul {
	font-size: 80%;
	line-height: 140%;
}

ul {
	list-style-type: square;
	margin: 1em 0em;
	padding: 0em;
}

ul ul {
	list-style-type: disc;
}

ul ul ul {
	list-style-type: none;
}

li {
	margin-left: 2em;
	margin-bottom: 0.5em;
}

form  {
	margin: 0px;
	padding: 0px;
}

label {
	font-size: 1em;
	font-weight: bold;
	color: rgb(51,77,85);
}
				
input {
	font-family: Arial,sans-serif;
}

a img {
	border: none;
}

sup {
	vertical-align: top;
	font-size: 60%;
}

address {
	float: right;
	width: 25%;
	color: rgb(0,100,180);
	font-style: normal;
	font-size: 80%;
	margin-top: 16px;
}


/*** Layout Divs ***/

#masthead {
	margin-left: 2%;
	margin-right: 2%;
	padding-top: 16px;
}

#pageCell {
	clear: both;
	background-color: white;
	margin: 16px 2% 0px 2%;
}

#header {
	height: 80px;
	border-bottom: 1px solid rgb(204,204,204);
}

#pageNav {
	float: left;
	width: 180px;
	padding: 0px;
	background-color: rgb(245,247,247);
	border-right: 1px solid rgb(204,204,204);
	border-bottom: 1px solid rgb(204,204,204);
	font: small Verdana,sans-serif;
	margin-bottom: 20px;
}

#content {
	margin: 10px 10px 40px 200px;
}

/*** header styles ***/

#siteName {
	background-color: rgb(90,109,119);
	text-align: center;
	width: 10em;
	height: 28px;
	font-size: 120%;
	font-weight: normal;
	color: white;
	padding-top: 4px;
	float: left;
}

#logo {
	float: left;
	margin: 10px;
}

#firmName {
	float: left;
	font-size: 22px;
	color: rgb(0,100,180);
	margin-top: 28px;
}

/*** globalNav styles ***/

#globalNav {
	color: rgb(204,204,204);
	background-image: url("../images/glbnav_background.gif");
	height: 32px;
	margin-left: 12em;
	padding-left: 1em;
}

#globalNav a, #globalNav a:visited {
	display: block;
	float: left;
	font-size: small;
	color: black;
	font-weight: bold;
	margin: 6px 0px;
	padding: 2px 6px 4px 6px;
	border-right: 1px solid rgb(143,184,188);
	white-space: nowrap;
}

#globalNav a:hover {
	background-image:  url("../images/glblnav_selected.gif");
	text-decoration: none;
}

/*** sectionLinks styles ***/

#sectionLinks {
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3 {
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid rgb(204,204,204);
}

#sectionLinks a, #sectionLinks a:visited  {
	display: block;
	border-top: 1px solid white;
	border-bottom: 1px solid rgb(204,204,204);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: rgb(33,83,106);
}

#sectionLinks a.active, #sectionLinks a:visited.active {
	border-top: 1px solid rgb(238,238,238);
	border-bottom: 1px solid rgb(204,204,204);
	background-color: rgb(212,224,232);
}

#sectionLinks a:hover, #sectionLinks a:hover.active {
	border-top: 1px solid rgb(180,180,180);
	border-bottom: 1px solid white;
	background-color: rgb(220,238,255);
	color: rgb(0,100,180);
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

#sectionLinks a span.return, #sectionLinks a:visited span.return {
	display: none;
}

#sectionLinks a:hover span.return {
    display: block;
    position: absolute;
    top: 120px;
	left: 90px;
	width: 180px;
	font-size: 70%;
	font-weight: normal;
    background-color: rgb(255,255,238);
	color: black;
    text-align: center;
	padding: 2pt;
    border: 1px solid rgb(102,102,102);
}

/*** relatedLinks styles ***/

.relatedLinks {
	margin: 10px 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgb(204,204,204);
}

.relatedLinks h3 {
	margin: 1em 0px 0.5em 0px;
}

.relatedLinks a {
	display: block;
	font-size: 80%;
	margin-bottom: 0.5em;
}


/*** return link style ***/

a.backLink, a:visited.backLink {
	display: block;
	color: rgb(33,83,106);
	background-color: rgb(245,247,247);
	float: left;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 70%;
	text-decoration: none;
	border: 1px solid rgb(204,204,204);
	margin: 2em 0em;
	padding: 1px 4px;
}

a:hover.backLink {
	background-color: rgb(220,238,255);
	color: rgb(0,100,180);
	border-top: 1px solid rgb(180,180,180);
	border-bottom: 1px solid white;
}

/*** advert styles ***/

#advert {
	padding: 10px;
}

#advert img {
	display: block;
	margin-bottom: 10px;
}

/*** siteInfo styles ***/

#siteInfo {
	clear: both;
	border-top: 1px solid rgb(204,204,204);
	font-size: small;
	color: rgb(204,204,204);
	padding: 10px 10px 10px 10px;
}

#siteInfo img {
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/*** adjustment classes ***/

#content p {
	margin-right: 2em;
}

.callout-left {
	font-size: 110%;
	line-height: 140%;
	font-weight: bold;
	font-style: italic;
	color: rgb(0,100,180);
	float: left;
	width: 25%;
	margin: 1em 1em 1em 0em;
	padding: 1em 0.5em;
	border-top: 1px solid rgb(204,204,204);
	border-bottom: 1px solid rgb(204,204,204);
}

.callout-right {
	font-size: 110%;
	line-height: 140%;
	font-weight: bold;
	font-style: italic;
	color: rgb(0,100,180);
	float: right;
	width: 25%;
	margin: 1em;
	padding: 1em 0.5em;
	border-top: 1px solid rgb(204,204,204);
	border-bottom: 1px solid rgb(204,204,204);
}

.feature {
	font-size: 100%;
	font-weight: bold;
	color: rgb(0,100,180);
	margin-right: 4em;
}

.inset-left {
	float: left;
	margin: 0px 10px 10px 0px;
}

.inset-right {
	float: right;
	margin: 0px 10px 10px 10px;
	clear: right;
}

.highlight {
	border: 2px solid rgb(0,100,180);
	padding: 0.5em 1em;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.scroller {
	overflow: auto;
}

/*** tables ***/

table.photoGrid th {
	font-size: 140%;
	font-weight: bold;
	color: rgb(51,77,85);
	text-align: left;
	vertical-align: top;
	padding: 0em 0em 0.5em;
}

table.photoGrid td {
	padding: 0em 1em 1em 0em;
	vertical-align: top;
}

table.invisible td {
	padding: 0em 1em 0em 0em;
	vertical-align: top;
}

table.webform th {
	font-size: 80%;
	font-weight: bold;
	text-align: left;
	padding: 0em 1em 0.5em 0em;
}

table.webform td {
	font-size: 80%;
	padding: 0em 0.5em 0.5em 0em;
}