
html {
	text-align: center;
	}
	
body {
	line-height: 1.4em;
	text-align: center;
	background-color: white;
	background-position: 0;
	color: #404040;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
}

a { outline: none; color: gray; }
	
a:hover {
	color: #00aeef;
}

a img { border: 0; }
hr {
	clear: both;
	height: 0;
	border: 0;
	visibility: hidden;
	}
	
h1 { 
	font-size: 18px; 
	color: black; 
	font-family: HelveticaNeue-Light, Helvetica, Arial, sans-serif;
}
h2 { 
	font-size: 16px; 
	color: #2e2e2e; 
	font-family: HelveticaNeue-Light, Helvetica, Arial, sans-serif;
}
strong {
	font-weight: bold;
}

blockquote {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: gray;
	font: 16px/1.6em Georgia, "Times New Roman", Times, serif;
	width: 500px;
	background: url(../images/open-quote.gif) no-repeat left top;
	padding-left: 18px;
}


em, q {
		font-style: italic;
	}

#container {
	top: 25px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: white;
	width: 820px;
	text-align: left;
	position: relative;
	}

/* ----- header ----- */
#header {
		height: 60px;
}
	
/* ------ logo ----- */
#logo {
	background: url(../images/logo.png) no-repeat bottom left;
	position: absolute;
	width: 200px;
	height: 60px;
	text-indent: -9999px;
}
		
#logo a {
	display: block;
	width: 200px;
	height: 60px;
}

/* ------ top menu ----- */
.menu{
	float: right;
	width: 450px;
	line-height: 60px;
	height: 30px;
}

ul#menu {
	list-style: none;
	font-family: HelveticaNeue-Light, Helvetica, Arial, sans-serif;
	color: gray;
	font-size: 16px;
	margin: 0px;
	width: 100%;
}

ul#menu li {
	list-style-type: none;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 4px;
	float: left;
}

ul#menu li a {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 17px;
	padding-left: 18px;
	color: gray;
	text-decoration: none;
	display: block;
}

ul#menu li a:hover, ul#menu li a:active {
	color: #00aeef;
}

#headimage {  
	padding-top: 20px; 
	height: 210px; 
	width: 100%; 
}

/* ------ nav bar ----- */
#navbar { 
	background-position: left bottom; 
	background-image: url(../images/navigation/navbar.png); 
	background-repeat: no-repeat;  
	padding-left: 20px;
	width: 100%; 
	height: 116px; 
}

#navbar a {
	font-weight: bold;
	color: white;
}

#navbar a:hover {
	font-weight: bold;
	color: black;
}

#navbar .title {
	float: left;
	height: 116px;
	width: 133px;
	font-family: HelveticaNeue-Light, Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: gray;
	line-height: 91px;
}

#navbar .button1 {
	line-height: 25px;
	text-align: center;
	float: left;
	font-weight: bold;
	font-size: 12px;
	height: 116px;
	width: 109px;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
}

#navbar .button2 {
	line-height: 25px;
	text-align: center;
	float: left;
	font-weight: bold;
	font-size: 12px;
	height: 116px;
	width: 109px;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
}

#navbar .button3 {
	line-height: 25px;
	text-align: center;
	float: left;
	font-weight: bold;
	font-size: 12px;
	height: 116px;
	width: 109px;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
}

#navbar .button4 {
	line-height: 25px;
	text-align: center;
	float: left;
	font-weight: bold;
	font-size: 12px;
	height: 116px;
	width: 109px;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
}

#navbar .button5 {
	line-height: 25px;
	text-align: center;
	float: left;
	font-weight: bold;
	font-size: 12px;
	height: 116px;
	width: 109px;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
}

#navbar .button6 {
	line-height: 25px;
	text-align: center;
	float: left;
	font-weight: bold;
	font-size: 12px;
	height: 116px;
	width: 109px;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
}

/* ------ Content ----- */
#content {
	padding: 20px;
	width: 800px;
	height: auto;
	overflow: auto;

}

#content .leftmain {
	padding-right: 5px;
	float: left;
	width: 490px;
}

#content .rightmain {
	padding-left: 5px;
	float: left;
	width: 290px;
}

#content .left {
	padding-right: 5px;
	float: left;
	width: 390px;
}

#content .right {
	padding-left: 5px;
	float: left;
	width: 390px;
}

#content .left1 {
	padding-right: 5px;
	float: left;
	width: 390px;
}

#content .right1 {
	padding-left: 5px;
	float: left;
	width: 390px;
}

#content .left2 {
	padding-right: 5px;
	float: left;
	width: 290px;
}

#content .right2 {
	padding-left: 5px;
	float: left;
	width: 490px;
}

#content .image_center {
	text-align: center;
}

#content .bullet1 {
	text-indent: 5px;
	list-style-position: inside;
	list-style-type: disc;
}

#content .bullet2 {
	text-indent: 5px;
	list-style-position: inside;
	list-style-type: disc;
}

/* ------ Footer ----- */
#footer { 
	color: gray; 
	line-height: 1.2em; 
	font-size: 11px; 
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	padding-top: 15px; 
	border-top-color: gray; 
	border-top-width: 1px; 
	border-top-style: solid; 
	height: 50px; 
	width: 100%; 
}

#footer .copyright {
	padding-left: 20px;
	float: left;
}

#footer .validate {
	padding-right: 20px;
	float: right;
}

/*---- Contact Form ----*/
#myForm {
	height: 350px;
	padding: 5px;
}

#myForm p {
	margin-bottom: 5px;
}

#myForm label {
	float: left;
	width: 120px;
}

#myForm input, #myForm textarea, #myForm select {
	border: 1px solid #cac9b9;
}

#myForm .red {
	border: 1px solid red;
}

#myForm label.red {
	border: none;
	color: red;
}

#myForm .customRed {
	border: none;
	color: red;
}

#myForm #submit {
	margin-left: 120px;
}

#validationMessage {
	/*background-color: #eee;*/
	padding-bottom: 10px;
	                           
	color: #339900;
	font-weight: bold;
}

#failureMessage {
	/*background-color: #eee;*/
	padding-bottom: 10px;
	                           
	color: red;
	font-weight: bold;
}

#myForm .errorMessage {
	color: red;
	margin-left: 10px;
	font-size: 0.8em;
}

.special{
display:none;
}

.contact a{
	text-decoration: underline;
	color: #00aeef;
}

.contact a:hover{
	text-decoration: underline;
	color: gray;
}

#art{
	padding-top: 10px;
	float: left;
	position: relative;
	text-align: center;
	height: 50px;
	width: 260px;
}

#graphic{
	padding-top: 10px;
	float: left;
	position: relative;
	text-align: center;
	height: 50px;
	width: 260px;
}

#print{
	padding-top: 10px;
	float: left;
	position: relative;
	text-align: center;
	height: 50px;
	width: 260px;
}

#clear{
	clear: both;
}

/* -------------------- */