/* CSS Document */

html {
	margin: 0;
	padding: 0;
}
body {
	background: #fcfcfc url(../_img/body_bg.gif) repeat-x 0px 0px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5;
	color: #333;
	height: 100%;
}
h1 {
	margin: 0;
	color: #32557E;
	font-size: 20px;
	font-weight: normal;
}
h2 {
	color: #4b4b4b;
	font-size: 1.75em;
	line-height: 1.714em;
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
}
h3 {
	color:#5d5b05;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
h4 { margin: 0; }
a {
	color: #5a0306;
}

#header h1 {
	margin: 0 auto;
	float: left;
	width: 314px;
	padding-top: 12px;
}
#header h1 a:link, #header h1 a:visited {
	height: 0;
	font-size: 1px;
	overflow: hidden;
	padding-top: 60px;
	display: block;
	background: url(../_img/logo.gif) no-repeat;
}
#header {
	height: 75px;
	margin: 0 auto;
	width: 940px;
	padding: 0 10px;
}
#header p {
	float: right;
	color: #36455c;
	padding-top: 35px;
	margin-bottom: 0px;
	font-size: 14px;
	text-align: right;
	line-height: 1;
	margin-right: 80px;
}
/* Navigation */
#nav {
	width: 960px;
	margin: 0 auto;
	list-style: none;
	padding: 0;
	font-size: 14px;
	line-height: 36px;
	text-align: right;
	text-transform: uppercase;
}
#nav li {
	display: inline;
}
#nav li a {
	color: #f0f0f0;
	border-right: 1px solid #333;
	border-left: 1px solid #8c8c8c;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0 15px;
	float: left;
}
#nav li span {
	display: block;
	width: 1px;
	float: left;
	height: 36px;
}
#nav li .first { background-color: #333; }
#nav li .last { background-color: #8c8c8c; }
#nav li a:hover {
	background: url(../_img/nav_bg.gif) repeat-x;
}

#leaderboard {
	padding: 0;
	clear: both;
	margin: 0 auto;
	width: 540px;
	padding: 12px 10px 0 410px;
	height: 212px;
	background: url(../_img/leaderboard_bg.gif) no-repeat center top;
}
#leaderboard h3 {
	line-height: 36px;
	font-size: 30px;
	color: #f5f5f5;
	float: left;
	padding-top: 60px;
	width: 160px;
	margin-bottom: 18px;
}
#leaderboard div {
	float: left;
	width: 240px;
	padding-left: 20px;
	border-left: 1px solid #eeedbf;
	margin-left: 46px;
}
#leaderboard p {
	color: #ebeab8;
	font-size: 14px;
	line-height: 1.285;
	margin-top: 0;
	font-weight: normal;
}
#leaderboard p a { color: #ebeab8; }
#leaderboard h4 {
	width: 180px;
	text-align: center;
	margin: 0 auto;
}
#leaderboard h4 a {
	background: url(../_img/button_bg.gif) no-repeat 0px 0px;
	color: #fafafa;
	display: block;
	text-decoration: none;
	font-weight: bold;
	line-height: 50px;
	font-size: 24px;
}
#leaderboard h4 a:hover {
	color: #fff;
	background-position: 0px -50px;
}

#contentContainer {
	width: 940px;
	margin: 0 auto;
	padding: 36px 10px;
}
#contentcontaciner_940 p a img {
	text-decoration: none;
}



/* Main Content Styles */
#mainContent {
	float: left;
	width: 540px;
}

#contentContainer p {
	margin: 0 0 1.5em;
}
.content h2 span {
	font-size: .619em;
}

#mainContent img.sidepic {
	float: right;
	padding: 3px;
	background: #fff;
	border: 1px solid #d7d3c1;
	margin-bottom: 20px;
	margin-left: 20px;
}
#contentcontaciner_940 {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}


/* Secondary Content Styles */
#secondaryContent {
	width: 382px;
	float: right;
}
.feature {
	background: url(../_img/halftone_bg.gif) repeat;
	margin-bottom: 18px;
	padding: 10px;
}
.feature img {
	float: right;
	margin-left: 20px;
}
.more {
	text-align: right;
}


/* Footer */
#footer {
	font-size: .916em;
	line-height: 1.636em;
	color: #b2b2b2;
	clear: both;
	border-top: 1px solid #131313;
	background: #707070 url(../_img/footer_bg.gif) repeat-x 0px 0px;
	padding: 9px 10px;
}
#footer address {
	text-align: left;
	font-style: normal;
	margin: 9px 0 0 0;
	float: left;
}

#footer div {
	float: right;
	text-align: right;
	margin: 21px 0 0 0;
}

#footer p {
	text-align: center;
	margin: 0 auto;
}
#footer a, #footer a:visited {
	color: #b2b2b2;
	text-decoration: none;
} 
#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}
#footer ul li {
	display:inline;
}
#footer ul li a, #footer ul li a:visited {
	margin: 0 4px;
	color: #b2b2b2;
	text-decoration: none;
} 
#footer ul li a:hover {
	color: #b2b2b2;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.sep {
	background: url("../_img/sep.gif") repeat-x center center;
	display: block;
	height: 18px;
	margin: 0 auto;
}
.content220 {
	float: left;
	width: 220px;
}
.content220 + .content220 { margin-left: 20px; }
.content220 dl {
	padding-left: 15px;
	margin: 0;
}
.content220 dl dt { 
	color: #bf202f; 
	font-weight: bold; 
}
.content220 dl dd {
	margin-left: 0;
}
.right {
	float: right;
	
}
.indent {
	padding-left: 20px;
}
#contentContainer #mainContent p .underline {
	text-decoration: underline;
}
#contentContainer #mainContent .underline strong {
	text-decoration: underline;
}
#contentcontaciner_940 p {
	padding-right: 318px;
	text-align: justify;
}
#contentcontaciner_940 p .underline  {
	text-decoration: underline;
}
#contentcontaciner_940 p img {
	margin-right: 10px;
	margin-left: 0px;
}

.projectTitle {
	margin-left: 350px;
}

.project {
	border:#000 2px solid;
}

.project img {
	float: left;
	padding: 10px;
}

.project h4, h2 {
	padding: 10px;
}
.project p {
	padding: 5px;
	margin-left: 200px;
	width: 700px;
	
}
.project h4 {
	margin-bottom: 10px;
margin-top: 10px;
font-size: 18px;

}