
body {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	padding:0px;
	margin:0px;
}

table, tr, td, div, ul, li  {
	padding:0px;
	margin:0px;
	list-style:none;
	}
	
	
a {
color:#003366;
text-decoration:none;}

a:hover {
color:#000033;
text-decoration:underline;
}




.frame {
	width:100%;
}

.logo {
	width:945px;
	height:70px;
}
		
.media {
	width:945px;
	height:132px;
	margin-bottom:5px;
}

.navigation{
	width:945px;
	height:31px;
	text-align:left;
	vertical-align:bottom;
	margin-bottom:5px;
}

.content {
	width:945px;
	text-align:left;
	background-color:#ffffff;
	background-image:url(images/bgContent.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	border-bottom:none;
}



.sideLinks {
	text-align:left;
	border-right:1px solid #cccccc;
	vertical-align:top;
	background-color:#f7f7f7;
	background-image:url(images/bgSideLinks.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

.sideLinks table {
	width:100%;
	height:auto;
	background-position:top;
	background-repeat:repeat-x;
}


.sideLinks table tr td {
	border-top:1px solid #ffffff;
	border-bottom:1px solid #DDDDDD;
}

.sideLinkheader {
	background-image:url(images/capSideLinkHeader.jpg);
	background-position:top left;
	width:inherit;
	height:28px;
}

.sideLinkheader td { 
	vertical-align:top;
	border:none;
	height:20px;
	padding:5px 7px 0px 7px;
}


.sideLinks a {
	width:138px;
	padding-left:15px;
	height:auto;
	padding-top:8px;
	padding-bottom:8px;
	color:#003366;
	text-decoration:none;
	display:block;
	background-image:url(images/arrowBlu.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}

.sideLinks a:hover {
	width:138px;
	padding-left:15px;
	height:auto;
	padding-top:8px;
	padding-bottom:8px;
	color:#000033;
	text-decoration:underline;
	background-image:url(images/arrowBluOver.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}




.footer {
	width:945px;
}

.contentParent {
	background-image:url(images/capContentLTop.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:100%;
}

.text {
	padding-left:35px;
	padding-right:35px;
	line-height:16px;
	width:100%;
}

.callOuts {
	width:175px;
	height:auto;
	text-align:left;
	vertical-align:top;
	border-bottom:none;
	padding-left:15px;
	padding-right:15px;
	border-right:1px solid #eaeaea;
}

.callOuts table {
	width:100%;
	}
	
.callOuts tr {
	background-image:none;
	}
	

h1 {
	color:#CC3300;
	font-weight:bold;
	font-size:20px;
	line-height:16px;
padding-bottom:5px;
margin:0px;
}


h2 {
	color:#444444;
	font-weight:100;
	font-style:italic;
	font-size:14px;
	line-height:16px;
padding:0px;
margin:0px;
}

h3 {
	color:#CC3300;
	font-weight:bold;
	font-size:12px;
	line-height:16px;
padding:0px;
margin:0px;
}

hr.grey {
color:#dddddd;
height:1px;
padding:0px;
margin:0px;
line-height:1px;
font-size:1px;
}

hr.white {
color:#ffffff;
height:1px;
padding:0px;
margin:0px;
line-height:1px;
font-size:1px;
}



.linkTable {
	line-height:20px;
}

.linkTable td.right {
	padding-left:30px;
}

.linkTable a {
	padding-left:10px;
	height:20px;
	background-image:url(images/arrowBluSm.png);
	background-position:left center;
	background-repeat:no-repeat
}


.org {
color:#CC3300;
}

.ltgray {
color:#999999;
}


.gridView {
	border:none;
}

.gridView th {
	visibility:hidden
}

.gridView td {
	border:none;
	padding-top:15px;
}

.gridView tr {
	border:none;
}

/***************************
New Drop Nav
****************************/

#pnav {
	height:30px;
	background-image:url("images/bgTopNav.jpg"); 
	width:100%; 
	/*border-bottom: 1px solid #cccccc;*/
	text-align:left;
	padding:0px; 
	margin:0px;
	font-weight:bold;
	
	/*clear: left;*/
}

:root #pnav.TopNavBar { margin-top:0px; }
*html  #pnav.TopNavBar { margin-top:0px; }

#pnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	width:auto;
	height:30px;
	float:left;
	
}


#pnav ul li { /* all list items */
	float: left;
	position: relative;
	/*z-index:2;*/
}

#pnav ul li.navTop2 { /* all list items */
	height:30px;
	border-right:1px solid #cccccc;
	border-left:1px solid #ffffff;
	/*z-index:2;*/
}


#pnav ul li.navTop3 { /* all list items */
	height:25px;
	width:198px;
	border-right:1px solid #cccccc;
	border-left:1px solid #ffffff;
	background-image:url("images/navigation/bg.jpg");
	/*z-index:2;*/
}




#pnav ul li ul { /* second-level lists */
	display: none;
	position: absolute;
	/*
	top: 16px; distance down from main nav link
	left: 10px;
	*/
	width:200px;
	margin-top:8px;
	border:1px solid #cccccc;
	border-bottom:none;
	height:auto;
	
}


#pnav ul li ul li {
	float: left;
	position: relative;
	width:100%;
	background-color:#efefef;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #ffffff;
	background-image:url(images/dropMenuBg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	height:25px;
	/*filter:alpha(opacity=90);
	-moz-opacity:.90;*/
}


a.navTop2 {
	display: block;
	text-decoration: none;
	height:auto;
	border-style:none;
	padding:8px 10px 0px 10px;
	background:none;
	color:#666666;
	
}

a.navTop2:hover {
	background:none;
	text-decoration: none;
	color:#333333;
}

ul li a.navText {
	display: block;
	text-decoration: none;
	padding: 5px;
	height:auto;
	color:#0F1C3F;
	font-weight:100;
}

ul li a.navText:hover {
	background-color:#ffffff;
	color:#000033;
	text-decoration:underline;
}



#pnav ul li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#pnav ul li:hover ul { display: block; } /* Mozilla */
#pnav ul li.over ul { display: block; } /* IE */


.graphic {
width:376px; 
height:92px;
}

.graphic a {
padding:0px;
margin:0px;
width:120px; 
height:92px;
display:block;
text-decoration:none;
background-repeat:no-repeat;
background-position:-2000px -2000px;
text-align:center;
font-size:11px;
font-weight:bold;
color:#FFFFFF;
line-height:12px;
}

.law {
width:120px; 
height:92px; 
background-image:url(images/butLaw.gif); 
background-repeat:no-repeat;
}

.law a {
background-image:url(images/butLawOver.gif); 
}

.law a:hover {
background-position:center center;
}

.tow {
width:120px; 
height:92px; 
background-image:url(images/butTowing.gif); 
background-repeat:no-repeat;
}

.tow a {
background-image:url(images/butTowingOver.gif); 
}

.tow a:hover {
background-position:center center;
}

.city {
width:120px; 
height:92px; 
background-image:url(images/butCity.gif); 
background-repeat:no-repeat;
}

.city a {
background-image:url(images/butCityOver.gif); 
}

.city a:hover {
background-position:center center;
}


.veh {
width:120px; 
height:92px; 
background-image:url(images/butVehicle.gif); 
background-repeat:no-repeat;
}

.veh a {
background-image:url(images/butVehicleOver.gif);
}

.veh a:hover {
background-position:center center;
}


.citizen {
width:120px; 
height:92px; 
background-image:url(images/butCitizen.gif); 
background-repeat:no-repeat;
}

.citizen a {
background-image:url(images/butCitizenOver.gif); 
}

.citizen a:hover {
background-position:center center;
}


.insu {
width:120px; 
height:92px; 
background-image:url(images/butInsur.gif); 
background-repeat:no-repeat;
}

.insu a {
background-image:url(images/butInsurOver.gif); 
}

.insu a:hover {
background-position:center center;
}


























