/* ---------------------------------------------
GENERAL
--------------------------------------------- */
body{
	font-family: Arial;
	font-size: 13px;
	line-height: 18px;
	margin: 0px;
	color: #333333;
}
form {
	margin-top: 0px; 
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px
}
h1{
	font-family: "Arial Narrow";
	font-size: 28px;
	font-weight: normal;
	display: block;
	padding-bottom: 10px;
	padding-top: 5px;
}

a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}

/* ---------------------------------------------
LOGO
--------------------------------------------- */
#LOGO-container{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 15px;
}


/* ---------------------------------------------
MENU
--------------------------------------------- */
#MENU-container{
	background-image: url(/images/menu/bg.png);
	background-repeat: repeat-x;
	text-align: center;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}


/* ---------------------------------------------
CONTENT
--------------------------------------------- */
#CONTENT-header{
	font-family: "Arial Narrow";
	font-size: 28px;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 5px;
}
#CONTENT-image{
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#CONTENT-container{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#CONTENT-banner-gallery{
	margin-bottom: 15px;
}
#CONTENT-banner-address{
	background-color: #E6E6E6;
	padding: 15px;
	width: 210px;
}
.CONTENT-text{
}

/* ---------------------------------------------
NEWS
--------------------------------------------- */
#NEWS-home-header{
}
a.NEWS-home:link{
	display: block;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	background-color: #E6E6E6;
	margin-top: 1px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	width: 223px;
}
a.NEWS-home:visited{
	display: block;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	background-color: #E6E6E6;
	margin-top: 1px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	width: 223px;
}
a.NEWS-home:hover{	
	display: block;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
	margin-top: 1px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	width: 223px;
}


/* ---------------------------------------------
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-bg{
	background-image: url(/images/general/footer-bg.jpg);
	height: 597px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#FOOTER-menu-bg{
	background-image: url(/images/general/footer-menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 218px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#FOOTER-menu{
	width: 935px;
	top: 175px;
	position: relative;
	left: 30px;
	font-family: "Arial Narrow";
	font-size: 17px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#FOOTER-menu a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#FOOTER-menu a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#FOOTER-menu a:hover{
	color: #FFFF00;
	text-decoration: none;
}
#FOOTER-copyright{
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	color: #666666;
}
#FOOTER-copyright a:link{
	color: #666666;
	text-decoration: none;
}
#FOOTER-copyright a:visited{
	color: #666666;
	text-decoration: none;
}
#FOOTER-copyright a:hover{
	color: #CC0000;
	text-decoration: none;
}


/* ---------------------------------------------
NEWS
--------------------------------------------- */
.NEWS-home-header{
	margin-bottom: 15px;
}
.NEWS-home-headline{
	font-family: Georgia;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 5px;
}
.NEWS-home-headline a:link{
	text-decoration: none;
}
.NEWS-home-headline a:visited{
	text-decoration: none;
}
.NEWS-home-headline a:hover{
	text-decoration: none;
	color: #CC0000;
}
.NEWS-home-summary{
	font-family: Arial;
	font-size: 13px;
	line-height: 19px;
	color: #333333;
	text-decoration: none;
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.NEWS-home-summary a:link{
	text-decoration: none;
}
.NEWS-home-summary a:visited{
	text-decoration: none;
}
.NEWS-home-summary a:hover{
	text-decoration: none;
	color: #CC0000;
}

.NEWS-border{
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.NEWS-headline{
	font-family: Georgia;
	font-size: 22px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.NEWS-date{
	font-family: Arial;
	font-size: 12px;
	margin-bottom: 5px;
	font-style: italic;
	color: #666666;
}
.NEWS-details{
	font-family: Georgia;
	font-size: 14px;
}
.NEWS-image{
	margin-bottom: 10px;
}
a.NEWS-menu-link:link{
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006599;
	display: block;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	width: 200px;
	margin-bottom: 1px;
}
a.NEWS-menu-link:visited{
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006599;
	display: block;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	width: 200px;
	margin-bottom: 1px;
}
a.NEWS-menu-link:hover{
	background-color: #0099FF;
	display: block;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	width: 200px;
	margin-bottom: 1px;
}



/* ---------------------------------------------
IMAGE GALLERY
--------------------------------------------- */
.IMAGEGALLERY-container{
	background-color: #ebebeb;
	padding: 15px;
}
.IMAGEGALLERY-header{
	font-family: "Arial Narrow";
	font-size: 24px;
	background-image: url(/images/general/horline.png);
	background-position: bottom;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-repeat: repeat-x;
}
.IMAGEGALLERY-header-text{
	font-family: "Arial";
	font-size: 14px;
	margin-bottom: 10px;
}
.IMAGEGALLERY-td{
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #FFFFFF;
}
.IMAGEGALLERY-image{
	margin-bottom: 5px;
}
.IMAGEGALLERY-name{
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	margin-bottom: 3px;
	font-weight: bold;
}
.IMAGEGALLERY-name a:link{
	color: #000000;
	text-decoration: none;
}
.IMAGEGALLERY-name a:visited{
	color: #000000;
	text-decoration: none;
}
.IMAGEGALLERY-name a:hover{
	color: #CC0000;
	text-decoration: none;
}
.IMAGEGALLERY-details{
	font-family: Arial;
	font-size: 12px;
}
.IMAGEGALLERY-noimages{
	padding: 10px;
	font-family: Arial;
	font-size: 20px;
	color: #CC0000;
	height: 250px;
}
.IMAGEGALLERY-goback{
	margin-bottom: 10px;
}

