/***** Copyright © 2007 graphite studio. All rights reserved. *****/

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
	font-size: 1em;
	line-height: 110%;
	color: #333333;
	margin: 0;
	padding: 0;
	background-color: #D7D9DD;
}
a, a:link {
	color: #130c61;
	text-decoration: none;
}
a:visited {
	color: #130c61;
	text-decoration: none;
}
a:hover {
	color: #130c61;
	text-decoration: underline;
}
h1 {
	font-size: 100%;
	color: #000;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 95%;
	color: #000;
	margin: 0;
	padding: 0;
}
h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
	font-size: 95%;
	color: #130c61;
	margin: 0;
	padding: 0;
}
p {
	font-size: 70%;
	color: #333;
	margin: 0;
	padding-bottom: 10px;
}
ol {
	font-size: 70%;
	margin: 0 0 0 10px;
	padding: 0 0 10px 10px;
}
ul {
	font-size: 70%;
	margin: 0 0 0 10px;
	padding: 0 0 10px 10px;
	list-style-type: disc;
}
ul ul {
	list-style-type: square;
}
ul ul ul {
	list-style-type: none;
}
.clearit {
	clear: both;
	margin: 0;
	padding: 0;
}

#container {
	position: relative;
    max-width: 980px;
    min-height: 400px;
    margin: 0 auto;
    padding: 0 0 0 10px;
    text-align: left;
	background: transparent url(../images/bg_shadow.gif) top left no-repeat;
}

/***** MASTHEAD STYLES *****/

#masthead {
	width: 960px;
	height: 160px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/header.gif) top left no-repeat;
}
#masthead h1 {
	display: none;
}

/***** MAIN CONTENT STYLES *****/

#content {
	position: relative;
	width: 960px;
	background-color: #b6bdcf;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #f3f4f6;
}

#contact #content {
	background-color: #f3f4f6;
	}

/***** LEFTNAV STYLES *****/
#leftnav {
	float: left;
	width: 192px;
	min-height: 370px;
	background-color: #f3f4f6;
	margin: 0;
	padding: 0;
}
#navitemarea {
	width: 172px;
	margin: 30px 9px 9px 9px;
	border: 1px solid #e1e2e5;
}
.leftnavitem {
	
}

/***** MAINBODY STYLES *****/
#mainbody {
	float: left;
	width: 768px;
	min-height: 240px;
	margin: 0;
	padding: 0;
}
#contact #mainbody {
	background-color: #fff;
	}
.imagerow {
	background: transparent url(../images/bluegrad.jpg) top left repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
	width: 768px;
	height: 185px;
}
.bodycolumn {
	float: left;
	width: 300px;
	margin: 20px 0 20px 50px;
	}

.contentitem {
	float: left;
	margin: 6px 0 0 9px;
	width: 180px;
	text-align: center;
}
.contentitem h3 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	margin: 0;
	padding-bottom: 2px;
}
.contentitem img {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #e1e2e5;
}

/***** BOTTOM NAV STYLES *****/

#bottomnav {
	position: relative;
    width: 960px;
    margin: 0 auto;
    padding-top: 5px;
    text-align: center;
}
#bottomnav span {
	color: #65628f;
}
#bottomnav p {
	font-size: 65%;
	color: #130c61;
}
#bottomnav a {
	color: #130c61;
	text-decoration: none;
}
#bottomnav a:visited {
	color: #130c61;
	text-decoration: none;
}
#bottomnav a:hover {
	color: #130c61;
	text-decoration: underline;
}

/***** FOOTER STYLES *****/

#footer {
	position: relative;
    width: 470px;
    margin: 0 auto;
}
#footericon {
	float: left;
	padding: 5px;
}
#footertext {
	float: left;
	padding: 10px 0 0 0;
}
#footer p {
	font-family: Arial, sans-serif;
	font-size: 70%;
	color: #130c61;
}
#footer a, #footer a:link {
	color: #130c61;
	text-decoration: none;
}
#footer a:visited {
	color: #130c61;
	text-decoration: none;
}
#footer a:hover {
	color: #130c61;
	text-decoration: underline;
}

form.contact fieldset{
padding: 10px 15px;
display: block;
width: 570px;
margin: 30px auto;
}

form.contact legend{
font-weight: bold;
font-size: 16px;
padding: 5px;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}

form.contact{
padding: 0;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}

form.contact .label{
font-size: small;
font-weight: bold;
padding: 6px 0 10px 0;
}

form.contact .formitem{
font-size: small;
padding-bottom: 10px;
}

form.contact .fixwidth{
display: block;
width: 150px;
float: left;
}

form.contact .fixwidthlabel{
display: block;
width: 70px;
float: left;
}

form.contact .buttonarea input{
background: #0f034e;
color: white;
font-weight: bold;
padding: 7px;
border: 1px solid white;
}