body{
margin:0;
padding:0;
line-height: 1.3em;
background: #faead0;
font-family:georgia,garamond,serif;
font-size: 1.1em;
}

b{font-size: 110%;}
em{color: red;}


#topsection{
background: #DAA520;
background: url(images/banner-line.png) repeat-x;
height: 130px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#logowrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 200px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column in percentage*/
margin-left: -100%;
background: black;
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column in pixels*/
margin-left: -200px; /*Set margin to that of -(RightColumnWidth)*/
background: #DAA520;
border-top: solid 5px #faead0;
border-bottom: solid 5px #faead0;
}

#footer{
clear: left;
width: 100%;
background: #DAA520;
color: black;
text-align: center;
padding: 4px 0;
font-size: 70%;
}

.address {
font-size: 0.7em;
line-height: 1.4em;
color: white;
}

.news {
font-size: 0.8em;
line-height: 1.4em;
color: black;
}

.liner {
border: solid 1px #fcc200;
width: 180px;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/*navigation*/
#button1 a {   
display: block;   
background: url(images/home.png) top;   
width: 180px;   
height: 37px;   
}

#button1 a:hover {   
background: url(images/home.png) no-repeat bottom;   
}

#button2 a {   
display: block;   
background: url(images/aboutus.jpg) top;   
width: 180px;   
height: 37px;   
}

#button2 a:hover {   
background: url(images/aboutus.jpg) no-repeat bottom;   
}

#button3 a {   
display: block;   
background: url(images/services.jpg) top;   
width: 180px;   
height: 37px;   
}

#button3 a:hover {   
background: url(images/services.jpg) no-repeat bottom;   
}

#button4 a {   
display: block;   
background: url(images/contact.jpg) top;   
width: 180px;   
height: 37px;   
}

#button4 a:hover {   
background: url(images/contact.jpg) no-repeat bottom;   
}

#button5 a {   
display: block;   
background: url(images/links.jpg) top;   
width: 180px;   
height: 37px;   
}

#button5 a:hover {   
background: url(images/links.jpg) no-repeat bottom;   
}

#button6 a {   
display: block;   
background: url(images/testimonials.jpg) top;   
width: 180px;   
height: 37px;   
}

#button6 a:hover {   
background: url(images/testimonials.jpg) no-repeat bottom;   
}
/*END NAVIGATION*/

/*Links*/

a.main { color: #000000; font-weight: bold; }
a.main:link { text-decoration: none; color: #000000; }
a.main:visited { text-decoration: none; color: #000000; }
a.main:hover { text-decoration: none; color: #e6b050; background-color: black; }
a.main:active { text-decoration: none; color: #003300; }

a.service { color: #000000; font-weight: bold; font-size: 0.8em; }
a.service:link { text-decoration: none; color: #000000; font-size: 0.8em; }
a.service:visited { text-decoration: none; color: #000000; }
a.service:hover { text-decoration: none; color: #e6b050; background-color: black; font-size: 0.8em; }
a.service:active { text-decoration: none; color: #003300; }
/*end links*/

/*show info*/
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color: black;
	font-size:0.9em;
font-weight: bold;
line-height: 1.2em;
	width:500px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:0px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #317082;
	background-color:#faead0;
	width:100%;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;
line-height: 1.2em;	
	position:relative;
}
/*end*/