@charset "utf-8";

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td, label, select, hr
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	text-align: justify;
	list-style-position: inside;
}

a:link
{
	color: #af0202;
	text-decoration: none;
}

a:visited
{
	color: #af0202;
	text-decoration: none;
}

a:active
{
	color: #af0202;
	text-decoration: none;
}

a:hover
{
	color: #af0202;
	text-decoration: underline;
}

a
{
   cursor: pointer;
}
img {
border: none;
}
.top {
	background-image: url(../../images/top-bar.jpg);
	background-repeat: repeat-x;
	height: 173px;
	width: 100%;
}
.logo {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 173px;
}
.main {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}.content {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	clear: both;
	margin-top: 15px;
	background-color: #f2f2f2;
	padding: 20px;
	margin-bottom: 15px;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.footer_menu 
{
	width: 850px;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AEB0B2;
	clear: both;
	font-size: 10px;
	letter-spacing: 1px;
	padding-bottom: 10px;
	color: #333;
}
.image-ver {
	float: right;
	height: auto;
	width: auto;
	margin-bottom: 15px;
	margin-left: 15px;
}
.image-hor {
	float: right;
	height: 113px;
	width: 220px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
.contact {
	width: 375px;
	float: right;
	border: 1px solid #D61616;
	padding: 15px;
	color: #333;
}
.asterisk {
	color: #FF0000;
}
.field {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #000;
}
