
/*  Suma Design Style Sheet  */
/* Copyright 2010 Suma Design */

* {
	padding: 0px;
	margin: 0px;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #212121;
	background-image: url(../images/body-background.png);
	}
	
/* Element Styles */

P {
	font-size: 1.3em;
	line-height: 1.6em;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0.8em;
	}
	
h1 {
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 0.4em;
	margin-bottom: 0.5em;
	margin-left: 10px;
	color: #4D6D1F;
	font-size: 2.0em;
	}
	
h2 {
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: +1px;
	margin-left: 10px;
	margin-bottom: 0.3em;
	padding-top: 0.1em;
	color: #4D6D1F;
	font-size: 1.7em;
	}
	
h3	{
	font-family: Verdana, Geneva, sans-serif;	
	margin-left: 10px;
	margin-bottom: 0.2em;
	padding-top: 0.1em;
	color: #B00077;
	font-size: 1.4em;
	font-style: italic;
	}
	
a {
	outline: none;
	overflow: hidden;
	}

a:link {
	color: #4D6D1F;
	text-decoration: none;
	}

a:visited {
	color: #4D6D1F;
	text-decoration: none;
	}
	
a:hover {
	color: #B00077;
	text-decoration: underline;
	}
	
a:active {
	color: #B00077;
	text-decoration: underline;
	}
	
img {
	border: none;
	margin-bottom: 10px;
	}
	
blockquote {
	margin-top: 2.0em;
	margin-left: 10px;
	font-style: italic;
	font-weight: bold;
	}
	
	
/* Header */

#header-wrapper {
	width: 100%;
	height: 140px;
	border-top: #84B130 medium solid;
	}
	
#header {
	margin: 0 auto;
	width: 960px;
	height: 140px;
	}
	
/* Navbar */	
	
#navbar {
	margin: 0 auto 10px auto;
	width: 100%;
    height: 45px;
	font-size: 1.4em;
	background-color: #FFFFFF;
	border-top: #84B130 thin solid;
	border-bottom: #84B130 thin solid;
	}
	
#navbar ul {
	margin: 0 auto;
	width: 960px;
	padding: 15px 0 0 35px;
	white-space: nowrap;
	}
	
#navbar li {
    list-style-type: none;
    display: inline;
	}
	
#navbar li a {
    text-decoration: none;
    padding-right: 33px;

	}
	
#navbar li a:link {
	color: #425C1B;
	}
	
#navbar li a:visited {
	color: #425C1B;
	}
	
#navbar li a:hover {
	color: #B00077;
	}

#navbar li a:active {
	color: #B00077;
	}

	
/* Content Wrapper */

#content-wrapper-top {
	margin: 0 auto;
	width: 960px;
	height: 10px;
	background-image: url(../images/content-wrapper-background-top-logo.png);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
#content-wrapper-bottom {
	margin: 0 auto;
	width: 960px;
	background-image: url(../images/content-wrapper-background-bottom-logo.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	}

/* Sidebar */

#sidebar {
	float: right;
	margin-right: 10px;
	margin-bottom: 136px;
	margin-left: 10px;
	width: 210px;
	}
	
#sidebar-table {
	width: 210px;
	text-align: center;
	}

/* Content Left */

#content-left {
	margin-bottom: 1.0em;
	margin-left: 7px;
	width: 723px;
	font-size: 1.0em;
	line-height: 1.8em;
	}
	
#content-left ul {
	font-size: 1.2em;
	list-style: none;
	text-align: left;
	margin-top: 0.2em;
	margin-right: 0px;
	margin-bottom: 1.2em;
	margin-left: 25px;
	}

#content-left li {
	margin-bottom: 0.8em;
	}

/* Spacer Layer */

#spacer-layer {
	clear: left;
	width: 670px;
	height: 0.5em;
	font-size: 0.1em;
	}
						 
/* Retaining Layer */

#retaining-layer {
	clear: both;
	width: 960px;
	}
	
#retaining-layer ul {
	padding: 5px 0 10px 0;
	}

#retaining-layer li {
	padding-left: 3px;
	padding-right: 3px;
    list-style-type: none;
    display: inline;
	}
	
/* Footer */

#footer {
	margin: 0 auto;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	width: 960px;
	line-height: 1.5em;
	letter-spacing: +1px;
	}
	
#footer table {
	margin-left: 10px;
	width: 940px;
	}
	
.footer-left {
	width:50%;
	vertical-align:top;
	}
	
.footer-right {
	text-align: right;
	width:50%;
	}
	
.text-centre {
	text-align: center;
	}

.text-justify {
	text-align: justify;
	}

/* Email Receipt */

#email-receipt {
	margin-top: 400px;
	margin-left: 50%;
	margin-right: 50%;
	}

/* Images */

.image-right {
	float: right;
	margin-right: 10px;
	margin-left: 15px;
	}
	
.image-left {
	float: left;
	margin-right: 15px;
	margin-left: 10px;
	}

.image-links-bottom {
	margin-left: 10px;
	margin-top: 10px;
	}
	
/* Table Styles */
	
#table-400 {
	width: 460px;
	}

#table-600 {
	width: 660px;
	margin-left: 50px;
	margin-top: 2.0em;
	margin-bottom: 1.5em;
	color: #4F7120;
	font-weight: bold;
	}

#table-640 {
	width: 700px;
	margin-left: 10px;
	margin-top: 1.0em;
	}

#table-660 {
	width: 720px;
	margin-top: 1.0em;
	}
	
#table-660-address {
	width: 720px;
	margin-top: 1.0em;
	margin-bottom: 0.5em;
	font-weight: bold;
	font-style: italic;
	}
	
#table-660-banner {
	width: 720px;
	margin-top: 1.0em;
	margin-bottom: 0.8em;
	}

.auto-center {
	margin: 0 auto;
	}
	
.image-right-table {
	float: right;
	margin-right: 10px;
	}
		
.image-left-table {
	float: left;
	margin-left: 10px;
	}

.banner-left-right {
	width: 130px;
	height: 100px;
	}

/* Contact Form */

.form-header {
	padding-top: 0.2em;
	padding-bottom: 0.3em;
	color: #5C8426;
	font-size: 1.8em;
	font-weight: bold;
	}

.form-sub-header {
	width: 640px;
	padding-bottom: 12px;
	vertical-align: middle;
	color: #5C8426;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	}

.form-description {
	width: 160px;
	padding-bottom: 8px;
	vertical-align: middle;
	color: #363636;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	}

.form-response {
	padding-bottom: 8px;
	font-size: 1.2em;
	vertical-align: top;
	}
	
.noshow {
	display: none;
	}

/* End of Style Sheet */
