.right { float: right; }
.left { float: left; }
.clear { display: block; clear: both; }
a { text-decoration: none; color: #252525; }
h3 { margin: 0; padding: 5px 0;}
li { list-style-type: none; }
ul { padding: 0; margin: 0; }
input { 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em; 
}

body {
	margin: 1.5em 2em;
	background-color: #FFF;
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: 62.5%; /* Resets 1em to 10px */
	line-height: 1.45em;
	color: #252525;
}

#wrap {
	width: 966px;
	margin: 0 auto;
	font-size: 1.1em;
}

#wrap-nowidth {
	font-size: 1.1em;
}

	#header {}
	
		#my-nav {
			background-image: url('../images/mynav-bg.png');
			float: right;
			font-weight: bold;
			height: 32px;
			padding: 10px 0 0 20px;
			width: 183px;
			margin-top: 30px;
			position: relative;
		}
		
			#my-nav ul {
				position: absolute;
				top: 37px;
				left: 5px;
				background-color: #e4e4e4;
				border: 1px solid #bfbfbf;
				width: 166px;
				padding: 0 15px;
				display: none;
			}
			
				#my-nav ul li {
					border-top: 1px solid #bfbfbf;
					font-weight: normal;
					padding: 10px 0;
				}

				#my-nav ul li.first {
					border: none;
				}
				
				#my-nav ul li a:hover {
					text-decoration: underline;
					color: #cc0000;
				}

		#nav {
			background-image: url('../images/subnav-top.gif');
			background-repeat: no-repeat;
			height: 57px;
			padding-top: 25px;
		}
        
			#nav ul.parent {
				height:32px;
				padding: 0 0 0 0;
				float: left;
			}
			
				#nav ul li.child {
					background-image: url('../images/nav-bg.jpg');
					background-repeat: repeat-x;
					background-position: bottom left;
					list-style-type: none;
					float: left;
					color: #fff;
					font-weight: bold;
					position: relative;
					z-index: 10000;
				}
				
					#nav ul li.child a {
						float: left;
						background-image: url('../images/nav-a-bg.jpg');
						background-repeat: no-repeat;
						background-position: bottom left;
						color: #ffffff;
					}
					
						#nav ul li.child a.home {
							background-image: url('../images/nav-a-home-bg.gif');
							width: 40px;
							overflow: hidden;
						}

							#nav ul li.child a.home span.link {
								visibility: hidden;
							}

						#nav ul li.child a:hover, #nav ul li.child a.hover, #nav ul li.child a.selected {
							background-image: url('../images/nav-a-bg-over.gif');
							background-repeat: no-repeat;
							cursor: pointer;
						}

							#nav ul li.child a span.link {
								display: inline;
								float: left;
								margin-left: 16px;
								height: 27px;
								padding: 15px 16px 0 0;
							}

							#nav ul li.child a:hover span.link, #nav ul li.child a.hover span, #nav ul li.child a.selected span.link {
								background-image: url('../images/nav-span-bg-over.gif');
								background-repeat: no-repeat;
								background-position: top right;
								cursor: pointer;
							}

						#nav ul li.child a.home:hover {
							background-image: url('../images/nav-a-home-bg-over.gif');
						}

					#nav li.child ul.dropdown {
						background-image: url('../images/nav-dropdown-bg.png');
						background-position: left bottom;
						background-repeat: no-repeat;
						left: 0px;
						top: 42px;
						position: absolute;
						padding: 0px 0px 8px 8px;
						display: none;
						z-index: 10001;
					}

						#nav li.child ul.dropdown li {
							list-style-type: none;
							width: 266px;
							padding: 8px 16px 8px 8px;
							color: #333333;
							overflow: auto;
						}

						#nav li.child ul.dropdown li.hover {
							background-color: #d2d2d2;
						}

							#nav li.child ul.dropdown a {
								background-image: none;
								text-decoration: none;
								color: #333333;
								font-weight: normal;
								float: none;
							}

								#nav li.child ul.dropdown .dropdown-thumb {
									float: left;
									padding-right: 8px;
								}




    #container {
        background-image: url('../images/backgrounds/container-bg-surf.jpg');
        background-repeat: no-repeat;
        min-height: 405px;
    }
    
        #subnav {
            float: left;
            padding: 20px 0 0 44px;
        }

			#subnav .logo {
				margin-left: 10px;
				margin-bottom: 20px;
			}
        
            #subnav ul {
                margin: 0;
                width: 175px;
                padding: 0;     
            }
            
                #subnav ul li {
                    list-style-type: none;
                    padding: 0;
		    margin: 0 0 5px 0;
                }
                
                #subnav ul li a {
                    display: block;
                    padding: 3px 5px 4px 8px;
                    color: #FFF;
                    text-decoration: none;
                    font-weight: bold;
					display: inline-block;
					line-height: 1.2em;
                }
                
				/* Fixes IE6 Whitespace Bug by setting Inline then Block again. */
                #subnav ul li a {
                    display: block;
				}

				#subnav ul li a.current {
					display: block;
					padding-right: 20px;
					/*background-color: #333333;*/
				}
				
				#subnav ul li a.active {
					background-image: url('../images/subnav-a-arrow.jpg');
					background-repeat: no-repeat;
					background-position: 164px 7px;
					background-color: #333333;
				}
				
				#subnav ul li a:hover {
					background-image: url('../images/subnav-a-arrow.jpg');
					background-repeat: no-repeat;
					background-position: 164px 7px;
					background-color: #333333;
				}
				
					#subnav ul.expanded {
						padding: 5px 0 0 0;
					}
				
						#subnav ul.expanded li {
						}

						#subnav ul.expanded li.active {
						}

							#subnav ul.expanded li a {
								font-size: 0.8em;
								padding: 2px 5px 2px 10px;
							}
							
							#subnav ul.expanded li a.active {
								font-weight: bold;
								background-image: url('../images/subnav-a-arrow.jpg');
								background-repeat: no-repeat;
								background-position: 164px 2px;
								background-color: #333333;
							}
							
							#subnav ul.expanded li a:hover {
								background-image: url('../images/subnav-a-arrow.jpg');
								background-repeat: no-repeat;
								background-position: 164px 2px;
								background-color: #333333;
							}
                
        #main {
            padding: 10px 30px 10px 250px;
			min-height: 500px;
        }
			
			#page-header {
				padding: 15px 0;
			}
			
			#page-header h1, #page-header .hide {
				position: absolute;
				left: -9999px;
				font-size: 1.3em;
				font-weight: bold;
				color: #990000;
			}
			
			#breadcrumbs {
				padding: 5px 0;
			}

            #content {
                background-color: #FFFFFF;
                /*background-image: url('../images/content-opaque-bg.png');*/
				background-image: url('../images/content-opaque-bg-noright.png');
				background-repeat: no-repeat;
				padding: 10px;
				width: 664px;
				min-height: 370px;
            }

			#content.norightsidebar {
				background-image: url('../images/content-opaque-bg-noright.png');
			}

			#content.transparent {
				background-color: transparent;
				background-image: url('../images/content-transparent-bg.png');
				background-repeat: repeat;
				border: 1px solid #868686;
			}
            
                #right-sidebar {
					float:right;
					min-height:320px;
					width:170px;
					margin-top:10px;
					padding-left:10px;
					border-left:1px solid #979797;
					position: relative;
                }
                
					#right-sidebar input {
						border: 1px solid #a1a1a1;
						margin: 5px 0;
						width: 150px;
						padding: 5px;
					}
					
					#right-sidebar input#LoginSubmit {
						width: auto;
						padding: 0;
						border: none;
					}

					#right-sidebar .speech-bubble {
					padding: 30px 5px 0 10px;
					font-size:1.1em;
					font-weight:bold;
					}

									
                #body {
					padding: 10px 190px 0 5px;
                }

				#body.norightsidebar {
					padding-right: 0;
				}

				#options { margin-top: 20px;

				}

				#options .box	{ margin: 0px 0px 5px; 
				height: 95px
				}

                                #options .box-long  { margin: 0px 0px 5px; 
				height: 105px
				}

				#options .image	{ float: left;
			 	margin: 0px 10px 0px 0px;
                                height: 95px
	                        }

				#options h2	{ font-size: 1.2em;
			        font-weight: bold;
			        margin: 5px;
		                }

                                #options .box a { text-decoration: none;
			        }

                                #options .box-long a { text-decoration: none;
			        }

				#options .underline-links a { text-decoration: underline;
			        }

	
	#carousel {
		padding: 8px 0;
	}
	
		#carousel .options {
		}
		
		#carousel .option { 
			background-repeat:no-repeat;
			float:left;
			height:130px;
			margin-right:10px;
			padding:7px;
			width:220px;
			position: relative;
		}
		#carousel .last-option {
			background-repeat:no-repeat;
			float:right;
			height:130px;
			margin:0px;
			padding:7px;
			width:220px;
			position: relative;
		}
		
		#carousel .title {
			font-size: 1.3em;
			font-weight: bold;
		}

		#carousel .body {
			font-size: 1em;
			font-weight: bold;
		}

		#carousel .bottom {
			position: absolute;
			bottom: 10px;
		}
		
			
        
    #footer {}
    
        #quicklinks {
			border: 1px solid #cccccc;
			background-color: #ececec;
			overflow: auto;
		}
		
			#quicklinks a:hover {
				color: #cc0000;
				text-decoration: underline;
			}
		
			#quicklinks .title a {
				color: #d84848;
				padding: 10px;
				font-size: 1.7em;
				float: left;
				background-image: url('../images/quicklinks-arrow-open.gif');
				background-repeat: no-repeat;
				background-position: 5px 12px;
				padding-left: 30px;
				outline: none;
			}
			
			#quicklinks .extra-links {
				float: right;
				line-height: 35px;
				padding-right: 10px;
				color: #ccccd7;
			}
			
				#quicklinks .extra-links a {
					color: #cc0000;
				}
				
				#quicklinks .extra-links a:hover {
					text-decoration: underline;
				}
			
			#quicklinks .flag {
				float: right;
			}
			
			#quicklinks .columns {
				overflow: auto;
			}

			#quicklinks .column {
				float: left;
				width: 190px;
				padding: 10px;
				margin-left: 9px;
			}
			
			#quicklinks .first {
				margin: 0 0 0 23px;
			}
			
				#quicklinks .column h3 {
					padding: 0;
					font-size: 1em;
				}
				
				#quicklinks .column ul {
					padding-bottom: 10px;
				}

		#officials {
			font-size: 90%;
			color: #727272;
			text-align: center;
			padding: 10px 0;
		}

		#officials a {
			color: #cccccc;
			text-decoration: underline;
		}

		#officials a:hover {
			color: #cccccc;
			text-decoration: none;
		}


/* General Content Styling */

h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #990000;
	margin: 0;
}

h2 {
	font-size: 1em;
	font-weight: bold;
}

h2.big {
	font-size: 1.3em;
	font-weight: bold;
}

h2.bigger-red {
	font-size: 1.6em;
	font-weight: bold;
        color: #990000;
	margin: 0;
}

#content a {
	text-decoration: underline;
}

#content a:hover {
	color: #cc0000;
	text-decoration: none;
}


p.big, span.big {
	font-size: 1.3em;
}

p.red, span.red {
	color: #9a0002;
        font-weight: bold;
}

.white {
	color: #ffffff;
}

.small {
	font-size: 0.8em;
}

.black {
	color: #000000;
}

.grey {
	color: #999999;
}

.padme {
	padding: 5px;
}

.call-us {
	margin: 0 0 0 30px;
	font-size:1em;
	color: #9a0002;
	height:50px;
	font-weight: bold;
	line-height: 1.4em;
	}

.call-us-number {
	font-size:1.2em;
	font-weight: normal;
	color: #000000;
	}

.call-us-hours {
	font-size:1em;
	color: #999999;
	font-weight: normal;
	}

#right-sidebar p {
	margin: 5px 0;
	padding: 10px 0 0 5px;
}

#body form label {
	display: block;
	width: 150px;
	float: left;
	margin: 5px 0;
}

#body form input, #body form select {
	margin: 5px 0;
}

#body form input.text {
	border: 1px solid #000;
	padding: 2px;
}

#body form div.submit-buttons{
	float:right;
}
#body form input.submit {
	margin-top: 15px;
}

#calculator {
	padding-top: 15px;
}

/* General List Styles */

#body ul {
	margin: 5px 0;
}

#body ul li {
	list-style-type: none;
	background-repeat: no-repeat;
	padding: 5px 10px 5px 15px;
	background-position:0 1em;
}

#body ul li, #body ul.list-square-small li { background-image: url('../images/list-square-small.gif'); }
#body ul.list-square-white li { background-image: url('../images/list-square-small-white.gif'); }
#body ul.list-square-big li { background-image: url('../images/list-square-big.gif'); }
#body ul.list-arrow li { background-image: url('../images/list-arrow.gif'); }
#body ul.phone li { background-image: url('../images/icons/phone.png'); }

div.table-wrap {
	border: 1px solid #000000;
	padding: 4px;
	font-weight: bold;
	margin: 5px 0;
}

.hidden {
	visibility: hidden;
}

/* General Table Styles */

div.table-wrap table {
	margin-top: 5px;
}

div.big-top table {
	margin-top: 10px;
}

div.big-bottom table {
	margin-bottom: 20px;
}

div.table-white table td {
	background-color: transparent;
	vertical-align: top;
}

div.table-arrow table td {
	padding: 5px 5px 5px 15px;
}

div.table-arrow table tr td.nobg { 
	background-image: none;
}

div.table-arrow table tr td {
	background-image: url('../images/list-arrow.gif');
	background-repeat: no-repeat;
	background-position: 7px 10px;
	vertical-align: top;
}

div.bullets table tr td {
	background-image: url('../images/list-square-small.gif');
	background-repeat: no-repeat;
	background-position: left 10px;
}

div.bullets table td {
	padding: 5px 5px 5px 15px;
}

div.bullets table tr td.nobg { 
	background-image: none;
}

table th { 
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
}

table td {
	background-color: #E3E3E3;
	font-weight: normal;
	padding: 4px;
}

/* Sitemap */

#body .sitemap ul ul {
	margin-left: 15px;
}


/* jQuery Styling */
	
	/* Pane Tabber */
	
	#pane-tabber-section a:hover {
	text-decoration: none;
	color:#ffffff;
	}

	#pane-tabber-section .pane-tabber-active a.black:hover {
	text-decoration: none;
	color:#000000;
	}

	.pane-tabber-active { 
	}
	
	.horizontal .pane-tabber-active { 
		display:block;
		float:left;
		width:465px;
	}

	.pane-tabber-active .tabs {
		float: left;
		width: 160px;
		margin-top: 10px;
	}

	.horizontal .pane-tabber-active .tabs {
		float: none;
		width:auto;
	}
	
	.pane-tabber-active .tabs div {
		border-bottom: 1px solid #000000;
		border-left: 1px solid #000000;
		padding: 10px;
		margin-left: 5px;
		cursor: pointer;
		font-size: 0.9em;
	}

	.horizontal .pane-tabber-active .tabs div {
		border-top:1px solid #C00!important;
		border-right:1px solid #C00!important;
		border-bottom:0!important;
		border-left:1px solid #C00!important;
		padding: 5px 5px 0 5px;
		margin-left: 0;
		margin-top: 5px;
		cursor: pointer;
		float:left;
		font-size: 0.9em;
	}

	.pane-tabber-active .tabs h1, .pane-tabber-active .tabs h2 {
		text-decoration: underline;
		font-size: 1.1em;
		margin: 0 0 4px 0;
		color: #990000;
	}

	.horizontal .pane-tabber-active .tabs h1, .horizontal .pane-tabber-active .tabs h2 {
		text-decoration: none;
		font-size: 1.1em;
		font-weight:normal;
		margin: 0 0 4px 0;
		color: #333333;
	}

	.pane-tabber-active .tabs .current {
		background-color: #000000;
		color: #ffffff;
		margin-left: 0;
		padding-left: 10px;
	}
	
	.horizontal .pane-tabber-active .tabs .current {
		background-color: #C00;
		color: #FFF;
		border-top:2px solid #C00!important;
		border-right:2px solid #C00!important;
		border-bottom:0!important;
		border-left:2px solid #C00!important;
		padding-top: 9px;
		margin-top: 0;
	}
	
	.pane-tabber-active .tabs .current h1, .pane-tabber-active .tabs .current h2 {
		color: #FFF;
		text-decoration: none;
	}

	.horizontal .pane-tabber-active .tabs .current h1, .horizontal .pane-tabber-active .tabs .current h2 {
		color: #FFF;
		text-decoration: none;
		font-weight:bold;
	}
	
	.pane-tabber-active .panes {
		margin-left: 160px;
	}
	
	.horizontal .pane-tabber-active .panes {
		margin-left: 0;
		clear:left;
		border:1px solid #C00;
		border-top:1px solid #C00;

	}
	
	.pane-tabber-active .panes div {
		padding: 10px;
		background-color: #000000;
		color: #ffffff;
		overflow: auto;
	}

	.pane-tabber-active .panes div td{
		color: #000000;
	}
	
	.horizontal .pane-tabber-active .panes div {
		padding: 0;
		background-color: #FFF;
		color: #000;
		overflow: auto;
	}

	.pane-tabber-active .panes div div {
		padding: 0;
		overflow: visible;
		background-color: transparent;
	}

	.pane-tabber-active .panes .red { 
		background-color: #990000;
		color: #fff;
		padding: 2px 10px;
		margin-bottom: 10px;
		font-size: 1.2em;
		line-height: 1.2em;
	}

	.pane-tabber-active .panes .red a { 
		color: #FFF;
	}

	.pane-tabber-active .panes .red p { 
		color: #FFF;
	}
	

	.pane-tabber-active .panes .text-smaller{
		font-size: 0.8em;
	}
	
	.pane-tabber-active .panes .panes-call-us {
		font-size: 1em;
		font-weight: bold;
		margin: 16px 8px 4px 16px;
	}
	
	.pane-tabber-active .panes .panes-call-us-number {
		font-size: 1.2em;
		font-weight: bold;
		padding: 0 0 0 16px;
	}
	
	.pane-tabber-active .panes input {
		float: left;
		margin: 0;
		padding: 0;
	}
	
	.pane-tabber-active .panes #ledNo {
		border: none;
		height: 16px;
		margin-right: 4px;
		padding: 4px;
		width: 120px;
	}

	.pane-tabber-active .panes ul li {
		color: #ffffff;
	}
	
	#body .pane-tabber-active .panes input#LoginSubmit {
		margin: 0 2px 0 0;
	}
	
	
	/* Accordion */
	#body .ui-accordion li {
		padding-left: 0;
		background-image: none;
		width:440px;
	}
	
	.accordion li a.ui-accordion-header {
		background-image: url('../images/accordion-closed.gif');
		background-repeat: no-repeat;
		padding-left:15px;
		margin: 5px 0;
		outline: none;
	}

	.accordion li a.ui-state-active {
		background-image: url('../images/accordion-opened.gif');
		font-weight: bold;
	}

	#body .accordion ul.ui-accordion-content {
		margin-left: 15px;
		width:440px;
		overflow: visible;
	}

	#body .accordion ul.ui-accordion-content li {
		padding: 0;
		width: auto;
	}
	
	#body .accordion ul.ui-accordion-content li li {
		padding: 5px 10px 5px 15px;
	}

	/* Image Switcher */
	
	.switcher img {
		display: none;
	}
	
	.switcher .first {
		display: block;
	}
	
	/* Pagination */
	#content .pagination-nav {
		overflow: auto;
		padding: 5px 1px;
	}
	
	#content .pagination-nav-wrap {
		float: right;
	}
	
	#content .pagination-nav a {
		float: left;
		display: block;
		padding: 5px;
		color: #000;
		width: 15px;
		text-align: center;
		font-weight: bold;
	}
	
	#content .pagination-nav a.activeSlide {
		background-color: #787878;
		color: #FFF;
		text-decoration: none;
	}

	#content .pagination-controls {
		padding: 5px 1px;
		text-align: right;
	}
	
	#content .pagination-controls a.pagination-next {
		background-image: url('../images/pagination-arrow-next.gif');
		background-repeat: no-repeat;
		background-position: right 7px;
		padding: 4px 10px 4px 0;
		margin-left: 5px;
	}
	
	#content .pagination-controls a.pagination-prev {
		background-image: url('../images/pagination-arrow-prev.gif');		
		background-repeat: no-repeat;
		background-position: left 7px;
		padding: 4px 0 4px 10px;
	}
	
	
	/* ??? */
	
	div.error {
		margin-left: 150px;
		font-size: 80%;
		color: #c00; 
		font-weight: bold; 
	}
	input.error {
		border: 1px solid red;
	}

		
		#left-column {
			background: url('/images/left-column.jpg') no-repeat;
			width: 234px;
			height: 290px;
			padding: 10px 0 0 10px;
			float: left;
			margin-top: 15px;
		}
		
		#right-content {
			width: 389px;
			padding: 25px 25px 0 265px;
		}
		
		.car-insurance #right-content p {
			font-size: 1.3em;
			margin-bottom: 2em;
		}
		
		.buttons{ width: 450px; height: 60px; }
		
		.buttons li {
			margin: 0 13px 0 0 !important;
			padding: 0 0 0 0 !important;
			background: none !important;
			float: left;
		}
		
		#left-column p,
		#left-column li,
		#left-column a {
			color: #FFF !important;
		}
		
		#left-column small a { font-size: 9px !important; }
		
		#left-column a:hover { text-decoration: none; color: #FFF !important; }
		
		#left-column li {
			line-height: 160% !important;
			background-image: url('/images/li-circle.jpg') !important;
		}
		
		#right-content .footer {
			padding:  10px;
		}

		#right-content .contact-us {
			background: url('/images/phone.jpg') top left no-repeat;
			width: 110px;
			padding: 0 0 0 30px !important;
			left: 0px;
			height: 35px;
		}
		
		#right-content .buttons p,
		#right-content .footer p {
			margin: 0 0 6px 0;
		}

		#right-content .retreive-quote {
			width: 185px !important;
			display: block;
		}
		
			.retreive-quote form {
				margin: 1px 0 0 0 !important;
			}
			
			#body .retreive-quote form input { margin: 0 0 0 0; }
			
			#body .retreive-quote form input.inputbox-style1 {
				margin: 0 0 0 0;
				padding: 3px;
                                width: 140px;
			}
		
		.bigger { font-size: 115% !important; line-height: 130% !important; }
		.smaller { font-size: 90% !important; line-height: 130% !important; }
		h1.bigger { font-size: 160% !important; }
		
		a.inred{ color:#FFF; }
		a.inred:hover{ color:#C00; }


/* Base Superbox Styles */
#superbox-overlay{position:fixed;top:0;left:0;z-index:10001;width:100%;height:100%;}
#superbox-wrapper{position:fixed;z-index:10002;top:0;display:table;width:100%;height:100%;}
#superbox-container{position:relative;display:table-cell;width:100%;height:100%;margin:0;padding:0;vertical-align:middle;}
#superbox{margin:0 auto;padding:0;}
#superbox-container .loading{margin:0;text-align:center;}

/* IE7 */
*:first-child+html #superbox-container{position:absolute;top:50%;display:block;height:auto;}
*:first-child+html #superbox{position:relative;top:-50%;display:block;}
/* IE6 - Thanks to Thickbox for IE expressions */
* html #superbox-container{position:absolute;top:50%;display:block;height:auto;}
* html #superbox{position:relative;top:-50%;display:block;}
* html #superbox-overlay{position:absolute;height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight + 'px' : document.body.offsetHeight + 'px');}
* html #superbox-wrapper{position:absolute;margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}

/* Default Theme */
#superbox-overlay{background:#000;}
#superbox-container .loading{text-align:center;font-size:40px;color:#fff;}
#superbox{padding:10px;background:#fff;}
#superbox-innerbox{padding:10px 0;}
#superbox.image{text-align:center;}
#superbox .close,
#superbox .nextprev{overflow:hidden;margin:0;}
