/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }


body 
{
	background-color: 	#DDEDE2;
	color:  			#666;
	font-family: "Lucida Grande", Arial;
	font-size: 14pt;
}

h1
{
	font-size: 18pt;
	margin-top: 15px;
	margin-bottom: 10px;
}

h2
{
	font-size: 16pt;
	margin-top: 10px;
}

h5
{
	text-decoration: underline;
}

p
{
	padding-bottom: 15px;
}

a
{
	color: #317B9E;
	text-decoration: none;
}

a:visited
{
	color: #3A6F88;
}

a:hover
{
	text-decoration: underline;
}

#main
{
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px;
	width: 870px;
	background: #fff;
}

#header
{
	padding: 15px 20px 15px 20px;
}

#header #logo
{
	float: left;
	width: 285px;
}

#header #quickContact a
{
	color: #5772B2;
}

#header #quickContact
{
	color: #5772B2;
	clear: left;
	float: left;
	text-align: center;
	width: 285px;
	font-size: 12pt;
}

#header #menu
{
	text-align: right;
	font-size: 16pt;
}

#header #menu a, #header #menu .selected_menu
{
	margin-left: 5px;
	margin-right: 5px;
	color: #CB7265;
}

#header #menu .selected
{
	color: #90372A;
}

#content
{
	clear: both;
	padding: 5px 20px 5px 20px;
}

#footer
{
	clear: both;
	text-align: center;
	color: #777;
	font-size: 13pt;
	padding: 20px 20px 15px 20px;
}

div.spacer 
{
	clear: both;
}

.secondary
{
	color: #999;
}

.field
{
	padding-bottom: 5px;
}

/* Present for robots */
.ro
{
	display: none;
}