/*
Theme Name: APG Insurance
Theme URI: http://apg-ins.com
Description: This is a custom design created by Unattended Media
Author: Nathan Barry
Author URI: http://unattendmedia.com

*/

@import 'css/screen.css';

body {
	margin: 0px;
	background: #888a94;
	color: #474951;
	}
	
h1, h2, h3, h4, h5 {
	color: #004db4;
	}
	
a {
	color: #004db4;
	text-decoration: none;
	}	
	
	a:hover {
		color: #7fb2dd;
		}
	
	
	#header {
		background: #fff;
		}
		
		.logo a {
			display: block;
			background: url('img/logo.jpg') no-repeat;
			width: 480px;
			height: 130px;
			text-indent: -9999px;
			margin: 30px 0px 0px 0px;
			}
		
		
		#top-nav {
			list-style: none;
			padding: 0px;
			}
			
			#top-nav li {
				float: left;
				}
				
				#top-nav li a {
					display: block;
					margin: 5px 10px;
					}

		#home-image { /* Only displays on the home page */
			height: 320px;
			background: url('img/home-image.jpg') no-repeat center;
			margin-top: -20px;
			}
			
			#home-image p {
				text-indent: -9999px;
				}

		#insurance-nav {
			padding: 0px 0px 0px 10px;
			border-top: solid #eaeaea 1px;
			border-bottom: solid #eaeaea 1px;
			margin: 10px 40px;
			}
			
			#insurance-nav li {
				float: left;
				list-style: none;
				}
				
				#insurance-nav li a {
					display: block;
					float: left;
					text-align: center;
					text-transform: uppercase;
					color: #464646;
					width: 115px;
					padding: 80px 0px 5px 0px;
					margin: 0px 3px;
					}
					
					#insurance-nav li a:hover {
						text-decoration: underline;
						}
					
					#insurance-nav .health a {
						background: url('img/insurance.jpg') 0px 0px no-repeat;
						}
					
					#insurance-nav .auto a {
						background: url('img/insurance.jpg') -115px 0px no-repeat;
						}
					
					#insurance-nav .home a {
						background: url('img/insurance.jpg') -245px 0px no-repeat;
						}
					
					#insurance-nav .life a {
						background: url('img/insurance.jpg') -365px 0px no-repeat;
						}
						
					#insurance-nav .commercial a {
						background: url('img/insurance.jpg') -485px 0px no-repeat;
						}
						
					#insurance-nav .workers-comp a {
						background: url('img/insurance.jpg') -625px 0px no-repeat;
						}
						
					#insurance-nav .other a {
						background: url('img/insurance.jpg') -735px 0px no-repeat;
						}

	#wrapper {
		background: #fff;
		padding-bottom: 30px;
		}
		
	#content {
		
		}
		
	#sidebar-background {
		background: #7fb2dd;
		color: #fff;
		padding: 20px;
		}
		
		#sidebar ul {
			list-style: none;
			}
			
			#sidebar .quote {
				text-align: center;
				font-size: 2em;
				margin: 10px auto 20px;
				display: block;
				color: #fff;
				}
				
			#sidebar a:hover {
				color: #daeeff;
				}

	#footer {
		background: url('img/footer.jpg') top center no-repeat;
		padding: 30px 0px 0px;
		}
		
		#footer li {
			list-style: none;
			}
			
			#footer li.title {
				font-weight: bold;
				}
			#footer a {
				color: #474951;
				}
		
		#copy {
			background: url('img/footer-logo.png') right no-repeat;
			
			
			}
					
			#copy p {
				text-align: right;
				margin: 20px 220px 20px 0px;
				}		
			
				#copy p a {
					color: #c70000;
					font-weight: bold;
					}
		