/* Global Styels */

/* Imported CSS */

@import url("content.css");
@import url("navigation.css");
@import url("reset.css");

a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	color: #012d68;
}

a:hover {
	text-decoration: underline;
	color: #02449c;
}
h5 {
	color: #5f8ccf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
}
h6 {
	color: #012d68;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #001b3f;
	line-height: 18px;
}

#phone {
	background: url("/images/phone.2.jpg") no-repeat scroll 0 0 transparent;
}
#phone .call-us-today-text {
	color: white; 
	font-size: 14px; 
	font-family: arial; 
	position: relative; 
	top: 30px; 
	left: 70px;
}

#tabs #tabs-3, #tabs #tabs-3 b, #tabs #tabs-3 strong
{font-weight:normal;}


