/* Global White-space Reset */

* {
	margin: 0;
	padding: 0;
}

/* General Element Styles */

body {
    color: #000;
    background-color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	line-height: 1.5em;
    text-align: center;
}

p {
    margin: 1em 0em;
}

h1 {
	margin: 1em 0;
	font-size: 16px;
	line-height: 1.6667em;
	color: #0061b0;
	letter-spacing: 0.05em;
}

h2	{
	margin: 1em 0;
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0.05em;
}

a {
	color: #0061b0;
	text-decoration: none;
	outline: none;
}

a:visited {
	color: #0061b0;
}

a:hover, a:active {
	color: #2cb546;
	text-decoration: underline;
}

img {
	border: none;
}

blockquote {
	margin: 0 2em;
}

ul, ol, dl {
	margin: 1em 0em;
}

dt {
	margin: 0.25em 0;
}

li, dd {
	margin: 0.25em 0 0.25em 3em;
}

ul ul {
	margin: 0.25em 0em;
}

/* Special Quotes Blockquote */

blockquote.testimonial {
	margin: 2em 5em;
	text-indent: 2em;
	background: #fff url(images/left_quote.jpg) no-repeat top left;
	text-align: justify;
}

blockquote.testimonial p {
	display: inline;
	padding-right: 2em;
	background: #fff url(images/right_quote.jpg) no-repeat bottom right;
}

blockquote.testimonial p.author {
	display: block;
	margin: 0.25em 0 0 300px;
	padding: 0;
	background: none;
	font-style: italic;
}

/* Containers */

#wrapper {
    width: 735px;
    margin: 20px auto;
    padding-top: 30px;
    background: #fff;
    text-align: center;
}

#banner {
	display: table;
	width: 100%;
	height: 96px;
	margin: 0 0 10px 0;
	text-align: left;
}

#logo {
    float: left;
	width: 250px;
	height: 96px;
	text-align: left;
}

/* Top Area, Main Page */

#tagline {
	margin: 53px 0 0 250px;
	font-size: 14px;
	line-height: 1.6667em;
	text-align: right;
}

#tagline p {
	margin: 0;
}

#topmenu-main {
	clear: both;
	width: 735px;
	border-top: 10px solid #2cb546;
	text-align: center;
}

#topmenu-main li {
	float: left;
	width: 105px;
	margin: 0;
	list-style: none;
}

#topmenu-main li a {
	display: block;
	margin: 0;
	padding: 0 0 5px 0;
	letter-spacing: 0.05em;
	text-decoration: none;
}

#topmenu-main a:hover, #topmenu-main a:active {
	color: #2cb546;
	text-decoration: none;
}

/* Top Area, Sub-Pages */

#section-heading {
	margin: 53px 25px 0 250px;
	text-align: right;
}

#topmenu {
	clear: both;
	width: 735px;
	padding: 7px 0 0 0;
	text-align: center;
	background: #fff url(images/topmenu_bar.jpg) no-repeat top center;
}

#topmenu li {
	float: left;
	width: 105px;
	margin: 0;
	list-style: none;
}

#topmenu li a {
	display: block;
	margin: 0;
	padding: 5px 0;
	letter-spacing: 0.05em;
	text-decoration: none;
}

#topmenu a:hover, #topmenu a:active {
	color: #2cb546;
	text-decoration: underline;
}

/* Content */

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

/* Main Page Styles for Mouseovers */

.hide {
	overflow: hidden;
	clear: left;
	height: 0;
	font-size: 1px;
	line-height: 0;
}

.show {
	overflow: visible;
	clear: left;
	margin: 1em 0 0 0;
}

.show p {
	text-align: justify;
}

.show img {
	float: right;
	width: 400px;
	margin-left: 1.5em;
	border-top: 10px solid #2cb546;
}

/* Misc */

.clear {
	overflow: hidden;
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}

.center {
	text-align: center;
}

/* Photo Styles */

.photo_right {
	float: right;
	margin: 0 0 1em 1.5em;
	border-top: 10px solid #2cb546;
}

.photo_left {
	float: left;
	margin: 0 1.5em 1em 0;
	border-top: 10px solid #2cb546;
}

/* Footer */

#footer {
	clear: both;
	margin: 1em 0 0 0;
	text-align: center;
}

/* Portfolio Galleries */

#left-column {
	float: left;
	width: 150px;
}

#right-column {
	margin: 0 0 0 170px;
}

#left-column ul {
	margin: 0em 0em;
}

#left-column ul ul {
	margin: 0.25em 0em;
}

#left-column li {
	margin: 0 0 0 1.5em;
}

#gallery-nav, #gallery-thumbnails, #gallery-img {
	margin: 1em auto;
	letter-spacing: 0.05em;
	text-align: center;
}

#gallery-thumbnails li {
	float: left;
	width: 100px;
	height: 120px;
	list-style: none;
}

#gallery-thumbnails img {
	margin: 0;
	padding: 5px;
	border: 1px solid #2cb546;
	vertical-align: top;
}

#gallery-img li {
	margin: 0;
	display: inline;
	list-style: none;
}

#gallery-img img.landscape, #gallery-img img.portrait {
	margin: 5px;
	border-top: 10px solid #2cb546;
	vertical-align: top;
}

#gallery-img img.landscape-th, #gallery-img img.portrait-th {
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #2cb546;
	vertical-align: top;
}

