body {
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #000;
}

a {
	text-decoration: none;
	color: #999;
}

a:link {
	color: #999;
}

a:visited {
	color: #999;
}

a:hover {
	color: #000;
}

a:active {
	color: #000;
}

#maincontainer {
	margin: 0 auto;
	width: 960px;
}

#topbar {
	margin: 35px auto 0;
	width: 960px;
	height: 50px;
	text-transform: uppercase
}

#logo {
	float: left;
	width: 77px;
	height: 30px;
	position: relative;
	left: 6px;
	display: inline
}

#navbar {
	float: right;
	width: 870px;
	display: inline;
	font-size: 14px
}

#navbar li {
	display: inline;
	margin-right: 30px
}

#content {
	margin: 0 auto;
	padding: 15px 0;
	width: 945px;
	background-color: #FFFFFF;
	background-image:url('../images/diaglines.png');
	display: block
}

#leftcontainer {
	margin: 0 0 0 15px;
	height: 240px;
	width: 580px;
	background-color: #cccccc;
	background-image:url('../images/photo-main.jpg');
	float: left
}

#boxoverlap {
	width: 540px;
	height: 40px;
	padding: 10px 20px;
	background-image:url('../images/blacktrans.png');
	position: relative;
	top: 180px;
	color: #fff
}

#rightcontainer {
	margin: 0 0 0 15px;
	width: 320px;
	height: 240px;
	text-indent: -99999px;
	background-color: #cccccc;
	background-image:url('../images/container-main.jpg');
	float: left
}

#lowleft {
	margin: 15px 0 15px 15px;
	width: 380px;
	height: 295px;
	background-color: #cccccc;
	background-image:url('../images/about-main.jpg');
	position: relative;
	overflow: hidden;
	float: left;
	z-index:0
}

#lowrighttop {
	margin: 15px 0 0 15px;
	width: 520px;
	height: 140px;
	background-color: #cccccc;
	background-image:url('../images/objectives-main.jpg');
	position: relative;
	overflow: hidden;
	float: left;
	z-index:0
}

#lowrightbottom {
	margin: 15px 0 0 15px;
	width: 520px;
	height: 140px;
	background-color: #cccccc;
	background-image:url('../images/contact-main.jpg');
	position: relative;
	overflow: hidden;
	float: left;
	z-index:0
}

#footer {
    color: #999;
	margin: 40px auto 30px;
	width: 460px;
	height: 60px;
	font-size: 12px;
	line-height: 17px;
	clear: both
}

/* Inner Pages */

.aboutcontainer {
	margin: 0 auto;
	height: 240px;
	width: 915px;
	background-color: #cccccc;
	background-image:url('../images/about-inner.jpg')
}

.objectivescontainer {
	margin: 0 auto;
	height: 240px;
	width: 915px;
	background-color: #cccccc;
	background-image:url('../images/objectives-inner.jpg')
}

.contactcontainer {
	margin: 0 auto;
	height: 240px;
	width: 915px;
	background-color: #cccccc;
	background-image:url('../images/contact-inner.jpg')
}

.headlinebox {
	background-color: #000;
	color: #fff;
	padding: 1px 12px;
	float: left
}

.headlinebox h1{
	font-weight: 600;
	font-size: 16px;
	line-height: 14px;
	text-transform: uppercase
}

#textbox {
	background-color: #fff;
	margin: 20px auto 0;
	padding: 30px;
	color: #000;
	width: 855px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	position: relative
}

/* Hover Slider Effect */

#overlaylarge {
	background-color:#000;
	display:block;
	position:absolute;
	text-indent: -99999px;
	top:0;
	left:0;
	width:380px;
	height:295px;
	z-index:1;
 }
 
#hoverlarge {
	display:block;
	position:absolute;
	width: 330px;
	height:245px;
	z-index:3;
	padding: 25px;
	color: #fff;
	font-weight: normal;
 }
 
 #overlaysmall {
	background-color:#000;
	display:block;
	position:absolute;
	text-indent: -99999px;
	top:0;
	left:0;
	width:520px;
	height:140px;
	z-index:1;
 }
 
#hoversmall {
	display:block;
	position:absolute;
	width: 470px;
	height:90px;
	z-index:3;
	padding: 25px;
	color: #fff;
	font-weight: normal;
 }
 
#overlaysmall2 {
	background-color:#000;
	display:block;
	position:absolute;
	text-indent: -99999px;
	top:0;
	left:0;
	width:520px;
	height:140px;
	z-index:1;
 }
 
#hoversmall2 {
	display:block;
	position:absolute;
	width: 470px;
	height:90px;
	z-index:3;
	padding: 25px;
	color: #fff;
	font-weight: normal;
 }
