@charset "utf-8";
/* CSS Document */

@import url('reset.css');

/***** GENERIC *****/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#wrap {
	background: url('/img/background.jpg') 50% 0 repeat-y;
}

.container {
	margin: 0 auto;
	width: 960px;
}

#branding {
	height: 92px;
}

	#branding h1 {
		background: url('/img/h1.png') 0 0 no-repeat;
		margin: 0 0 0 0;
		width: 346px;
		text-indent: -9999px;
		float: left;
	}
	
		#branding h1 a {
			display: block;
			height: 54px;
		}
		
		#branding h1 img {
			display: none;
		}
		
	#branding #loginform {
		margin: 18px 0 0;
		color: #FFF;
		float: right;
	}
	
		#branding #loginform p {
			display: inline;
			font-size: 11px;
			font-weight: bold;
		}
		
		#branding #loginform .links {
			color: #487e63;
		}
		
		#branding #loginform a {
			font-weight: bold;
			color: #487e63;
			text-decoration: none;
		}
		
		#branding #loginform a:hover {
			text-decoration: underline;
		}
		
		#branding #loginform label {
			display: none;
		}
		
		#branding #loginform input.text,
		#branding #loginform input.password {
			background: #FFF;
			border: none;
			margin: 0 5px;
			width: 110px;
			height: 16px;
			font-size: 11px;
			color: #666;
			vertical-align: middle;
		}
		
		#branding #loginform input.submit {
			background: transparent url('/img/button-go.gif') 0 0 no-repeat;
			border: none;
			margin-right: 5px;
			width: 28px;
			height: 18px;
			font-size: 9px;
			font-weight: bold;
			text-transform: uppercase;
			color: #FFF;
			vertical-align: middle;
		}
		
	#branding #navigation {
		position: relative;
		background: url('/img/navigation-background.jpg') 100% 0 repeat-y;
		float: right;
		clear: right;
		margin-top: 14px;
		padding: 0 0 0 0;
		font-family: "Gotham Bold", Arial, Helvetica, sans-serif;
		font-size: 12px;
		z-index: 1000;
	}
	
		#branding #navigation li {
			position: relative;
			float: left;
		}
		
			#branding #navigation li a {
				display: block;
				padding: 15px 10px;
				height: 12px;
				line-height: 12px;
				font-weight: bold;
				color: #FFF;
				text-decoration: none;
				text-transform: uppercase;
				white-space: nowrap;
				float: left;
			}
			
			#branding #navigation li a:hover {
			}
			
			#branding #navigation li ul {
				position: absolute;
				background: #FFF;
				border: 1px solid #DDD;
				border-top: none;
				left: -9999px;
				top: 42px;
				width: 150px;
				font-family: Arial, Helvetica, sans-serif;
				z-index: 1001;
			}
			
				#branding #navigation li ul li {
					float: none;
					border-top: 1px solid #DDD;
				}
				
					#branding #navigation li ul li a {
						float: none;
						padding: 7px;
						color: #487E63;
						text-transform: none;
					}
					
				#branding #navigation li ul li:hover,
				#branding #navigation li ul li.hover {
					background: #EEE;
				}
			
		#branding #navigation li:hover,
		#branding #navigation li.hover {
			background: #487E63;
		}
		
			#branding #navigation li:hover a,
			#branding #navigation li.hover a {
			}
			
			#branding #navigation li:hover ul,
			#branding #navigation li.hover ul {
				left: 0;
			}

#content {
}

#main {
}
	
#secondary {
}

#site_info {
}

/***** HOME *****/

#home {
	background: url('/img/background.jpg') 50% 0 repeat-y;
}

#home #content {
	background: url('/img/home-secondary-background.gif') 0 100% repeat-x;
	margin-bottom: 25px;
}

#home #main {
	background: url('/img/home-main-background.jpg') 50% 0 no-repeat;
	margin: 0 0 -70px;
	padding: 50px 268px 127px;
	width: 424px;
	height: 230px;
	color: #FFF;
}

	#home #main h2 {
		font-family: "EraserDust",Eraser,"Comic Sans MS", cursive;
		font-size: 38px;
		line-height: 1em;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	
	#home #main h3 {
		font-family: "Gotham Bold", Gotham, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	#home #main p {
		font-size: 11px;
		line-height: 16px;
		margin-bottom: 10px;
	}

#home #secondary {
	height: 295px;
}

	#home #secondary #features {
		padding-top: 40px;
	}

	#home #secondary .feature {
		float: left;
	}
	
		#home #secondary .feature h3 {
			font-family: "Gotham Book", Gotham, Arial, Helvetica, sans-serif;
			font-size: 24px;
			color: #487e63;
			margin-bottom: 10px;
		}
		
		#home #secondary .feature p,
		#home #secondary .feature li {
			font-size: 12px;
			color: #333;
			line-height: 18px;
			margin-bottom: 10px;
		}
		
		#home #secondary .feature li {
			background: url('/img/bullet-square-dark_green.gif') 0 7px no-repeat;
			padding-left: 20px;
		}
		
		#home #secondary .feature .more {	
		}
		
			#home #secondary .feature .more a {
				background: url('/img/arrow-dark_green.gif') 100% 50% no-repeat;
				font-weight: bold;
				padding-right: 14px;
			}
			
		#home #secondary .feature a {
			color: #487e63;
			text-decoration: none;
		}
		
		#home #secondary .feature img {
			background: #FFF;
			border: 1px solid #c6c6c6;
			margin: 0 10px 0 0;
			padding: 6px;
			float: left;
		}
		
		#home #secondary .feature a:hover {
			text-decoration: underline;
		}
	
	#home #secondary #feature-whats_new {
		margin-right: 32px;
		width: 224px;
	}
	
	#home #secondary #feature-maa_services {
		margin-right: 32px;
		width: 336px;
	}
	
	#home #secondary #feature-lea_services {
		width: 336px;
	}

#home #site_info {
	font-size: 11px;
	color: #FFF;
	height: auto;
	overflow: auto;
	padding-bottom: 25px;
}
	
	#home #site_info .copyright {
		font-weight: bold;
		float: left;	
	}
	
	#home #site_info .contact {
		font-weight: bold;
		float: right;	
	}
	
	#home #site_info a {
		color: #FFF;
	}

/***** SECONDARY *****/

.secondary {
}

.secondary #branding {
}

.secondary #content {
	background: #FFF url('/img/secondary-content-background.gif') 0 0 repeat-x;
	border-top: 1px solid #FFF;
	margin-top: 27px;
}


.secondary #content .container {
		background: url('/img/secondary-secondary-background.png') 245px 0 no-repeat; /*245px 100% repeat-y;*/
		padding: 32px 0 0;
		height: auto;
		overflow: auto;
	}

.secondary #main {
	padding: 0 0 0 23px;
	width: 647px;
	float: right;
	font-size: 12px;
	color: #333;
	line-height: 18px;
}

	.secondary #main h2 {
		font-family: "Gotham Book", Gotham, Arial, Helvetica, sans-serif;
		font-size: 30px;
		color: #5c8c81;
		margin-bottom: 12px;
	}
	
	.secondary #main h3,
	.secondary #main h4,
	.secondary #main h5,
	.secondary #main h6,
	.secondary #main h3 a,
	.secondary #main h4 a,
	.secondary #main h5 a,
	.secondary #main h6 a {
		font-weight: bold;
		color: #357150;
		margin-bottom: 10px;
		text-decoration: none;
	}
	
	.secondary #main h3 a:hover,
	.secondary #main h4 a:hover,
	.secondary #main h5 a:hover,
	.secondary #main h6 a:hover {
		text-decoration: underline;
	}

	
	.secondary #main p,
	.secondary #main ul,
	.secondary #main ol {
		margin-bottom: 10px;
	}
	
		
	.secondary #main ul,
	.secondary #main ol {
		list-style-position: outside;
		padding-left: 20px;
	}
	
		.secondary #main ul li,
		.secondary #main ol li {
			margin-bottom: 5px;
		}
		
			.secondary #main ul li ul,
			.secondary #main ol li ol {
				margin-top: 5px;
			}
		
	.secondary #main ul {
		list-style-type: square;
	}
	
		.secondary #main ul li {
		}
		
			.secondary #main ul li ul {
				list-style-image: url('/img/bullet-dash-dark_gray.gif');
			}
			
				.secondary #main ul li ul li {
				}
				
	.secondary #main ol {
		list-style-type: decimal;
	}
		
		.secondary #main ol li {
		}
		
			.secondary #main ol li ol {
				list-style-type: lower-greek;
			}
			
				.secondary #main ol li ol li {
				}
				
	.secondary #main a {
		color: #357150;
		text-decoration: none;
	}
			
	.secondary #main a:hover {
		text-decoration: underline;
	}
			
	.secondary #main img {
		background: #FFF;
		border: 1px solid #c6c6c6;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		padding: 6px;
	}
	
	.secondary #main .left {
		margin: 0 10px 10px 0;
		float: left;
	}
	
	.secondary #main .right {
		margin: 0 0 10px 10px;
		float: right;
	}

.secondary #secondary {
	margin: -32px 0 0;
	padding: 32px 34px 32px 0;
	width: 256px;
	float: left;
}

	.secondary #secondary .navigation-sub {
		background: #f4f4f4 url('/img/seperator-gray_dotted-horizontal.gif') 0 0 repeat-x;
		font-size: 12px;
		margin-bottom: 18px;
		padding: 1px 0 0;
	}
	
		.secondary #secondary .navigation-sub li {
			background: url('/img/seperator-gray_dotted-horizontal.gif') 0 100% repeat-x;
			padding: 0 0 1px;
		}
		
			.secondary #secondary .navigation-sub li a {
				display: block;
				background-image: url('/img/bullet-square-dark_green.gif');
				background-position: 17px 50%;
				background-repeat: no-repeat;
				padding-left: 35px;
				line-height: 30px;
				font-weight: bold;
				color: #357150;
				text-decoration: none;
			}
		
			.secondary #secondary .navigation-sub li a:hover {
				background-color: #EEE;
			}
		
		.secondary #secondary .navigation-sub li.selected {
		}
		
			.secondary #secondary .navigation-sub li.selected a {
				background-color: #357150;
				background-image: url('/img/bullet-square-white.gif');
				color: #FFF;
			}
		
	.secondary #secondary #features {
	}
	
	.secondary #secondary .feature {
		background: url('/img/seperator-gray_dotted-horizontal.gif') 0 100% repeat-x;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	
		.secondary #secondary .feature h3 {
			font-size: 12px;
			font-weight: bold;
			color: #357150;
			text-transform: uppercase;
			margin-bottom: 10px;
		}
		
		.secondary #secondary .feature p,
		.secondary #secondary .feature ul,
		.secondary #secondary .feature ol {
			font-size: 12px;
			line-height: 18px;
			color: #333;
			margin-bottom: 10px;
		}
		
		.secondary #secondary .feature ul,
		.secondary #secondary .feature ol {
			padding-left: 20px;
			list-style-position: outside;
		}
		
			.secondary #secondary .feature ul li,
			.secondary #secondary .feature ol li{
				margin-bottom: 5px;
			}
			
		.secondary #secondary .feature ul {
			list-style-type: square;
		}
		
		.secondary #secondary .feature ol {
			list-style-type: decimal;
		}
		
		.secondary #secondary .feature .more {
			text-align: right;
		}
		
			.secondary #secondary .feature .more a {
				background: url('/img/arrow-dark_green.gif') 100% 50% no-repeat;
				padding-right: 14px;
			}
			
		.secondary #secondary blockquote {
		}
		
			.secondary #secondary blockquote cite {
				font-style: normal;
				font-weight: bold;
			}
			
	.secondary #secondary .feature:last-child,
	.secondary #secondary .feature.last-child {
		padding-bottom: 0;
		background: none;
	}
		
	.secondary #secondary a {
		color: #357150;
		text-decoration: none;
	}
	
	.secondary #secondary a:hover {
		text-decoration: underline;
	}
		
.secondary #site_info {
	background: #FFF;
	font-size: 11px;
	color: #666;
	line-height: 16px;
}

	.secondary #site_info .container {
		padding: 50px 0 50px 313px;
		width: 647px;
		text-align: center;
	}
	
	.secondary #site_info a {
		color: #357150;
		text-decoration: none;
	}
			
	.secondary #site_info a:hover {
		text-decoration: underline;
	}
			
	
/***** PAGES *****/

/* All horizontal rules have dotted seprator. */

	hr {
		border: 0;
		background: url('/img/seperator-gray_dotted-horizontal.gif') 0 0 repeat-x;
		padding: 1px 0 0;
	}

/* Partners */

	.partners #main ul {
		background: url('/img/seperator-gray_dotted-horizontal.gif') 0 0 repeat-x;
		padding: 1px 0 0;
	}

	.partners #main ul li {
		background: url('/img/seperator-gray_dotted-horizontal.gif') 0 100% repeat-x;
		padding: 10px 0 11px;
		height: auto;
		overflow: auto;
		list-style: none;
	}
	
	.partners #main ul li img {
		border: none;
		padding: 0;
		float: left;
	}
	
	.partners #main ul li h3 {
		margin-top: 10px;
		margin-left: 150px;
	}
	
	.partners #main ul li p {
		margin-left: 150px;
	}

/* Contact */

	.contact #main address {
		margin: 0 10px 20px 0;
		width: 200px;
		float: left;
		font-style: normal;
		line-height: 18px;
	}

	.contact #main address span {
		display: block;
	}
	
	.contact address .name {
		font-weight: bold;
	}
