/* -- css created by Steve Coates http://www.flyingfoxmultimedia.com.au -- */

body {
font-family:Georgia, Times New Roman, Times, serif;
font-size:.9em;
text-align:center;
background-image: url(images/pagebg.jpg);
background-repeat:no-repeat;
background-position:top left;
background-color:#C7F8CB;
margin-top:10px;
color:#415143;
}

/* --- wrapper --- */

#wrapper {
width:760px;
margin-right:auto;
margin-left:auto;
padding:0;
text-align:left;
background-image: url(images/content-bg-green.gif);
background-repeat:repeat-y;
}

/* --- header --- */

#header {
width:760px;
margin:0px auto;
margin-top:10px;
background: url(images/headerbg-green.gif) no-repeat;
text-align:right;
height:101px;
}

#header img {
margin:25px 20px 5px 5px;

}

/* --- left --- */

#left {
width:450px;
padding:25px 70px 30px 25px;
float:left;
border-left:1px solid #486161;
}

/* --- right --- */

#right {
width:160px;
padding:25px 20px 10px;
float:right;
border-right:1px solid #486161;
}

#right ul {
padding: 0;
margin: 0;
list-style: none;
line-height: 1em;
}

#right li {
background:#73B47A;
border-bottom:1px solid #49784E;
margin-bottom:4px;
}

#right li a {
display: block;
color:#D5F5DA;
padding:5px;
text-decoration:none;
font-weight:normal;
}

#right li a:hover {
color:#fff;
text-decoration:none;
background:#5A8E5F;
border-right:5px solid #49784E;
}

/* --- footer --- */

#footer {
border:1px solid #486161;
background:#49784E;
padding:10px;
font-size:11px;
color:#D5F5DA;
}

#footer a:link, #footer a:visited {
color: #D5F5DA;
}

/* --- text --- */

h1, h2, h3, h4 {
color:#49784E;
font-weight:normal;
}

h1 {
margin-top:0;
font-size:1.7em;
}

h2 {
margin-top:0;
font-size:1.3em;
}

p {
text-align:justify;
}

a:link, a:visited {
color:#006633;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

/* --- forms --- */
label,input, select {
display: block;
float: left;
margin-bottom: 10px;
font-size:.8em;
font-family:Georgia, Times New Roman, Times, serif;
}

label {
text-align: right;
width: 100px;
padding-right: 20px;
}

input {
width:250px;
}

.comments {
width:250px;
margin-bottom:20px;
font-family:Georgia, Times New Roman, Times, serif;
font-size:.8em;
}

br {
clear: left;
}

fieldset {
border: #49784E solid 1px;
}

legend {
font-size:1.1em;
margin-top:20px;
background: #73B47A;
border: #49784E solid 1px;
padding: 1px 10px 4px;
margin-bottom:15px;
color:#D5F5DA;
}

.submit {
float:right;
margin-right:50px;
background:#AFF3B6;
width:75px;
border: #49784E 1px solid;
font-family:Georgia, Times New Roman, Times, serif;
}

/* --- specifics --- */
/* images in main body text, these work if the images are inside the <p> tag */
.inparleft {
margin-right:20px;
display:block;
background-color:#ABF2B1;
padding:5px;
border:1px solid #49784E;
}

.inparright {
margin-left:20px;
display:block;
background-color:#ABF2B1;
padding:5px;
border:1px solid #49784E;
}