/* Developed by ---------------------------------------------------------------------------------------- 
   Copyright 2010 Quadsimia - Internet Presence Professionals | Visit us on the web at www.quadsimia.com
   ------------------------------- Custom Software   E-Commerce   Web Design & Development   Web Hosting */
/* -----------------------------------------------------------------------------------------------------
   -- MAIN --------------------------------------------------------------------------------------------- */

body{
	margin:0;
	padding:0;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:14px;
	color:#000;
	background:#242424 url(../images/bgtile.jpg) repeat-x top left;}
div.wrapper{
	margin:0 auto;
	padding:0 5px;
	width:920px;
	overflow:hidden;}
img{
	border:0;}
a:link, a:visited{
	color:#0066FF;
	text-decoration:underline;
	font-weight:bold;}
a:hover, a:active{
	color:#de9a1e;
	text-decoration:none;
	font-weight:bold;}

h1{
	font-size:28px;
	font-weight:bold;
	color:#000;}
h2{
	font-size:24px;
	font-weight:normal;}
h3{
	font-size:18px;
	font-weight:bold;
	color:#6D1B1E;}
h4 {
	font-size: 14px;
	color:#9d3639;}
p{
	line-height:1.5em;}
	
cite:empty{display:none;}
img[src=qd_empty.png] { display: none;}

div.contentItem {
	clear: both;
	padding-bottom: 20px;
}

div.contentItem img { 
	display: block; 
	margin: .5em 0 0 1em;
	float: right; 
	clear:right; 
	max-width: 350px;
	padding: 0px;
} div.contentItem a img { float: none; clear: none; margin: 0; display: inline; }
div.contentItem cite { 
	font-size:.8em; 
	font-style: italic;
	margin:0 0 0em 1em;
	padding-left: 1em; 
	line-height:normal; 
	text-align: right;
	float: right; 
	clear: right;
	display: block;
	max-width: 300px;
}

/* -----------------------------------------------------------------------------------------------------
   -- HEADER ------------------------------------------------------------------------------------------- */

div.header{
	width:920px;
	height:143px;
	/*overflow:hidden;*/
	z-index:200;}
div.header div.contact-info{
	margin:0;
	padding:0;
	width:920px;
	height:37px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/header-contact.gif) no-repeat center right;}
div.header div.century-of-service{
	margin:0;
	padding:0;
	width:466px;
	height:52px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/a-century-of-service.png) no-repeat center left;}

/* -----------------------------------------------------------------------------------------------------
   -- NAVIGATION MENU ---------------------------------------------------------------------------------- */

div.nav{
	margin:0 auto;
	padding:0;
	width:918px;
	height:42px;
	background-color:#0F0F0F;
	border-bottom:1px solid #333;}
#menu{
	margin:0;
	padding:0;
	/*width:918px;*/
	height:30px;
	/*overflow:hidden;*/
	list-style-type:none;
	background-image:none;
	font-family: Georgia, "Times New Roman", Times, serif}
#menu li{
	float:left;
	margin:0;
	padding:0;
	text-align:left;
	/*overflow:hidden;*/
	text-indent:-9999px;
	background-image:none;}
ul#menu li a{
	display:block;
	height:30px;}
	
ul#menu li.home a{
	width:116px;
	background:url(../images/btn-home.jpg) no-repeat top left;}
ul#menu li.about a{
	width:140px;
	background:url(../images/btn-about.jpg) no-repeat top left;}
ul#menu li.products a{
	width:145px;
	background:url(../images/btn-products.jpg) no-repeat top left;}
ul#menu li.featured a{
	width:221px;
	background:url(../images/btn-featured.jpg) no-repeat top left;}
ul#menu li.resources a{
	width:153px;
	background:url(../images/btn-resources.jpg) no-repeat top left;}
ul#menu li.contact a{
	width:143px;
	background:url(../images/btn-contact.jpg) no-repeat top left;}
ul#menu li a:hover{
	background-position: 0 -30px;}

/* selected */

body.about div.nav ul li.about a{
	background-position: 0 -60px;}
body.products div.nav ul li.products a{
	background-position: 0 -60px;}
body.featured div.nav ul li.featured a{
	background-position: 0 -60px;}
body.resources div.nav ul li.resources a{
	background-position: 0 -60px;}
body.contact div.nav ul li.contact a{
	background-position: 0 -60px;}
	
#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {z-index:200; position:relative;color:#fff; background-color:#c60;}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:#fff; /*background:#c60;*/}
#menu li:hover > a.sub {color:#fff; /*background-color:#c60;*/}

#menu li.current a {color:#fff; background:#840;}

#menu li a.sub {background: #333 url(/assets/images/down-arrow.gif) no-repeat right center;}
#menu li.current a.sub {color:#fff; background:#840 url(/assets/images/down-arrow.gif) no-repeat right center;}

#menu :hover ul {left:0; top:30px; width:200px; background:#444;}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul
{left:200px; top:-1px; background:#222; white-space:nowrap; width:200px; z-index:200; height:auto;}

#menu :hover ul li {margin:0; border-top:0; border-bottom:1px solid #8e8d8d; border-left:0; border-right:0;}
#menu :hover ul li a {padding:0; text-indent:15px; background:#2B2B2B; color:#e1e0e0; height:30px; line-height:30px; text-decoration:none; font-weight: normal;}
#menu :hover ul.about li a {width: 170px;}
#menu :hover ul.products li a {width: 248px;}
#menu :hover ul.resources li a {width: 260px;}
#menu :hover ul.contact li {width: 354px; margin-left: -210px;}
#menu :hover ul.contact li a {width: 354px; margin-left: 0px;}
#menu :hover ul li a.fly {background:#333 url(/assets/images/right-arrow.gif) no-repeat right center;}

#menu :hover ul :hover {background-color:#656565; color:#F1D4A3;}
#menu :hover ul :hover a.fly {background-color:#BB0000; color:#fff;}

#menu :hover ul li.currentsub a {background:#840; color:#fff;}
#menu :hover ul li.currentsub a.fly {background:#840 url(/assets/images/right-arrow.gif) no-repeat right center; color:#fff;}

#menu :hover ul :hover ul li a {width:200px; padding:0; text-indent:10px; background:#3e3e3e; color:#ccc;}
#menu :hover ul :hover ul :hover {background-color:#d70; color:#fff;}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {background:#840; color:#fff;}


/* -----------------------------------------------------------------------------------------------------
   -- SIDEBAR ------------------------------------------------------------------------------------------ */

div.sidebar{
	float:right;
	width:315px;
	overflow:hidden;}
div.sidebar h3.request-quote{
	margin:0;
	padding:0;
	width:315px;
	height:40px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/request-quote.jpg) no-repeat center center;}
div.sidebar div.requestBox{
	margin:0 0 12px 0;
	padding:0;
	width:315px;
	height:88px;
	overflow:hidden;
	text-indent:-9999px;}
div.sidebar div.requestBox a{
	display:block;
	width:315px;
	height:88px;}
div.sidebar div.requestSteel{
	background:url(../images/request-steel.jpg) no-repeat top left;}
div.sidebar div.requestPipes{
	background:url(../images/request-pipes.jpg) no-repeat top left;}
div.sidebar div.requestEquipment{
	background:url(../images/request-equipment.jpg) no-repeat top left;}

div.resourceBox{
	margin:0 0 12px 0;
	padding:0;
	background:url(../images/resourcebox-bgtile.jpg) repeat-y top left;}
div.resourceBox div.resourceBoxTop{
	margin:0;
	padding:0;
	width:315px;
	height:40px;
	overflow:hidden;
	background:url(../images/resourcebox-top.jpg) no-repeat top left;}
div.resourceBox div.resourceBoxTopGovt{
	margin:0;
	padding:0;
	width:315px;
	height:63px;
	overflow:hidden;
	background:url(../images/resourcebox-top.jpg) no-repeat top left;}
div.resourceBox h3{
	margin:14px 0 0 0;
	padding:0 0 0 16px;
	font-family:Rockwell, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	color:#E9CC94;}
div.resourceBox ul{
	margin:0 0 0 8px;
	padding:0;
	width:300px;
	list-style-type:none;
	border-top:1px solid #575757;}
div.resourceBox ul li{
	margin:0;
	padding:6px 0 8px 16px;
	border-bottom:1px solid #575757;
	background:url(../images/bullet-arrow-sm.jpg) no-repeat 8px 10px;}
div.resourceBox ul.reference li{
	margin:0;
	padding:6px 0 8px 24px;
	border-bottom:1px solid #575757;
	background:url(../images/bullet-reader-sm.jpg) no-repeat 5px 7px;}
div.resourceBox ul li a:link, div.resourceBox ul li a:visited{
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;}
div.resourceBox ul li a:hover, div.resourceBox ul li a:active{
	color:#E9CC94;
	text-decoration:none;
	font-weight:bold;}
div.resourceBox div.resourceBoxBtm{
	margin:0;
	padding:0;
	width:315px;
	height:28px;
	overflow:hidden;
	background:url(../images/resourcebox-btm.jpg) no-repeat top left;}

div.sidebar .more{
	font-size:12px;}

/* -----------------------------------------------------------------------------------------------------
   -- BODY CONTENT ------------------------------------------------------------------------------------- */

div.body{
	margin:0;
	padding:0;
	width:920px;
	background:url(../images/body-bgtile.jpg) repeat-y top left;}
div.body div.bodyTop{
	position:relative;
	margin:0;
	padding:8px 0 0 0;
	width:920px;
	height:100px;
	background:url(../images/body-top.jpg) no-repeat top left;
	z-index:1;}
div.body div.bodyBtm{
	position:relative;
	margin:0;
	padding:0 0 8px 0;
	margin-top:-100px;
	width:920px;
	height:100px;
	background:url(../images/body-btm.jpg) no-repeat bottom left;
	z-index:1;}

div.body div.bodyContent{
	position:relative;
	margin:-100px auto 0 auto;
	padding:0;
	width:904px;
	z-index:2;}
div.body div.bodyContent div.buffer{
	margin:0 12px;
	padding:12px 0;}

div.mainContent{
	float:left;
	width:550px;
	overflow:hidden;}
h1.logo{
	margin:0 0 12px 0;
	padding:0;
	width:430px;
	height:153px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/pacemaker-steel-logo.jpg) no-repeat top left;}
h1.logo a{
	display:block;
	width:430px;
	height:153px;}

.more{
	margin:4px 12px;
	text-align:right;}
.more a:link, .more a:visited{
	color:#E9CC94;
	text-decoration:underline;
	font-weight:bold;}
.more a:hover, .more a:active{
	color:#000;
	text-decoration:none;
	font-weight:bold;}

/* feature box */

div.featureContainer{
	margin:12px 0;
	padding:12px 0 0 0;
	border-top:1px solid #D1D0D0;}
div.featureBox{
	margin:12px auto 0 auto;
	padding:0;
	width:473px;
	border:6px solid #4c4c4c;
	background-color:#7c7c7c;}
div.featureBox div.buffer{
	margin:18px;
	padding:0;}
div.featureBox h2{
	margin:0 0 4px 0;
	padding:0;
	font-family:Rockwell, "Times New Roman", Times, serif;
	font-size:26px;
	font-weight:normal;
	text-transform:uppercase;
	color:#E9CC94;}
div.featureBox img {
	border:5px solid #313131;
	float: right;
	margin: 0px 0px 10px 10px;
}
div.featureBox div.photo{
	margin:0 0 4px 0;
	border:5px solid #313131;}
div.featureBox div.photo img{
	border:1px solid #FFF;
	width: 437px;}
div.featureBox h4{
	margin:8px 0 4px 0;
	padding:0;
	color:#FFF;
	font-size:15px;
	font-weight:bold;}
div.featureBox p{
	margin:0 0 8px 0;
	padding:0;
	color:#FFF;}
div.featureBox p.more {
	margin:0 0 8px 0;
	padding:0;
	color:#FFF;
	clear: both;}
div.featureBox a:link, div.featureBox a:visited{
	color:#E9CC94;
	text-decoration:underline;
	font-weight:bold;}
div.featureBox a:hover, div.featureBox a:active{
	color:#000;
	text-decoration:none;
	font-weight:bold;}


/* search box */

div.searchContainer{
	margin:0 0 8px 0;
	width:880px;
	height:39px;
	overflow:hidden;
	background:url(../images/search-bg.jpg) no-repeat top left;}
div.searchContainer p{
	margin:0 0 0 12px;
	padding:0;
	height:39px;
	line-height:39px;
	color:#FFF;}
div.searchContainer div.searchbox{
	float:right;
	margin:7px 12px 0 0;
	width:281px;
	height:24px;
	background:url(../images/search-input-bg.jpg) no-repeat top left;}
div.searchContainer div.searchbox .textbox{
	float:left;
	margin:0 8px 0 50px;
	padding:0;
	width:157px;
	height:24px;
	background:none;
	border:0;}
* html div.searchContainer div.searchbox .textbox{
	margin-top:4px;
	height:20px;
}
div.searchContainer div.searchbox .searchbtn{
	float:left;
	margin:0;
	padding:0;}

/* -----------------------------------------------------------------------------------------------------
   -- FOOTER ------------------------------------------------------------------------------------------- */

h3.multiple-divisions{
	text-align:center;
	margin:8px 0 0 0;
	padding:12px;
	color:#6D1B1E;
	border-top:1px solid #D1D0D0;}
div.divisionContainer{
	margin:0 auto;
	width:825px;}
div.division{
	float:left;
	margin:4px;
	padding:0;
	width:265px;
	height:114px;
	overflow:hidden;
	font-size:13px;
	text-align:center;
	background:url(../images/division-bg.jpg) no-repeat top left;
	border:1px solid #636364;}
div.division p{
	line-height:1.1em;}
* html div.division{
	margin:2px;}
div.division div.buffer{
	margin:8px;
	padding:0;}
* html div.division div.buffer{
	margin:4px;}
div.division h4{
	margin:0 0 3px 0;
	padding:0;
	font-size:14px;
	color:#6D1B1E;}
div.division p{
	margin:0;
	padding:0;}

div.footer ul{
	margin:12px auto;
	padding:0;
	width:918px;
	height:30px;
	overflow:hidden;
	list-style-type:none;
	text-align:center;
	background:url(../images/footer-bgtile.gif) repeat-x top left;}
div.footer ul li{
	display:inline;
	margin:0 -5px 0 0;
	padding:0 8px;
	height:30px;
	line-height:30px;
	font-size:13px;
	border-right:1px solid #a5a5a5;}
div.footer ul li.endcap{
	border-right:none;}
div.footer ul li a:link, div.footer ul li a:visited{
	color:#a5a5a5;
	text-decoration:none;
	font-weight:normal;}
div.footer ul li a:hover, div.footer ul li a:active{
	color:#FFF;
	text-decoration:none;
	font-weight:normal;}
div.footer p{
	margin:2px 0;
	padding:0;
	text-align:center;
	font-size:12px;
	color:#a5a5a5;
	font-weight:normal;}
div.footer p.credit{
	margin-bottom:12px;}
div.footer p a:link, div.footer p a:visited{
	color:#FFCC66;
	text-decoration:underline;
	font-weight:bold;}
div.footer p a:hover, div.footer p a:active{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;}

/* -----------------------------------------------------------------------------------------------------
   -- FORMS -------------------------------------------------------------------------------------------- */

/* default form styles */

form{
	margin:0;
	padding:0;
	font-size:12px;}
form fieldset{
	margin:0;
	padding:0;
	border:0;}
form fieldset div{
	clear:left;}
form fieldset div label{
	float:left;
	margin:3px 0;
	padding:0;
	width:125px;}
form fieldset div input{
	float:left;
	margin:3px 0;
	padding:0;
	width:150px;}
form fieldset div textarea{
	float:left;
	margin:3px 0;
	padding:0;
	width:150px;}
label.required{
	font-weight:bold;
	color:#0F5890;}
.submit{
	margin:0;
	padding:0;
	width:117px;
	height:36px;}

/* required color styles */

#myForm input, #myForm textarea, #myForm select {
	border: 1px solid #999;}
#myForm .red {
	border: 1px solid red;}
#myForm label.red {
	border: none;
	color: red;}
#myForm .customRed {
	border: none;
	color: red;}

#myForm input.submit, #myForm input.bullet{
	border:none;}
#validationMessage {
	padding: 5px;
	border: 1px solid red;
	color: red;
	font-weight: bold;
	display: none;}
#myForm .errorMessage {
	color: red;
	font-size: 0.8em;}


/* -----------------------------------------------------------------------------------------------------
   -- DYNAMO ------------------------------------------------------------------------------------------- */

/*-- content photos ---*/

div.photos{ float:right; margin:0 0 0 20px; width: auto !important; max-width: 420px; /*width: 420px;*/ overflow: visible;}
div.photos img { margin:0 0 6px 0; display: block;}
div.photos div{ margin:0; line-height: 0; padding:0;}
div.photos div small{ display:block;  line-height:normal;}
p.caption{ font-size:.8em; margin:0; font-weight: bold; padding: 5px 0; line-height:normal; width: auto; display: inline;}

/* -- albums --------- */

div.sidebar div.photo_album{
	margin:0;
	padding:0 0 6px 0;
	border-bottom:1px solid #FFF;}
div.sidebar div.photo_album h3{
	margin:6px 0;
	padding:0;
	font-size:16px;
	height:auto;
	line-height:normal;}
div.sidebar div.photo_album div.album_icon{
	float:left;
	margin:0 0 6px 0;
	width:125px;
	text-align:center;}
div.sidebar div.photo_album p{
	font-size:12px;}

ul.photo_gallery{
	margin:0;
	padding:0;
	list-style-type:none;
	background-image:none;}
ul.photo_gallery li{
	float:left;
	margin:12px;
	padding:0;
	width:100px;
	height:100px;
	background-image:none;}

/* -- faq ------------ */

div.faqContent{
	margin:0 0 20px 0;}
div.faqContent h3{
	margin-bottom:4px;}
div.faqContent p{
	margin:0 0 0 20px;}
	
/* -----------------------------------------------------------------------------------------------------
   -- PAGES -------------------------------------------------------------------------------------------- */
   

   
/* -- Products ------------ */

#products { width: 100%; height: 50px; } 

ul.product_categories {
	margin: 0px;
	padding: 0px;
}

ul.product_categories li {
	float: left;
	display: inline;
	height: 86px;
	width: 168px;
	margin: 0px 10px 0px 0px;
}

table.products-selected tr th {
	text-align: left;
	padding-right: 5px;
}

table.products-selected tr td {
	padding-right: 5px;
}

h4.product-listing {
	display: inline;
	line-height: 20px;
}

table.listing {
	margin-bottom: 20px;
}

a.top {
	display: inline; 
	font-size: 10px;
	margin-left: 5px;
}

div.pacemaker_productmenu ol.lo_nav {
	margin: 10px 0px; 
	padding: 0px;
}

div.pacemaker_productmenu ol.lo_nav li {
	list-style-type: none;
	display: inline;
	height: 46px;
	width: 104px;
	text-indent: -9999px;
}

div.pacemaker_productmenu ol.lo_nav li input {
	height: 46px;
	width: 104px;
	border: 0px;
}

div.pacemaker_productmenu ol.lo_nav li input#LennoxBlades {
	background: url('/assets/images/btn-equipment-1.jpg') top left no-repeat;
}

div.pacemaker_productmenu ol.lo_nav li input#Tools {
	background: url('/assets/images/btn-equipment-2.jpg') top left no-repeat;
}

div.pacemaker_productmenu ol.lo_nav li input#Supplies {
	background: url('/assets/images/btn-equipment-3.jpg') top left no-repeat;
}

div.pacemaker_productmenu ol.lo_nav li input#Pipe {
	background: url('/assets/images/btn-pipes-1.jpg') top left no-repeat;
}

div.pacemaker_productmenu ol.lo_nav li input#Valves {
	background: url('/assets/images/btn-pipes-2.jpg') top left no-repeat;
}

div.pacemaker_productmenu ol.lo_nav li input#Fittings {
	background: url('/assets/images/btn-pipes-3.jpg') top left no-repeat;
}

div.pacemaker_productmenu ol.lo_nav li input#Hangers {
	background: url('/assets/images/btn-pipes-4.jpg') top left no-repeat;
}

div.pacemaker_productmenu ol.lo_nav li input#Steel {
	background: url('/assets/images/btn-steel-1.jpg') top left no-repeat;
}

div.pacemaker_productmenu ol.lo_nav li input#StainlessSteel {
	background: url('/assets/images/btn-steel-2.jpg') top left no-repeat;
}

div.pacemaker_productmenu ol.lo_nav li input#Aluminum {
	background: url('/assets/images/btn-steel-3.jpg') top left no-repeat;
}

div.pacemaker_productmenu ol.lo_nav li input#Rebar {
	background: url('/assets/images/btn-steel-4.jpg') top left no-repeat;
}

div.pacemaker_productmenu ol.lo_nav li input#Metal {
	background: url('/assets/images/btn-steel-5.jpg') top left no-repeat;
}

div.pacemaker_productmenu ol.lo_nav li input {
	/*border: 1px solid #830c1c;
	padding: 14px 22px;
	background-color: #b0152a;
	color: #ffffff;*/
}

div.pacemaker_fullcol {
	margin: 20px 0px;
}

div.pacemaker_fullcol div.submit_buttons {
	margin: 10px 0px;
}

div.pacemaker_fullcol div.submit_buttons .submit {
	width: 150px;
}

input.submit-request {
	width: 200px;
}

div#toc-div {
	margin-top: 0px;
	width: 750px;
}

div#toc-div ul {
	margin: 0px;
	padding: 0px;
	width: 700px;
}

div#toc-div ul li {
	list-style-type: none;
	/*display: inline;*/
	margin: 0 40px 0 0;
	padding: 0px 8px 0 0;
	line-height: 25px;
	width: 200px;
	/*float: left;*/
}

div#toc-div ul li a:link, div#toc-div ul li a:visited {
	padding: 0px 8px;
	margin: 5px 35px 5px 0px;
	background: #ffffff;
	text-decoration: none;
	color: #8d0707;
	font-weight: bold;
	display: block;
	width: 400px;
	border: 1px solid #999999;
}

div#toc-div ul li a:hover, div#toc-div ul li a:active {
	padding: 0px 8px;
	margin: 5px 35px 5px 0px;
	background: #CCCCCC;
	text-decoration: none;
	color: #590e0e;
	font-weight: bold;
	display: block;
	width: 400px;
}

table.lo_table thead tr.headings th {
	text-align: left;
	padding: 4px;
}

.lo_required {
	font-weight: bold;
}

p.form_warning {
	color: #ff7e00;
}

span.required_problem {
	color: #ff7e00;
	display: inline;
	background: url('/assets/images/required.png') top left no-repeat;
	height: 10px;
	width: 10px;
}

p.form_warning_btm {
	color: #ff7e00;
}

/*-- Search ----------*/

body.search div.mainContent{
	float:left;
	width: 100%;
	overflow:hidden;}
body.search div.mainContent form table {
	padding: 10px;}
body.search div.mainContent form table tr td {
	padding-right: 15px;
}	

body.search table.searchmenu {
	padding: 10px;
}

/*-- Documents ----------*/

table.reference {
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
}

table.reference tr th {
	text-align: left;
	padding: 4px;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	background-color: #DDDDDD;
}
table.reference tr td {
	padding: 4px;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

/*-- Links ----------*/

ul.links {
	list-style-type: none;
	margin: 0px; padding: 0px;
}

#highlight{
list-style-type: none;
margin: 0 0 10px 0;
padding: 0;
width: 100%;}

#highlight a{
display: block;
padding: 10px;
width: 500px;
background-color: #f0f0f0;
/*-moz-border-radius: 10px;
-webkit-border-radius: 10px;*/
border: 2px solid #cccccc;
text-decoration: none;
}

#highlight a:link{
text-decoration: none;
color: #000;
background-color: #f0f0f0;
}

#highlight a:hover{
color: #000000;
background-color: #e4e4e4;
}

#highlight h3 {
	margin: 0px;
	padding: 0px;
}

#highlight img {
	float: right;
}

/*-- Featured Products ----------*/

ul.content-list {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 8px 0px 0px 0px;
	border-top: 1px solid #6E181E;
	clear: both;
}

p.viewall {
	margin: -20px 0px 0px 0px;
	padding: 0px;
	font-size: 11px;
}

/*-- Photo Gallery ----------*/

div.albumthumb {
	width: 100px;
	display: inline;
	float: left;
	margin: 0px 6px 6px 0px;
}

div.crop-image {
	width: 100px;
	height: 100px;
	overflow: hidden;
}

div.albumthumb img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/*-- About Us ---------*/

h3.photos {
	margin-top: 0px;
	padding-top: 0px;
}

/*-- Job Postings ----------*/

div.job-item {
	clear: both;
	border-top: 1px solid #CCCCCC;
	padding-top: 25px;
}

div.job-item h3 {
	margin: 0px 0px 0px 0px;
	padding-bottom: 0px;
	font-size: 18px;
}

div.job-item p.d_posted {
	font-size: 12px;
	margin: 0px; padding: 0px;
	color: #666666;
}

div.job-item dl dt {
	font-weight: bold; 
	/*float: left; */
	clear: left;
	margin-bottom: 5px;
	text-align: left;
	font-size: 14px;
	padding: 0px;
}

div.job-item dl dd {
	clear: left;
	margin: 0px 0px 15px 15px;
	font-size: 14px;
	padding: 0px;
}

dl.job-listing {
	
}

dl.job-listing dt {

}

dl.job-listing dd {
	clear: left;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

dl.job-listing dd span {
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

ul.jobs {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.jobs li {
	margin: 0px 0px 6px 0px; padding: 0px;
	list-style-type: none;
}

div.contentItemJobs {
	clear: both;
}


div.contentItemJobs img { 
	display: block; 
	margin: .5em 0 0 1em;
	float: right; 
	clear:right; 
	max-width: 350px;
	padding: 0px;
} div.contentItemJobs a img { float: none; clear: none; margin: 0; display: inline; }
div.contentItemJobs cite { 
	font-size:.8em; 
	font-style: italic;
	margin:0 0 0em 1em;
	padding-left: 1em; 
	line-height:normal; 
	text-align: right;
	float: right; 
	clear: right;
	display: block;
	max-width: 300px;
}

/*-- News/Events --------*/

ul.news {
	margin: 0px; padding: 0px;
}

ul.news li {
	list-style-type: none;
	margin: 0px 0px 12px 0px;
}

ul.news li span.news-date {
	font-size: 10px;
	color: #666666;
}

div.news-listing {
	clear: both;
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
}

p.news-all {
	clear: both;
	margin-bottom: 40px;
}

div.newsItem {
	clear: both;
	padding-bottom: 0px;
	border-bottom: 1px solid #f1f2f2; 
}

div.newsItem h3 {
	margin-bottom: 0px;
}

div.newsItem span.news-date {
	margin: 0px; padding: 0px;
	font-size: 10px;
	color: #666666;
}

div.newsItem img { 
	display: block; 
	margin: 1.5em 0 0 1em;
	float: right; 
	clear:right; 
	max-width: 350px;
	padding: 0px;
} 
div.newsItem a img { float: none; clear: none; margin: 0; display: inline; }
div.newsItem cite { 
	font-size:.8em; 
	font-style: italic;
	margin:0 0 0em 1em;
	padding-left: 1em; 
	line-height:normal; 
	text-align: right;
	float: right; 
	clear: right;
	display: block;
	max-width: 300px;
}
