@charset "UTF-8";
/* CSS Document */

.mainColumn {
	padding:10px 0px 20px 0px;
	margin-bottom:10px;
}

.mainColumn input.formField {
	width:375px;
	margin-bottom:10px;
	border:1px solid #979487;
	background:#fefcf4;
	padding:5px 5px 5px 0px;
	color:#58595b;
}

.contactcomments {
	width:460px;
	height:116px;
	border:1px solid #979487;
	background:#fefcf4;
	margin-bottom:10px;
	color:#58595b;
}

.roundBox {
	margin:5px 0px 25px 40px;
	padding:0px 0px 0px 0px;
	width:736px;
}

.topCorners {
	background:url(../images/topCorners.jpg);
	width:736px;
	height:11px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

.bottomCorners {
	background:url(../images/bottomCorners.jpg);
	width:736px;
	height:11px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

.boxContent {
	background:#c9e0e9;
	padding:0px 10px 0px 10px;
	margin:0px;
	font-size:11px;
	line-height:14px;
	color:#58595b;
}

.boxContent a {
	color:#58595b;
}

.boxContent a:hover {
	color:#2486ad;
}

.loginBoxText {
	padding:0px 20px 0px 0px;
}

.loginBoxText p {
	margin-bottom:10px;
}

.loginBoxText input {
	width:155px;
	border:1px solid #999999;
	margin-bottom:10px;
	padding:5px 5px 5px 5px;
	color:#c1c1c1;
}

.arrows {
	padding-right:20px;
	height:17px;
	display:inline;
	float:right;
	background:url(../images/arrow2.jpg) no-repeat -4px right;
	color:#58595b;
	text-decoration:none;
}

.arrows:hover {
	color:#4196b8;
}

.submit {
	width:460px;
	position:relative;
	top:-10px;
}

.grey {
	color:#898989;
}

.contactlinks {
	color:#2486ad !important;
}

.contactright {
	line-height:22px !important;
}

#contactSubmit {
	background:url(../images/submit.gif) no-repeat 0px 0px;
	display:block;
	color:#FFF;
	width:65px;
	height: 18px;
	border:none;
	text-indent:90px;
}

#contactSubmit:hover {
	background-position:0 -19px; 
	cursor: pointer;
}