/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */


/* 
GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

#intro-message {
  background: #FFFFFF !important;
}

#quote { margin:0; padding:0;}
#quote .zipentry {font-size:16px; color:#FFFFFF; padding:0px 0 10px 0; text-align:center; margin:0 0 10px 0;}

#list {padding:0 0 15px 0;}
#list ul { width:600px;  list-style:none; margin:5px 5px 0 20px; padding:0;}
#list ul li { float:left; width:100px;  font:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; padding:5px 0 5px 0;}
#list ul li a { font:Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none; padding:2px 0 2px 5px; font-weight:normal;}
#list ul li a:hover { text-decoration:underline; padding:2px 0 2px 5px; font-weight:normal;}
#list ul.none { border-right:none;}

#listcity {padding:0 0 15px 0;}
#listcity ul { width:600px;  listcity-style:none; margin:5px 5px 0 20px; padding:0;}
#listcity ul li { float:left; width:200px;  font:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; padding:5px 0 5px 0;}
#listcity ul li a { font:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none; padding:2px 0 2px 5px; font-weight:normal;}
#listcity ul li a:hover { text-decoration:underline; padding:2px 0 2px 5px; font-weight:normal;}
#listcity ul.none { border-right:none;}

#listtopten {padding:0 0 15px 0;}
#listtopten ul { width:600px;  listcity-style:none; margin:5px 5px 0 20px; padding:0;}
#listtopten ul li { float:left; width:300px;  font:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; padding:5px 0 5px 0;}
#listtopten ul li a { font:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none; padding:2px 0 2px 5px; font-weight:normal;}
#listtopten ul li a:hover { text-decoration:underline; padding:2px 0 2px 5px; font-weight:normal;}
#listtopten ul.none { border-right:none;}

#state-map {display:block; margin:0 auto; vertical-align:middle; width:204px;}
#carriers {display:block; margin:0 auto; vertical-align:middle; width:260px;}
#statecontent {display:block; margin:0 auto; float:right; width:204px; margin:0 0 15px 15px;}

#calcform {max-width:600px;}
#calcform ul li {margin:0 0 20px 0; line-height:40px;}
#calcform ul label { float:left; width:300px; font-weight:bold;}


/*For Sidebar Quote Box*/
.sbquotebox {background-color:#0F263E; padding:15px 0 5px 0;}
.sbqbheader {color:#FFF;}
.sbqbcontent {padding:0 15px 0 15px; color:#FFF;}

/* 
DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 768px) {
	/* Desktop styles go here */
}