body {
	margin:0;
	padding:0;
	margin-top:1%;
	background:#0c3766;
	text-align:center;
}
body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
}
#content {
	padding:10px;
	padding-left:30px;
	text-align:justify;
	margin-top:10px;
	border-right:1px dashed #dad8d8;
}
h1 {
	color:#21558f;
	font-size:110%;
}
h2 {
	color:#21558f;
	font-size:110%;
}
#content li {
	color:#21558f;
	padding-bottom:5px;
}
#content img {
	border:1px solid #000;
}
#areas li {
	color:#2f6eb4;
	padding-bottom:5px;
}
#services {
	padding-top:20px;
	text-align:center;
	margin-top:10px;
}
#areas {
	padding-top:10px;
	padding-left:10px;
	text-align:left;
	margin-top:10px;
}
#contact {
	padding-top:5px;
	text-align:center;
}
#contact ul {
	padding:0;
	margin:0;
	padding-left:55px;
	padding-top:20px;
}
#contact li {
	list-style:none;
	text-align:left;
	font-size:110%;
	font-weight:bold;
}
.divider {
	padding-bottom:20px;
}
.divider2 {
	padding-bottom:30px;
}
.divider3 {
	padding-bottom:10px;
}
#ufindus a {
	color:#666;
}

/*Forms defaults*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label {
	color:#000;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}


.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}
