#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:static;
	line-height:1.5em;
	background-color: #FFF;
}
.fields {
	height: 18px;
	width: 187px;
	border: solid 1px #000;
	margin-bottom: 5px;
}
.contactform_fields {
	background-image: url(images/formfields.jpg);
	width: 420px;
	height: 20px;
	border: 0px;
	background-repeat: no-repeat;
	padding-left: 3px;
	padding-top: 2px;
	margin-bottom: 5px;
}
.contactform_fields-two {
	background-image: url(images/formfields2.png);
	width: 265px;
	height: 20px;
	border: 0px;
	background-repeat: no-repeat;
	padding-left: 3px;
	padding-top: 3px;
	margin-bottom: 5px;
}
.contactform_message {
	border: 0px;
	background-repeat: no-repeat;
	background-image: url(images/contactform_message_image.png);
	width: 429px;
	height: 121px;
	padding-left: 4px;
	padding-top: 4px;
}
.inner_submit {
	border: 0px;
	background-image: url(images/contact_me.png);
	width: 172px;
	height: 35px;
	margin-left: 100px;
	margin-top: 20px;
}
.gobutton {
	background-image: url(images/go_button.png);
	height: 19px;
	width: 37px;
	border: 0px;
}
.message-area {
	background-image: url(images/text-area.png);
	height: 83px;
	width: 205px;
	border: 0px;
	background-repeat: no-repeat;
}
#mainFormError
{
	height: 18px;
	width: 187px;
	border: solid 1px #000;
	margin-bottom: 5px;
	background:#FEC7D6;
}



input.mainFormError
{
	height: 18px;
	width: 187px;
	border: solid 1px #000;
	margin-bottom: 5px;
	background:#FEC7D6;
}

.red {
	color: #F00;
}
#login_box{
	height:330px;
	width: 558px;
	margin: auto;
	border: solid #000 1px;
	background-color: #FFF;
}
#nav a{
	display:block;
	padding:0px 15px 0px 10px;
	border:0px solid #333;
	color:#00387F;
	text-decoration:none;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	font-weight: bold;
}

#nav a:hover{
	color:#001024;
}

#nav li{
	float:left;
	position:relative;
}

#nav ul {
	position:absolute;
	display:none;
	width:12.9em;
	top:1.5em;
	border: solid #CCC 1px;
	padding-right: 5px;
	margin-left: 10px;
}

#nav li ul a{
	width:12em;
	height:auto;
	float:left;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
	left:12em;
	margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}
.blue_002 {
	color: #3A387F;
	text-decoration: none;
}
.t1-2 {
	font-size: 15px;
	color: #F00;
}
.underline {
	text-decoration: underline;
}
