body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	margin: 0px;
	padding: 0px;
	color:#4f4f4f;
	background:url(images/bg.jpg);
	background-repeat: repeat-x;
}

#mega_container {
	min-height:100%;
	width: 940px;
	margin:auto;	
}

/*  Start Header CSS */

#header_container {
	height:100px;
	width: 100%;
}

#logo {
	height:130px;
	width: 240px;
	float:left;
	padding-top:15px;
}

#right_headercontainer {
	height:150px;
	width: 690px;
	float:right;
}

#menu {
	height:42px;
	width: 690px;
	margin-top: -1px;
	text-decoration: none!important;
}

#headercontent {
	width:690px;
	height:90px;
}

#headertagline {
	width:490px;
	height:90px;
	float:left;
	margin-top: -5px;
}

#headercontact {
	height:90px;
	width: 200px;
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style: italic;
	color:#646363;
	float:right;	
}

/*  End Header CSS */

#content_container {
	height:100%;
	width: 940px;
	margin:auto;
	padding-top:10px;
	box-shadow: 0px 5px 10px #888888;
	background-color: #fff;
}

#banner {
	height:274px;
	width: 922px;
	margin-left:10px;
		box-shadow: 0px 5px 10px #888888;
}

#maincontent_container{
	
	width:940px;
	padding-top:10px;
}

#content {
	width: 600px;
	padding-left:30px;
	padding-bottom:20px;
	float:left;
}

#latestnews {
	width:290px;
	height:100%;
	background-image:url(images/divider.jpg);margin-top:20px;
	background-position: left;
	background-repeat: no-repeat;
	float:left;
	overflow:hidden;
	margin-bottom:20px;
	margin-left:10px;
}

#latestnews h2{
	
	margin-top:0px;
	margin-left:45px;
	
}

#latestnews a{
	
	color:#2c8dac;
}

#latestnews p{
	
	margin-left:45px;
}


#footer_container {
	height:80px;
	margin: auto;
	width: 940px;;
}

#footer {
	height:20px;
	width: 100%;
	text-align: center;
	color:#00ace4;
	font-size: 13px;
	margin: auto;
}

h1, h2, .contentheading {
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00ace4;
	text-align: left;
	width: 100%;
	font-style: italic;
}

a{
	
	text-decoration: none;
	color:#00ace4;
}

.table td {
    background-color: #DCDCDC;
    padding: 10px;
    width: 80%;
}

.table th {
    background-color: #999999;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    width: 20%;
}

ul li, ol li {
    padding: 5px 0;
}

#clear{
	
	clear: both;
}