/*
Wrapper
	header
	content
	footer
*/

html, body {
	background-color: gray;
	background-image: url('graphics/background.jpg');
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}

div, p, ul, li, ol, table, td, th, tr, span, img, a, p{
	margin: 0px;
	padding: 0px;
}

img, a {
	border: none;
}

a {
	color: #008800;
	text-decoration: none;
}

a:visited {
	color: #008800;
}

a:hover {
	color: #008800;
}

*.green {
	color: #008800;
}

/* headers */
body {
	font-size: 10pt;
	font-family: georgia, "Times New Roman", times, serif;
}

h2 {
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size: 14pt;
	border-bottom: 1px solid silver;
	margin-top: 0px;
	margin-bottom: 15px;
}


/* main flow */
#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: white;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}

#header {
	height: 185px;
	width: 800px;
}

#header-links {
	position: absolute;
	list-style-type: none;
	top: 185px;
	height: 33px;
	width: 800px;
}

#header-links li {
	text-align: center;
	height: 50px;
	float: left;
	width: 114px;
}

#content {
	padding-top: 15px;
	padding-bottom: 10px;
	background-color: white;
	width: 800px;
	padding-bottom: 20px;
}


#footer {
	padding-top: 50px;
	padding-bottom: 10px;
	clear: both;
	width: 800px;
	overflow: none;
}

#footer p {
	width: 100%;
	text-align: center;
	font-size: 0.7em;
	float: left;
}


/* Main Page */
#front-page-left, #front-page-center, #front-page-right, #front-page-photo {
	background-color: white;
	border: 1px solid #999999;
	margin-left: 22px;
	width: 200px;
	height: 400px;
	margin-bottom: 50px;
}

#front-page-center {
	width: 300px;
}

#front-page-photo {
	border: 1px solid white;
	margin-left: 27px;
	width: 744px;
	height: 505px;
}

/* About Page */
#about-headshot-wrapper {
	width: 740px;
	margin-left: 30px;
}

.about-headshot {
	width: 230px;
	height: 373px;
	border: 1px solid silver;
	margin-left: 10px;
	float: left;
}

.about-text {
	float: left;
	margin-left: 30px;
	width: 450px;
}

.about-text p {
	text-align: justify;
	line-height: 18px;
	font-size: 1em;
	margin-bottom: 10px;
}

#about-press {
	clear: both;
	height: 210px;
}

#about-press .press-box {
	float: left;
	border: 1px solid silver;
	margin-top: 9px;
	margin-left: 10px;
	width: 170px;
	height: 90px;
}

#about-press .press-box img {
	width: 169px;
	height: 89px;
}

/* Contact Page */
#contact-photo {
	height: 375px;
	width: 250px;
	border: 1px solid silver;
}

#contact-info {
	padding-top: 10px;
	font-size: 1.1em;
}

#contact-picinfo {
	float: left;
	margin-left: 65px;
	width: 260px;
}

#contact-form {
	float: left;
	margin-left: 30px;
	width: 320px;
}

#contact-form input, #contact-form textarea {
	border: 1px solid silver;
	width: 320px;
	margin-bottom: 15px;
	font-size: 1.2em;
	color: #555555;
}

#contact-form textarea {
	height: 125px;
	font-size: 1em;
	color: black;
}

#contact-form #submit{
	width: 100px;
	font-size: 0.8em;
	border: 1px solid black;
	background-color: #DDDDDD;
	color: black;
}

/* design */
#slideshow {
	position: relative;
	width: 630px;
	height: 420px;
	margin-left: 85px;
}

#slideshow .picture{
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
}

#design-columns {
	width: 760px;
	height: 330px;
	margin-top: 20px;
	margin-left: 20px;
}

#design-columns > div {
	float: left;
	width: 228px;
	margin-left: 20px;
	text-align: justify;
}

#design-columns > div p {
	margin-bottom: 10px;
}

/* Photos Div */

#photos-div {
	height: 700px;
	width: 800px;
}

#gallery-list{
	list-style-type: none;
	padding-left: 45px;
}

.gallery-thumb {
	height: 200px;
	width: 325px;
}

.gallery-link {
	height: 225px;
	width: 325px;
	padding: 10px;
	padding-right: 30px;
	cursor: pointer;
	text-align: center;
	font-size: 1.3em;
	float: left;
}

#thumbnails {
	float: left;
	list-style-type: none;
	width: 167px;
	overflow: hidden;
	padding-left: 10px;
}

.photo-thumb {
}

.photo-link {
	height: 75px;
	width: 75px;
	padding-left: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	float: left;
}

.hover {
	color: #008800;
}

#back-galleries {
	cursor: pointer;
}

#main-photo{
	position: relative;
	border-collapse: collapse;
	float: right;
	margin-right: 15px;
	vertical-align: middle;
	text-align: center;
	width: 600px;
	height: 600px;
}

.back-button {
	background-color: #CCCCCC;
	text-align: center;
	line-height: 70px;
}

.display-photo {
}

#gallery-single {
	display:none;
}

/* Plan page */

#plan-photos {
	clear: both;
	height: 340px;
}

#plan-photos .plan-box {
	float: left;
	margin-top: 9px;
	margin-left: 15px;
	width: 225px;
	height: 150px;	
}

#plan-photos .plan-box img {
	width: 225px;
	height: 115px;
	border: 1px solid silver;
	text-align: center;
}

#plan-photos .plan-text-box {
	font-family: verdana, sans-serif;
	font-size: 12pt;
	color: #444444;
	text-align: center;
	width: 225px;
	height: 38px;
}

#plan-text {
	text-align: justify;
	line-height: 18px;
}

#plan-text p {
	margin-bottom: 15px;
}

#services {
	line-height: 18px;
}

#services ul {
	padding-top: 5px;
	margin-left: 20px;
}

#services h2 {
	font-size: 1.1em;
	margin-top: 15px;
	margin-bottom: 7px;
}

#services div {
	width: 350px;
}

.design-block {
	line-height: 18px;
	text-align: justify;
	padding-bottom: 10px;
}

.design-block p{
	padding-bottom: 10px;
}

h3 {
	font-family: Verdana, sans-serif;
	font-weight: normal;
}

.design-block ul {
	list-style-type: none;
}

.design-img {
	height: 150px;
	width: 150px;
	padding-bottom: 20px;
}

/* Reviews */
.review-block div {
	line-height: 18px;
}

.review-block .just {
	text-align: justify;
	min-height: 12.5em;
}

.review-block .justr {
	text-align: justify;
	height: 13.5em;
}

.review-block .justr small {
	display: block;
	text-align: right;
	margin-top: -10px;
	font-size: 90%;
}

.review-block .break {
	height: 10em;
}

.review-block img {
	padding-top: 3px;
	margin-right: 20px;
	border-right: 0px solid #AAA;
	float: left;
}
