/* CSS Document */

/* --------- Common Styles -------- */

body {
	margin: 0;
    padding: 0;
	color: #404040;
	background: url(../images/bg_repeat.gif) repeat-x #FFFFFF;
	font-family: Lucida Grande, Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 18px;
}

body p {
	font-size: 12px;
}

#container {
	width: 877px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	_height: 820px;
}

/* -------- Top Section --------- */

#top_area {
	margin: 23px 0 0 0;
   _margin: 23px 0 0 0;
	background: url(../images/top_bg.png) no-repeat;
	width: 913px;
	height: 109px;
}

#logo {
	margin: 0 0 0 14px;
	width: 246px;
	height: 109px;
}

#topmenu {
	width: 479px;
	height: 26px;
	margin: -88px 0 0 0;
	_margin: -150px 0 0 0;
	_height: 75px;
	padding: 0;
	display: block;
	float: right;
}

#topmenu ul {
	padding: 0;
	_padding: 57px 0 0 0;
	margin: 0;
}

#topmenu ul li {
	width: 200px;
	display: inline;
	margin: 0;
}

#topmenu ul li a {
	font-size: 12px;
	margin: 0 7px 0 6px;
	padding: 6px 2px 5px 2px;
	_padding: 5px 2px 2px 2px;
	font-family:  Trebuchet MS, Lucida Grande, Helvetica, sans-serif;
	color: #5b697d;
	font-weight: bold;
	text-decoration: none;
}

#go_1 a:hover {
	background: url('../images/home_h.gif') no-repeat top;
	text-decoration: none;
}
 
#go_2 a:hover {
	background: url('../images/about_h.gif') no-repeat top;
	text-decoration: none;
}

#go_3 a:hover {
	background: url('../images/environ_h.gif') no-repeat top;
	text-decoration: none;
}

#go_4 a:hover {
	background: url('../images/philan_h.gif') no-repeat top;
	text-decoration: none;
}

#go_5 a:hover {
	background: url('../images/press_h.gif') no-repeat top;
	text-decoration: none;
}

#go_6 a:hover {
	background: url('../images/media_h.gif') no-repeat top;
	text-decoration: none;
}

/* ----------- Content ------------- */

#content {
	margin: 0 0 0 0;
	_margin: -5px 0 0 0;
	background: url(../images/content_bg.png) repeat-y;
	width: 913px;
	padding:1em 1em 3em;
}

#content_info {
	margin: 0 0 0 35px;
	width: 840px;
}

#content a:link  { 
	color: #ec1c18;
	text-decoration: none;
	border-bottom: 1px dashed #ffc6aa;
}

#content a:visited  { 
	color: #ec1c18;
	text-decoration: none;
	border-bottom: 1px dashed #ffc6aa;
}

#content a:active  { 
	color: #ec1c18;
	text-decoration: none;
	border-bottom: 1px dashed #ffc6aa;
}

#content a:hover  { 
	color: #4290e9;
	text-decoration: none;
	border-bottom: 1px dashed #b5d6fc;
}

#clear {
	clear: both;
}

/* ---------- Footer ------------ */

#footer {
	background: url(../images/foot_repeat.gif) repeat-x;
	background-color:  #f2f2f2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	width: 100%;
	*height: 100%;
	color: #929191;
}

#footer.special {
	bottom: 0;
}

#foot_info {
	width: 926px;
	height: 50px;
   margin: 0 auto;
	text-align: center;
   padding-top: 10px;
	color: #929191;
}

#foot_info ul {
	text-align: center;
	color: #929191;
}

#foot_info ul li {
	display: inline;
	padding: 0 10px 0 10px;
	color: #929191;
}

#foot_info ul li a {
	color: #929191;
	text-decoration: underline;
	border: none;
}

#foot_info ul li a:hover {
	color: #CC3333;
	text-decoration: underline;
	border: none;
}	