* { margin: 0; padding: 0;}
html{
    font-family: helvetica, arial, sans-serif;
    }


body {
    font-size:small;
	background:#ffffff;
	background-image: url(/site_media/images/pagebackground.jpg);
	background-repeat: repeat;
    color:#333333;
	margin: 0px;
}

p{
	margin-bottom:1em;
}

img{
	border:0;
}

#wrapper {
    margin: 0pt auto;
    height : auto;
    min-height : 780px;
    min-width : 1000px;
}



#leftColumn{
	width:170px;
	float:left;
}

#leftColumnContent{
    width:140px;
    min-height:600px;
    margin-left:30px;
    margin-top:-5px;
    background-color:rgb(156,156,107);
}


#centerColumn{
	width:588px;
	float:left;
   
}

#centerColumnContentWrapper{
    background-color:#F0F7D4;
    /*background-color:rgb(241,241,228);*/
    min-height:700px;
    margin-top:-5px;
    margin-left:20px;
    color:#444;
}

#centerColumnContent{
    padding-top:10px;
    padding-right:20px;
    padding-left:20px;
}

#centerColumnContent a{
    color:#697A65;
    text-decoration: none;
}

#centerColumnContent a:visited{
    color:#697A65;
    text-decoration: none;
}

#centerColumnContent a:hover{
    color:#697A65;
    text-decoration: underline;
}

#centerColumnContent H1{
   font-size:18px;
   font-weight:bold;
   /*color:rgb(114,77,40);*/
   color:#444;
   margin-bottom:.5em; 
}

#centerColumnContent H2{
    font-size:18px;
    font-weight:bold;
    /*color:rgb(114,77,40);*/
    color:rgb(114,77,40);
    
}

#centerColumnContent H3{
    font-size:14px;
    font-weight:bold;
    /*color:rgb(114,77,40);*/
    /*color:#796773;*/
    color:#333;
	margin-top:1em;
}

#centerColumnContent p{
	font-size:14px;
    line-height:1.5em;
    padding-right:1em;
}


#centerColumnContent .sectionSeperator{
    
    margin-left:216px;
    width:136px;
    height:64px;
    background-image:url(/site_media/images/swirl.gif);
    background-repeat:no-repeat;
    background-position: left;
    clear:both;
}


#centerColumnContent .webArticle{
    width: 540px;
}


.inlineImage {
	float:right;
	margin-left:1em;
    padding:4px;
    border: 1px solid #D9E0E6;
    border-bottom-color: #C8CDD2;
    border-right-color: #C8CDD2;
    background:#fff;
}

#centerColumnContent .contentLeft{
    float:left;
    width:245px;
}

#centerColumnContent .contentRight{
    float:right;
    width:245px;
}


#centerColumnContent .box{
    width:195px;
    margin-left:1em;
    background: url(/site_media/images/boxBottom.jpg) no-repeat bottom left;
    color:#fff;
    text-align:left;
}

#centerColumnContent .box h3{
    margin:0;
    padding: 1em 1em .5em 1em;
    color:#fff;
    background: url(/site_media/images/boxTop.jpg) no-repeat top left;
        
}

#centerColumnContent .box p{
    margin-left:1em;
    margin-right:1em;
    margin-bottom:1em;
}

#centerColumnContent .box input{
    margin-bottom:1em;
    width:140px;
}

#centerColumnContent .box ul{
    margin-left:2em;
    margin-right:1em;
    margin-bottom:.1em;
}

#centerColumnContent .box ul li{
    color:yellow;
}

.eventListing{
    margin-top:1em;
    margin-left:1em; 
}

.productListing{
    margin-top:1em;
    margin-left:1em;
}

.productListing img{
    padding:4px;
    border: 1px solid #D9E0E6;
    border-bottom-color: #C8CDD2;
    border-right-color: #C8CDD2;
    background:#fff;
}



#navPanel{
	padding-top:10px;
	font-weight:bold;
	
}

#navPanel li{
    margin-left:1em;
    padding:0;
	list-style:none;

}

#navPanel a{
    display: block;
    margin-top:1em;
    text-decoration:none;
    color:#fff;
    font-size: 16px;
    
}

#navPanel a:hover, body#home #link-home a, body#aboutus #link-aboutus a, body#services #link-services a
,body#about #link-about a, body#clientLogin #link-clientLogin a, body#jobs #link-jobs a 
{
    text-decoration:underline;
}

#rightColumn{
    width:142px;
    float: left;
    margin-top:92px;
    margin-left:20px;
    font-size: 14px;
    background-color:rgb(156,156,107);
    min-height:700px;
}

#rightColumnContent{
    
    width:138px;
    margin-left:8px;
   
}

#rightColumnContent h1{
    
    margin-top:2em;
    margin-bottom:.5em;
    color:rgb(114,77,40);
    font-size:14px;
}

#rightColumnContent p{
    line-height:1.25em;
    margin-left:.25em;
    margin-top:0;
    margin-bottom:.5em;
}

/* Cart Format */
.cartTotal{
    color:#cc9933;
}

.cartDetail{


}
.googleButton{
	float:right;
}

.tableShadow{
    background:#440000;
}


.cartDetail table{

    width:100%;
    border: 1px solid #000;
    background: #fff;
    color: black;
}

.cartDetail table .leftAlign{
    text-align: left;
}

.cartDetail table .rightAlign{
    text-align: right;
}

.cartDetail table th, .cartDetail table td{
    margin:0;
    padding: 8px 20px;
    text-align: center;
    border-bottom: 1px solid #b5b5b5;
}

.cartDetail table th{
    color: #999;
}

.cartDetail table caption{
    margin:0;
    padding: 8px 20px;
    text-align: left;
    border: 1px solid #000;
    border-bottom: none;
    background:#fff;
}

.cartDetail table tr.odd{
    background: #e6e6e6;
}

.cartDetail table tr.even{
    background: #f1f1f1;
}

