/** Typography **/

body {
	font-family:verdana, arial, helvetica, sans-serif;
	color:#000;
	}
	
/** content **/
#Content p {
	font-size: 12px;
	margin:0px 5px 16px 15px;
	
	}

#navheader {
	margin:0px 0px 15px 5px;
	font-size:18px;
	line-height:28px;
	font-weight:900;
	color:#05ADDB;
	}

#Content h2 {
	margin:0px 0px 5px 40px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	}


/** menu system **/

#Menu a:link, #Menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	}

#Menu a:hover {
	color: #FF9600;
	}

#Menu a:active {
	color:#fff;
	}
#Menu li {
	
	list-style-type: none;
		text-align:center;

	}

/** footer **/

#footer {
	text-align: center;
}

#footer a {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	padding: 1.5em;
	text-decoration:none;
}

#footer a:hover {
	font-size: 10px;
	color: #05ADDB;
	font-weight: bold;
	padding: 1.5em;
	text-decoration: none;
}

#footer ul, #footer li {
	list-style-type: none;
	display: inline;
}

.bulletpoints {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-image: none;
	list-style-type: disc;
	list-style-position: outside;
}

.list {
	font-size: 12px;
	margin:0px 5px 16px 95px;
	}
	
.insert{
	font-size: 11px;
	margin:0px 25px 0px 45px;
	font-style: italic;
	}

#testimonialrequest{
	font-size:12px;
	font-weight:bold;
	marging:0px 16px 0px 15px;
	text-align:center;
	font-style:italic;
	}