
html {
	background-color:#bebebd;
}
/* ------------------------------- body attributes ----------------------------------  */
BODY {
	/* background-image:url(../images/background/bodyBackground.jpg); */
	width:999px;
	margin:10px auto;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #5E5E5E;
	}

/* ------------------------- Links ------------------------------------------- */
A {	TEXT-DECORATION: none; color: #002d7e; }
A:visited {	TEXT-DECORATION: none; color: #002d7e; }
A:hover { text-decoration: underline; color: #888888; }

.link1 { font-size: 11px; color: #5F5F5F; text-decoration: none; }

/*all the (edit) links for confirm order and my account pages*/
a.link2:link {color: #D65C03; text-decoration: none; }
a.link2:visited {color: #D65C03; text-decoration: none; }
a.link2:hover {color: #D65C03; text-decoration: underline; }

a.link3:link {color: #FFFFFF; text-decoration: none; }
a.link3:visited {color: #FFFFFF; text-decoration: none; }
a.link3:hover {color: #FFFFFF; text-decoration: underline; }

/*regular link except it is underlined*/
a.link4:link {color: #747474; text-decoration: underline; }
a.link4:visited {color: #747474; text-decoration: underline; }
a.link4:hover {color: #747474; text-decoration: none; }

	
/* ------------------------table attributes -------------------------------------- */
td {
	font-size: 11px;
	color: #5E5E5E;
	}

HR { height: 1px; }

h1 {
	font-size: 8pt;
	font-weight: normal;
	}

/* ---------------------------- text --------------------------------------- */
.basic { font-size: 10pt; }
.smbasic { font-size: 8pt; }
.mdbasic { font-size: 9pt; }
.caption { font-size: 7pt; }
.lgbasic { font-size: 13px; }
.header { font-size: 14pt; }
.not_for_viewing { font-size: 1pt; color:#FFFFFF }

/*for the sales price if item on sale*/
.salesprice { color:#FF0000; font-weight: ; }

/*for the sales price if item on sale*/
.wholesaleprice { color:#D65C03; font-weight: ; }

.headerMD { font-size: 12px; font-weight: bold; }

/*for all highlighted text, ex need $ more shiiping, etc...*/
.highlight { color: #D65C03; }


/* ----------------------------- headers ------------------------------------------------- */

/*Left side menu headers*/
.sidemenuheader {
	background:#002d7e;
	color: #FFFFFF;
	font-weight: bold;
	}

/*individual page header*/
.pageheader {
	color: #002d7e;
	font-size: 16px;
	font-weight: bold;
	border-top: #002d7e 1px solid;
	border-bottom: #002d7e 1px solid;
	}
	
/*individual page header for inactive breadcrumb*/
.pageheader_breadcrumb_inactive {
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	border-top: #999999 1px solid;
	border-bottom: #999999 1px solid;
	}
	
/*individual page header*/
.pageheadergreen {
	color: #0F4D06;
	font-size: 16px;
	font-weight: bold;
	border-top: #0F4D06 1px solid;
	border-bottom: #0F4D06 0px solid;
	}
	
/*new product*/
.new_product { color: #D65C03;	}


/* -------------------------------- backgrounds ------------------------------------- */

/*background for login, account, products, etc...*/
td.bg1 { background-color: #FDF7F7; } 

/*background for the header menu*/
td.bg2 { background-color: #FDF7F7; }

/*background for the header sub menu*/
td.bg3 { background-color: #FDF7F7; }

/*background for the left menu headers*/
td.bg4 { background:#660000; }

/* highlight rollover block for menu*/
td.menu a:link { line-height: 21px; display:block; width:100%; height:100%; font-weight: bold; color:#FFFFFF; background:#002d7e; }
td.menu a:visited { line-height: 21px; display:block; width:100%; height:100%; font-weight: bold; color:#FFFFFF; background:#002d7e; }
td.menu a:hover { line-height: 21px; TEXT-DECORATION: underline; display:block; width:100%; height:100%; font-weight: bold; background-color: #ffffff; color:#002d7e; }

/*this is for the left menu*/
td.menu2 a:link { font-weight: bold; display:block; width:100%; height:100%; color:#000000; }
td.menu2 a:visited { font-weight: bold; display:block; width:100%; height:100%; color:#000000; }
td.menu2 a:hover { font-weight: bold; TEXT-DECORATION: none; display:block; width:100%; height:100%; background-color: #FDF7F7; color:#000000; }

/*this is for the left menu sub categories*/
td.menu2alt a:link { font-weight: ;	color:#660000; }
td.menu2alt a:visited { font-weight: ; color:#660000; }
td.menu2alt a:hover { font-weight: ; TEXT-DECORATION: none; background-color: #FDF7F7; color:#000000; }

/*this is the header menu*/
td.menu3 a:link { line-height: 21px; display:block; font-weight: bold; width:100%; height:100%; color:#FFFFFF; }
td.menu3 a:visited { line-height: 21px; display:block; font-weight: bold; width:100%; height:100%; color:#FFFFFF; }
td.menu3 a:hover { line-height: 21px; TEXT-DECORATION: none; font-weight: bold; display:block; width:100%; height:100%; background-color: #EEF9DB; color:#0F4D06; }

/* ------------------------------------- form attributes -------------------------------------- */
FORM { display: inline; }

CHECKBOX, INPUT, RADIO, SELECT {
	font-size: 11px;
	}

TEXTAREA { 
	width: 100%; 
	font-size: 11px;
	}


/* ---------------------------- borders ------------------------------------------------------- */

.br { border-style: solid; border-width: 1px; border-color: #660000; }

.border { border-right: #002d7e 1px solid; border-left: #002d7e 1px solid; border-top: #002d7e 1px solid; border-bottom: #002d7e 1px solid;	}
.borderleft { border-left: #002d7e 1px solid; }
.borderright { border-right: #002d7e 1px solid; }
.bordertop { border-top: #002d7e 1px solid; }
.borderbottom {	border-bottom: #002d7e 1px solid; }

/*used on the search results page*/
.br1 { border-right: #002d7e 1px solid; border-left: #002d7e 1px solid; border-top: #002d7e 1px solid; border-bottom: #002d7e 1px solid; }
.br1_left { border-left: #002d7e 1px solid; }
.br1_right { border-right: #002d7e 1px solid; }
.br1_top { border-top: #002d7e 1px solid; }
.br1_bottom {	border-bottom: #002d7e 1px solid; }

/*sort by field on store page*/
.sortbyborder {	border-top: #002d7e 1px solid; border-bottom: #002d7e 1px solid; }

/*border for the store page, products*/
.br3 { border-right: #002d7e 1px solid; border-left: #002d7e 1px solid; border-top: #002d7e 1px solid; border-bottom: #002d7e 1px solid; }
.br3_bottom { border-bottom: #002d7e 1px solid; }
.br3_top { border-top: #002d7e 1px solid; }
.br3_left { border-left: #002d7e 1px solid; }
.br3_right { border-right: #002d7e 1px solid; }

/*border for seperating header menu items*/
.br4 { border-right: #002d7e 1px solid; border-left: #002d7e 1px solid; border-top: #002d7e 1px solid; border-bottom: #002d7e 1px solid; }
.br4_bottom { border-bottom: #002d7e 1px solid; }
.br4_top { border-top: #002d7e 1px solid; }
.br4_right { border-right: #002d7e 1px solid; }

/*border betwenn side menu items*/
.greyborderdotted { border-left: #C2C2C2 1px dotted; border-right: #C2C2C2 1px dotted; border-top: #C2C2C2 1px dotted; border-bottom: #C2C2C2 1px dotted; }
.greyborderleftdotted { border-left: #C2C2C2 1px dotted; }
.greyborderrightdotted { border-right: #C2C2C2 1px dotted; }
.greybordertopdotted { border-top: #C2C2C2 1px dotted; }
.greyborderbottomdotted { border-bottom: #C2C2C2 1px dotted; }

.border1 { border-right: #0F4D06 1px solid; border-left: #0F4D06 1px solid; border-top: #0F4D06 1px solid; border-bottom: #0F4D06 1px solid;	}
.borderleft1 { border-left: #0F4D06 1px solid; }
.borderright1 { border-right: #0F4D06 1px solid; }
.bordertop1 { border-top: #0F4D06 1px solid; }
.borderbottom1{	border-bottom: #0F4D06 1px solid; }

.whiteborderleft { border-left: white 1px solid; }
.whiteborderright { border-right: white 1px solid; }
.whitebordertop { border-top: white 1px solid; }
.whiteborderbottom { border-bottom: white 1px solid; }

.whiteborderleftdotted { border-left: white 1px dotted; }
.whiteborderrightdotted { border-right: white 1px dotted; }
.whitebordertopdotted { border-top: white 1px dotted; }
.whiteborderbottomdotted { border-bottom: white 1px dotted; }

.darkredborder { border: 2px solid #831D19; }
.darkredbordertop { border-top: 1px solid #831D19; }
.darkredborderbottom { border-bottom: 1px solid #831D19; }
.darkredborderleft { border-left: 1px solid #831D19; }
.darkredborderright { border-right: 1px solid #831D19; }

.darkgreenborder { border: 2px solid #BCC430; }
.darkgreenbordertop { border-top: 2px solid #BCC430; }
.darkgreenborderbottom { border-bottom: 2px solid #BCC430; }
.darkgreenborderleft { border-left: 2px solid #BCC430; }
.darkgreenborderright { border-right: 2px solid #BCC430; }

.greyborder { border: 1px solid #6E6E6E; }
.greyborderleft { border-left: #6E6E6E 1px solid; }
.greyborderright { border-right: #6E6E6E 1px solid; }
.greybordertop { border-top: #6E6E6E 1px solid; }
.greyborderbottom { border-bottom: #6E6E6E 1px solid; }

.blueborderright { border-right: #467AB6 1px solid; }
.blueborderbottom { border-bottom: #467AB6 1px solid; }

.lightgreenborderleft { border-left: #E3EAA6 1px solid; }
.lightgreenborderright { border-right: #E3EAA6 1px solid; }
.lightgreenbordertop { border-top: #E3EAA6 1px solid; }
.lightgreenborderbottom { border-bottom: #E3EAA6 1px solid; }

.greenborder { border-left: #67B42A 1px solid; border-right: #67B42A 1px solid; border-top: #67B42A 1px solid; border-bottom: #67B42A 1px solid; }
.greenborderleft { border-left: #67B42A 1px solid; }
.greenborderright { border-right: #67B42A 1px solid; }
.greenbordertop { border-top: #67B42A 1px solid; }
.greenborderbottom { border-bottom: #67B42A 1px solid; }

.lightgreenborderleftdotted { border-left: #5BB601 1px dotted; }
.lightgreenborderrightdotted { border-right: #5BB601 1px dotted; }
.lightgreenbordertopdotted { border-top: #5BB601 1px dotted; }
.lightgreenborderbottomdotted { border-bottom: #5BB601 1px dotted; }

.thickgreyborderleft { border-left: #6E6E6E 2px solid; }
.thickgreyborderright { border-right: #6E6E6E 2px solid; }
.thickgreybordertop { border-top: #6E6E6E 2px solid; }
.thickgreyborderbottom { border-bottom: #6E6E6E 2px solid; }

.menudottedborderleft { border-left: #9CA64D 1px dotted; }
.menudottedborderright { border-right: #9CA64D 1px dotted; }
.menudottedbordertop { border-top: #9CA64D 1px dotted; }
.menudottedborderbottom { border-bottom: #9CA64D 1px dotted; }

.headerborderbottom {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.headerbordertop {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
}


/* ------------------------------------------ images --------------------------------------------------- */
.floatright { 
	float: right;
	margin: 0 0 10px 10px; 
	}
.floatleft { 
	float: left;
	margin: 0 10px 10px 0; 
	}

.norepeat { 
	background-repeat: no-repeat;
	background-position: center;
} 
.norepeattop { 
	background-repeat: no-repeat;
	background-position: top;
} 
.norepeatbottom { 
	background-repeat: no-repeat;
	background-position: bottom;
} 
.norepeatleft { 
	background-repeat: no-repeat;
	background-position: left;
} 
.norepeatright { 
	background-repeat: no-repeat;
	background-position: right;
}

/* --------------------------------------------- Buttons -------------------------------------------- */

/*add to cart button*/
.submit2 {
	border: 0px double #FFFFFF;
	background-color: #002d7e;
	height: 20px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: ;
	/*background-image: url(../images/buttons/button_background.gif);*/
	background-repeat: repeat;
	background-position: center top;
}

.submit2Hover {
	cursor: hand;
}

/*out of stock*/
.submit3 {
border: 1px double #FDF7F7;
background-color: #FDF7F7;
color: #0F4D06;
font-size: 11px;
font-weight: bold;
}

/*forgot password*/
.submit4 {
border: 0px double #FDF7F7;
background-color: #FDF7F7;
color: #0F4D06;
text-decoration: ;
font-size: 11px;
font-weight: ;
}

.submit4Hover {
text-decoration: underline;
color: #0F4D06;
cursor: hand;
}

/*emapty and update cart buttons*/
.submit5 {
border: 0px double #FDF7F7;
background-color: #FDF7F7;
color: #660000;
text-decoration: ;
font-size: 11px;
font-weight: ;
padding:0 5px;
}

.submit5Hover {
text-decoration: underline;
color: #0F4D06;
cursor: hand;
}

.submit6 {
border: 1px double #FFFFFF;
padding: 0.15em;
background-color: #FFFFFF;
color: #FFFFFF;
font-size: 11px;
font-weight: bold;
}
div.headerRound, div.footerRound {
	width:1000px;
	height:14px;
}
#header {
	width: 996px;
	height: 100px;
	background: url(../images/header.jpg);
	zoom:1;
	position:relative;
	border-left:2px solid #8f8f92;
	border-right:2px solid #8f8f92;
}
#headerLink {
	width:300px;
	height:100px;
	display:block;
}
#headerLink span {
	display:none;
}
#headerright {
	position:absolute;
	bottom:5px;
	right:10px;
}
#menubar {
	background: url(../images/menubg.png) repeat-x center;
	width: 996px;
	height: 40px;
	zoom:1;
	position:relative;
	border-left:2px solid #8f8f92;
	border-right:2px solid #8f8f92;
}


#menubar #mbleft {
	width: 100%;
	float: left;
	zoom:1;
}

ul.mainmenu, ul.mainmenu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.mainmenu {	
	height: 40px;
	zoom:1;
}
ul.mainmenu li {
	/*background: url(../images/menusep.png) no-repeat right center;*/
	float: left;
	zoom:1;
	width: auto;
	height: 40px;
}
ul.mainmenu li.last {
	background:none;
}
ul.mainmenu li a {
	display: inline-block;
	width: auto;
	height: 40px;
	line-height: 40px;
	padding: 0 19px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}
ul.mainmenu li a:hover {
	background: url(../images/menuhov.png) no-repeat top center;
}
#pageBody {
	margin-bottom:0;
	overflow:hidden;
	position:relative;
	border-left:2px solid #8f8f92;
	border-right:2px solid #8f8f92;
	width:996px;
	background-color:white;
}
#pageMenu {
	float:left;
	display:inline;
	width:220px;
	background-color:#C2D2E6;
	color:black;
	padding-top:10px;
	padding-bottom:10000px;
	margin-bottom:-9990px;
	position:relative;
	font-size:10px;
}
#pageMenu .menuNote {
	padding-left:10px;
	font-size:11px;
}
#pageMenu .filler {
	height:100px;
}
#pageMenu ul {
	margin:0;
	padding:1px 0 0;
	list-style-type:none;
	/*border-bottom:1px solid white;*/
}
#pageMenu ul li {
	margin:0;
	padding:4px 0 3px 9px;
	border-bottom:1px solid white;
}
#pageMenu ul li a {
	display:block;
	color:black;
	font-size:1.2em;
	font-weight:bold;
}
#chatBlock {
	width:200px;
	padding:6px 10px 0;
	margin:0 auto;
	text-align:center;
}
#pageMenu form {
	padding:10px 0;
	display:block;
	margin:0 0 0 10px;
}
#pageMenu form input {
	width:auto;
	float:none;
	display:block;
}
#pageMenu form input.button {
	cursor:pointer;
}
#pageMenu form input.text {
	width:150px;
	display:block;
}
#pageContent {
	float:left;
	display:inline;
	padding:10px;
	width:755px;
	background-color:white;
}
#pageContentFull {
	font-size:1em;
}
.greeting {
	font-weight:bold;
	font-size:1.2em;
}
img.category_image {
	display:block;
	margin:0 auto;
	width:725px;
	height:350px;
}
h2 {
	color:red;
}
p.warning, span.warning {
	color:red;
}
ul.category_files {
	margin:5px auto;
	padding:0;
	list-style-type:none;
}
ul.category_files li {
	margin:0 5px;
	padding:0;
	float:left;
	display:inline;
	border:1px solid #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:100px;
}
ul.category_files li a {
	color:black;
	display:block;
	margin:0 auto;
	text-align:center;
	padding:5px;
	text-decoration:none;
	font-size:0.8em;
}
ul.category_files img {
	border:0;
	display:block;
	margin:0 auto 5px;
	width:90px;
}
div.department_search {
	clear:both;
	margin:10px 5px;
	padding:5px 15px;
	border:2px solid #cccccc;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
div.department_search p {
	margin:0 0 1em;
}
div.department_search input.text {
	width:100px;
	margin-right:1em;
}
#departmentSearchResults {
	list-style-type:none;
	margin:0;
	padding:0;
	border-top:1px solid black;
}
#departmentSearchResults .departmentListing {
	margin:5px 0;
	padding:5px 0;
	border-bottom:1px solid black;
	clear:left;
}
div.departmentListing, #filtering {
	border:1px solid black;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
	position:relative;
}
.departmentListing .deptSelection {
	float:left;
	width:150px;
	display:inline;
}
.departmentListing .deptSelection a {
	display:block;
	text-align:center;
}
.departmentListing .deptSelection img {
	display:block;
	margin:0 auto;
	max-height:50px;
	height:expression(this.height > 50 ? 50 : this.height);
	border:0;
}
.departmentListing .deptDetails {
	/*padding-top:10px;*/
	margin-left:150px;
	margin-right:170px;
}
.departmentListing .deptDetails .deptTitle {
	font-weight:bold;
	display:block;
}
.departmentListing .deptDetails .deptAddress {
	display:block;
}
.departmentListing .deptDetails .deptDescription {
	background-color:#96D8F2;
	font-weight:bold;
	display:block;
	padding:3px;
}
.departmentListing .deptChange {
	width:150px;
	position:absolute;
	top:0;
	right:0;
	padding:10px;
	text-align:center;
}
form#filterForm input {
	width:auto;
	display:inline;
	float:none;
}
form#filterForm label {
	font-weight:normal;
	float:none;
	clear:none;
	display:inline;
	padding:0 0 0 3px;
}
#filtering {
	margin-bottom:1em;
}
#filtering .filterHeading {
	font-weight:bold;
	margin:0;
	font-size:1.2em;
}
#filtering ul.filter {
	margin:0;
	padding:0;
	list-style-type:none;
}
#filtering ul.filter li.filterField {
	float:left;
	display:inline;
	margin:0 5px;
	padding:0 30px 0 0;
}
#filtering .filterLabel {
	font-weight:bold;
	margin:0;
}
#filtering ul.filterValueList {
	margin:0;
	padding:0;
	list-style-type:none;
}
#filtering ul.filterValueList li {
	margin:0;
	padding:0;
}
h3.subcategory, h3.docCategory {
	text-align:center;
	background-color:black;
	color:white;
	font-weight:bold;
	margin:0;
	padding:3px 0;
	clear:both;
}
div.productLayout_simple {
	border-left:1px solid gray;
	border-right:1px solid gray;
	zoom:1;
}
div.productLayout_simple ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
table.productLayout_complex {
	border:0;
	border-collapse:collapse;
	width:100%;
}
table.productLayout_complex tr td {
	border:1px solid gray;
	font-size:1em;
	width:255px;
}
div.productLayout_simple ul li.product {
	border-bottom:1px solid gray;
	padding:10px;
}
.product div.prodSummary {
	float:left;
	display:inline;
	width:250px;
	padding-right:10px;
	text-align:center;
}
.product img.prodImage {
	max-width:150px;
	width:expression(this.width > 150 ? 150 : this.width);
	max-height:125px;
	height:expression(this.height > 125 ? 125 : this.height);
	display:block;
	margin:0 auto;
}
.product span.productID {
	display:block;
	text-align:center;
	color:gray;
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:1em;
}
table.productLayout_complex td.product span.productID {
	width:100%;
}
span.productPrice {
	color:black;
	font-weight:bold;
	font-size:1.2em;
}
div.prodSummary span.productPrice {
	display:block;
}
div.prodSummary input.addToCart, table.productLayout_complex td.product div.prodDetail input.addToCart {
	border:0;
	width:125px;
	float:none;
}
div.productLayout_simple ul li.product div.prodDetail {
	float:left;
	display:inline;
	width:450px;
}
div.productLayout_simple ul li.product div.prodDetail ul {
	list-style-type:disc;
}
table.productLayout_complex td.product {
	padding:0;
}
table.productLayout_complex td.product div.prodDetail {
	position:relative;
	padding-right:130px;
	width:110px;
	padding-left:10px;
	font-size:0.9em;
	min-height:75px;
	height:expression(this.height < 75 ? 75 : this.height);
}
table.productLayout_complex td.product div.prodDetail span.productPrice {
	position:absolute;
	top:0;
	right:15px;
}
table.productLayout_complex td.product div.prodDetail span.prodDesc p {
	width:115px;
}
table.productLayout_complex td.product div.prodDetail input.addToCart {
	position:absolute;
	bottom:0;
	right:0;
}
div.prodDetail h4.productName {
	color:red;
}
ul.productLayout_complex li.product {
	float:left;
	display:inline;
	width:254px;
	height:250px;
	border-bottom:1px solid gray;
	border-right:1px solid gray;
}
div.prodInstall #prodSummary {
	margin:10px 0;
}
div.prodInstall #prodSummary img.prodImage {
	float:left;
	max-width:150px;
	width:expression(this.width > 150 ? 150 : this.width);
	max-height:125px;
	height:expression(this.height > 125 ? 125 : this.height);
}
div.prodInstall #prodSummary div.prodDetails {
	margin-left:160px;
}
div.prodInstall #prodSummary .prodID, div.prodInstall #prodSummary .prodName, div.prodInstall #prodSummary .catName, div.prodInstall #prodSummary .prodPrice {
	display:block;
	font-weight:bold;
	font-size:1.2em
}
div.prodInstall #prodSummary .prodID, div.prodInstall #prodSummary .prodName {
	color:gray;
}
div.prodInstall #prodSummary .catName, div.prodInstall #prodSummary .prodPrice {
	color:black;
}
.addrList .current {
	font-weight:bold;
}
form#cartForm input {
	width:auto;
	float:none;
	clear:none;
	display:inline;
}

div.cartOptions {
	margin:10px 0;
	height:30px;
	position:relative;
}
div.cartOptions .left {
	position:absolute;
	top:0;
	left:0;
}
div.cartOptions .right {
	position:absolute;
	top:0;
	right:0;
}
table.cartSummary {
	border-collapse:collapse;
	width:100%;
}
table.cartSummary td {
	font-size:1em;
}
table.cartSummary tr.notes td {
	font-size:0.8em;
}
table.cartSummary thead th, table.cartSummary tfoot td, div.cartTotal {
	border-top:1px solid blue;
	border-bottom:1px solid blue;
	background-color:#C2D2E6;
	color:black;
}
table.cartSummary tfoot td {
	text-align:right;
	font-weight:bold;
}
div.cartTotal {
	font-weight:bold;
	text-align:right;
}
div.sidebysideContainer {
	clear:both;
	margin:10px 0;
}
div.sidebysideContainer div.left, div.sidebysideContainer div.right {
	float:left;
	width:348px;
	display:inline;
	border:1px solid gray;
	background-color:#c2d2e6;
	padding:10px;
	clear:none;
}
div.sidebysideContainer div.left {
	margin-right:15px;
}
div.sidebysideContainer h3 {
	margin:0;
}
dl.attribList {
	width:100%;
}
dl.attribList dt {
	float:left;
	display:inline;
	width:75px;
	clear:left;
}
dl.attribList dd {
	width:70%;
	margin-left:75px;
}
#fireDeptManage {
	list-style-type:none;
	margin:0;
	padding:0;
}
#fireDeptManage li {
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	border-bottom:1px dotted black;
}
#fireDeptManage li img {
	float:left;
	padding-right:10px;
}
#fireDeptManage li .name, #fireDeptManage li .syscode, #fireDeptManage li .addr, #fireDeptManage li .city {
	display:block;
}
ul.ordersList {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.ordersList li {
	border-bottom:1px dotted black;
	padding:10px 0;
	margin:10px 0;
}
#deptOverview h4 {
	margin:0;
}
#deptOverview .deptLocation {
	float:left;
	width:400px;
}
.deptLocation .logo {
	float:left;
	width:100px;
	padding-right:10px;
}
.deptLocation .logo a {
	font-size:0.8em;
}
.deptLocation .logo img {
	max-width:100px;
	width:expression(this.width > 100 ? 100 : this.width);
}
#deptOverview .deptCoord {
	float:right;
	width:250px;
}
#contentFooter {
	clear:both;
	position:absolute;
	bottom:0;
	height:100px;
	width:769px;
}
#contentFooter #logoLeft {
	float:left;
}
#contentFooter #logoRight {
	float:right;
}
#pageFooter {
	clear:both;
	position:relative;
	border-left:2px solid #8f8f92;
	border-right:2px solid #8f8f92;
	background-color:#dddddc;
	width:996px;
	height:160px;
}
#pageFooter .menuBottom {
	position:absolute;
	left:0;
	top:-120px;
	margin:0;
}
#pageFooter #footerMenu {
	float:left;
	display:inline;
	width:220px;
}
#pageFooter #footerBody {
	float:left;
	display:inline;
	width:765px;
	position:relative;
	height:150px;
}
#footerBody ul {
	list-style-type:none;
	margin:10px 0 0 50px;
	padding:0;
}
#footerBody ul ul {
	margin:0;
}
#footerBody ul li {
	margin:0;
	padding:0 0 0 10px;;
	float:left;
	display:inline;
	width:165px;
}
#footerBody ul li h4 {
	font-weight:bold;
	color:red;
	margin:5px 0;
}
#footerBody ul li ul li {
	margin:4px 0;
	padding:0;
	display:block;
}
#footerleft {
	position:absolute;
	bottom:0;
	left:0;
	padding:0 0 10px 10px;
	font-size:0.8em;
}
#footerright {
	position:absolute;
	bottom:0;
	right:0;
	padding:0 10px 10px 0;
	font-size:0.8em;
}
#notFound {
	position:absolute;
	bottom:0;
	left:220px;
	background:url("../images/flames.png") repeat-x;
	width:100%;
	height:400px;
}
.debug {
	position:absolute;
	top:50px;left:50px;
	background-color:white;
	padding:10px;
	border:1px solid black;
}
div.clear {
	font-size:1px;
	height:1px;
	clear:both;
}
