/* Global Styles */

html, body, ul, ol, li, form,
fieldset, a div, img {margin:0; padding:0; border:0; 
}

body {
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
	background-color:#A4F6EF;
	font-family:Arial, Helvetica, sans-serif;
}

body ul {
	list-style:outside;
	list-style-type:disc;
	font-size:0.7em;
	margin-left:20px;
		}
td {
	font-size:0.7em;
	color:#000000;
	}


h1 {
		font-size:1.2em;
		color:#0C8076;
	}

h2 {
		font-size:0.9em;
		color:#FF6600;
	}

h3 {
		font-size:0.9em;
		color:#FFFFFF;
	}
	
p {
		font-size:0.75em;
	}

a {
	text-decoration: none;
	color:#FF6600;
	}
	
a:hover{
	color:#FFFFFF;
	}
	
.notes {
	font-size: 0.7em;
	font-style: italic;
}
	
#designcontainer {
	width: 906px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: auto;
	padding-top:10px;


}

#header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height: 140px;
}

#logo {
	float:left;
	position:absolute;
	width: 351px;
	height: 84px;
	left: 25px;
	top: 17px;
}

#navbar	{
	background-image:url(../images/nav_bg.gif);
	background-repeat:no-repeat;
	height: 28px;
	}

	
#main{
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-y;
	display: inline-block;/*reqd for IE6 Layout tripswitch, part 1 - fix to extend bg img all the way down*/
    }

#main {
    display: block; /*reqd for IE6 tripswitch part 2, restoring sanity - fix to extend bg img all the way down*/
    }

#column1 {
	width:600px;
	padding-top:20px;
	margin-left:30px;
	float:left;
	display:inline; /* stops IE6 doubling lh divs margin */
	}
	
#mainimage {
	}
	
#column1text {
	margin-top:20px;
	background-color:#A4F6EF;
	width:560px;
	padding:20px;
	}
	
#column2 {
	width:200px;
	margin-top:20px;
	margin-left:20px;
	float:left;
	}
	
#column2form {
	background-color:#0B7F75;
	width:190px;
	padding:20px;
	}
	
#column2text {
	margin-top:20px;
	background-color:#0B7F75;
	width:190px;
	padding:20px;
	text-align:center;
	}
	
	
#column2text ul{
	text-align:center;
	list-style-type: none;
	font-size: 0.8em;
	color: #FFFFFF;
	line-height: 1.2em;
	}
	
#footer	{
	background-image:url(../images/footer.gif);
	height: 70px;
	}
	
#bottomnavbar {
	padding: 10px 10px;
	text-align: center;

}

.navtextbottom a:link, .navtextbottom a:visited{
	font:0.7em Arial, Helvetica, sans-serif;
	color: #FF9900;
	letter-spacing:0.1em;
	text-decoration: none;
	margin:5px;
}


.navtextbottom a:hover{
	color: #FFFFFF;

}

.navtextbottom ul {
	list-style:none;
	letter-spacing:0.0em; /* necessary for IE7 125% */
	}

.navtextbottom li	{
	display:inline;
	}
	
#fullwidthcolumn {
	width:860px;
	padding-top:20px;
	margin-left:30px;
	}
	
#fullwidthcolumntext {
	background-color:#A4F6EF;
	width:810px;
	padding:20px;
	}

#featureboxtop {
	height:50px;
	}

#featurebox {
	background-image: url(../images/featureboxbg.gif);
	background-repeat: repeat-y;
	height:260px;
	padding:10px;
	}
	
#featureboxbottom	{
	height:50px;
	}
	
	
.clearfloats	{
	clear:both;
}
