body { background: #fff5de; font-family: "Helvetica Neue", "Helvetica", "Arial Narrow", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1; color: #222222; position: relative; -webkit-font-smoothing: antialiased; }

/* Links ---------------------- */
a { color: #004355; text-decoration: underline; line-height: inherit; }

a:hover { color: #5ac4be; text-decoration: none;}

a:focus { color: #2ba6cb; outline: none; }

p a, p a:visited { line-height: inherit; }

p { font-family: "proxima-nova", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; font-size: 14px; line-height: 1.1; margin-bottom: 17px; }
p.lead { font-size: 17.5px; line-height: 1.6; margin-bottom: 17px; }

#container
{
	margin: 0 0px;
	background: #fff;
	overflow: auto; /* forces clearing of the child float */
	 zoom: 1; /* give it layout (this can be some other css that does likewise) */
	 border-radius: 25px;
    padding: 8px;
 
}

#header
{
	background: #004355;
		border-radius: 25px 25px 0px 0px;
    padding: 20px;
}

#header h1 { margin: 0; 
			color: #00b0b9;
			font-size: 25px;
			
}

#navigation
{
	float: left;
	width: 100%;
	margin: 0px;
	background: #bad1ba;
	
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navigation li a:hover { background: #383; }


#navigation h2 { margin: 10; 
			color: #004355;
			font-size: 17px;
			padding: 0px;
			
}

#navigation h3 { margin: 10; 
			color: #8B0000;
			font-size: 20px;
			padding: 0px;
			text-outline: 2px 2px #ff0000;
			
}


#content
{
	clear: left;
	margin: 10px;
}

#content h3
{
	color: #8B0000;
	font-size: 114%;
	margin: 0 0 .5em;
}


#content h2
{
	color: #000;
	font-size: 160%;
	margin: 0 0 .5em;
}

#footer
{
	background: #bad1ba;
	float: left;
	width: 100%;
	border-radius: 0px 0px 25px 25px;
	
	
}

#footer ul li
{
	list-style-type: none;
	display: inline;
	
    padding: 20px;
	
}

/* ----------- stylized form----------- */


label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;

display: block
}

.submit input
{
margin-left: 4.0em;
}
input
{
color: #000000;
background: #cccccc;
border: 1px solid #000000
}

.submit input
{
color: #000;
background: #gggggg;
border: 2px outset #000000
}
fieldset
{
border: 1px solid #000000;
width: 18em;
margin: 0 10px;
}

legend
{
color: #fff;
background: #00b0b9;
border: 1px solid #448ccb;
padding: 2px 5px;
width: 100%;
} 

.submit input
{
margin-left: 4.5em;
} 