/* General */
body {
	background: #494949;
	font-family: "Lucida Grande", lucida, sans-serif;
}

img {
	border: 0;
	padding: 0;
}

.hidden {
	display: none;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
	width: 100%;
	height: 1%;
}

.center {
	text-align: center;
}

.filler {
	opacity: .20;
	-moz-opacity: .20;
}

/* Nav */
ul#nav {
	list-style-type: none;
	margin: 65px auto 25px auto;
	padding: 0;
	text-align: center;
	width: 595px;
	height: 25px;
}

ul#nav li {
	display: inline;
	float: left;
	position: relative;
	left: -1px;
	margin-right: -1px;
}

ul#nav li a {
	font-size: 13px;
	color: #C6D5B4;
	text-decoration: none;
	padding: 5px 25px;
	line-height: 25px;
	border-left: 1px solid #C6D5B4;
	border-right: 1px solid #C6D5B4;
	margin: 0;
}

ul#nav li a:hover,
ul#nav li a.active {
	color: #fff;
}

/* Shadows */
div#shadow {
	width: 788px;
	margin: 0 auto;
	background: #fff url(../img/shadow.gif) top right repeat-y;
}

div#shadow_top {
	background: transparent url(../img/shadow_tr.gif) top right no-repeat;
}

div#shadow_bottom {
	background: transparent url(../img/shadow_bottom.gif) bottom left no-repeat;
}

div#container {
	width: 780px;
	margin: 0;
	padding-bottom: 8px;
}

/* Homepage */
div#home_header {
	height: 107px;
	background: #C6D5B4 url(../img/home_corner_br.gif) bottom right no-repeat;
	overflow: hidden;
}

/* Other Pages Shared */
h1#logo {
	font-size: 24px;
	color: #fff;
	text-align: center;
	width: 458px;
	height: 74px;
	margin: 16px auto;
}

div#header {
	height: 107px;
	background: #C6D5B4 url(../img/corner_tl.gif) top left no-repeat;
	overflow: hidden;
}

div#content {
	background: #F0F8E7 url(../img/content_corner_br.gif) bottom right no-repeat;
	padding: 20px 0;
}

div#content p {
	color: #404040;
	font-size: 12px;
	line-height: 21px;
	margin: 0 0 21px 0;
}

div#content p#lead {
	margin: 0 40px 20px 40px;
}

div#content p a {
	border-bottom: 2px solid #C6D5B4;
	color: #404040;
	text-decoration: none;
}

div#content p a:hover {
	border-color: #fff;
}

small {
	font-size: 10px;
}

/* About */
div#content.clear {
	background: transparent url(../img/content_corner_br.gif) bottom right no-repeat;
	padding: 0;
}
div#columned {
	background: transparent url(../img/columned_bg.gif) top left repeat-y;
}

div#left_column {
	float: left;
	display: inline;
	background: #fff;
	width: 280px;
	margin: 0;
}

div#content div#left_column p#caption {
	padding: 10px;
	border-bottom: 1px solid #C6D5B4;
	margin: 0;
	font-size: 11px;
}
div#content div#right_column p.quoted {
	padding-top: 4px ;
	background: transparent url(../img/about_quote.gif) 5px 0 no-repeat;
}

span.dc {
	font-size: 72px;
	line-height: 62px;
	height: 62px;
	font-family: georgia, serif;
	float: left;
	padding-right: 5px;
}

div#book_block {
	margin: 20px 10px;
}

ul#book_details {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}

ul#book_details li {
	color: #404040;
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 21px;
}

ul#book_details li strong {
	font-style: italic;
}

blockquote {
	padding: 30px 0;
	margin: 180px 40px 0 40px;
	border-top: 1px solid #C6D5B4;
	border-bottom: 1px solid #C6D5B4;
}

div#content div#left_column blockquote p {
	font-family: georgia, serif;
	font-style: italic;
	font-weight: lighter;
	color: #494949;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	margin: 0;
}

div#content div#left_column blockquote p span {
	font-size: 11px;
	text-transform: uppercase;
}

div#more_quotes {
	display: none;
}

div#right_column {
	float: right;
	display: inline;
	width: 500px;
	padding: 30px 0;
	margin: 0;
}

div#content div#right_column p {
	padding: 0 30px;
}

div#golden_rules {
	margin: 30px 0 0 0;
	padding: 0;
	color: #494949;
}

div#golden_rules h3 {
	font-family: georgia, serif;
	font-weight: lighter;
	font-size: 40px;
	line-height: 42px;
	margin: 0 30px 20px 30px;
	padding: 10px 0 0 0;
	text-align: center;
	border-top: 1px solid #C6D5B4;
}

div#golden_rules h3 small {
	font-size: 21px;
}

div#golden_rules ul {
	margin: 50px 0 0 0;
	padding: 0;
	list-style-type: none;
}

div#golden_rules ul li {
	height: 75px;
	background-color: #E5EFD9;
	line-height: 75px;
	padding: 0 0 0 60px;
	font-family: georgia, serif;
	font-weight: lighter;
	font-size: 18px;
	background-position: center left;
	background-repeat: no-repeat;
}

div#golden_rules ul li.even {
	background-color: transparent;
	text-align: right;
	padding: 0 60px 0 0;
	background-position: center right;
	background-repeat: no-repeat;
}

li#rule1{background-image: url(../img/gr1.gif);}
li#rule2{background-image: url(../img/gr2.gif);}
li#rule3{background-image: url(../img/gr3.gif);}
li#rule4{background-image: url(../img/gr4.gif);}
li#rule5{background-image: url(../img/gr5.gif);}
li#rule6{background-image: url(../img/gr6.gif);}



/* Press */
ul.press-left,
ul.press-right {
	margin: 20px 0;
	padding: 0 30px;
	background: transparent url(../img/strikethrough.gif) center left repeat-x;
	height: 238px;
}

ul.press-left li,
ul.press-right li {
	display: inline;
	margin: 0 10px;
	border: 1px solid #C6D5B4;
	background: #F0F8E7;
	height: 236px;
	width: 180px;
}

ul.press-left li {
	float: left;
}

ul.press-right li {
	float: right;
}

p#inquiries {
	padding: 30px 0;
	margin: 40px 0;
	text-align: center;
	border-top: 1px solid #C6D5B4;
	border-bottom: 1px solid #C6D5B4;
	background: #F6F6F6;
}

/* Portfolio */
ul#design_nav {
	list-style-type: none;
	margin: 20px auto 0 auto;
	text-align: center;
	padding: 0 0 10px 0;
}

ul#design_nav li {
	display: inline;
	padding: 0 7px 2px 7px;
	font-size: 10px;
}

ul#design_nav li a {
	color: #404040;
	text-decoration: none;
	padding: 9px;
	font-size: 11px;
	
}

ul#design_nav li a.active {
	padding: 8px;
	border: 1px solid #C6D5B4;
}

ul#design_nav li a:hover {
	border-bottom: 2px solid #C6D5B4;
}

/* Slideshow Stuff */

div#slideshow {
	position: relative;
	width: 100%;
	overflow: hidden;	
	margin: 0;
	padding: 0;
	height: 310px;
}

div#slideshow_strip {
	position: relative;
	z-index: 5;
	width: 10000px;
	height: 310px;
}

div#slideshow_strip img {
	float: left;
	display: inline;
	margin: 0 20px 0 0;
	height: 310px;
	padding: 0;
}

div#ss_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: #c6d5b4;
	font-size: 30px;
	line-height: 50px;
	height: 50px;
	padding: 130px 0;
	margin: 0;
	z-index: 30;
	background: #f0f8e7;
}

div#ss_overlay img {
	vertical-align: middle;
}

a#slideshow_next,
a#slideshow_prev {
	display: block;
	width: 150px;
	height: 0;
	padding-top: 150px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin: -75px 0 0 0;
	color: #c6d5b4;
	text-decoration: none;
	font-size: 200px;
	font-weight: bold;
	text-align: center;
	line-height: 310px;
	z-index: 20;
	-moz-outline: 0;
}

a#slideshow_next {
	right: 0;
	background: transparent url(../img/slideshow_next.gif) top center no-repeat;
}

a#slideshow_prev {
	left: 0;
	background: transparent url(../img/slideshow_prev.gif) top center no-repeat;
}

a#slideshow_prev:hover,
a#slideshow_next:hover {
	background-position: 0 -150px;
}

a#slideshow_next.disabled,
a#slideshow_prev.disabled {
	display: none;
}

/* Contact */

div#contact_left {
	float: left;
	width: 405px;
	padding: 0 0 30px 30px;
}

div#contact_left p {
	margin: 0;
	padding: 0 30px 0 0;
}

ul#contact_info {
	list-style-type: none;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	border-top: 1px solid #C6D5B4;
}

ul#contact_info li,
ul#contact_info li a {
	text-align: left;
	line-height: 30px;
	font-size: 12px;
	color: #494949;
}

ul#contact_info li em {
	font-family: georgia, serif;
	font-size: 14px;
}

ul#contact_info li a {
	text-decoration: none;
}

ul#contact_info li a:hover {
	border-bottom: 2px solid #C6D5B4;
}

ul#contact_info li h3 {
	font-family: georgia, serif;
	font-weight: lighter;
	font-size: 25px;
	margin: 0;
	display: inline;
}

form#contact {
	text-align: center;
	margin: 0;
	padding: 0 30px 30px 0;
}

form#contact fieldset#bordered {
	border-left: 1px solid #C6D5B4;
	padding-left: 30px;
}

form#contact input.text,
form#contact textarea.text {
	border: 1px solid #7c7c7c;
	color: #7c7c7c;
	text-align: left;
	padding: 5px;
	margin: 5px 0;
	width: 250px;
	line-height: 21px;
	font-family: "Lucida Grande", lucida, sans-serif;
	font-size: 13px;


}

form#contact textarea {
	height: 105px;
	font-family: "Lucida Grande", lucida, sans-serif;
	font-size: 13px;


}

form#contact input#submit,
form#contact input#reset {
	margin: 10px 20px 0 20px;
	width: auto;
}

div#content p#error,
div#content p#thanks {
	padding: 10px;
	margin-left: 30px;
	margin-right: 40px;
}

p#error {
	background: #FFA0A7;
}

p#thanks {
	background: #e5efd9;
}

/* Footer */
#footer {
	width: 785px;
	margin: 4px auto 30px auto;
	height: 30px;
}

#footer p {
	color: #B9B9B9;
	font-size: 11px;
	line-height: 29px;
	text-align: center;
	margin: 0;
}

#footer p a {
	color: #b9b9b9;
	text-decoration: none;
}

#footer p a:hover {
	color: #fff;
}

#footer p#copyright {
	text-align: center;
}

#footer p#copyright_left {
	float: left;
	display: inline;
	margin-left: 14px;
}

#footer p#byline {
	float: right;
	display: inline;
	margin-right: 25px;
}

form#signup {
	float: right;
	width: auto;
	text-align: right;
	margin-right: 7px;
}

form#signup button {
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	position: relative;
	top: -2px;
	line-height: 29px;
}

form#signup input {
	background: transparent;
	color: #B9B9B9;
	font-size: 11px;
	text-align: left;
	line-height: 11px;
	padding: 6px;
	border: 1px solid #B9B9B9;
	width: 180px;
}

form#signup button img {
	vertical-align: middle;
}

/* Tooltips */
.tooltip,.tooltip *{display:block} /*added by javascript*/

.tooltip {
	width: 150px;
	color:#404040;
    text-decoration:none;
	text-align:center;
	border: 1px solid #c6d5b4;
	background: #f2f7e7;
	font-size: 12px;
	padding: 5px;
}