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

body {
	font: 12px/15px arial;
	color: #666666;
	margin: 30px 0px 0px;
	padding: 0px ;
	}
	
.white_hd {
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
	border: 1px solid #ffffff;
	padding: 3px;
}

.green_hd {
	color: #58b54d;
	font-size: 12px;
	font-weight: 800;
}

.blue_hd {
	color: #0000CC;
	font-size: 12px;
	font-weight: 800;
}

.txt_error {
	color: #990000;
}

#container {
	margin: auto;
	padding: 0px;
	width: 999px;
	}
	
.hor_row {
	padding: 0px;
	width: 999px;
	margin: 0px;
	float: left;
	}
	
.hor_row2 {
	padding: 0px;
	width: 635px;
	margin: 0px;
	float: left;
	}

#logo {
	width: 413px;
	margin: 0px;
	padding: 0px;
	float: left;
	}
	
#tagline {
	width: 282px;
	background-color: #FFFFFF;
	background-image: url(im/tagline.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 40px;
	}
	
#nav {
	width:685px;
	background:transparent url(im/n_bg.gif) no-repeat top left;
	float: right;
	height: 28px;
	margin: 0px;
	padding: 0px 0px 0px 8px;
	}
	
#small_nav {
	background:transparent url(im/bg_s_nav.gif) no-repeat top left;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 7px;
	padding-left: 23px;
	width: 252px;
	float: left;
	height: 19px;
	font-size: 11px;
	}
	
#small_nav a {
	color: #999999;
	text-decoration: none;
}

#small_nav a:hover {
	color: #006699;
	text-decoration: none;
}

#small_nav a:visited {
	color: #999999;
}
	
	
#flash {
	width:999px;
	z-index: -999;
	}
	
#header {
	width:999px;
	background-color: transparent;
	float: left;
	height: 139px;
	background-image: url(im/head_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}	
	
#main {
	margin: 0px;
	padding: 0px;
	width: 999px;
	float: left;
}

#main_p {
	margin: 0px;
	padding: 0px;
	width: 999px;
	float: left;
	background-color: transparent;
	background-image: url(im/side_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-y;
}	
	
#content {
	float:right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 692px;
	padding-bottom: 0px;
	}


#content p {
	font-size: 12px;
	line-height: 18px;
}

#content_p {
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 691px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	}

#main_copy {
	float: left;
	width: 51%;
	padding-left: 0px;
}


#main_copy p {
	font-size: 12px;
	line-height: 18px;
	padding-left: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 6px;
	margin-bottom: 8px;
}

#main_copy_p {
	float: left;
	width: 60%;
	padding-left: 25px;
}

#main_copy_p p {
	font-size: 12px;
	line-height: 16px;
	margin-top: 6px;
	margin-bottom: 8px;
	padding: 0px;
}


#main_copy_p2 {
	float: right;
	padding-left: 25px;
	padding-right: 25px;
	width: 640px;
}

#main_copy_p2 p {
	font-size: 12px;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 8px;
	padding: 0px;
}

#main_copy_p2 li {
	list-style-type: none;
	list-style-image: url(im/bullet.gif);
	margin-bottom: 5px;
}

#main_copy_p2 li li{
	list-style-type: square;
	list-style-image: none;
	margin-top: 0px;
	margin-bottom: 2px;
}

#main_copy_p2 h3 {
	color: #58b54d;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
}

#main_copy_p2 h4 {
	color: #330099;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 16px;
}

#main_copy_p2 ul {
	margin-top: 12px;
	margin-bottom: 12px;
}

#main_copy_p2 ul ul {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.spec_table {
	width: 640px;
	font-size: 11px;
	line-height: 11px;
	color: #333333;
	margin-bottom: 10px;
}

.spec_table th {
	font-size: 11px;
	line-height: 11px;
	color: #FFFFFF;
	background-color: #000098;
	padding: 6px;
}

h1 {
	font-size: 30px;
	font-style: italic;
	line-height: 30px;
	font-weight: bold;
	color: #0099CC;
	margin-top: 15px;
	margin-bottom: 18px;
	padding-top: 10px;
}	

h2 {
	font-size: 18px;
	font-style: italic;
	line-height: 22px;
	font-weight: bold;
	color: #0099CC;
	margin-top: 25px;
	margin-bottom: 18px;
}	

h3 {
	font-size: 16px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	color: #0099CC;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 18px;
	margin-bottom: 8px;
}

h4 {
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	color: #003399;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 18px;
	margin-bottom: 8px;
}
	
#featured {
	width:308px;
	background-color: transparent;
	background-image: url(im/featured.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 357px;
	
	}
	
#featured p {
	font-size: 11px;
	line-height: 12px;
	text-align: left;
	padding-left: 15px;
	width: 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-bottom: 8px;
}
.feat_title {
	font-size: 18px;
	font-style: italic;
	line-height: 16px;
	font-weight: bold;
	color: #0000CC;
	margin: 8px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
		
#side {
	width:307px;
	margin: 0px;
	padding: 0px;
	float: left;
	background:#efefef;
	text-align: left;
	}
	
			
#side_download {
	width:307px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
	}

	
.side_t {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #0033CC;
	background-color: transparent;
	background-image: url(im/bg_t_side.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 16px;
	padding-left: 20px;
}

#news {
	padding: 0px 17px;
	margin-bottom: 5px;
}
#news p {
	font-size: 11px;
	font-style: italic;
	color: #058bc0;
	padding: 0px 0px 10px;
	margin-top: 8px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 13px;
}

#news a {
	color: #058bc0;
	text-decoration: none;
}

#news a:hover {
	color: #058bc0;
	text-decoration: underline;
}

#news a:visited {
	color: #058bc0;
}

.im_left {
	padding: 1px;
	float: left;
	margin-right: 8px;
	border: 1px solid #CCCCCC;
}

.im_right {
	padding: 1px;
	float: right;
	margin-left: 8px;
	border: 1px solid #CCCCCC;
}
.im_right_ns {
	padding: 1px;
	float: right;
	margin-left: 8px;
	
}


#think_green {
	background-color: transparent;
	background-image: url(im/think_green.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 101px;
	width: 307px;
	padding-top: 6px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#learn {
	position: relative;
	margin-left: 30px;
	text-align: left;
	right: 15px;
	top: 33px;
}

#think_green p {
	font-size: 11px;
	line-height: 11px;
	color: #FFFFFF;
	padding-left: 12px;
	margin: 3px 0px 0px;
	width: 150px;
	padding-top: 4px;
}
.think_green_t {
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	line-height: 22px;
}

#footer {
	width:999px;
	float: left;
	margin-top: 10px;
	background:transparent url(im/bg_footer.gif) no-repeat top left;
	height: 70px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	
	}
	
#footer a {
	color: #0099CC;
	text-decoration: none;
}

#footer a:hover {
	color: #0099CC;
	text-decoration: underline;
}

#footer a:visited {
	color: #0099CC;
}
	
#footer_address {
	float: left;
	text-align: left;
	width: 240px;
	margin: 36px 0px 0px 55px;
	font-size: 10px;
	line-height: 10px;

}

#footer_links {
	float: right;
	width: 680px;
	font-size: 11px;
	line-height: 19px;
	margin: 15px 0px 0px;
	text-align: center;
}

#footer_copyright {
	float: left;
	width: 999px;
	font-size: 11px;
	text-align: right;
	margin: 0px;
	padding-bottom: 20px;
}

#footer_copyright p {
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	line-height: 11px;
}

#right_col {
	float: right;
	width: 250px;
	text-align: right;
}

#right_col_2 {
	float: right;
	width: 35%;
	text-align: right;
}

.table {
	font-size: 11px;
	line-height: 12px;
	color: #333333;
}

.row {
	float: left;
	padding-top: 20px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #72B9CC;
	width: 640px;
}

.stroke {
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.stroke_left {
	padding: 1px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 15px;
}
.box_left {
	float: left;
	width: 43%;
	background-color: #F7F7F7;
	padding: 15px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-top: 15px;
}
.box_right {
	float: right;
	width: 43%;
	background-color: #F7f7f7;
	padding: 15px;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	margin-top: 15px;
}
#main_copy_p2 ol {
	list-style-type: none;
}
.row2 {
	float: left;
	width: 307px;
}
#main_copy_p2 h5 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #006600;
	font-style: italic;
}
.img_frame {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px dotted #CCCCCC;
}

.sitemap {
	font-size: 12px;
	line-height: 14px;

}
.sitemap a {
	text-decoration: none;
}

.sitemap a:hover {
	text-decoration: underline;
}
