body {
	margin:	0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #f5fcff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: top;
}
img {
	padding: 0;
	margin: 0;
	border:	none;
	position: bottom;
}
h1, h2, h3, p, ul, li, ol, blockquote {
	padding: 0;
	margin:	0;
}
a {
	color: #1E82B9;
}
a:hover {
	color: #EA581A
}

#heading {
	font-size:40px;
	font-weight:normal;
	color:#56a5bf;
	text-align: center;
	padding-bottom:10px;
	padding: 0px 10px 0px 10px;
	margin: 0px 10px 0px 10px;
	height: 60px;
}
.sub_heading {
	color:#333333;
	font-size:.7em;
	font-variant:small-caps;
}
#header_image {
	height:100px;
	margin: 0 auto;
	background-attachment: scroll;
	background-image: url(../images/Sunsphere_Panorama_1060x100_100op.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #f5fcff;
}
#content_wrapper {
	width:800px;
	height:500px;
	margin:auto;
	}
#content {
	float:right;
	clear:right;
	width:602px;
	min-height:300px;
	background-attachment: scroll;
	background-image: url(../images/right_shadow_12x300.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#content p {
	margin-top:1.5em;
	margin-left:15px;
	margin-right: 20px;
	text-align: justify;
	color: #333333;
	font-size: 1em;
	line-height: 1.3em;
}
#content h1, h2, h3 {
	margin-top:1.5em;
}
#content ul {
	margin-top:1.5em;
	margin-left: 40px;
	list-style-type: disc;
	list-style-image: url(../images/list_10x10.gif);
}
#content ol {
	margin-top:1.5em;
	margin-left: 40px;
}
#content li {
	line-height:1em;
}
#content blockquote {
	float:left;
	width:500px;
	background-color: #CCCCCC;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #56A5BF;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-left:20px;
	margin-top:1em;
	margin-bottom:1em;
}
#content blockquote .readmore {
	float:right;
	font-size:.8em;
	text-transform:uppercase;
	padding-top:1em;
	padding-right:10px;
}
.column {
	width:280px;
	float:left;
}
.right {
	margin-left:10px;
}
.left {
	margin-left:10px;
}
#navigation {
	float:left;
	clear:left;
	width:197px;
	min-height:500px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #D9F5FF;
	background-image: url(../images/left_shadow_12x300.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation ul {
	float:right;
	margin-bottom:10em;
	width:200px;
}
#navigation li {
	font-variant: normal;
	line-height:normal;
	list-style-type: none;
	text-align: right;
	margin-top:1em;
	padding-right:10px;
	background-attachment: scroll;
	background-image: url(../images/menu_list_6x6.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#navigation li a {
	text-decoration:none;
	color: #000000;
}
#navigation li a:hover, #navigation li .active {
	text-decoration:underline;
	color: #EA581A;
}
#navigation .extra_content {
	background-color: #F2BF24;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #D9F5FF;
	margin-bottom:1em;
	margin-left:20px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:1em;
	width:165px;
	clear:both;
}
#navigation .extra_content h1 {
	display:block;
	text-align:center;
	text-transform:uppercase;
	font-size:1.2em;
	margin:0;
}
#navigation .extra_content p {
	padding:0;
	margin-top:1.2em;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:.2em;
	text-align:center;
}
#micromap {
	background-color: #F2BF24;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #D9F5FF;
	margin-bottom:1em;
	margin-top:5px;
	margin-left:0px;
	padding-top:10px;
	padding-bottom:0px;
	font-size:1em;
	height:178px;
	width:285px;
	clear:both;
	border: 2px solid #F2BF24;
}
#minimap {
	background-color: #F2BF24;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #D9F5FF;
	margin-bottom:1em;
	margin-top:5px;
	margin-left:0px;
	padding-top:10px;
	padding-bottom:0px;
	font-size:1em;
	height:178px;
	width:285px;
	clear:both;
	border: 2px solid #F2BF24;
}
#footer {
	clear:both;
	float:left;
	margin-top:2em;
	width:100%;
	line-height:1em;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top:1.5em;
}
#footer p {
color: #f5fcff;
	line-height:2em;
	padding:0;
	margin:0;
	text-align:center;
}
#footer a {
	color:#eeeeee;
}
#footer a:hover {
	color:#F2BF24;
}

