/* http://www.brightbluec.com.au/ */
/* v1.0 | 20080927 */
/* [client] 
===================== */


/* @group reset */

/* ==RESET== */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
	margin: 1em 0;
	}

img {
	border: 0;
	}

a	{
	text-decoration: none;
	outline: none;
	}

/* @end */

/* @group global */

/* ==GLOBAL== */

html {
	text-align: center;
	background: transparent url(../img/gl-html.jpg) repeat;
	}
	
body {
	position: relative;
	
	width: 890px;
	margin: 0 auto;
	text-align: left;
	padding-top: 50px;
	behavior: url("csshover3.htc");
	/*height: 800px;*/
	}
	
#branding, #nav, #site_info {
	width: 100%;
	}


/* @end */
/* @group text links */

#nav ul li a {
	text-indent: -9999px;
	}

h1 a	{
	display: block;
	height: 200px;
	text-indent: -9999px;
	}
	
#preview a	{
	color: white;
	}
	
#preview a:hover	{
	color: white;
	text-decoration: underline;
	}
p a {
	color: #4ba96d;
	text-decoration: none;
	}
p a:hover	{
	font-style: italic;
	color: white;
	background-color: #4ba96d;
	}

/* @end */
/* @group typography */

/* ==TYPOGRAPHY== */

body {
	font: 62.5%/1.6 "Lucida Grande", Lucida, Verdana, sans-serif;
	}
	
h2, h3, h4, p, ul, blockquote	{
	margin: 0 20px .75em;
	}
	
h2, h3	{
	font-size: 2em;
	margin: 0 0 5px;
	letter-spacing: 1.2px;
	font-variant: small-caps;
	padding-left: 30px;
	}
	
li > h4	{
	margin-left: 0;
	}

h2, h3, h4	{
	color: black;
	}
	
h4	{
	color: #4ba96d;
	font-size: 1.5em;
	font-weight: bold;
	font-variant: small-caps;
	}
	
h4.col {
	padding-left: 111px;
	}
	
h4.colRight	{
	color: #4ba96d;
	font-size: 1.5em;
	padding-left: 0;
	}
	
p	{
	font-size: 1.1em;
	text-align: justify;
	}
	
p#intro {
	color: #708090;
	font-size: 1.5em;
	padding: 0 70px;
	margin: 0 0 30px;
	height: 150px;
	line-height: 1.4em;
	}
	
h2 + p	{
	font-size: 110%;
	}
	
li > p	{
	margin-left: 0;
	}
	
a:link, a:visited	{
	text-decoration: none;
	}
	
#nav p	{
	font-family: ""Helvetica Neue Light"", Verdana, Helvetica, sans-serif;
	font-size: 160%;
	}
	

/* @end */

/* @group branding */

/* ==BRANDING== */

#branding	{
	position: relative;
	z-index: 10;
	height: 160px;
	background-color: #4ba96d;
	width:890px;
	}

div#branding #blockquote
{
	position:absolute;	
	position: absolute;
	top: 24px;
	right: 48px;
	bottom: 0;	
	width: 350px;
	height: 90px;
	background: transparent url(../img/gl-statement.png) no-repeat 0 0;	
	margin: 0 auto;
}
	
div#branding #blockquote p {
	text-indent: -9999px;	
	z-index: 100;
		margin:0;
	}
	
h1	{
	position: absolute;
	top: -22px;
	left: -8px;
	height: 200px;
	width: 324px;
	background: transparent url(../img/gl-branding-h1.png) no-repeat;
	text-indent: -9999px;
	}




/* @end */

/* @group navbar */

/* ==NAV_TOOLS== */

#nav	{
	position: relative;
	z-index: 1;
	height: 70px;
	background: #4ba96d url(../img/gl-nav.png) no-repeat 0 0;
	}
	
ul#nav_tools	{
	position: absolute;
	top: 26px;
	left: 316px;
	margin: 0;
	width: 574px;
	height: 35px;
	z-index: 10;
	}
	
ul#nav_tools li	{
	display: inline;
	/*text-align: center;*/
	}
	
ul#nav_tools li a	{
	margin-right: 10px;
	padding-right: 10px;
	border-style: none;
	}
	
li#nav_home, li#nav_about, li#nav_gal, li#nav_cont	{
	position: absolute;
	display: block;
	height: 35px;
	width: 90px;
	}
	
li#nav_home a, li#nav_about a, li#nav_gal a, li#nav_cont a	{
	display: block;
	height: 35px;
	width: 90px;
	}
	
li#nav_home	{
	left: 47px;
	}
	
li#nav_about	{
	left: 174px;
	}
	
li#nav_gal	{
	left: 303px;
	}
	
li#nav_cont	{
	left: 428px;
	}
	
li#nav_home a	{
	background: transparent url(../img/gl-nav-home.gif) no-repeat center bottom;
	height: 35px;
	}
	
li#nav_about a	{
	background: transparent url(../img/gl-nav-story.gif) no-repeat center bottom;
	}
	
li#nav_gal a	{
	background: transparent url(../img/gl-nav-gal.gif) no-repeat center bottom;
	}
	
li#nav_cont a	{
	background: transparent url(../img/gl-nav-cont.gif) no-repeat center bottom;
	}
	
li#nav_home a:hover	{
	background: transparent url(../img/gl-nav-home.gif) no-repeat center top;
	}
	
li#nav_about a:hover	{
	background: transparent url(../img/gl-nav-story.gif) no-repeat center top;
	}
	
li#nav_gal a:hover	{
	background: transparent url(../img/gl-nav-gal.gif) no-repeat center top;
	}
	
li#nav_cont a:hover	{
	background: transparent url(../img/gl-nav-cont.gif) no-repeat center top;
	}
	
#nav p	{
	position: absolute;
	top: 5px;
	left: 0;
	margin: 0;
	}
	
#nav h2	{
	position: absolute;
	text-indent: -9999px;
	}



/* @end */

/* @group content_main */

/* ==CONTENT_MAIN== */

#content	{
	position: relative;
	width: 100%;
	background-color: #fff;
	min-height: 800px; /* FIX for IE */
	}
	
#content_main	{
	left: 0;
	width: 50%;
	padding: 1em 0;
	}

#flashcontent	{
	position: relative;
	width: 864px;
	margin-left: 13px;
	display: block;
	z-index: 10;
	}
	
#flashgalleries	{
	position: relative;
	width: 864px;
	height: 500px;
	margin-left: 13px;
	display: block;
	z-index: 10;
	}
	
#flashcontent p	{
	text-indent: -9999px;
	}

/* @end */

/* @group content_sub */

/* ==CONTENT_SUB== */

#content_sub {
	position: relative;
	padding: 1em 0;
	margin: 0 auto;
	text-align: left;
	}
	
#colLeft, #colRight	{
	top: 0;
	height: 200px;
	padding: 20px 0 0;
	}
	
#colLeft	{
	width: 400px;
	float: left;
	margin: 0 0 0 30px;
	}
	
#colRight	{
	width: 400px;
	float: left;
	margin: 0;
	}

#guarantee {
	position: relative;
	padding: 70px 0 0;
	margin: 0;
	height: 200px;
	}

/* @end */

/* @group footer */

/* ==FOOTER== */

#footer	{
	position: relative;
	height: 90px;
	background-color: #4ba96d;
	}
	
#footer h5	{
	position: absolute;
	margin: 0;
	}
	
#footer h5 a	{
	display: block;
	text-indent: -9999px;
	}
	
div#footer p {
	color: white;
	font-size: 0.9em;
	text-align: right;
	padding: 10px 10px 0 0;
	height: 70px;
	}

/* @end */

/* @group forms */


/* ===================FORMS -- not customized == */
#content_form	{
	/*position: relative;*/
	margin: 0 0 40px;
	}
form {
	/*position: relative;*/
	top: 8px;
	width: 100%;
	padding: 0 0 0 0;
	}
#formEntry {
	width: 390px;
	}
#formEntry input {
	width: 254px;
	border: none;
	text-align: left;
	font-size: 0.8em;
	outline: 0 none;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 5px 0 0;
	background-image: none;
	}
#formEntry .input-bg {
	background: transparent url(../img/form-sm-bg.gif) no-repeat left bottom;
	height: 21px;
	text-indent: 10px;
	}
#formEntry .active {
	background: transparent url(../img/form-sm-bg.gif) no-repeat left top;
	}
#formMessage {
	width: 500px;
	height: 119px;
	}
#formMessage textarea {
	width: 265px;
	height: 127px;
	border: none;
	margin: 0 0 0 4px;
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	overflow: auto;
	background-image: none;
	padding: 7px 0 0;
	}
#formMessage .message-bg {
	background: transparent url(../img/message-bg.gif) no-repeat left bottom;
	height: 120px;
	padding-bottom: 15px;
	}
#formMessage .active {
	background: transparent url(../img/message-bg.gif) no-repeat left top;
	height: 120px;
	}
label {
	display: block;
	font-size: 1.1em;
	text-indent: 10px;
	margin: 4px 0 4px;
	}
label.error {
	position: relative;
	top: -43px;
	right: 125px;
	padding: 3px;
	color: #da3939;
	font-size: 0.9em;
	text-align: right;
	font-style: italic;
	font-weight: normal;
	}
input.submit-button {
	height: 30px;
	display: block;
	padding: 20px 0 0 115px;
	}

/* Removes fieldset borders. even on Opea 7 */

fieldset {
	border: 1px solid transparent;
	}

.map	{
	padding: 0 0 20px 20px;
	}

/* @end */

/* @group tables */

/* ==TABLES== */

table {
	border-spacing: 0;
	border-collapse: collapse;
	}

td {
	text-align: left;
	font-weight: normal;
	}


/* @end */

/* @group clear */

/* ==CLEAR== */

div.clear { 
	clear: both; 
	}

/* @end */

/* ==MISC 2== */

#preview	{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}


/* [signature] 
===================== */