/* @group General */
body {
	font-size: 75%;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 160%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #fff;
}
h1 a {
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 130%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #fff;
}

h3 {
	font-size: 120%;
	margin: 0;
	padding: 0;
	color: #fff;
}

p {
	font-size: 110%;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	color: #fff;
}

a {
	color: #fff;
	text-decoration: underline;
}
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearFix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearFix {
	height: 1%;
}

.clearFix {
	display: block;
}

/* End hide from IE-mac */
#wrap {
	width: 1000px;
	margin: 0 auto;
}


/* @end */

/* @group Header */
#header {
	background: #231f20 url(../images/bg_header.gif) repeat-x left 178px;
}
#logo {
	float: right;
	margin: 0 110px 0 0;
	width: 148px;
	/*fixes IE double margin*/
	display: inline;
	
}
#mosaic {
	float: left;
	margin: 20px 0 30px 60px;
	width: 602px;
	/*fixes IE double margin*/
	display: inline;
}
#slogan {
	float: left;
	margin: 0 0 0 68px;
	/*fixes IE double margin*/
	display: inline;
}
ul#nav {
	float: left;
	list-style-type: none;
	margin: 28px 0 0 50px;
	padding: 0;
	/*fixes IE double margin*/
	display: inline;
}
ul#nav li {
	float: left;
	font-size: 120%;
	padding: 4px 2px 6px 2px;
	text-transform: uppercase;
}
ul#nav li a {
	color: #58585a;
	text-decoration: none;
}
ul#nav li a:hover {
	text-decoration: underline;
}
body#home ul#nav li#navOpportunities a, body#contact ul#nav li#navContact a {
	color: #231f20;
	text-decoration: none;
}
body#home ul#nav li#navOpportunities a:hover, body#contact ul#nav li#navContact a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Subheader */
#subheader {
	background: #5d031c;
}
ul#subNav {
	float: left;
	list-style-type: none;
	margin: 0 0 0 50px;
	padding: 8px 0;
}
ul#subNav li {
	float: left;
	font-size: 90%;
	padding: 0 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul#subNav li a {
	color: #898a8e;
	text-decoration: none;
}
ul#subNav li a:hover {
	text-decoration: underline;
}
ul#subNav li.current, ul#subNav li.current a {
	color: #fff;
}
/* @end */

/* @group Columns */
#columns {
	background: url(../images/bg_content.gif) repeat left top;
	padding: 0 0 30px 0;
}
/* @group Left */
#left {
	float: left;
	margin: 0 120px 0 50px;
	padding: 60px 0 0 0;
	width: 350px;
}
body#contact #left{
	padding: 30px 0 90px 0;
}
#left h1 {
	font-weight: bold;
}
#left p {
	line-height: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 15px 0 20px 0;
}
#left p a {
	text-decoration: none;
}

#left p a:hover {
	text-decoration: underline;
}
#left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#left ul li {
	color: #d8ccba;
}
#left ul li.download {
	background: url(../images/download_icon.gif) no-repeat 0 center;
	padding: 2px 0 2px 35px;

}
#left ul li.download a {
	color: #d8ccba;
	text-decoration: none;
	border-bottom: 1px solid #9b686b;
}
/* @end */

/* @group Right */
#right {
	float: left;
	width: 340px;
}
#projectMap {
	border: 2px solid #d8ccba;
}

/* @end */



/* @end */

/* @group Footer */
#footer {
	text-align: center;
	padding: 10px;
	
}
#footer a {
	color: #000;
}

/* @end */
