@charset "UTF-8";
/* CSS Document */

#header {
	background-repeat: no-repeat;
	border: medium none #CCCCCC;
	height: 184px;
	width: 850px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: auto;
}
#main {
	width: 900px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #BEC1C0;
	height: 1250px;
	margin: auto;
}
#navigation {
	height: 30px;
	width: 850px;
	background-color: #FF0000;
	margin: auto;
	
}
	
	
html {
font: small/1.4 "Arial", helvetica, sans serif;
} 
body {
font-size:92%;
font-weight: bold;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
}


#nav {
margin: 0;
padding: 0;
background: #f80000;
list-style-type: none;
width: 850px;
float: left; /* contain floated list items */
}
#nav li {
margin: 0;
padding: 0;
float: left;
}
#nav a {
float: left;
width: 169.2px;
text-align: center;
color: #FFFFFF;
text-decoration: none;
line-height: 2.5; 
border-right:1px solid #FFFFFF
}

#nav #nav_lin a {
border: none;
}
#nav a:hover {
background: #d1d3d4;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
}
#nav li.current a {
background: #666666;
font-weight: bold;
}
.sub_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;
	color: #000000;
}

#content_right {
	float: right;
	height: 900px;
	width: 510px;
	margin-right: 25px;
	background-color: #FFFFFF;
	padding: 20px;
}
#google_map {
	height: auto;
	width: auto;
	margin-top: 10px;
}
#news {
	height: 720px;
	width: auto;
}
#content_left {
	float: left;
	height: 890px;
	width: 260px;
	margin-left: 25px;
	background-color: #DDDFDE;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.main_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FF0000;
}	
	.Other_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000;
}

.news_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
}
.guest_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FF0000;
}
#twitter_feed {
	height: auto;
	width: auto;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;
	color: #333333;
	text-decoration: underline;
}
#footer {
	clear: both;
	float: none;
	height: 25px;
	width: auto;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}

