@charset "UTF-8";
body {
	color: #666666;
	background-color: #FFFFFF;
	padding-top: 4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content {
	position: relative;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#content h1 {
	position: absolute;
	height: 122px;
	width: 122px;
	top: 488px;
	background-image: url(../../images/logo2final.gif);
	background-repeat: no-repeat;
}
#content  h1 a {
	position: absolute;
	top: -999em;
}


#grid  {
	width: 610px;
	padding-left: 122px;
	height: 610px;
	font-size: 0.75em;
}
#content #grid img.thumb {
	margin: 0px;
	position: relative;
	height: 116px;
	width: 116px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	display: block;
	float: left;
}


#navigation {
	position: absolute;
	right: 0px;
	width: 210px;
	text-align: left;
	top: 0px;
}
#navigation li {
	display: block;
	text-align: left;
	padding-bottom: 0.5em;
}
#navigation .active li {
	display: block;
	padding-top: 0.2em;
	text-align: left;
}

#navigation a {
	text-align: left;
	color: #3399FF;
	text-decoration: none;
	font-size: 0.8em;
}
#navigation a:hover {
	color: #000000;
}
#navigation ul ul {
	display: none;
}
#navigation ul .active ul li {
	padding-bottom: 0px;
	padding-left: 0.5em;
}


#navigation .active ul {
	display:block;
	}
#navigation .active ul a {
	font-size: 0.6em;
	color: #000000;
	padding-bottom: 0px;
	}
	#navigation .active ul a:hover {
	color: #FF0000;
	}

#footer {
	clear: both;
	position: relative;
	font-size: 0.7em;
	padding-top: 4em;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	padding-bottom: .2em;
}
#footer a {
	color: #3399FF;
	text-decoration: none;
}

#footer #leftbox {
	width: 245px;
	float: left;
	text-align: left;
	display: block;
}
#footer #middlebox {
	width: 245px;
	float: left;
	text-align: center;
	display: block;
}
#footer #middlebox p {
	text-align: center;
}

#footer #rightbox {
	width: 245px;
	float: left;
	text-align: right;
	display: block;
}
#footer #rightbox p {
	text-align: right;
}
#footer a:hover {
	color: #000000;
}
#grid #textbox {
	position: relative;
	height: 610px;
	width: 486px;
	float: right;
}
#grid #textbox2 {
	position: relative;
	height: 610px;
	width: 486px;
	float: left;
}
#grid #textbox3 {
	position: relative;
	height: 488px;
	width: 610px;
}
#grid  h2 {
	font-size: 1.3em;
	padding-bottom: 1.2em;
	font-weight: bold;
}
#grid p {
	padding-bottom: 1em;
	line-height: 1.2em;
}
.imageleft {
	padding-right: 10px;
	float: left;
	}
.imageright {
	padding-left: 10px;
	padding-right: 6px;
	float: right;
	}
/* form */
#center form {
    margin:20px 0 20px 20px;
}
#center fieldset{
    border:none;
    padding:10px;
    margin:20px 0;
}
#center legend {
    font-weight:bold;
}
#center label {
    width:150px;
    margin-left:10px;
    text-align:left;
}
#center fieldset.radiofields label{
    width:150px;
    margin:0 5px;
}
#center fieldset.radiofields input.radio{
    margin-right:5px;
}
#center input.text, #center textarea {
    display:block;
    margin-left:10px;
    margin-bottom:10px;
    width:300px;
}
#center form br {
    clear:left;
    line-height:1px;
}
#center input.button {
    font-size:1.2em;
    margin-left:150px;
    padding:2px;
    color: #ffffff;
    background: #000060;
    border: 1px solid #000060;
    text-align:center;
    display: inline;
}
div.errors{
    color:red;
    padding:6px 10px;
    margin-left:15px;
}
span.required{
    color:red;
}
#Comment #LastName, #CommentDe #LastName{
    position:absolute;
    text-decoration:underline;
    background-color:#CC0000;
    left:0px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;
}

