@charset "utf-8";
/* CSS Document */
/* CSS RESET */html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}/* remember to define focus styles! */:focus{outline:0}/* remember to highlight inserts somehow! */ins{text-decoration:none}del{text-decoration:line-through}/* tables still need 'cellspacing="0"' in the markup */table{border-collapse:collapse;border-spacing:0}
/* END CSS RESET (http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/) */

body{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #272e0f; background: #a21b1b; line-height: 16px; border-top: 45px solid #FFFFFF;}

/* Link Settings */
a:link{color: #cc0000; text-decoration: none;}
a:visited{color: #666666;}
a:hover{color: #666666;}

/* Headings */
h1{margin: 20px 0px 8px 40px; font-size: 18px; border-bottom: 1px solid #2747a7;}
h2{color: #2747a7; margin-bottom: -5px; border-bottom: 1px solid #d8d2ca;}
h3{color: #1b71a2; margin-bottom: 5px; border-bottom: 1px solid #d8d2ca;}

/* Main Site Containers */
#container{margin: -45px auto 0px auto;width:960px; position: relative;}
#headerContainer{}
#leftSidebar{position: relative; float: left; width: 170px;}
#rightSidebar{position: absolute; right: -44px; top: 0px; width: 170px;}
#contentContainer{position: relative; float: left; margin: 6px 0px 8px 0px; width: 747px; padding: 0px; background: url(../i/contentCorner7.png) no-repeat left top #FFFFFF;}
#content{position: relative; width: 585px; margin: 0px 0px 0px 15px;}
#footerContainer{margin: 15px 0px 10px 15px; width: 585px; padding: 15px 0px 0px 0px; text-align: center; color: #666666; font-size: 12px; line-height: 16px; border-top: 1px solid #2747a7;}

/* Navigation */
#navContainer{position: relative;}
#navigation {background:url(../i/navUp2.png) no-repeat; height:77px; margin:0px; padding:0px;}
#navigation span {display: none;}
#navigation li, #navigation a {height:77px; display:block;}
#navigation li {float:left; list-style:none; display:inline;}

#navHome {width: 78px; margin-left: 375px;}
#navOrder {width: 136px;}
#navProcessing {width: 211px;}
#navContact {width: 120px;}

#navHome a:hover {background:url(../i/navOver2.png) -375px 0px no-repeat;}
#navOrder a:hover {background:url(../i/navOver2.png) -453px 0px no-repeat;}
#navProcessing a:hover {background:url(../i/navOver2.png) -589px 0px no-repeat;}
#navContact a:hover {background:url(../i/navOver2.png) -800px 0px no-repeat;}

#accordion{width: 630px;}
.accordianHeader{border-bottom: 1px solid #2747a7; margin: 0px 0px 8px 0px; padding: 0px 0px 0px 0px; font-weight: bold; font-size: 16px;}
.accordianContent{padding: 5px 0px 5px 10px;}

/* Lists */
.copyList{margin: 10px 0px 10px 0px;}
.copyList li {list-style-type: disc; font-size: 13px; margin: 0px 0px 0px 50px; line-height: 20px;}

.mapContainer{float: right; width:300px; height: 300px; margin: 0px 0px 5px 15px; overflow: hidden; border: 1px solid #CCCCCC;}

/*Form */
.form{width: 450px; margin: 0px auto;}
.row{clear: left; padding: 6px; font-weight: bold; font-size: 13px;}
label{float: left; width: 135px; text-align: right; margin-right: 5px; padding-top: 3px;}
.txtbx{float: left; width:203px; border: 1px solid #7a6958; padding: 3px;}
.txtbxR{float: left; width:200px; border: 1px solid #7a6958; padding: 3px; border-right: 4px solid #CC0000;}
.ddl{float:left; width:205px; border: 1px solid #7a6958;}
.ddlR{float:left; width:75px; border: 1px solid #7a6958; border-right: 4px solid #CC0000;}
.validation{float:left; color:Red}
.txtarea{width:440px; height: 100px;}
.chkLabel{float:none;}

.picIdentify{float: left; width: 145px; text-align: center; margin-bottom: 5px;}
.picIdentify img{margin: 6px; border: 1px solid #FFFFFF;}

/*Misc */
.clear{margin:0px; padding: 0px; clear: both; height: 0px;}
.center{text-align: center;}
.italic{text-align: center; font-style: italic; padding: 0px 70px 0px 40px; margin: 15px 0px 15px 0px; font-size: 13px; line-height: 16px; font-weight:bold;}
hr.thin{height: 1px; border: 0px; color: #67573e; background-color: #7a6958;}
.smallText{font-size: 11px;}
.floatR{position: relative; float: right; margin: 0px 0px 10px 15px;}
.floatL{position: relative; float: left; margin: 0px 15px 10px 0px;}
