@charset "utf-8";

/*  -----  Basic Styling  -----  */

* {
	margin: 0px;
	padding: 0px;
}

 * html #navigation li a {  /* make hover effect work in IE */
	width: 400px;
}

body {
	background-color:#5d5d4c;
	text-align:center;
	font-size:100%;
	color: #fcfce4;
	font:Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	clear:both;
	position:relative;
	width:1000px;
	margin:0 auto;
	text-align:left;
	background-color:#000000;
	visibility: visible;
}

#clear {
	clear:both
}

/* -----  Position Container Elements  -----  */


#headerPopup {
	position:relative;
	text-align:center;
}

#header {
	position:relative;
	/*height:440px;*/
	text-align:center;
	margin-bottom:50px;
	}	

#header h2 {
	text-align:right;
	padding-right: 20px;
	font-size: 80%;
}

#content {
	color:#fcfce4;
	position:relative;
	padding:0px;
	margin-bottom:50px;
	/*display:block;*/
}

#content_solo {
	color:#fcfce4;
	position:relative;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:50px;
	/*display:block;*/
}

#content a {
	text-decoration:none;
	text-align:center;
	color:#fcfce4;
	float:left;
	display:block;
}

#content a:hover {
	color:#000000;
}

#left_content {
	background:#5d5d4c;
	/*height:220px;*/
	width:200px;
	float:left;
	text-align:center;
	font-size:1.05em;
	margin:30px 49px 20px;
	display:inline;
	/*display:block*/;
}

#left {
	padding: 10px;
}

#center {
	padding:25px;
	font-size:1.225em;
}

#center_content {
	/*height:180px;*/
	/*clear:both;*/
	background:#5d5d4c;
	width:404px;
	float:left;
	text-align:center;
	font-size:1.15em;
	margin:30px 0px 20px;
	/*margin:24px;
	padding:20px;*/
}

#center_content_solo {
	/*height:180px;*/
	background:#5d5d4c;
	width:500px;
	float:right;
	text-align:center;
	font-size:1.15em;
	margin:0px 250px 25px;
	clear:both;
	/*margin:24px;
	padding:20px;*/
}
#center_content_solo_wide {
	background:#5d5d4c;
	width:auto;
	text-align:center;
	font-size:1.15em;
	clear:both;
	margin-bottom:50px;
	margin-left: 10px;
	font-size:12px;
	list-style-type: circle;
	list-style-position:inside;
}

ul {
	clear:both;
	text-align:left;
	list-style-type: disc;
	list-style-position:inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	line-height:18px;
	
}

li {
	padding-bottom:8px;
}

#center a{
	clear:both;
	text-decoration:underline;
	text-align:center;
	float:none;
	
}

#center a:hover{
	text-align:center;
	color:#d33601;
	clear:both;
	float:none;
}

#centerList {
	text-align:left;
	padding:25px;
	font-size:1.225em;
}

#right_content {
	background:#5d5d4c;
	float:left;
/*	height:220px;*/
	width:200px;
	text-align:center;
	font-size:1.05em;
	margin:30px 49px 20px;
	display:inline;
}

#right {
	padding:10px;
}

#navigation {
	clear:both;
	position:relative;
	width:1000px;
	height:250px;
	background-repeat:no-repeat;
	/*margin-top:250px;*/
	padding:0;
}
.rtop, .rbottom{
display:block;
background:#000000;
}

.rtop *, .rbottom *{
display: block;
height: 1px;
overflow: hidden;
background:#5d5d4c;
}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{
margin: 0 1px;
height: 2px
}


#tag {
margin-bottom:20px;
font-size:20px;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
color:#CCCCCC;
}

#fineprint {
	font-size:12px;
	text-align:center;
}

#footer {
	background-color:#000000;
	clear:both;
	text-align:center;
}

#docLink {
	position:relative;
	padding:0px;
	margin-bottom:50px;
	color:#fcfce4;
}

#docLink a {
	text-decoration:none;
	text-align:center;
	color:#fcfce4;
	float:left;
	display:block;
	margin-bottom:5px;
	margin-left:30px;
	border-width:1px;
	border:solid;
	padding:5px;
}


#footer a {
	color:#FFFFFF;
	text-decoration:none;
	float:none;
	}

#designer {
	clear:both;
	float:left;
	text-align:center;
	font-size:10px;
	text-decoration:none;
	color:#FFFFFF;
}
#designer a {
	color:#FFFFFF;
	text-decoration:none;
	float:none;
	margin-left:10px;
	margin-bottom:10px;
	}
#map {
	color:#000000;
	position:relative;
	border:#000000 solid thick;
	float:right;
	text-align:center;
	margin:75px 225px 75px;
	clear:both;
}	

