/* RESET */

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, code, em, font, img, strong,
ol, ul, li,
fieldset, form, label, {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
a {
text-decoration: none;
color: white;
}

a:hover {
text-decoration: underline;
}

/* MAIN STYLES */

html {
	background: url(../images/bg.png) repeat;
}

#container {
	width: 600px;
	margin: 3em auto
}

#header {
	overflow: hidden;
	height: 100%; /* Needed for IE6 */
}

#header img {
	float: left;
}

#header ul#nav {
	float: right;
	font-size: 17px;
	margin-top: 30px; /* i added */
	position: relative;
	/* top: 11px;*/
}

#nav li {
	display: inline;
	padding-right: 20px;
	line-height: 20px; /* Needed to show all the height of the letter */
}

#nav li a {
	color: white;
}

#featured {
	background: url(../images/headline_bg.png) no-repeat;
	width: 600px;
	height: 216px;
	height: 216px;
	margin-top: 35px;
	overflow: hidden;
	padding-right: 20px;
}

#featured img.featuredImage {
	float: left;
	margin: 1.5em;
}

#featured h2 {
color: white;
font-size: 24px;
margin-top: 20px;
margin-bottom: 12px;
}

#featured p {
color: black;
margin-bottom: 12px;
line-height: 18px;
}

#featured p#slogan {
color: white;
font-size: 18px;
}

#main {
position: relative;
}

#main #tagline {
color: red;
font-size: 24px;
line-height: 32px;
padding-top: 45px;
padding-bottom: 45px;
width: 600px;
}

#currentcommunities, #customcommunities, #pastcommunities {
float: left;
width: 194px;
background: url(../images/marble_slab.png) no-repeat;
margin-right: 0.5em;
height: 260px; /* Show the full Marble Background */
}

#pastcommunities {
margin-right: 0px;
margin-bottom: 30px;
}

#currentcommunities p.sitetitle {
color: black;
font-size: 15px;
padding-left: 48px;
}

#currentcommunities p.sitetitle a{
color: black;
}

#currentcommunities h2, #customcommunities h2, #pastcommunities h2{
color: black;
padding-left: 8px;
padding-top: 5px;
font-size: 25px;
font-style: italic;
}

#currentcommunities img {
padding-left: 28px;
padding-top: 5px;
}

#customcommunities img {
padding-left: 15px;
padding-top: 5px;
}

#pastcommunities img{
padding-left: 25px;
padding-top: 5px;
}

#footer {
clear: both;
background: url(../images/footer_bg.png) no-repeat;
width: 600px;
height: 62px;
overflow: hidden;
margin-bottom: 2em;
}

#footer ul {
float: left;
margin-left: 1em;
_margin-left: .5em; /* Needed for double Margin IE6 Bug */
height: 62px;
line-height: 62px;
margin-top: 0;
}

#footer ul li {
display: inline;
}

#footer p {
float: right;
height: 62px;
line-height: 62px;
margin-right: 1em;
_margin-right: .5em; /* Needed for double Margin IE6 Bug */
font-size: 12px;
}

#footer a {
color: white;
}





