/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
/* "bulletproof" syntax from http://paulirish.com/2010/font-face-gotchas/ */

@import url("fontface.css");

body {
	font-family: "UbuntuRegular", "Helvetica Neue", Arial, sans-serif;
	font-size: 13px;
    font-size-adjust: 0.51;
	color: #4F4F4F;
	background-color: #ffffff;
	line-height: 200%;
	margin-top: 0px;
	background: #ffffff url(images/bg.gif) top center repeat-x;
}

#border {
	border: 0px;
	width: 800px;
	background-color: #ffffff;
	margin: 0 auto;
	background-image: url(images/backround2.gif);
	background-repeat: no-repeat;
}

a {
    text-decoration: none;
	color: #00389C; 
}

img {
	border: 0px;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
	position: relative;
	z-index: 5;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
	position: relative;
	z-index: 5;
}

.clearer {
	clear: both;
}

#wrapper {
	width: 770px;
	margin: 0px auto;
	background-color: #ffffff;
	border: 0px solid #ffffff;
}

#container {
	background-color: #ffffff;
}

#pageHeader {
	height: 192px;
	background-image: url(images/banners/west_sands_3.jpg);
	text-align: right;
}

#pageHeader h1 {
    margin: 0px 10px 0px 0px;
	font-family: "UbuntuBold", "Helvetica Neue", Arial, sans-serif;
    font-size-adjust: 0.52;
	font-size: 1.7em;
	font-weight: normal;
	padding-top: 5px;
	color: #000000;
	padding-left: 500px;
}

#pageHeader h2 {
    margin: 0px 10px 0px 0px;
	font-family: "UbuntuBold", "Helvetica Neue", Arial, sans-serif;
    font-size-adjust: 0.52;
	font-size: 1.0em;
	font-weight: normal;
	color: #424242;
	padding-left: 500px;
	line-height: 115%;
}

#contentContainer {
	background: #ffffff;
	float: left;
	overflow: hidden;
	text-align: left;
	line-height: 1.5em;
}

#contentContainer #content {
	padding: 10px;
	background-color: #ffffff;
}

#content ul li li {
    list-style-position: outside;
    margin-left: -20px;
}

#sidebarContainer {
	float: right;
	overflow: hidden;
	text-align: center;
}

#sidebarContainer #sidebar {

}

#footer {
	height: 0px;
	padding: 0 1em;
	border-top-width: 1.5px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	color: #555555;
}

#footer p {
	padding: 0px;
	margin: 0px;
}

#footer a:link, #footer a:visited {
	text-align: left;
}

#footer a:hover, #footer a:active {
	text-align: left;
}

#crawdadfooter a {
	background-image: url(images/crawdad_small.png);
	background-repeat: repeat-x;
    display: block;
    width: 100%;
    margin-top: 10px;
    height: 30px;
}

#navcontainer {
	position: relative;
	top: 13px;
	left: 15px;
	width: 770px;
	font-size: 95%;
	margin: 0;
	line-height: normal;
	height: 41px;
	background: no-repeat;
	text-align: left;
}

#navcontainer #current {
	font-family: "UbuntuBold", "Helvetica Neue", Arial, sans-serif;
    color: #353535;
}

#navcontainer .currentAncestor {
	font-family: "UbuntuBold", "Helvetica Neue", Arial, sans-serif;
    color: #353535;
}

#navcontainer ul {
	margin: 0;
	padding: 0px 0px 0 2px;
	list-style: none;
	background: no-repeat;
}

#navcontainer li {
	display: inline;
	float: left;
}

#navcontainer a {
	float: left;
	display: block;
	padding: 5px 15px 4px 6px;
	background: no-repeat left;
    color:#464646;
}

#navcontainer a:hover {
	color: #00389C;	
}

#navcontainer a:active {

}

.bodybold {
	font-family: "UbuntuBold", "Helvetica Neue", Arial, sans-serif;
    font-size-adjust: 0.52;
}

#links img {
    border: 0;
}

.projecttitle {
    margin-top: 1em;
	font-family: "UbuntuBold", "Helvetica Neue", Arial, sans-serif;
    font-size-adjust: 0.52;
    font-size: 140%;
}

hr {
    color: inherit;
    background-color: inherit;
	border: 1.5px dotted #000;
    border-style: none none dotted;
}

