* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #00457E;
}

#wrapper {
	width: 834px;
	height: 620px;
	margin: 20px auto;
	background: url(assets/images/main_background.jpg) no-repeat;
	padding-left: 16px;
}

#content {
	width: 800px;
	height: 604px;
	background: url(assets/images/background_home_page.jpg) bottom right no-repeat;
}

#content_page2 {
	width: 800px;
	height: 604px;
	background: url(assets/images/background_intro_cops.jpg) bottom center no-repeat;
}

#content_page3 {
	width: 800px;
	height: 604px;
	background: url(assets/images/background_advantages.jpg) bottom center no-repeat;
}

#content4 {
	width: 800px;
	height: 604px;
}

#banner {
	margin: 20px;
}

#menu {
	margin-top: 20px;
	background: url(assets/images/menu_background.jpg) no-repeat;
	padding: 5px 0;
}

ul#nav {
	list-style: none;
	font-size: 12px;
	color: white;
	margin-left: 150px;
}

ul#nav li {
	display: inline;
	padding: 0 15px;
	
}

ul#nav li a {
	color: white;
	text-decoration: none;
}

ul#nav li a:hover {
	color: red;
	text-decoration: underline;
}

#circle {
	margin: 20px;
	float: left;
	margin-bottom: 50px;
}

#headline {
	float: left;
	font-size: 30px;
	width: 400px;
	font-weight: bold;
	font-style: italic;
	margin: 20px 0 0 50px;
}

#headline2 {
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	margin: 20px 0 0 50px;
}

#text {
	clear: both;
	width: 250px;
	margin: 0 20px;
}

span.red {
	color: red;
}

#footer {
	font-size: 10px;
	width: 800px;
	margin: 0 auto;
	padding-right: 20px;
}

ul#copyright {
	list-style: none;
	float: left;
}

ul#links {
	list-style: none;
	float: right;
}

ul#links li {
	display: inline;
}

ul#links li a {
	color: #00457E;
	text-decoration: none;
}

ul#links li a:hover {
	color: #00457E;
	text-decoration: underline;
}

#key_things ul {
	margin: 30px 0 0 150px;
	list-style-image: url(assets/images/blue_arrow.jpg);
	line-height: 25px;
}

#key_things ul li {
	padding-left: 20px;
}

#key_things ul li.red {
	list-style-image: url(assets/images/small_red_arrow.jpg);
}

h1 {
	font-size: 20px;
	font-style: italic;
	margin: 50px 0 0 25px;
}

#quote {
	background: url(assets/images/speech_marks.jpg) no-repeat;
	width: 313px;
	height: 90px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 32px 0 32px;
	margin-left: 20px;
}

h2 {
	font-size: 30px;
	font-style: italic;
	padding: 20px 0 10px 20px;
}

#offers {
	clear: both;
	margin-left: 20px;
	font-size: 16px;
	padding-bottom: 30px;
}

#offers ul {
	list-style-image: url(assets/images/blue_arrow.jpg);
	margin: 15px 0 0 25px;
	line-height: 25px;
	padding-bottom: 10px;
}

#offers ul li {
	padding-left: 20px;
}

#offers ul li.red {
	list-style-image: url(assets/images/small_red_arrow.jpg);
}

#credit {
	color: white;
	font-size: 11px;
	font-style: italic;
	margin-left: 53px;
}

#details {
	background: url(assets/images/contact_bg.jpg);
	width: 750px;
	padding: 25px;
	color: white;
	line-height: 30px;
	font-size: 16px;
	margin-top: 70px;
}

#details ul {
	list-style-image: url(assets/images/gray_arrow.jpg);
	margin-left: 50px;
}

#details ul li {
	padding-left: 20px;
}

#details ul li.red {
	list-style-image: url(assets/images/red_arrow.jpg);
}

#contact {
	font-style: italic;
	text-align: center;
	margin: 20px 0 20px 0;
}

#contact img {
	padding-bottom: 10px;
}

#contact p a {
	color: #00457E;
	text-decoration: none;
}

#contact p a:hover {
	color: red;
	text-decoration: underline;
}

#logos {
	width: 760px;
	padding: 20px;
}

img#cops {
	float: left;
	padding-top: 18px;
}

img#fsa {
	float: right;
}

img.speedy {
	padding-left: 25px;
	padding-bottom: 15px;
}
