/* ---------------------------------------------
GENERAL
--------------------------------------------- */
body{
	background-image: url(/images/general/background-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	line-height: 19px;
}
form {
	margin-top: 0px; 
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px
}
h1{
	font-family: "Arial Narrow";
	font-size: 24px;
	color: #4B4B4B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h2{
	font-family: "Arial Narrow";
	font-size: 24px;
	color: #4B4B4B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


/* ---------------------------------------------
HEADER
--------------------------------------------- */
#HEADER-container{
	width: 985px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/images/general/address.gif);
	background-repeat: no-repeat;
	background-position: 750px 55px;
	height: 118px;
	padding-top: 10px;
	padding-left: 5px;
}

/* ---------------------------------------------
MENU
--------------------------------------------- */
#MENU-container{
	height: 36px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/images/menu/background.jpg);
	background-repeat: no-repeat;
	overflow: auto;
}
.MENU-item{
	width: 166px;
	text-align: center;
	padding-top: 12px;
	float: left;
}
.MENU-item-last{
	width: 160px;
	text-align: center;
	padding-top: 12px;
	float: left;
}


/* ---------------------------------------------
MAIN IMAGE
--------------------------------------------- */
#MAINIMG-container{
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}
#MAINIMG-banner-container{
	float: left;
	width: 345px;
}
.MAINIMG-banner{
}
.MAINIMG-image{
	float: left;
	width: 645px;
}


/* ---------------------------------------------
CONTENT
--------------------------------------------- */
#CONTENT-background{
	background-color: #000000;
	background-image: url(/images/general/background-content.jpg);
	background-repeat: repeat-x;
	overflow: auto;
}
#CONTENT-container{
	width: 960px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: auto;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.CONTENT-td-left{
	background-color: #CCCCCC;
}
.CONTENT-td-right{
}
.CONTENT-sideimg{
}
.CONTENT-sidebuttons{
	text-align: center;
	margin-top: 10px;
}
.CONTENT-horline{
	height: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-bottom: 12px;
}
.CONTENT-header{
}
.CONTENT-text{
}


/* ---------------------------------------------
FORM FIELDS
--------------------------------------------- */
.FORM-textfield{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-family: Verdana;
	font-size: 14px;
	color: #333333;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.FORM-dropdown{}
.FORM-multiselect{}
.FORM-radio{}
.FORM-checkbox{}
.FORM-column-left{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	background-color: #BDE6F9;
	border: 1px solid #c3c3c3;
	font-weight: bold;
}
.FORM-column-right{
}
.FORM-column-required{
	background-color: #FFFFFF;
	border: 1px solid #c3c3c3;
	background-image: url(/images/general/reqfield.gif);
	background-position: 420px 13px;
	background-repeat: no-repeat;
}
.FORM-errmsg{
	font-family: Verdana;
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 8px;
}
.FORM-thankyoumsg{
	font-family: Verdana;
	font-size: 12px;
	background-color: #E2F791;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 16px;
	padding-left: 8px;
}


/* ---------------------------------------------
CONTACT US
--------------------------------------------- */
#CONTACTUS-left-column{
	float: left;
	width: 555px;
}
#CONTACTUS-right-column{
	width: 330px;
	float: left;
	margin-left: 30px;
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 55px;
}
#CONTACTUS-line{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.CONTACT-text{
	margin-bottom: 8px;
}



/* ---------------------------------------------
FOOTER
--------------------------------------------- */
#FOOTER-container{
	width: 990px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	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: #A8F20D;
}


/* ---------------------------------------------
NEWS
--------------------------------------------- */
.NEWS-header{
	font-family: "Arial Narrow";
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
}

.NEWS-border{
	border: 1px solid #CCCCCC;
	padding: 8px;
	margin-bottom: 10px;
}
.NEWS-headline{
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	font-family: "Arial Narrow";
	padding-bottom: 5px;
}
.NEWS-headline a:link{
	color: #990000;
	text-decoration: none;
}
.NEWS-headline a:visited{
	color: #990000;
	text-decoration: none;
}
.NEWS-headline a:hover{
	color: #333333;
}
