/* ---------------------------------------------
GENERAL
--------------------------------------------- */
body{
	background-image: url(/images/general/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #303030;
	font-family: Arial;
	font-size: 13px;
	line-height: 20px;
	margin: 0px;
}
form {
	margin-top: 0px; 
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px
}
h1{
	font-family: Georgia;
	font-size: 20px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}


/* ---------------------------------------------
HEADER
--------------------------------------------- */
#HEADER-container{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 400px;
}
#HEADER-menu-bg{
	background-image: url(/images/menu/background.png);
	height: 55px;
}


/* ---------------------------------------------
MENU
--------------------------------------------- */


/* ---------------------------------------------
CONTENT
--------------------------------------------- */
#HOME-banners{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#CONTENT-container{
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}
.CONTENT-col1{
	padding-right: 15px;
}
.CONTENT-col2{
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
.BODY-heading1{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 8px;
	font-family: Georgia;
}
.BODY-link2{
	font-weight: bold;
	color: #3B5071;
	text-decoration: none;
}
a.BODY-link2:hover{color: #1C34B1; text-decoration: Underline;}

/* ---------------------------------------------
FORM FIELDS
--------------------------------------------- */
.FORM-textfield{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px;
	border: 1px solid #999999;
}
.FORM-dropdown{}
.FORM-multiselect{}
.FORM-radio{}
.FORM-checkbox{}
.FORM-col1{
	font-family: Arial;
	font-size: 14px;
	background-color: #F3F3F3;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
}
.FORM-col2{
	font-family: Arial;
	font-size: 14px;
	background-color: #F3F3F3;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.FORM-col2-req{
	font-family: Arial;
	font-size: 14px;
	background-color: #F3F3F3;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(/images/general/reqfield.png);
	background-repeat: no-repeat;
	background-position: 430px 12px;
}
.FORM-errmsg{
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 10px;
}
#FORM-thankyou-area{
	font-family: Arial;
	font-size: 16px;
	height: 250px;
}

/* ---------------------------------------------
FOOTER
--------------------------------------------- */
#FOOTER-container{
	background-image: url(/images/general/footerbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 130px;
	padding-top: 15px;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
#FOOTER-container a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#FOOTER-container a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#FOOTER-container a:hover{
	color: #FFCC00;
	text-decoration: none;
}

