/*
***********************************************************

GreenStar
Master Screen Styles

***********************************************************
*/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	border: 0;
	width: 100%;
	background: url(../images/bg_pattern.gif) repeat 0px 0px #ddd;
	background-position: center 0px;
	text-align: center;
	color: #333;
	font-family: "Tahoma", helvetica, sans-serif;
	font-size: 11px;
	}

#container {
	margin: 0 auto;
	min-height: 100%;
	width: 800px;
	text-align: left;
	background: url(../images/bg_container.gif) repeat-y 0px 0px;
	position: relative;
	}

#header {
	background: #fff;
	height: 30px;
	padding: 0;
	}
	
#banner {
	position: relative;
	background: url(../images/banner.jpg) no-repeat 0px 0px;
	width: 800px;
	height: 283px;
	clear: both;
	}

#body {
	padding: 0;
	padding-bottom: 50px;	/* Height of the footer */
	}
	
p {	
	line-height: 1.4em;
    margin: 1.4em 0 0 0;
	}
	
p.contact {	
	line-height: 1.4em;
    margin: 0;
	}
	
h1, h2, h3 {
	line-height: 1.4em;
	color: #3574ae;
    margin: 1.4em 0 0 0;
	font-size: 100%;
	}

a {
	color: #3574ae;
	}
	
a:hover {
	color: #fff;
	text-decoration: none;
	}
	
img {
	margin: 20px 0 0 0;
	}
	
hr {
  	height: 1px;
	border: none;
    background: #fff;
	}
	
ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
	
#list {
		margin: 0;
		padding: 0;
		color: #3574ae;
		}

#list ul {
		margin: 0;
		padding: 0;
		padding-top: 1.4em;
		padding-bottom: 1.4em;
		padding-left: 1em;
		list-style: none;
		}
		
#list li {
		background: url(../images/bullet.gif) no-repeat 0 .8em;
		padding: .5em 0 .5em 0;
		padding-left: 1em;
		}

/* column container */
.colmask {
	position: relative;	/* This fixes the IE7 overflow hidden bug */
	clear: both;
	width: 100%;			/* width of whole page */
	overflow: hidden;		/* This chops off any overhanging divs */
	}

/* common column settings */
.colright, .colleft {
	float: left;
	width: 100%;
	position: relative;
	}

.col1,  .col2,  .col3 {
	float: left;
	position: relative;
	padding: 0 0 1em 0;
	overflow: hidden;
	}

/* 2 Column (right menu) settings */
.rightmenu {
	background: #ddd;		/* right column background colour */
	}

.rightmenu .colleft {
	right: 300px;			/* right column width */
	background: #fff;		/* left column background colour */
	}

.rightmenu .col1 {
	width: 440px;			/* left column content width (left column width minus left and right padding) */
	left: 330px;			/* (right column width) plus (left column left padding) */
	}

.rightmenu .col2 {
	width: 240px;			/* right column content width (right column width minus left and right padding) */
	left: 390px;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
	
/* footer */
#footer {
	position: absolute;
	bottom: 0;
	width: 800px;
	height: 50px;			/* Height of the footer */
	text-align: center;
	background: url(../images/footer.gif) no-repeat 0px 0px;
	}