@charset "UTF-8";
/* 
	CSS Document for AllGreenRatings.com
	Copyright (c) 2008 Neuro-Designs. All rights reserved.
*/

html {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	}

body {
	min-width: 960px;
	margin: 0px;
	padding: 0px;
	font: 10px/18px trebuchet ms, arial, helvetica, sans-serif;
	font-size: 62.5%;
	background: url("../images/bg_main.jpg");
	}

#header {
	min-width: 960px;
	height: 80px;
	width: 100%;
	background: #fff url("../images/bg_header.png") repeat-x top;
	border-top: 5px solid #888;
	}
	
	#header .placement {
		width: 900px;
		margin: 0px auto;
		overflow: hidden;
		}
		
		#header .placement #logo {
			width: 350px;
			float: left;
			padding-top: 10px;
			}
			
			#header .placement #logo h1 {
				margin: 0px;
				}
			
		#header .placement #menu {
			width: 550px;
			float: right;
			text-align: right;
			font-size: 1.5em;
			padding-top: 38px;
			}
			
			#header .placement #menu ul {
				padding: 0px;
				margin: 0px;
				list-style-type: none;
				overflow: hidden;
				}
				
				#header .placement #menu ul li {
					float: right;
					margin-left: 15px;
					}

#contents {
	clear: both;
	min-width: 960px;
	width: 100%;
	background: #fff;
	font-size: 1.2em;
	line-height: 1.8em;
	}
	
	#contents .placement {
		width: 900px;
		min-height: 640px;
		margin: 0px auto;
		oveflow: hidden;
		background: #fff;
		}
		
		#contents .placement .column {
			clear: both;
			width: 720px;
			float: left;
			overflow: hidden;
			}
			
			.col2 {
				width: 700px;
               	padding: 10px;
               	padding-bottom: 0px;
               	float: left;
				}
				
			.col1 {
				width: 340px;
               	padding: 10px;
               	padding-bottom: 0px;
               	float: left;
				}
				
				.col1 h3 {
					background: url("../images/bg_h3.png") no-repeat top;
					height: 22px;
					color: #060;
					font-size: 1.4em;
					padding: 6px 10px;
					margin-bottom: 10px;
					}
			
		#contents .placement .sidebar {
			width: 160px;
			padding: 10px;
			float: right;
			background: #fff;
			}

#footer {
	clear: both;
	min-width: 960px;
	height: 40px;
	width: 100%;
	background: #fff url("../images/bg_footer.png") repeat-x top;
	margin-bottom: 40px;
	}
	
	#footer .placement {
		width: 880px;
		margin: 0px auto;
		oveflow: hidden;
		padding: 10px;
		color: #999;
		}
		
		#footer .placement p {
			margin: 0px;
			}

/* General Elements Settings */

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	color: #060;
	}

h2.title {
	color: #060;
	padding: 10px;
	font-weight: bold;
	font-size: 1.8em;
	border-bottom: 1px dotted #ccc;
	text-shadow: 1px 1px 5px #ccc;
	}

/*
h2.title {
	background: url("../images/bg_title.jpg") no-repeat;
	color: #fff;
	width: 700px;
	height: 20px;
	padding: 10px;
	margin-top: 10px;
	text-shadow: 3px 3px 5px #000;
	}*/

p {
	margin-top: 0px;
	}

a:link, a:visited {
	color: #060;
	text-decoration: none;
	font-weight: bold;
	}
	
	a:hover {
		color: #9c0;
		}

form {
	margin: 0px;
	}

img {
	border: 0px;
	vertical-align: middle;
	}

.divider {
	border-top: 1px solid #eaeaea;
	margin-bottom: 10px;
	}

ul.default {
	padding-left: 20px;
	margin: 0px;
	margin-bottom: 20px;
	list-style-type: square;
	}
	
	ul.default li {
		padding: 4px 8px;
		}

/* Pagination Settings */

.pagination {
	overflow: hidden;
	}
	
	.pagination ul {
		margin: 0px;
       	padding: 0px;
       	padding-bottom: 10px;
       	list-style-type: none;
       	overflow: hidden;
       	font-size: 0.9em;
		}
		
		.pagination ul li {
			float: left;
			margin-right: 3px;
			}
			
			.pagination ul li a:link, .pagination ul li a:visited {
				display: block;
               	padding: 0px 5px;
               	background: #fafafa;
               	border: 1px solid #eaeaea;
				}
				
				.pagination ul li a:hover {
					background: #9c0;
					border: 1px solid #9c0;
					color: #fff;
					}

/* Module Settings */

	.module {
		margin-bottom: 20px;
		}
		
	/* Search */
	#search {
		width: 320px;
		height: 53px;
		background: url("../images/bg_search_btn.png") no-repeat;
		margin-bottom: 12px;
		padding: 45px 10px 10px 10px;
		overflow: hidden;
		}
		
		#search #searchInput {
			width: 266px;
			float: left;
			}
			
		#search #searchButton {
			width: 40px;
			float: left;
			}
		
		#search input.searchInput {
			width: 260px;
			height: 22px;
			background: #FBFCE9;
			border: 1px solid #006838;
			font-size: 1.4em;
			}

	/* Featured Certification */
	
	#featured {
		width: 320px;
		overflow: hidden;
		padding-left: 10px;
		}
		
		#featured .certLogo {
			width: 80px;
			float: left;
			}
		
		#featured .certDesc {
			width: 230px;
			float: right;
			}
			
			#featured .certDesc h4 {
				margin: 0px;
				font-size: 1.2em;
				}
				
	
	/* Popular Browse */
	
	#popular {
		padding: 0px 10px;
		}
		
		#popular a:link, #popular a:visited {
			border-bottom: 1px solid #ccc;
			}
	
	/* Latest News */
	
	#news {
		padding: 0px 10px;
		}
	
		#news ul {
			padding: 0px;
			margin: 0px;
			list-style-type: none;
			}
			
			#news ul li {
				border-bottom: 1px solid #eff2a7;
				padding-bottom: 4px;
				margin-bottom: 4px;
				line-height: 1.6em;
				}
	
	h3.newsHeadline {
		margin: 0px;
		font-size: 1em;
		}
	
	h3.default {
	   color: #060;
	   font-weight: bold;
	   font-size: 1.6em;
	   border: 0px;
	   }
	
	h4.newsDate {
		margin-top: 0px;
		font-weight: normal;
		font-style: italic;
		color: #000;
		}

	/* Latest Forum Topics */
	
	#forum {
		padding: 0px 10px;
		}
	
		#forum ul {
			padding: 0px;
			margin: 0px;
			list-style-type: none;
			}
			
			#forum ul li {
				border-bottom: 1px solid #eff2a7;
				padding-bottom: 4px;
				margin-bottom: 4px;
				line-height: 1.6em;
				}
				
				
/* Certifications Page Settings */

.certRow {
	width: 700px;
	overflow: hidden;
	padding-bottom: 10px;
	margin: 20px 0px 10px 0px;
	border-bottom: 1px solid #eff2a7;
	}

	.certRow .certLogo {
		width: 80px;
		float: left;
		}
		
	.certRow .certDesc {
		width: 600px;
		float: right;
		overflow: hidden;
		}
		
		.certRow .certDesc h3 {
			margin: 0px;
			}

		.certRow .certDesc .main {
			width: 350px;
			float: left;
			}

		.certRow .certDesc .descSidebar {
			width: 210px;
			float: right;
			background: #fbfce9;
			padding: 10px;
			font-size: 0.9em;
			}
	
	.certRow p.categories {
		font-size: 0.9em;
		line-height: 1.6em;
		}

/* Links */
ul.links {
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	list-style-type: none;
	}
	
	ul.links li {
		background: #FBFCE9;
		margin-bottom: 5px;
		padding: 4px 8px;
		}

/* Manage */
div.left
{
	float: left;
}

div.right
{
	float: right;
}

div.clear
{
	clear: both;
}

table
{
	width: 100%;
	padding: 0;
	margin: 0;
}

th
{
	background-color: #009345;
	color: #fff;
	border: 1px solid #00763C;
	padding: 4px;
	font-size: 14px;
}

td
{
	color: #006838;
	border: 1px solid #00763C;
	padding: 4px;
	font-size: 11px;
}

td.center
{
	border: 1px solid #00763C;
	padding: 4px;
	font-size: 11px;
	text-align: center;
}

a.add
{
	border: 1px solid;
	padding: 4px;
}

div.form-label
{
	float: left;
	width: 200px;
	font-size: 14px;
	color: #006838;
}

div.form-colon
{
	float: left;
	color: #006838;
}

div.form-input
{
	float: left;
}

div.form-separator
{
	height: 20px;
	clear: both;
}

span.visit
{
	color: #000;
	border-bottom: 1px solid;
}

fieldset
{
	border: 1px solid #00763C;
}

fieldset legend
{
	color: #006838;
	font-size: 18px;
}

textarea
{
	width: 450px;
	min-height: 400px;
}

/* Links */
ul.links {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	list-style-type: none;
	}
	
	ul.links li {
		background: #FBFCE9;
		margin-bottom: 2px;
		padding: 4px 8px;
		}

.backToTop {
	text-align: right;
	font-size: 0.9em;
	}
