/* Page Setup
-------------*/
html, body{margin:0px;padding:0px;height:100%;}
body{font-family:Verdana,sans-serif;font-size:small;color:#2e3436;}
img{border:0px;vertical-align:middle;}
table{border-collapse:collapse;}

h1,h2,h3,h4,h5,h6{margin:0px;font-size:medium;}
h1{color:#00438a;border-bottom:2px solid #a4c0e4;}
h2{color:#ce5c00;border-bottom:2px solid #f2bb88;}
h3{color:#006e29;border-bottom:2px solid #77b753;}
p{margin-top:0px;}
a{color:#0057ae;text-decoration:none;}
a:hover{color:#6193cf;}
hr{border:1px solid #babdb6;clear:both;}

/* Layout
----------------------------------------------- */
#head{clear:both;background-color:#555753;}
#head p{font-size:xx-large;font-weight:bold;color:#eeeeec;margin:0px;}

#menu{height:24px;}
#menu ul{list-style:none;list-style-type:none;margin:0px;padding:0px;}
#menu li{float:left;display:inline-block;margin:0px;padding:0px;background-image:url('./images/menu-bg-right.png');background-position:100% 0px;}
#menu a{display:inline-block;background-image:url('./images/menu-bg-left.png');background-position:0px 0px;background-repeat:no-repeat;height:24px;padding:0px 10px;line-height:26px;color:#ffd9b0;font-weight:bold;font-size:small;}
#menu a:hover{color:white;}
#menu .highlight{background-image:url('./images/menu-bg-right.png');background-position:100% -24px;}
#menu .highlight a{background-image:url('./images/menu-bg-left.png');background-position:0px -24px;background-repeat:no-repeat;color:black;}
#menu .highlight a:hover{color:#555753;}

#body{clear:both;background-color:#888a85;background-image:url('./images/body-bg.png');background-repeat:repeat-x;background-position:top;padding:5px;vertical-align:top;}
#body #page{width:100%;border-spacing:5px;border-collapse:separate;border-spacing:5px;}
#body #page td{vertical-align:top;}
#body #content{background-color:white;border:2px solid #3465a4;padding:8px 5px;}
#body #content a:hover{text-decoration:underline;}
#body #side{width:250px;height:600px;}
#body #side hr{border:1px solid #3465a4;}
#body #side h1{border:0px;font-size:x-large;text-align:center;}
#body #side a{display:inline-block;width:237px;height:142px;line-height:255px;margin:2px 0px;font-size:large;font-weight:bold;color:#a4c0e4;}
#body #side a:hover{color:white;opacity:0.8;}
.side{background-color:white;border:2px solid #3465a4;padding:5px;text-align:center;}

#foot{clear:both;font-size:x-small;}
#foot .menu{height:16px;}
#foot .menu ul{list-style:none;list-style-type:none;margin:0px;padding:0px;}
#foot .menu li{float:left;display:inline-block;padding:0px 10px;border-right:2px solid #555753;}
#foot .menu li a{display:block;color:#d3d7cf;}
#foot .menu li a:hover{color:white;text-decoration:underline;}
#foot .menu p{float:left;height:16px;margin:0px 10px;}
#foot .menu p a{color:#2e3436;font-weight:bold;}
.frame{width:900px;margin:auto;}

.rounded{position:relative;}
.rounded .tl,.rounded .tr,.rounded .bl,.rounded .br{width:10px;height:10px;position:absolute;}
.rounded .tl{background:url('./images/corners.png');background-position:top left;background-repeat:no-repeat;top:-2px;left:-2px;}
.rounded .tr{background:url('./images/corners.png');background-position:top right;background-repeat:no-repeat;top:-2px;right:-2px;}
.rounded .bl{background:url('./images/corners.png');background-position:bottom left;background-repeat:no-repeat;bottom:-2px;left:-2px;}
.rounded .br{background:url('./images/corners.png');background-position:bottom right;background-repeat:no-repeat;bottom:-2px;right:-2px;}

.phone{color:#00438a;font-size:x-large;font-weight:bold;text-align:center;margin:0px 0px 10px 0px;}
.list{display:inline-block;margin:auto;}
.list div{display:inline-block;float:left;padding:5px 15px;text-align:left;}
.list a,.list span{display:block;}

#ZipLookup{position:absolute;width:300px;height:200px;border:2px solid #2e4a72;background-color:#f4f4f6;z-index:100;}
#ZipLookup h6{background-color:#6d819d;color:white;padding:2px;}
#ZipLookup .ZipList{width:none;height:170px;overflow:auto;padding:5px;}
#ZipLookup span{color:#555753;}
.scrollbox{overflow-y:auto;height:100px;border:1px solid #2e4a73;background-color:#f4f4f6;padding:5px;}
.scrollbox a{display:block;}

#tabs{clear:both;height:24px;border:1px sold red;}
#tabs ul{list-style:none;list-style-type:none;margin:0px;padding:0px;}
#tabs li{float:left;display:inline-block;margin:0px;padding:0px;background-image:url('./images/tabs-bg-right.png');background-position:100% 0px;}
#tabs li a{display:inline-block;background-image:url('./images/tabs-bg-left.png');background-position:0px 0px;background-repeat:no-repeat;height:24px;padding:0px 10px;line-height:26px;color:#00316e;font-weight:bold;font-size:small;}
#tabs li a.selected{color:#000;}

#contenttab{border:2px solid #00438a;background-color:#eeeeec;padding:5px;}
#contenttab .list div{margin:0px 20px 0px 0px;padding:0px;}
#contenttab br{display:none;}


/* Forms
----------------------------------------------- */
.form{padding:0px;margin-bottom:5px;}
.form .frame{display:inline-block;width:99%;border:2px solid #3465a4;background-color:#eeeeec;}
.form fieldset{border:none;margin:0px;padding:0px;}
.form legend{display:none;}
.form .legend{background-color:#6193cf;color:white;padding:2px;font-weight:bold;font-size:medium;}
.form .legend img{vertical-align:top;margin-top:3px;}
.form em{color:red;}
.form .field{padding:2px;}
.form label{display:block;float:left;width:120px;padding:2px;font-weight:bold;text-align:right;}
.form .text{padding:2px 5px;}
.form .field table{margin:0px 10px;}
.form .field table label{float:none;display:inline;width:none;font-weight:normal;}
.form .disabled{color:#888a85;}
.form .sum{width:240px;}

.form textarea{width:180px;}
.form input,.form select,.form textarea{font-size:small;margin:0px 2px;}

.quick-quote{float:left;padding:0px;margin:0px;}
.quick-quote h5{padding:2px;margin:0px;background-color:#6193cf;color:white;font-weight:bold;font-size:large;text-align:center;}
.quick-quote .rounded{margin-right:10px;border:2px solid #3465a4;background-color:#eeeeec;}
.quick-quote .rounded .tl{background:url('./images/corners-form.png');background-position:top left;background-repeat:no-repeat;top:-2px;left:-2px;}
.quick-quote .rounded .tr{background:url('./images/corners-form.png');background-position:top right;background-repeat:no-repeat;top:-2px;right:-2px;}
.quick-quote .rounded .bl{background:url('./images/corners-form.png');background-position:bottom left;background-repeat:no-repeat;bottom:-2px;left:-2px;}
.quick-quote .rounded .br{background:url('./images/corners-form.png');background-position:bottom right;background-repeat:no-repeat;bottom:-2px;right:-2px;}

/* Table Formating
----------------------------------------------- */
.table,.table th,.table td{white-space:nowrap;vertical-align:middle;border:1px solid #babdb6;}
.table{border-collapse:collapse;border:2px solid #3465a4;}
.table a{text-decoration:none;display:block;padding:0px;color:#000;}

.table .title th{padding:3px;text-align:left;background:#6193cf;color:white;font-size:medium;}
.table .title span{font-size:x-small;}
.table .header th{background-color:#eeeeec;color:#0057ae;padding:2px 5px;}
.table .header a{color:#0057ae;}
.table .header th img{float:left;}
.table .header .sorted{background-color:#deebfc;}

.table .header .tools img{float:none;}
.table .header .tools{cursor:auto;}
.table .icon,.table .tools{width:16px;background-image:none;background-color:#d3d7cf !important;padding:1px !important;text-align:center !important;}

.table .c0 td,.table .c1 td{padding:2px;}
.table .c0{background-color:#f4f4f6;background-image:url('./images/table-bg.png');}
.table .c1{background-color:#fff;}

.table .footer th{background-color:#eeeeec;border:0px;font-weight:normal;}

.table .nosort{cursor:url('./images/icons/slash.png'),default;}

.pages{border:1px solid #3465a4;background-color:#fff;}
.pages a{display:inline-block;}
.pages td a{padding:0px 1px;}
.pages th{background-color:#eeeeec;border:0px solid #888a85;border-width:0px 1px;}
.pages .selected{font-weight:bold;}
.pages .tools{background-color:#d3d7cf;}

/* Dialog
----------------------------------------------- */
.dialog-info,.dialog-error{display:inline-block;width:99%;margin:0px 0px 15px 0px;}
.dialog-info h1,.dialog-error h1{color:white;padding:2px;font-weight:bold;font-size:medium;border:none;}
.dialog-info h1 img,.dialog-error h1 img{vertical-align:top;margin-top:3px;}

.dialog-info{background-color:#eeeeec;border:2px solid #3465a4;}
.dialog-info h1{background-color:#6193cf;}
.dialog-info p{padding:5px;margin:0px;}

.dialog-error{background-color:#f9ccca;border:2px solid #9c0f0f;}
.dialog-error h1{background-color:#bf0303;}
.dialog-error ol{margin:0px;padding:0px 0px 0px 30px;font-size:x-small;}
.dialog-error p{font-weight:bold;padding:2px 5px;margin:0px;font-size:xx-small;}
