@import url("propertiesStyles.css");

/* @group Redefined Tags */

* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0 auto;
	padding: 0;
	font: 13px/16px Georgia, "Times New Roman", Times, serif;
	color: #333;
	background-color: #fff;
	}

h1, h2, h3, h4, p, ul, ol, blockquote {
	padding-bottom: 1em;
	}

ul, ol, blockquote {
	margin-left: 32px;
	line-height: 1.3em;
	}

h1 {
	font: 20px/22px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 1.3em;
	}

h2 {
	font: 16px/19px Georgia, "Times New Roman", Times, serif;
	color: #333;
	padding: 0.8em 0;
	}

h3, h4 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #036;
	padding-top: 1em;
	}

h3 .bighead {
	font: 14px Arial, Helvetica, sans-serif;
	color: #036;
	}

hr {
	border: 0;
	color: #e9e5d1;
	background-color: #e9e5d1;
	height: 1px;
	margin: .5em 0 1em;
	}

a {
	color: #036;
	text-decoration: underline;
	outline: none;
	}

a:active {
	outline: none;
	}

a:hover, a:visited:hover {
	color: #69c;
	text-decoration: none;
	}

a:visited {
	color: #369;
	text-decoration: underline;
	}

img {
	border: 0;
	}
	
#projectHeader {
	height: 142px;
	margin-bottom: 30px;
	border-bottom: 1px solid #a5773c;
	border-bottom: none;
	}
	
#footerBox {
	color: #8d6933;
	margin: 30px auto 0;
	padding: 30px 0;
	border-top: 1px solid #a5773c;
	font: 11px/13px Arial, Helvetica, sans-serif;
	}

#footerBox a, 
#footerBox a:visited {
	color: #8d6933 !important;
	}

#footerBox a.hidelink, 
#footerBox a.hidelink:visited {
	text-decoration: none;
	color: #8d6933;
	}


/* @end */

/* @group misc */

.about blockquote {
	font-style: italic;
	margin: 0;
	}
.about .dev-photo {
	background: #fff;
	border: 1px solid #E8E7E6;
	float: right;
	margin: 0 0 1em 1em;
	padding: 4px;
	}
	
table.teamTable img {
	background: #fff;
	border: 1px solid #E8E7E6;
	padding: 3px;
	}
table.teamTable td {
	border-bottom: 1px solid #eae3d2;
	}
table.teamTable td.col1 {
	padding: 20px 10px 20px 0;
	}
table.teamTable td.col2 {
	padding: 20px 40px 20px 0;
	}
table.teamTable a {
	font-size: 12px;
	}
table.teamTable tr.first-row td {
	padding-top: 0;
	}
table.teamTable tr.last-row td {
	border: 0;
	padding-bottom: 20px;
	}

/* @end */

/* @group home */

#flashBox {
	margin: 0 auto;
	width: 520px;
	}
	
#flashBox img {
	background: #fff;
	border: 1px solid #E8E7E6;
	padding: 4px;
	}
	
#home h1 {
	color: #f2e5cf;
	font-size: 22px;
	line-height: 25px;
	text-align: center;
	padding: 22px 0;
	letter-spacing: -1px;
	}
	
#home h2 {
	color: #744914;
	font-size: 15px;
	font-style: italic;
	line-height: 18px;
	text-align: center;
	}

/* @end */

/* @group Community */

h1.intro,
p.comm-logo {
	text-align: center;
	padding-bottom: 38px;
	margin-bottom: 21px;
	}
	
p.intro-photo img {
	background-color: #fff;
	padding: 4px;
	border: 1px solid #e8e7e6;
	}


/* @end */



#dhNavBar,
#dhGlobalNav,
#sitewideNav,
#communityNav {
	display: none;
	}

