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

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote {
	margin : 0;
	padding : 0;
}
/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size : 100%;
}
/* Removes border from fieldset and img */
fieldset, img {
	border : 0;
}
/* Left-aligns text in caption and th */
caption, th {
	text-align : left;
}
/* Removes quotation marks from q */
q:before, q:after {
	content :'';
}
html {
	overflow: -moz-scrollbars-vertical !important;
}
body {
	position : relative;
	width : 777px;
	height:100%;
	margin : 0 auto;
	font-size: 12px;
	color: #6b6c6f;
	text-align : left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url("/images/background.jpg") repeat-x #000;
}
a {
	color: #5d5b5b;
	text-decoration: underline;
}
a:hover, a:active {
	color: #dacdcd;
	text-decoration: underline;
}
a:visited {
	color: #5d5b5b;
	text-decoration: none;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
#section_home #header {
	background: url("/images/header_home.jpg") no-repeat #000;
	width: 777px;
	height: 313px;
	margin-top: 39px;
}

#section_home h2 {
	font-size: 20px;
}

#section_home p {
	font-size: 14px;
	 line-height: 20px;
}

#header {
	clear: both;
}
#header h1 {
	text-indent: -9999px;
}
#menu {
	width: 170px;
	margin-top: 6px;
	float: left;
	position: relative; 
	right: 10px;
	background: url("/images/barh.gif") repeat-y;
	background-position: right;
	padding-right: 10px;
}
#content_wrapper {
	width: 777px;
}
#content {
	float: left;
	margin-top: 12px;
	padding-left: 10px;
	width : 580px;
}
#footer {
	clear: both;
}

/* modules */
.form-title {
	border-top: 1px dotted #333;
	padding-top: 10px;
	font-size: 1.1em;
	padding-bottom: 20px;
}
.form-tdtext {
	width: 25%;
}
.form-tdtext p { 
	margin: 0px; 
	margin-bottom: 20px; 
}
.form-required {
	color: #FFBFC8;
	font-size: 0.9em;
}
