* {
	margin: 0;
	padding: 0;
}
 	
body {
	font: 62.5%/1.4  Arial, Helvetica, Verdana, sans-serif;
	color: #333333;
	background-color: #ffffff;
	text-align: center;
	padding-bottom: 20px;
	margin: 0 auto ;
}

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}
 
fieldset,img {  
	border:0; 
}

ul { 
	list-style:none; 
}

h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
}
q:before,q:after { 
	content:""; 
}

/* Typography and Default Stylings
================================== */
h1 {
	font-size: 2.2em;
  	line-height: 1.0em;
}

h2 {
  	font-size: 1.6em;
  	line-height: 1.0em;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.4em;
	line-height: 1.0em;
}

h4 {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
}

h5 {
	font-size: 1.3em;
	line-height: 1.0em;
}

h6 {
	font-size: .9em;
}

p { 
	font-size: 1.2em;
}

dt,th { 
	font-size: 1.3em;
}

li, dd, td {
	font-size: 1.0em;
}

.small {
	font-size: 1.0em;
}

.smaller {
	font-size: .8em;
}

.right {
	float: right;
}

.left {
	float: left;
}

.bold {
	font-weight: bold;
}

.italics {
		font-style: italic;
}

a:link, a:visited {
	color: #0066cc;
	text-decoration: none;	
}

a:hover {
	color: #0099ff;
	text-decoration: none;
}


/* Main Layout 
================================== */

#wrapper {
	width: 928px;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	border: 0px;
	background-color: #ffffff;
}


/* Header
================================== */

#headerwrapper {
	width: 928px;
	height: 122px;
	border: 0;
}

#logo {
	width: 761px;
	height: 122px;
	float: left;
}

#phone {
	width: 167px;
	height: 122px;
	float: left;
}


/* Top Navigation
================================== */

#topnavwrapper {
	width: 928px;
	height: 132px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

.topnav {
	width: 223px;
	height: 132px;
	padding-right: 12px;
	float: left;
}

#topnavlast {
	width: 223px;
	height: 132px;
	float: left;
}


/* Body
================================== */

#bodywrapper {
	width: 928px;
	padding-bottom: 12px;
}


/* Left Navigation
================================== */

#leftnav {
	width: 196px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 12px;
	float: left;
}

#leftnav li {
	font-size: 1.6em;
	padding-left: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	background: url(../images/bulletnav.gif) no-repeat left center;
}

#bbb {
	padding-top: 103px;
}



/* Content Wrapper
================================== */

#contentwrapper {
	width: 720px;
	float: left;
}


/* Main Content
================================== */

#headline {
	width: 720px;
	padding-top: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid #aaaaaa;
}

#headline h2 {
	font-size: 1.9em;
}

#headline p {
	font-size: 1.5em;
	line-height: 1.3em;
}

#headline ul {
	font-size: 1.5em;
	line-height: 1.3em;
	padding-top: 12px;
	padding-bottom: 12px;
}

#mainimageswrapper {
	width: 312px;
	float: left;
}

.mainimages {
	width: 300px;
	padding-right: 12px;
	padding-bottom: 12px;
}

#maincontent {
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: normal;
	width: 720px;
	padding-top: 12px;
	padding-bottom: 12px;
	float: left;
}

#maincontentcopy {
	font-size: 1.0em;
	line-height: 1.5em;
	font-weight: normal;
	width: 408px;
	float: left;
}

#maincontentcopy p {
	padding-bottom: 10px;
}

#maincontentcopy ol {
	padding-left: 24px;
	font-size: 1.3em;
}

#maincontentcopy ul {
	padding-bottom: 12px;
}

#maincontentcopy li {
	padding-bottom: 12px;
}

#maincontentcopy h4 {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
}


/* Contact Footer
================================== */

#contactfooter {
	font-size: 1.2em;
	width: 928px;
	height: 16px;

	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	margin-bottom: 19px;
	float: left;
}

#contactfooter li {
	float: left;
	padding-left: 19px;
	padding-right: 21px;
	background: url(../images/bulletnav.gif) no-repeat right center;
}

#contactfooter li.first {
	padding-left: 208px;
	padding-right: 21px;
	background: url(../images/bulletnav.gif) no-repeat right center;
}

#contactfooter li.last {
	padding-left: 19px;
	padding-right: 0px;
	background: none;
}










