body {margin:0px; background-color:#095f6b; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;}
p {color:#323232;}
h1 {margin:0px 0px 0px 0px;}

#MainBody {width:95%; margin: 0px auto; max-width:900px;}
#MainMenu {list-style-type: none; margin: 0; padding: 0; overflow: hidden;}
#MainMenu li {display:inline; float:left;}
#navbar {position:absolute; top:0px; right:200px;text-align:center;}

#homeContent {margin-top: 3px; padding: 10px 50px 10px 50px; background-color: #fff; border-radius: 5px 5px 5px 5px; text-align:justify;}
#homeContent_left {float:left; width:45%; padding-right:5%; border-right:3px solid #798c56;}
#homeContent_right {float:right; width:45%;}
#header_logo {width:100px; height:100px;}
#header_title {float: right; width: 400px; padding: 0px 0px 10px 10px; text-align: right; font-size: 0.75em; font-weight: bold; color: #939;}
p.article {font-size:0.75em; border-bottom:#ebe;}

.img_Team {float:right; border-radius: 5px;
	border: thin solid #F8F5F5;
	-webkit-box-shadow: 2px 2px 3px 3px #545454;
	box-shadow: 2px 2px 3px 3px #545454; margin-left: 10px;}

a.menu:link, a.menu:visited {
    display: block;
    width: 90px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #98bf21;
    text-align: center;
    padding: 4px;
    text-decoration: none;
}

a.menu:hover, a.menu:active {background-color: #7A991A; }
#logo {position:absolute;left:20px;top:10px;}
#strapline {
	position: absolute;
	right: 20px;
	top: 10px;
	color: #6E0678;
	font-weight: bold;
	margin-right: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 5px;
	border: thin solid #F8F5F5;
	-webkit-box-shadow: 2px 2px 3px 3px #545454;
	box-shadow: 2px 2px 3px 3px #545454;
}

@media all and (max-width: 900px) 
{	
	#navbar {position:absolute; top:100px; left:10px;text-align:left;}
	#MainMenu li {display:list-item;}
}

@media all and (max-width: 600px) 
{
 h1 {font-size:1.25em;}
 #homeContent {padding: 10px;}
 #homeContent_left {width:100%; border:none;}
 #homeContent_right {margin-top:20px; border-top:3px solid #798c56;width:100%;}
 #header_logo {width:80px; height:80px;}
 #header_title {width: 250px; font-size: 0.7em; }    
 #header_title h1 {font-size: 1.8em; }
 .box_holder {width: 100%;float: none;margin-left: 0%	}
 .memberDocs {width: 100%;}
}

@media all and (max-width: 480px) 
{
 h1 {font-size:1.0em;}
 #homeContent_left {width:100%; border:none;}
 #homeContent_right {margin-top:20px; border-top:3px solid #798c56;width:100%;}
 #header_logo {width:60px; height:60px;}
 #header_title {width: 200px; font-size: 0.6em; } 
 #header_title h1 {font-size: 1.8em; }
.box_holder {width: 100%; float: none; margin-left: 0%}
 #pre_footer_img {display:none;}
 .footer_menu {float:none; width:100%;}
}

#titleBar {border-bottom:3px solid #798c56;}