/* GENERAL STYLES */
/* CSS Document */


html {
height: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #000;
	line-height: 1.1em;
	text-align: center;
	height: 100%;
	/*background-color: #000;*/
	background: url(../images/background.jpg) top center repeat-y;
}
/*a:link {color: #666; text-decoration: none;}
a:visited {color: #666; text-decoration: none;}
a:hover {color: #CC0000; text-decoration: underline;}
a:active {color: #666; text-decoration: none;}*/

a:link {color: #CC0000; text-decoration: none;}
a:visited {color: #CC0000; text-decoration: none;}
a:hover {color: #666; text-decoration: underline;}
a:active {color: #CC0000; text-decoration: none;}

p {
	margin-top: 0px;
	margin-bottom: 16px;
}

h1 {
	font-size: 1.2em;
}

hr {
	border-top: #D6D6D6 dotted 1px;
	border-right: #FFF dotted 1px;
	border-bottom: #FFF dotted 1px;
	border-left: #FFF dotted 1px;
	margin: 0px 0px 18px 0px;
}

.space {
	padding: 0px 20px;
}

.floatleft{
	float: left;
	margin: 0px 26px 26px 0px
}

.floatright{
	float: right;
	margin: 0px 0px 26px 26px
}

.whiteText{
	color: #FFF;
}

.end {
	clear: both;
}



/*MAIN CONTAINER*/

#wrapper {
	margin: auto;
	width: 900px;
	/*background: #FFF url(../images/bg_tile.gif) center 350px no-repeat;*/
	height: 100%;
	min-height: 100%;
}

#container {
	margin: 0;
	width: 900px;
	text-align: left;
	background: url(../images/tile_left_bar.gif) top left repeat-y;
	/*height: 100%;*/
	font-size: 0.8em;
	min-height: 100%;
}

/*HEADER AREA*/

#header {
 	background: #CC0000 url(../images/img_header_bg2.gif) top left no-repeat;
  	float: left;
  	width: 900px;
  	/*height: 127px;*/
	height: 145px;

	margin-bottom: -35px;
}

#logo-left {
 	float: left;
	width: 209px;
	padding-left: 26px;
}
#logo-right {
	float: right;
	width: 206px;
	padding-right: 26px;
}
#contact {
	clear: both;
 	float: right;
	width: 400px;
	text-align: right;
	padding-right: 26px;
	color: #fff;
}
#contact a:link {color: #fff; text-decoration: underline;}
#contact a:visited {color: #fff; text-decoration: underline;}
#contact a:hover {color: #fff; text-decoration: underline;}
#contact a:active {color: #fff; text-decoration: underline;}

/*NAVIGATION AREA*/

#navPanel {
	clear: both;
	float: left;
	width: 150px;
	margin: 20px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}

.navOn {
	clear: both;
	float: left;
	font-size: 12px;
	width: 150px;
	border-top-color: #D6D6D6;
	border-top-style: dotted;
	border-top-width: 1px;
	color: #CC0000;
	padding: 8px 0px 8px 0px;
	background-color: #F9F9F7;
}
.navOff {
	clear: both;
	float: left;
	font-size: 12px;
	width: 142px;
	border-top-color: #D6D6D6;
	border-top-style: dotted;
	border-top-width: 1px;
	padding: 8px 0px 8px 8px;
}

#globalNavHolder {
	width: auto;
	text-align: center;

	/*margin-top: -35px;
	padding-left: 170px;*/

	margin: 0px 0px 0px 170px;
	clear: both;
}
.navGlobalOn {
	clear: none;
	float: left;
	font-size: 12px;
	width: auto;
	/*border-top-color: #D6D6D6;
	border-top-style: dotted;
	border-top-width: 1px;*/
	color: #CC0000;
	/*padding: 8px 0px 8px 0px;*/
	/*background-color: #F9F9F7;*/

	padding: 3px 0px 4px 2px;
	/*border-bottom-color: #D6D6D6;
	border-bottom-style: dotted;
	border-bottom-width: 1px;*/

}
.navGlobalOff {
	clear: none;
	float: left;
	font-size: 12px;
	width: auto;
	/*border-top-color: #D6D6D6;
	border-top-style: dotted;
	border-top-width: 1px;*/
	/*padding: 8px 0px 8px 0px;*/

	padding: 3px 0px 4px 10px;
	/*rder-bottom-color: #D6D6D6;
	border-bottom-style: dotted;
	border-bottom-width: 1px;*/
}

.navGlobalOn a:link {color: #FFFFFF; text-decoration: none;}
.navGlobalOn a:visited {color: #FFFFFF; text-decoration: none;}
.navGlobalOn a:hover {color: #FFFFFF; text-decoration: underline;}
.navGlobalOn a:active {color: #FFFFFF; text-decoration: none;}

.navGlobalOff a:link {color: #FFFFFF; text-decoration: none;}
.navGlobalOff a:visited {color: #FFFFFF; text-decoration: none;}
.navGlobalOff a:hover {color: #FFFFFF; text-decoration: underline;}
.navGlobalOff a:active {color: #FFFFFF; text-decoration: none;}


.navLocal {
	clear: both;
	float: left;
	font-size: 11px;
	width: 136px;
	border-top-color: #D6D6D6;
	border-top-style: dotted;
	border-top-width: 1px;
	color: #CC0000;
	padding: 5px 0px 5px 14px;
	background-color: #F9F9F7;
}
.navOn a:link {color: #CC0000; text-decoration: none;}
.navOn a:visited {color: #CC0000; text-decoration: none;}
.navOn a:hover {color: #CC0000; text-decoration: none;}
.navOn a:active {color: #CC0000; text-decoration: none;}

.navOff a:link {color: #000; text-decoration: none;}
.navOff a:visited {color: #000; text-decoration: none;}
.navOff a:hover {color: #CC0000; text-decoration: none;}
.navOff a:active {color: #000; text-decoration: none;}

.navLocal a:link {color: #000; text-decoration: none;}
.navLocal a:visited {color: #000; text-decoration: none;}
.navLocal a:hover {color: #CC0000; text-decoration: none;}
.navLocal a:active {color: #000; text-decoration: none;}

.navBullet {
	/*padding: 0px 1px 0px 3px;*/
	padding: 0px 1px 0px 3px;
}

.dotLine {
	height: 1px;
	width: 150px;
	border-top-color: #D6D6D6;
	border-top-style: dotted;
	border-top-width: 1px;
}


/*PAGE TITLE AREA*/

#homepagetitle {
	float: left;
	height: 123px;
	width: 678px;
	margin: 20px 26px 0px 26px;
	border-top-color: #D6D6D6;
	/*border-top-style: dotted;*/
	border-top-width: 1px;
	border-bottom-color: #D6D6D6;
	/*border-bottom-style: dotted;*/
	border-bottom-width: 1px;
	padding: 0px 0px 0px 0px;
}

#title {
	float: left;
	height: 30px;
	width: 678px;
	margin: 20px 26px 0px 26px;
	border-top-color: #D6D6D6;
	border-top-style: dotted;
	border-top-width: 1px;
	border-bottom-color: #D6D6D6;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding: 5px 0px 0px 0px;
}

.pagetitle {
	color: #333;
	/*font-family: Times New Roman, Times, Serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17pt;
	line-height: 19.2pt;
}

/*CONTENT AREA*/

#contentWide {
	float: left;
	width: 678px;
	margin: 10px 26px 10px 26px;
	padding: 0px 0px 0px 0px;	
	/*min-height: 100%;*/
}

.divider {
	padding: 0px 16px;
	color: #CC0000;
}

#content {
	float: left;
	width: 448px;
	margin: 10px 26px 10px 26px;
	padding: 0px 0px 0px 0px;
}




/*FOOTER STYLES*/

#footer {
	background: #CC0000 url(../images/img_footer_bg.gif) top left repeat-x;
	clear: both;
	float: left;
	width: 874px;
	height: 20px;
	font-size: 10px;
	color: #fff;
	padding: 2px 26px 0px 0px;
	text-align: right;
	margin: -22px auto 0 auto;
}

#clearfooter {
height: 22px;
}

#Popupfooter {
	clear: both;
	width: 100%;
	float: left;
	font-size: 0.6em;
}

#address {
	width: 600px;
	color:#FFFFFF;
	padding: 4px 0px 4px 16px;
	float: left;
	text-align: left;
}

#footertext {
	width: 370px;
	color:#FFFFFF;
	padding: 4px 16px 4px 0px;
	float:right;
	text-align: right;
}

#Popupfootertext {
	width: 370px;
	padding: 4px 16px 4px 0px;
	float:right;
	text-align: right;
}

.footerspace {
	padding: 0px 6px;
}

#footer a:link {color: #FFF;}
#footer a:visited {color: #FFF;}
#footer a:hover {color: #FFF;}
#footer a:active {color: #FFF;}


/* EDITOR PROPERTIES */
