/* =================================================
Site:           http://www.autotowninsurance.com/
Created:        03 20 2010
Last Modified:  03 23 2010 
Created by: Tommy Higginbotham
This CSS File will hold styles that are in all pages
================================================= */

/* Primary site settings */
a:link {
	color: #000066;
	text-decoration: none
}

a:visited {
	color: #000066;
	text-decoration: none
}

a:active {
	color: #000000; 
	text-decoration: underline
} 

a:hover {
	color: #000066;
	text-decoration: underline
}

BODY {
	font-family: tahoma, helvetica, sans-serif;
	color:#000000;
	font-size: 13px;
	background-color:#035496;
	margin-top: 0px;
	top: auto;
	text-align: center;
}
/* Div Styles */
* { 
 margin: 0;
 padding: 0;
} 
/* This is the main div element that contains all other elements*/
#wrapper {
	width: 801px;
	text-align: left;
	vertical-align: middle;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* This code creates the top of the page where the top navigation lives*/
#top {
	width: 801px;
	height: 75px;
	text-align: left;
	vertical-align: middle;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(/images/layout/top_header.png);
	background-repeat: no-repeat;
	background-position: center center;
}
/* Defines the navigation div*/
#topnavigation {
	width: 791px;
	height: 25px;
	text-align: left;
	vertical-align:bottom;
	padding-top:51px;
	padding-left:10px;

}
/* This is the class that defines the size of the top text navigation*/
.topnavigationtext {
	font-family: tahoma;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
}
/* Footer Styles for all pages*/
#footer {
	width: 801px;
	background-image: url(/images/layout/body.gif);
	text-align: center;
	vertical-align: middle;
	background-repeat: repeat-y;
}
/* Defines the white space for the content text*/
.footertext {
	font-family: tahoma;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}
/* Style for the bullet list*/
ul {
  list-style-type: none;
  font-size: 12px;
  margin: 0px;
  padding-top:5px;
  padding-right:0px;
  padding-bottom:15px;
  padding-left: 8px;
  }
/* This defines how a bullet list will display*/
li {
  background: url('../../images/graphics/dash.gif') no-repeat 0 5px;
  padding-left: 8px; 
  margin-left: 0px;
  margin-bottom: 3px;}

