@charset "UTF-8";

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

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

/* TEXT STYLES */ 
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-top: 0px;
}
p a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #788626;
	text-decoration:none;
}
p a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #323132;
	text-decoration:none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #99AB32;
	margin-top: 0px;
	margin-bottom: 0px;
}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
.Footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
.Footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF7C06;
}
.GreenText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #99AB32;
}
.OrangeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF7C06;
}
.PreviewText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-top: 20px;
}

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

/* LAYOUT STYLES */ 
#Container{
	width: 963px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#ContentContainer {
	float: left;
	width: 963px;
	padding-top: 10px;
}
#ContentLeft {
	float: left;
	width: 224px;
	border: 1px solid #E1E1E1;
	margin-right: 10px;
	padding-bottom: 10px;
}
#ContentLeftTopic {
	float: left;
	width: 224px;
	border: 1px solid #E1E1E1;
	margin-right: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#ContentMain {
	float: left;
	width: 963px;
}
#ContentRight {
	float: left;
	width: 700px;
	border: 1px solid #E1E1E1;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#Footer {
	float: left;
	width: 963px;
	padding-top: 30px;
	padding-bottom: 100px;
}
#Header {
	float: left;
	height: 98px;
	width: 963px;
}
#Login {
	float: left;
	width: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 710px;
	padding-top: 8px;
}
#Login a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:none;
}
#Login a:hover{
	color: #FD6902;
	text-decoration:none;
}
#Logo {
	float: left;
	height: 98px;
	width: 208px;
}
#Menu {
	float: left;
	height: 78px;
	width: 755px;
	background-image: url(../images/bg-header.png);
	background-repeat: no-repeat;
	padding-top: 20px;
}
#SubContent {
	float: left;
	width: 97%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#SubMainImage {
	float: left;
	width: 955px;
	padding-top: 20px;
	padding-left: 8px;
}
#SubQuote {
	float: left;
	width: 208px;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12px;
}

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


/* 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;
	width: 300px;
}
#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-top: 2px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
img.floatRight {
	float: right;
	margin-right: 8px;
	margin-left: 8px;
}
/* Remove annoying border on linked images. */
a img { border: none; }

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

