@charset "UTF-8";

/* BODY */ 
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align:center;
	background-color: #240B02;
	background-image: url(../images/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*--------------------------------------------------------------------------*/

/* TEXT STYLES */ 
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	margin-top: 0px;
}
p a{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #931414;
	text-decoration:none;
}
p a:hover{
	color: #000000;
	text-decoration:underline;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: lighter;
	color: #000000;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2{
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #8D0405;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3{
}

/*--------------------------------------------------------------------------*/

/* LAYOUT STYLES */ 
#Container{
	width: 977px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#ContentContainer {
	background-color: #FFFFFF;
	padding: 10px;
	float: left;
	width: 957px;
}
#Footer {
	background-image: url(../images/bg-footer.png);
	background-repeat: no-repeat;
	float: left;
	height: 74px;
	width: 277px;
	padding-bottom: 50px;
	padding-top: 70px;
	padding-left: 700px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
}
#Footer a{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration:none;
}
#Footer a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration:underline;
}
#TopContentContainer {
	float: left;
	width: 977px;
}
#TopContentLeft {
	float: left;
	width: 336px;
}
#TopContentRight {
	float: left;
}
#TopNav {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	width: 257px;
	padding-top: 55px;
	padding-left: 720px;
	padding-bottom: 45px;
}
#TopNav a{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:none;
}
#TopNav a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:underline;
}

/*--------------------------------------------------------------------------*/


/* FORM STYLES */ 
.block {
	width: 468px;
	position:relative;
}
.block-content {
	background-image: url(../images/block-bg.png);
	background-repeat: repeat-y;
	padding:0px 4px;
}
#form_box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #666666;
	margin-bottom: 10px;
}
.fieldclass {
	background-image: url(../images/field-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 13px;
	padding: 8px;
	margin-bottom: 20px;
	width: 360px;
}
#submitter {
	height: 44px;
	width: 114px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: top;
	cursor:pointer;
	display:block;
	background-color: transparent;
	background-image: url(../images/send-button.png);
}

/*--------------------------------------------------------------------------*/

/* IMAGE POSITION STYLES */ 

.PreleadPic {
	display:none;
}
img.floatLeft { 
    float: left; 
    margin: 5px; 
}
img.floatRight {
	float: right;
	margin-right: 8px;
	margin-left: 8px;
}
/* Remove annoying border on linked images. */
a img { border: none; }

/*--------------------------------------------------------------------------*/


