@charset "UTF-8";
/* CSS Document */

/* body
-------------------------------------------------------- */
	body {
		font-family: Arial, Verdana, sans-serif;
		font-size: 14px;
		color:#999;
		background-color:#fff;
		line-height:20px;
		margin:0 auto 0 auto;
		
	}
	
/* Default titles paragraphs and inpage links
-------------------------------------------------------- */
	h1 {
		font-size: 180%;
		padding:0 0 0 40px;
		margin:20px 0 0 0;
		line-height:17px;
		}

	h2 {
		font-size: 120%;
		padding:0 0 10px 0;
		color:#FFF;
		}
		
	h3 {
		font-size: 100%;
		}

	h4 {
		margin-top:20px;
		font-size: 80%;
		color:#999;
		}

	h5 {
		font-size: 70%;
		}

	p {
		font-size: 90%;
		text-align: left;
		padding-bottom:10px;
		}
		
	a {
		outline: none; /* Removes dotted outline on buttons in firefox*/
		text-decoration: none; 
		color: #0074d2;
		}
	
	a:hover {
		text-decoration: underline;
		}
		

/* Turn off any default image borders
---------------------------------------------------------*/
	a img, img, :link img, :visited img {
		border: none;
		}

/* Fixes unwanted space below images in IE6
---------------------------------------------------------*/
	img {
		display:block;
		}

		
/* Remove default padding and margin
-------------------------------------------------------- */	
	* {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		vertical-align:baseline;
		}


/* Removes default list styles
---------------------------------------------------------*/		
	ul,ol {
		padding:0;
		margin:0;
		}
	
/* Common Classes
---------------------------------------------------------*/
	.clear {
		clear: both; height: 0.1px; font-size: 0; line-height: 0;
		}
		
		
/* Site wrapper
---------------------------------------------------------*/
	#wrapper {
		width:995px;
		margin: 0 auto 0 auto;
		padding:0;
	}
	
/* NON FLASH
---------------------------------------------------------*/

	#nonFlashWrapper {
		width:740px;
		margin: 0 auto 20px auto;
		padding:0;
		
	}
	
	h1.sectionWho {color:#66CC00;}
	h1.sectionHow {color:#FF9900;}
	
	#who {
		margin:0;
		background-color:#66CC00;
		padding: 40px 40px 40px 40px;
		color:#FFF;
	
	}
	
	#how {
		margin:0;
		background-color:#FF9900;
		padding: 40px 40px 40px 40px;
		color:#FFF;
	
	}
	
	#logo{
		width:740px;
		
	}
	
	#plugin{
		text-align:center;

	}
	
	.button{
		margin: 5px 0 0 310px;
	
	}
	
	/* Enviromental Policy bulleted list
---------------------------------------------------------*/

	#enviroPolicy ul {
		list-style-type:disc!important;
	
	}
	
	#enviroPolicy li {
		font-size:90%;
		margin-left:20px;
		margin-bottom:5px;
	
	}
	
/* Flash controller
---------------------------------------------------------*/
#flashmovie {
		width:995px;
		height:585px;
		margin:25px 0 0 0;
	}
	
/* Footer controller
---------------------------------------------------------*/
	#footer {
			width:995px;
			margin-bottom:100px;
		}
	
	#copyright{
		
		float:left;
		width:35%;
		}
	
	#copyright ul {
		text-align:left; 
		}
	
	#copyright ul li {
			color:#999;
			font-family:Arial, sans-serif;
			padding-left:90px;
			display:inline;
			font-size:60%;
		}
	
	#copyright ul li a {
			color: #009FCD;
		}
		
	#footerlinks{
			float:right;
			width:60%;	
		}
		
	#footerlinks ul {
			text-align:right;
		
		}
		
	#footerlinks ul li {
			color:#999;
			font-family:Arial, sans-serif;
			padding-left:90px;
			display:inline;
			font-size:80%;
		}
	
	#footerlinks ul li a {
		padding-right: 10px;
		color: #009FCD;
		
	}
	
	#footerlinks ul li.last-child{
			padding-right:60px;
		
	}
	
	
/* Site Map
---------------------------------------------------------*/
	
	.siteMap {
		float: left;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		background-image: url("../images/sitemap-cyan.gif");
		background-repeat: repeat-x;
		background-color: #c9d4da;
		font-size: 12px;
	}
	
	.siteMap-row {
		width: 740px;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		margin-bottom:30px;
	}
	
	.siteMap-table {
		width: 100%;
	}
	
	.siteMap-col {
		background-image: url("../images/dotted-vert.gif");
		background-repeat: repeat-y;
		min-height: 169px;
		height: expression("169px");
		vertical-align: top;
	}
	
	.siteMap-box {
		margin-left: 15px;
	}
	
	.siteMap-header {
		font-family: Arial;
		font-size: 11px;
		font-weight: bold;
		color: #455560;
		padding-bottom: 10px;
		float: none;
	}
	
	.siteMap-link {
		margin-top: 3px;
		float: none;
	}
	
	.siteMap-href {
		font-family: Arial;
		font-size: 11px;
		font-weight: normal;
		color:#999;
		text-decoration: none;
		line-height:15px;
	}
	
	.siteMap-href:hover {
		font-family: Arial;
		font-size: 11px;
		font-weight: normal;
		color: #009FCD;
		text-decoration: underline;
	}
