/* CSS */
html, body {
	margin: 0;
	min-height: 100%;
	height: 100%;
}

html>body body {
	height: auto;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

#header {
	height: 399px;
	overflow: hidden;
}

#header h1 {
	visibility: hidden;
}

#logo {
	width: 570px;
	height: 250px;
	background: url(../images/moogaloo-logo.gif) top left no-repeat;
	position: absolute;
	top: 149px;
	left: 143px;
}
a#main-logo {
	width: 222px;
	height: 48px;
	background: url(../images/moogaloo-logo.gif) top left no-repeat;
	position: absolute;
	top: 149px;
	left: 143px;
	font-size: 23px;
	color: #ccc;
	padding: 202px 0 0 346px;
}
a#main-logo:hover {
	text-decoration: none;
	color: #2f6db6;
}
#page-photos {
	width: 413px;
	height: 275px;
	position: absolute;
	top: 119px;
	right: -29px;
}
#flashcontent {
	position: absolute;
	top: 24px;
	right: 9px;
}
#community-home {
	display: none;
}

/* CONTENT */
#content {
	/* must have some padding at the bottom*/
	padding: 20px;
}
.content-item-top-01, .content-item-top-02 {
	background: url(../images/contentstrip-top-ie6.gif) top left no-repeat;
	display: block;
	width: 627px;
	height: 26px;
	padding: 38px 10px 0 45px;
}
.content-item-top-03 {
	background: url(../images/contentstrip-top-ie6.gif) top left no-repeat;
	display: block;
	width: 627px;
	height: 26px;
	padding: 30px 10px 0 45px;
}
html>body .content-item-top-01 {
	background: url(../images/contentstrip-top-01.png) top left no-repeat;
	display: block;
	width: 627px;
	height: 26px;
	padding: 38px 10px 0 45px;
}
html>body .content-item-top-02 {
	background: url(../images/contentstrip-top-02.png) top left no-repeat;
	display: block;
	width: 627px;
	height: 26px;
	padding: 38px 10px 0 45px;
}
html>body .content-item-top-03 {
	background: url(../images/contentstrip-top-03.png) top left no-repeat;
	display: block;
	width: 627px;
	height: 26px;
	padding: 30px 10px 0 45px;
	margin: 0;
}

.content-item-bg {
	background: url(../images/contentstrip-bg-ie6.gif) top left repeat-y;
	display: block;
	width: 592px;
	padding: 5px 45px 5px 45px;
}
html>body .content-item-bg {
	background: url(../images/contentstrip-bg.png) top left repeat-y;
}

.content-item-base-01, .content-item-base-02, .content-item-base-03 {
	background: url(../images/contentstrip-base-ie6.gif) top left no-repeat;
	display: block;
	width: 682px;
	height: 24px;
	padding: 0;
}
html>body .content-item-base-01 {
	background: url(../images/contentstrip-base-01.png) top left no-repeat;
	display: block;
	width: 682px;
	height: 24px;
	padding: 0;
}
html>body .content-item-base-02 {
	background: url(../images/contentstrip-base-02.png) top left no-repeat;
	display: block;
	width: 682px;
	height: 24px;
	padding: 0;
}
html>body .content-item-base-03 {
	background: url(../images/contentstrip-base-03.png) top left no-repeat;
	display: block;
	width: 682px;
	height: 24px;
	padding: 0;
}

.content-item-base-family {
	background: url(../images/webdesign-footer-ie6.gif) top left no-repeat;
	display: block;
	width: 682px;
	height: 64px;
	padding: 0;
}
html>body .content-item-base-family {
	background: url(../images/webdesign-footer.png) top left no-repeat;
	display: block;
	width: 682px;
	height: 64px;
	padding: 0;
}

#left-column{
	float: left;
	margin: 0 0 1px 115px;
	width: 250px;
	padding: 0;
	min-height: 674px;
}
html>body #left-column{
	margin: 0 0 1px 114px;
}

#right-column {
	width: 181px;
	margin: 0 9px 0 0;
	float: right;
}

#contact_card {
	background: url(../images/contact_card.jpg) top left no-repeat;
	width: 443px;
	height: 301px;
	margin: 0 0 18px 0;
	padding: 20px 30px;
	display: block;
}
.contact_col {
	float: left;
	width: 200px;
	height: 280px;
	display: block;
	margin: 10px 20px 0 0;
}
textarea, input[type='text'], input[type='textarea'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='textarea']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='textarea']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #82B62F; }
input, select { cursor: pointer; }
input[type='text'], input[type='textarea'] { cursor: text; }

.contact_col form {
	border: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #666;
}
.contact_col form input, .contact_col form textarea {
	height: 18px;
	width: 198px;
	margin: 6px 3px 0px 0;
	padding: 1px 0 0 2px;
	background-color: #FFFFFF;
}
.contact_col form textarea#message {
	height: 180px;
}
.contact_col form input#send {
	width: 50px;
	height: 22px;
	padding: 1px;
	background-color: #82B62F;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin-top: 10px;
	font-weight: bold;
	border: 1px solid #aaa;
}
.contact_col form input#send:hover {
	border-color: #888;
}

.preinput { color: #999; font-style:italic; font-family: Georgia, "Times New Roman", Times, serif; font-size: 0.9em;}
.postinput { color: #000; font-style:italic; font-family: Georgia, "Times New Roman", Times, serif; font-size: 0.9em;}

p.error {
	font-size: 0.8em;
	color:#FF0000;
	margin: 0;
}



#footer-text {
	height: 35px;
	width: 400px;
	margin: -36px 0 0 300px;
	line-height: 18px;
	font-size: 11px;
	color: #fff;
}
a.footer-link:link, a.footer-link:visited, a.footer-link:active, .footer-link {color: #ffffff; font-size: 11px;}
a.footer-link:hover {text-decoration: underline;}

.promo-item {
	margin: 0 1px 0 0;
}

.footer-img {
	margin: 0 10px 0 5px;
}

#newsevents {
	margin-bottom: 20px;
}

span.newsevents-item-date {
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #666;
	margin-top: 15px;
}

span.newsevents-item-title {
	display: block;
	font-weight: bold;
	margin-top: 5px;
}

span.newsevents-item-date {
	display: block;
}


