@import url("reset.css");

.clear {
	width: 0;
	height: 0;
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
}
body {
	font-family: Arial, sans-serif;
}
#header, #content {
	margin-top: 18px;
}
#logo {
	width: 380px;
	float: left;
}
#nav {
	margin-top: 18px;
	width: 500px;
	float: left;
}
#nav ul {
	margin-top: 69px;
}
#nav li {
	padding: 0 5px;
	font-size: 16px;
	color: #5272A3;
	float: left;
	list-style: none;
}
#nav li a {
	font-size: 14px;
	font-weight: 700;
	color: #5272A3;
	text-decoration: none;
}
#nav li a:hover, #nav li a:active {
	color: #5272A3;
	text-decoration: underline;
}
#nav li a:visited {
	color: #5272A3;
	text-decoration: none;
}
#content {
	color: #fff;
}
#content ul {
	padding-left: 28px;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
}
.sub_nav {
	width: 380px;
	float: left;
}
.sub_nav a {
	color: #fff;
	text-decoration: none;
}
.sub_nav a:hover {
	text-decoration: underline;
}
#red_bar, #blue_bar {
	height: 149px;
}
#red_bar {
	margin: 18px 0 0;
	background-color: #8f264a;
}
#blue_bar {
	margin: 36px 0;
	background-color: #174a8a;
}
h2 {
	margin: 0;
	padding: 15px 0 23px 25px;
	font-size: 23px;
	font-weight: 500;
}
.cat_image {
	width: 300px;
	float: left;
}
#testimonials {
	width: 300px;
	height: 314px;
	position: absolute;
	top: 154px;
	left: 690px;
	float: left;
	background-color: #fff;
}
#footer h3 {
	margin: 0 0 0 380px;
	font-size: 23px;
	font-weight: 500;
	color: #8e2649;
	font-style: italic;	
}
#footer span {
	color: #164989;
}