/* Ginkgo layout for GVHHC
   Copyright 2006 Brent Miller */
   
/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 90%/130% Helvetica, Arial, Verdana, sans-serif;
	color: #733808;
}

body * {
	font-size: inherit;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0.5em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}
/* End INITIAL */

/* Page Structure */

body {
	background-color: #cdcefe;
	text-align: center;
}

div#ginkgo_leaf {
	position: absolute;
	left: 50%;
	top: 0;
	height: 549px;
	width: 408px;
	margin-left: -771px;
	background: transparent url(images/body_background.jpg) no-repeat left top;
}

div#outer_wrapper {
	width: 726px;
	margin: 0 auto;
	background: #fff5ca url(images/background_shadows.jpg) repeat-y;
}

div#inner_wrapper {
	width: 726px;
	background: transparent url(images/inner_background.jpg) no-repeat 0 106px;
}

div#header {
	width: 726px;
	height: 104px;
	background: transparent url(images/header_background.jpg) no-repeat top left;
}

div#main_content {
	width: 726px;
	min-height: 443px;
	clear: both;
	text-align: left;
}

div#main_content p, div#main_content h1, div#main_content h2, div#main_content h3, div#main_content h4, div#main_content ul, div#main_content ol, div#main_content div, div#main_content fieldset, div#footer * {
	margin-left: 35px;
	margin-right: 35px;
}

div#main_content * * {
	margin-left: 0;
	margin-right: 0;
}

div#inner_wrapper #navigation {
	width: 698px;
	background: #d8e3ab url(images/navbar_background.jpg) no-repeat -14px 0;
	border-top: 1px solid #b63056;
	border-bottom: 1px solid #b63056;
	margin-left: 14px;
	margin-right: 14px;
}

div#inner_wrapper div#footer {
	width: 698px;
	margin-left: 14px;
	margin-right: 14px;
	font-size: 0.75em;
	background: transparent url(images/footer_background.jpg) no-repeat -14px 0;
	color: #5765a3;
	clear: both;
	border-bottom: 1px solid #963;
	padding-top: 10px;
}

/* End page structure */

/* Navigation */

#header h1, #header p, #navigation h2, #navigation p {
	position: absolute;
	left: -999px;
	width: 990px;
}

#navigation {
	margin-left: 13px;
	font-size: 0.75em;
	line-height: 2em;
	margin-bottom: 1em;
	text-align: center;
}

#navigation ul {
	list-style-type: none;
	margin: 0 auto;
}

#navigation ul li {
	margin: 0 auto;
	display: inline;
	padding: 0 0.75em;
}

/* End navigation */

/* Links */

a:link {
	color: #399a2e;
}

a:visited {
	color: #4d55ad;
}

a:hover {
	color: #b63056;
}

a:active {
	color: #399a2e;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover {
	border-bottom: 1px solid;
}

#navigation a:link, #navigation a:visited, #footer a:link, #footer a:visited {
	color: #4d55ad;
	border-bottom: none;
}

#navigation a:hover, #footer a:hover {
	color: #b63056;
	border-bottom: 1px solid;
}

/* End links */

/* Typography */

#main_content h1 {
	font-size: 1.5em;
	text-align: center;
	margin: 1em 35px 0;
}

#main_content h2 {
	font-size: 1.2em;
}

#main_content h3 {
	font-size: 1.1em;
}

#main_content p {
	margin-top: 1em;
}

#main_content h1 + p {
	margin-top: 0.5em;
}

h1, h2, h3, h4, h5 {
	letter-spacing: 0.1em;
	line-height: 1.1em;
}

#footer p {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

/* End typography */

/* Images */

.rightalign {
	float: right;
}

.leftalign {
	float: left;
}

#main_content img {
	padding: 4px;
	border: 1px solid #963;
	margin: 4px;
}

img.rightalign {
	margin-right: 35px;
	margin-left: 14px;
}

img.leftalign {
	margin-left: 35px;
	margin-right: 14px;
}

/* End images */

/* Subpage */

#subpage {
	border: 1px solid #b63056;
	background: #fff3be url(images/subpage_background.jpg) no-repeat center top;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	width: 650px;
	display: inline;
}

#main_content #subpage div {
	width: 280px;
	margin: 10px 20px;
	display: inline;
}

#main_content #subpage #subpage_left {
	float: left;
	margin-right: 10px;
}

#main_content #subpage #subpage_right {
	float: right;
	margin-left: 10px;
}

#main_content #subpage div * {
	margin: 1em 0;
}

#main_content #subpage div img {
	margin: 4px;
}

/* End subpage */

/* Testimonials */

#testimonials {
	list-style-type: none;
}

ul#testimonials blockquote {
	margin: 1em 55px 0;
	padding: 1.5em 30px 0;
	background: url(images/quotation_background.gif) no-repeat left top;
	font-style: italic;
}

ul#testimonials li {
	clear: both;
}

div#main_content ul#testimonials p {
	margin: 0 85px 1em 55px;
	float: right;
}

ul#testimonials p:before {
	content: "- ";
}

/* End testimonials */

/* Lists */

div#main_content ol li, div#main_content ul li {
	margin-left: 2em;
}

div#main_content ol li p, div#main_content ul li p {
	margin: 1em 0;
}

/* End Lists */

/* FAQ */

div#main_content ol li p.question {
	font-weight: bold;
}

/* End FAQ */

/* Forms */

div#main_content label {
	display: block;
	margin: 1em 1em;
}

div#main_content form input, div#main_content form textarea {
	display: block;
	margin-left: 10em;
	margin-top: -2.5em;
	margin-bottom: 1em;
}

div#main_content p.notice {
	border: 1px solid #b63056;
	background-color: #e6b1a2;
	padding: 1.5em;
}

label.error {
	color: #b63056;
	font-weight: bold;
}

input.error, textarea.error {
	border: 1px solid #b63056;
}

/* End forms */

/* 404 Page */

h1.notice {
	color: #b63056;
	background-color: #e6b1a2;
	border: 1px solid #b63056;
	padding: 0.5em;
}
