/* 
	
	grey  #aaa
	red   #ae1d68
	green #3ab54e
	text  #717275
	
	
/*


/* ...
--------------------------------------------------------------------------------------- */

* { margin:0px; padding:0px; }

body {
	background: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#717275;
	background:#f5f5f5 url(../images/background.gif) repeat-y top center;
}

	#container {
		width: 760px;
		margin: 0 auto 0 auto;
		background:#fff;
		padding:20px 0 20px 0;
	}	
		#header {
			position: relative;
			width: 760px;
			height: 80px;
			border-bottom:#aaa 1px solid;
			border-top:#aaa 1px solid;
			margin-bottom:8px;
		}
		
			#header_left {
				float:left;
				margin-left:10px;
			}
			
			#header_right {
				float:right;
				margin-right:10px;
			}
		
		#left_column{
			float:left;
			width: 180px;
		}
					
			.menuitem {
				width:157px;
				padding: 3px 0 4px 22px;
				margin-bottom:8px;
				border-bottom:#aaa 1px solid;
				border-top:#aaa 1px solid;
				border-right:#aaa 1px solid;
				list-style: none;
				background: url(../images/nav_arrow.gif) no-repeat left top;
			}
			
				.menuitem a, .menuitem a:visited{
					color: #3ab54e;
					font-size: 1.2em;
					text-decoration: none;
				}
				
				.menuitem a:hover, .menuitem a:focus, .menuitem a:active{
					text-decoration: underline;
					color: #3ab54e;
				}
					
			#sidebar {
				width:157px;
				border-bottom:#aaa 1px solid;
				border-top:#aaa 1px solid;
				border-right:#aaa 1px solid;
				padding:12px 12px 12px 10px;
				margin-bottom:20px;
			}
							
				#sidebar p, #sidebar a {
					margin-bottom:10px;
				}
				
				#sidebar H1{
					font-size:1.1em;
					font-weight:normal;
					color:#ae1d68;
					margin-bottom:10px;
				}
				
				#sidebar a, #sidebar a:visited{
					color: #3ab54e;
					text-decoration: none;
				}
				
				#sidebar a:hover, #sidebar a:focus, #sidebar a:active{
					text-decoration: underline;
					color: #3ab54e;
				}
				
				#sidebar ul{margin-left:14px;}
				#sidebar li{margin-bottom:4px;}
				
			#award {
				margin: 20px;
				border: none;
			}
				
			#right_column {
				float:right; 
				width:550px;
			}
					
				#content {
					padding: 20px 20px 20px 0;
				}
				
				#content h1{
					font-size:1.6em;
					color:#ae1d68;
					margin-bottom:20px;
				}
				
				#content h2{
					font-size:1.4em;
					color:#3ab54e;
					margin-bottom:14px;
				}
				
				#content h3{
					font-size:1.2em;
					color:#3ab54e;
					margin-bottom:10px;
				}	
				
				#content h4{
					font-size:1.2em;
					color:#ae1d68;
					margin-bottom:10px;
				}				
				
				#content p{
					font-size:1.2em;
					margin-bottom:10px;
				}
				
				#content ul{
					font-size:1.2em;
					margin-left:16px;
					margin-bottom:10px;
				}
				
				#content li{
					margin-bottom:4px;
				}
				
				#content a, #content a:visited{
					color: #3ab54e;
					text-decoration: none;
				}
				
				#content a:hover, #content a:focus, #content a:active{
					text-decoration: underline;
					color: #3ab54e;
				}
				
				#content img.testimonials{
					float:right;
					margin:0 0 10px 20px;
				}
				
				.footnote {
					text-align:justify;
					margin-top:30px;
				}
				
				hr{
					margin-bottom:10px;
					clear:both;
					height:1px;
					border:none;
					background:#aaa;
				}
				
				.babypics{
					float:left;
					width:265px;
					padding-bottom:10px;
				}
				
				
				
		#footer {
			clear: both;
			height:20px;
			border-bottom:#aaa 1px solid;
			border-top:#aaa 1px solid;
		}

			#footer p {
				margin-top: 3px;
			}

			#footer, #footer a:link, #footer a:visited {
				color: #ae1d68;
				text-decoration: none;
			}
	
			#footer a:hover {
				text-decoration: underline;
			}
	
				#copyright {
					float: left;
					margin-left:10px;
				}
	
				#author {
					float: right;
					margin-right:10px;
				}
				
/* 

Forms

*/

form ol, form ol li {
	margin: 0;
	padding: 0;
}

fieldset {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	padding: 0 0 1em 0;
	border-style: none;
	background: #FFF none repeat-x;
}

fieldset ol {
	padding: 0 1em 0 1em;
	margin-left: 0;
	list-style: none;
}

fieldset p {
	margin-left: 1em;
}

fieldset ol li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
	list-style: none;
}

fieldset.submit {
	float: none;
	width: auto;
	padding-top: 1.5em;
	padding-left: 12em;
	background-color: #FFFFFF;
}

label {
	text-align: right;
	position: relative;
	float: left;
	width: 10em;
	margin-right: 1em;
	font-weight: bold;
}

label em {
	position: absolute;
	left: 10.2em;
	top: 0;
}

label strong {
	position: absolute;
	left: 27.5em;
	top: 0.2em;
	width: 130px;
	color: #aaa;
	font-size: 85%;
	font-weight: normal;
	text-transform: uppercase;
}

label strong img {
	position: absolute;
	left: -16.5em;
}

p.required-msg {
	clear: both;
	margin-top: 2.5em;
}