
/* MAIN SITE WRAPPER */
#wrapper {
	border-top: 6px solid #CD1543; 
	border-left: 1px solid silver; 
	border-right: 1px solid silver; 
	border-bottom: 6px solid #336699; 
	width: 1000px;
	margin: 0 auto; margin-bottom: 2px;
	padding: 0px;
	text-align: center;	
	background: #FFFFFF;
	position: relative;
	top: 0px;
}





/* LOGO HEADER */
#logoHeader {
	border: 0px solid yellow; 
	width: 1000px;
	height: 125px;
	margin: 0 auto; 
	padding: 0px;
	text-align: left;	
	background: #FFFFFF;
}

	#logoHeader h1 {
		position: relative;
		top: 1px;
		padding: 0px;
		margin: 0px;
		width: 217px;
		height: 113px;
		overflow: hidden;
		font: bold 1.2em impact;
		text-transform: uppercase;
		background: #E9E8D5;
		float: left;
	}

	#logoHeader h1 span {
		position: absolute;
		left: 0;
		top: 0;
		width: 217px;
		height: 113px;
		background: transparent url(../images/logo.jpg) no-repeat;
	}


#logoHeader #topIcons {
	border: 0px solid green; 
	width: 300px;
	height: 40px;
	margin: 0 auto; margin-top: 10px; margin-right: 5px;
	padding: 0px;
	text-align: right;	
	float: right;
	background: #FFFFFF;
}


/* MAIN NAVIGATION BAR POSITIONING - see navigation.css */


/* MAIN VISUAL IMAGE POSITIONING - see background.css */





/* CONTENT */
#content {
	border: 0px solid purple; 
	width: 1000px;
	min-height: 700px;
	margin: 0 auto; margin-top: 10px;
	padding: 0px;
	text-align: center;	
	overflow:auto;
}



#content img {
	margin: 0px;

}

.imagePadding {
	padding-left: 20px;
	padding-bottom: 20px;
}


#selectStatus {
	border: 0px solid red;
	width: 900px;
	margin: 0 auto;
	padding: 0px;
}

#selectStatus ul {
	list-style-type: none;
}


#selectStatus ul li {
	float: left;
	padding: 0px 25px;
	text-align: center;
	font: bold 0.8em arial;
}


	/* ===== LEFT CONTENT ====== */
#content #leftContent {
		border: 0px solid yellow;
		margin: 0 auto;
		padding: 0px;
		width: 700px;
		min-height: 400px;
		text-align: justify;
		font: normal 1.1em verdana;
		color: #675432;
		float: left;
}

.imgPadding  {
	border: 0px solid #000;
	padding: 15px;
}

#content #leftContent p.noPadding {
	color:#000;
	margin:0px 15px;
	padding:0px 10px;
	color: #000000;
	text-align: justify;
	line-height: 110%;
	font: normal 0.8em arial, sans-serif;
}

#content #leftContent table {
	color:#000;
	margin:0px 15px;
	padding:0px 10px;
	color: #000000;
	text-align: center;
	text-decoration: underline; 
	line-height: 110%;
	font: bold 0.8em arial, sans-serif;
}

#content #leftContent table img {
	margin:0px 15px;
	padding:0px 10px;
}




#content #leftContent h4.membership  {
		margin: 0 auto; 
		padding: 0px;
		text-align: center;
		color: #CD1543;
		text-decoration: underline;
}

#content #leftContent h6  {
		margin: 0 auto; margin-bottom: 1px; margin-top: 25px; margin-left: 25px;
		padding: 0px; padding-bottom: 0px;
		text-align: left;
		color: #000000;
		font-size: 0.9em;
		text-decoration: underline; 
}

#content #leftContent h6.noUnderline  {
		margin: 0 auto; margin-bottom: 1px; margin-top: 25px; margin-left: 25px;
		padding: 0px; padding-bottom: 0px;
		text-align: left;
		color: #000000;
		font-size: 0.9em;
		text-decoration: none;
}

#content #leftContent ol {
	font: normal 0.8em arial, sans-serif;
	color: #003366;
}

#content #leftContent ul {
	font: normal 0.8em arial, sans-serif;
	color: #003366;
}

#content #leftContent ul.noPadding {
	margin:0px 35px;
	padding:0px 10px;
	font: normal 0.8em arial, sans-serif;
	color: #003366;

}

#content #leftContent ul.subList {
	margin-top: 1px;
	font: bold 0.8em arial, sans-serif;
	color: #003333;
	text-indent: 10px;
	list-style-type:circle;
	list-style-position:inside
}

#content #leftContent .redText {
	color: #CD1543;
	font: normal 18px/19px Times New Roman;
}

	/* Map Layout */

#content #leftContent ul.areas {
	margin-top: -30px;
	text-indent: 20px;
	list-style-type:disc;
	
}

#content #leftContent ul.region {
	font-weight: bold;
	text-align: center;
}

#content #leftContent ul.regionElements {
	margin-bottom: 25px;
}

#content #leftContent ul.first  {
	border: 0px solid red;
	width: 190px;
	margin-bottom: 10px;
	list-style-type:none;
	float: left;
}

#content #leftContent ul.first h3 {
	position: relative;
	top: -30px;
	text-indent: 5px;
}




#content #leftContent ul.middle  {
	border: 0px solid green;
	width: 190px;
	list-style-type:none;
	float: left;
}

#content #leftContent ul.middle h3 {
	position: relative;
	top: -30px;
	text-indent: 5px;
}

#content #leftContent ul.last {
	border: 0px solid yellow;
	width: 190px;
	list-style-type:none;
	float: left;
}

#content #leftContent ul.last h3 {
	position: relative;
	top: -30px;
	text-indent: 5px;
}

#leftContent ul li#selected a {
	display: block;
	text-decoration: none;
	color: #CD1543; 
}


	/* RIGHT CONTENT */

#content #rightContent {
		border: 0px solid purple;
		margin: 0 auto; margin-left: 10px; 
		padding: 0px;
		width: 270px;
		min-height: 400px;
		text-align: justify;
		float: right;
}

/* RIGHT VERTICAL NAVIGATION - see navigation.css */









/* LINKS POSITIONING - see navigation.css */

/* FOOTER POSITIONING - see navigation.css */

/* CREDITS POSITIONING - see navigation.css */
