
body{
margin: 0;
padding: 10px;
line-height: 1.5em;
font-family: Tahoma, Verdana, Arial;
background-color:#feeeb5;

}

H1 
{
    color: #333333;
	font-size: 18px;
	font-weight: normal;
}

b{font-size: 105%;
color: #333333;
}
em{color:#666666;
}

#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
border: #F9C33D solid 1px;
background-color: #ffffff;
}

#topsection{
background: #EAEAEA;
height: 190px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 205px; /*Set left margin to LeftColumnWidth*/
padding: 8px 15px 10px 0px;

}

#leftcolumn{
float: left;
width: 170px; /*Width of left column*/
margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/
background: #FFFFFF;
padding: 10px 0px 0px 20px;
}

#footer{
clear: left;
width: 100%;
font-size: 12px;
background-color: #B5B5B5;
color: #FFFCCC;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFCCC;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0px;
}

.innertube-1{
margin-top:340px;;

}


#insideheadertop { 
float: left;
padding: 10px 5px 0px 8px;
margin: 0px;
width: 170px; /*Width of right column*/
margin-left: 0px; /*Set left margin to -(RightColumnWidth) */
margin-top: 3px;
}

.listleft {
float: left;
margin-left: 0px;
}

.listleft-1{


}

.listright {
float: right;
margin-right: 0px;
}


.address{
float: left;
margin-left: 0px;

}

.phone{
float: right;
margin-right: 190px;

}
/*Menu*/

div.sdmenu {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url('/images/bottom.gif') no-repeat  right bottom;
	color: #333333;
}
div.sdmenu div {
	background: url('/images/title.gif') repeat-x;
	overflow: hidden;
}

div.sdmenu div:first-child {
	background: url('/images/toptitle_1.gif') no-repeat;
}

div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 0px 25px;
	font-weight: bold;
	color: white;
	background: url('/images/expanded.gif') no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url('/images/collapsed.gif');
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #666666;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #F7C908 url('/images/linkarrow.gif') no-repeat right center;
	color: #333333;
	text-decoration: none;
}

/***

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */



#dhtmltooltip{
position: absolute;
left: -300px;
width: 115px;
border: #F7931E solid 1px;
padding: 2px 0px 2px 10px;
background-color: #F7C908;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}


