/* REDEFINED TAGS */

body {

	background-color: #ffffff;
	background-image:url(graphics/greenbar.gif);
	background-repeat: repeat-x;
	margin: 0px auto 10px auto;
	width: 716px;
	text-align: center;
	position:relative;

}


div {
	overflow:hidden;
	margin: 0px;
}

img {
	border: 0px;
	margin: 0px 0px 0px 0px;
}

p {
	font-family: Tahoma, Verdana, Arial, arial, sans-serif;
	font-size: 0.75em;
	color: #333333;
	text-align:left;
	line-height: 1.3em;
	margin: 0px 10px 15px 10px;

}

.table{
	font-family: Tahoma, Verdana, Arial, arial, sans-serif;
	font-size: 0.75em;
	color: #333333;
	text-align:left;
	line-height: 1.3em;
	margin: 5px 10px 5px 10px;

}

.italic {
	font-family: Tahoma, Verdana, Arial, arial, sans-serif;
	font-size: 0.75em;
	color: #333333;
	text-align:left;
	font-style:italic;
	line-height: 1.3em;
	margin: 0px 10px 15px 10px;

}

.quote {
	color: #94ab95; 
	font-weight:bold; 
	font-style:italic; 
	float:right; 
	}
	
	
h1 {
	font-family: Tahoma, Verdana, Arial, arial, sans-serif;
	font-size: 1.2em;
	color: #336699;
	margin: 0px 0px 15px 0px;
	font-weight: bold;

}

h2 {
	font-family: Tahoma, Verdana, Arial, arial, sans-serif;
	font-weight: bold;
	text-align:left;
	color: #94ab95;
	font-size: 1em;
	padding: 20px 0px 15px 10px;
}



h3 {
	font-family: Tahoma, Verdana, Arial, arial, sans-serif;
	font-weight: bold;
	text-align:left;
	color: #94ab95;
	font-size: 0.9em;
	margin: 20px 0px 15px 10px;
}



h4 {
	font-family: Tahoma, Verdana, Arial, arial, sans-serif;
	font-weight: bold;
	text-align:left;
	color: #336600;
	font-size: 0.8em;
	margin: 0px 5px 15px 0px;
}


ul {
	list-style:none;
	margin-top:7px;
}

li {
	font-family: Tahoma, Verdana, Arial, arial, sans-serif;
	color: #333333;
	font-size: 0.8em;
	line-height: 1em;
	margin: 0px 0px 15px 0px;
}




/* TABLES */

table {
	margin: 0px;
	padding: 0px;
}

tr {
	margin: 0px;
	padding: 0px;
}

td {
	margin: 0px;
	padding: 0px;
}

/* Defines the table border and font for the table. Removes unwanted right table border. Also spaces table from content above using margin */

table.planlist {
	border: 1px solid #336699;
	border-right: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	font-size: 0.75em;
	margin-top: 5px;
	margin-bottom: 20px;

}


/* Defines the table header bottom border - (first row only) Gives the header row a background image  */

table.planlist, th {
	border-bottom: 1px solid #336699;
	background-image:url(graphics/table_head.gif);
	background-repeat:repeat-x;
}

/* Defines the cell right border for table cells and table header. Specifies padding */

.planlist td, .planlist th {
	border-right: 1px solid #336699;
	color:#336699;
	padding: 5px 0px 5px 10px;

}

/* Defines the table row background colour of odd rows */

.odd {
	background-color:#e3f0f7;

}

.even {
	background-color:#f0d7de;

}

/* LISTS */

ul.circle {
	list-style-image:url(graphics/bullet.gif);
	line-height: 1em;
	padding-left:30px;
	
	}



li.circle {
	font-family: Tahoma, Verdana, Arial, arial, sans-serif;
	font-size: 0.75em;
	color: #333333;
	text-align:left;
	line-height: 1.5em;
	margin: -5px 10px 10px 10px;
	}


ul.none {
	list-style:none;
	padding-top:10px;
	line-height: 1em;
	padding-left:30px;
	}



li.none {
	font-family: Tahoma, Verdana, Arial, arial, sans-serif;
	font-size: 0.75em;
	color: #333333;
	text-align:left;
	line-height: 1em;
	margin: 0px 10px 10px 10px;
	}


/* LINKS */

a.nav { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 9px;
	font-weight:bold;
	display:block;
	padding:5px; 
	border-top:1px solid #fff; 
	background-color:#94ab95; 
	width:121px; 
	}
	
a.nav:hover, a.nav:focus, a.nav:active { 
	color: #666666;
	background-color:#d3ddd3;
	text-decoration:none; 
	}
	
#here {
	color: #666666;
	background-color:#d3ddd3;
	text-decoration:none; 
	}


ul, li {
	margin:0; 
	padding:0; 
	list-style-type:none; 
	}



a {
	color: #666666;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #94ab95;
}

a:active {
	text-decoration: none;
}




.greyfooterlinks {
	font-size:0.6em;
	font-weight:normal;
	margin:0px 0px 20px 0px;
	color:#666666;
	text-decoration: none;
}

.greyfooterlinks a {
	color:#666666;
}

.media {
	font-size:0.6em;
	font-weight:normal;
	text-align:right;
	margin:0px 0px 0px 0px;	
	color:#666666;
	
}

.media a {
	color:#666666;
}

.media a:hover {
	text-decoration: underline;
	color: #666666;
}

.greenlink a {
	color:#669966;
	}
	
.greenlink a:hover {
	text-decoration: underline;
	color: #0099cc;
}

a.backtotop {
	font-size: 0.8em;
	color:#669966;
	}

a.backtotop:hover {
	text-decoration: underline;
	color: #0099cc;
}
	


/* CLASSES */

.headerimages {
	margin-bottom: 20px;
}




/* DIV TAGS */

#container {
	width:716px;
	position:relative;
	z-index:1; 
	left: 0px;
	top: 0px;
	text-align:left;

}

#innercontainer {
	background-image:url(graphics/page_bg.gif);
	background-repeat:repeat-y;
	width:716px;
	position:relative;
	z-index:1; 
	left: 0px;
	top: 0px;
	text-align:left;
}

#header {
	background-image:url(graphics/header_bg.gif);
	background-repeat:no-repeat;
	width:716px;
	height:159px;
	z-index: 1;
}



#content {
	padding-left:1px;
}

#footer {
	background-image:url(graphics/footer.gif);
	background-repeat:no-repeat;
	width:716px;
	height:50px;
	z-index: 1;
}


#main {
	width:716px;
	}
	
.navcol{
	float:left;
	width:121px;
	background-color:#94ab95;
	}
	
.centercol{
	float:left;
	width:415px;
	background-color:#fff;
	}
	
.rightcol{
	float:left;
	width:180px;
	background-color:#fff;
	}
	
.pagecol{
	float:left;
	width:594px;
	background-color:#fff;
	}


#leftnav {
	width:121px;
	float:left;
	background-color:#94ab95;
	}
	
#bodyframe {
	float:left;
	position:relative;
	margin-left:5px;
	background-color:#fff;
	width: 400px;
	}
	
#bodyframe2 {
	float:left;
	position:relative;
	margin-left:5px;
	background-color:#fff;
	width: 590px;
	}
	
#imageframe {
	float:left;
	padding-left:5px;
	background-color:#3399FF;
	}

#leftcolumn {
	width:470px;
	padding-left:25px;
	float:left;
	}
	
#mainframe {
	float:left;
	position:relative;
	margin-left:5px;
	background-color:#fff;
	width: 500px;
	}
	




#rightcolumn {
	float:left;
	position:relative;
	margin-left:20px;
}

#fullpage2 {
	width:730px;
	padding-left:25px;
	float:left;
}

#fullpage2 {
	width:600px;
	padding-left:86px;
	float:left;
}




#footer {
	width:716px; 
	height:20px;
	margin-top:5px; 
	background-image:url(graphics/footer.gif); 
	background-repeat:no-repeat;
}





/* IMAGES */

#image {
	margin-top:30px
	}
	
#image2 {
	margin-top:30px
	}

/* SPACERS */

.marginbottom10 {
	margin-bottom:10px;
}



