/* global */

body {
	margin: 0px auto;
	background: #fff;
	font-family: Arial, sans-serif;
	font-size: 1.000em; /* 16px = 12pt = 1em = 100% */
	color: #454545;
	text-align: center;
}

p {
	font-size: 90%;
}

img {
	border: 0px;
}

a:link { color: #0066cc; text-decoration: none; }
a:visited { color: #0066cc; text-decoration: none; }
a:active { color: #0066cc; text-decoration: none; }
a:hover { color: #0066cc; text-decoration: underline; }

/* parent */

#parent {
	overflow: auto;
	width: 958px;
	margin: 29px auto 0px auto;
	border: 1px solid #999;
}

/* header */

#header {
	width: 916px;
	height: 42px;
	padding: 17px 2px 11px 40px;
	border-bottom: 1px solid #999;
	text-align: left;
}

h1.logo {
	float: left;
	width: 374px;
	height: 42px;
	margin: 0px;
	padding: 0px;
}

h1.logo logo {
	width: 374px;
	height: 42px;
}

h2 {
	margin: 15px 0px 5px 0px;
	padding: 0px;
	font-size: 90%;
}

/* nav */

#nav {
	float: right;
	margin: 25px 0px 0px 0px;
	padding: 0px;
}

#nav li {
	display: inline;
	list-style-type: none;
	padding:  0px 10px;
	font-size: 13px;
	color: #7ea833;
}

a.nav:link { color: #999; text-decoration: none; }
a.nav:visited { color: #999; text-decoration: none; }
a.nav:active { color: #999; text-decoration: none; }
a.nav:hover { color: #2b69a7; text-decoration: none; }

/* content */

#content {
	clear: both;
	text-align: left;
}

#rotator {
	position: relative;
	overflow: hidden;
	width: 898px;
	height: 497px;
	margin: 26px 0px 27px 29px;
	border: 1px solid #999;
}

img.slide_show {
	width: 878px;
	height: 477px;
	padding: 10px;
}

div.dreamdesignbuild {
	padding-top: 33px;
	text-align: center;
}

div.dreamdesignbuild img {
	width: 533px;
	height: 25px;
}

/* about */

#primary {
	float: right;
	width: 560px;
	padding: 0px 29px 0px 0px;
}

#secondary {
	float: left;
	width: 300px;
	padding: 0px 29px 29px 29px;
}

div.headings {
	width: 100%;
	margin: 38px 0px 0px 0px;
	text-align: center;
}

img.headings {
	width: 182px;
	height: 28px;
}

div.frame {
	width: 538px;
	height: 477px;
	margin: 38px 0px 29px 0px;
	padding: 10px;
	border: 1px solid #999;

}

/* projects */

body.slide_show {
	margin: 10px 0px 0px 0px;
	background: #666;
	text-align: left;
}

body.slide_show object.flash {
	position: absolute;
	width: 100%;
	height: 98%
}

body.slide_show div {
	margin: 10px 0px;
	background: #666;
}

#content a {
	cursor: pointer;
}

div.gallery {
	margin: 38px 0px 0px 180px;
	padding-bottom: 38px;
	overflow: hidden;
}

div.gallery div.row2 {
	clear: both;
	margin: 38px 0px 0px 100px;
	padding: 38px 0px 0px 0px;
	_padding: 0px; /* IE 6 */
	*padding: 0px; /* IE 6 & 7; i think */
}

div.gallery div.row1 div.item, 
div.gallery div.row2 div.item {
	float: left;
	width: 200px;
	text-align: center;
}

div.gallery div.row1 div.item div, 
div.gallery div.row2 div.item div {
	margin: 10px 0px 0px 0px;
}

div.gallery div.row2 div.item div {
	_margin: 10px 0px 38px 0px; /* IE 6 */
}

img.thumbnail {
	width: 135px;
	height: 90px;
	border: 1px solid #999;
	padding: 10px;
}

/* community */

div.world_vision {
	width: 455px;
	text-align: right;
	/* margin-left: 104px; */
}

div.community div.frame {
	width: 434px;
	height: 381px;
	margin-bottom: 21px;
}

/* contact */

div.contact p {
	margin-top: 0px;
	padding-top: 0px;
}

div.location {
	margin: 65px 0px;
	line-height: 20px;
}

/* footer */

#footer {
	clear: both;
}

#footer p {
	margin: 0px;
	padding: 10px 0px;
	font-size: 10px;
	color: #999;
	line-height: 16px;
}

a.footer:link { color: #999; text-decoration: none; }
a.footer:visited { color: #999; text-decoration: none; }
a.footer:active { color: #999; text-decoration: none; }
a.footer:hover { color: #999; text-decoration: underline; }

/* copyright */

p.copyright {
	clear: both;
	width: 960px;
	margin: 10px auto 29px auto;
	padding: 0px;
	font-size: 10px;
	color: #999;
}

/* * */














