body, html {
  height: 100%;
  margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#fff;
	background-image:url(../images/bg2.jpg);
	
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
}
#ddimagetabs{
position: absolute;
top: 104px;
left: 135px;

}

#ddimagetabs a{
display: block;
text-decoration: none;
font: bold 11px Arial; /*tab font */
color: white; /*font color */
width: 61px; /*width of tab image */
height: 22px; /*height of tab image */
float: left;
display: inline;
margin-left: 5px; /*spacing between tabs */
padding-top: 4px; /*vertical offset of tab text from top of tab*/
background-image:url(../images/nav/tab_b.gif); /*URL to tab image */
background-repeat: no-repeat;
text-align: center;

}

#ddimagetabs a:hover, #ddimagetabs a.current{
background-image:url(../images/nav/tab_r.gif); /*URL to tab image onmouseover */
color: white;
}

#tabcontentcontainer{
width:480px; /*width of 2nd level content*/
height:40px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
display:none;
}
#ddimagetabs #customtab1{
width: 58px; /*width of custom tab image */
background-image:url(../images/nav/home_b.gif); /*URL to custom tab image */

}

#ddimagetabs #customtab1:hover, #ddimagetabs #customtab1.current{
background-image:url(../images/nav/home_r.gif); /*URL to tab image onmouseover */
color: white;
}
#ddimagetabs #customtab2{
width: 70px; /*width of custom tab image */
background-image:url(../images/nav/contact_b.gif); /*URL to custom tab image */

}

#ddimagetabs #customtab2:hover, #ddimagetabs #customtab2.current{
background-image:url(../images/nav/contact_r.gif); /*URL to tab image onmouseover */
color: white;
}

h1 {
	margin:10px 0px 10px 0px;
	padding:0px;
	font-size:18px;
	line-height:28px;
	font-weight:900;
	color:#970F01;
	}
	
h2 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:20px;
	color:#fff;
	}
	
	h3{
	margin:5px 0px 5px 0px;
	padding:0px;
	font-size:14px;
	color:#333;
	}
p {
	font:11px/16px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px;
	}


a {
	color:#FF1800;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#FF1800;}
a:visited {color:#FF1800;}

#wrapper {
  min-height: 100%;
  width: 760px
}
* html #wrapper {
  height: 100%
}
#logo{
	position: absolute;
	top: 18px;
	left: 35px;
	width: 88px;
	}
	#contact{
	position: absolute;
	top: 48px;
	left: 550px;
}

#contact2{
	position: absolute;
	top: 108px;
	left: 552px;
}
#header {
  position: absolute;
	top: 55px;
	left: 145px;
	width: 610px;
}
#header2 {
  height: 130px
}
#content {
	padding: 0px;
	margin: 0px;
	margin-left: 145px;
  padding-bottom: 45px;
  width: 610px;
	}
#quote{
background-color:#EFEFEF;
background-image:url(../images/quote_bg.jpg);
background-position:top;
	background-repeat:repeat-x;
	border:solid 1px silver;
	padding:5px;
}	

blockquote.withquote {background:url(../images/quote1.gif)
no-repeat;background-position:top left;text-align: justify;padding-left:20px;
} 

p.withunquote {background: url(../images/quote2.gif) no-repeat;background-position:bottom right;padding-right:5px;}


#footer {
  height: 25px;
  width: 100%;
  margin-top: -25px;
  
  background-color: #000;
  color: #fff
}

#container{
	font-family: Verdana;
	font-size: 1em;
	line-height: 1.2em;
	letter-spacing: 0;
	word-spacing: normal;
	text-decoration: none;
	
}

.explanation{
	margin: 10px auto;
	width: 605px;	
}
.clickme{
	margin: 10px auto;
	width: 605px;
	font-weight: bold;
	cursor: hand;
}

.content{
	margin: 10px auto 50px auto;
	width: 605px;
}

.accordion-click1{
	margin: 3px auto;
	padding: 3px;
	width: 605px;
	background: #424242;
	color: #f4f4f4;
	border: 1px solid #fff;
}
.accordion-content1{
	margin: 0px auto;
	width: 605px;
}
#hor-wrapper{
	margin: 0px auto;
	width: 605px;
	overflow: hidden;
}

code{
	font-size: 1.1em;
	background: #e9e9e9;
	display:block;
	border: 1px solid #fff;
	margin: 5px 0px;
	padding: 5px;
	overflow: auto !important;
	overflow: scroll;
}
a.hypeLink, a.hypeLink:visited { color: #fff; font-size: 8pt; } 
a.hypeLink:hover { color: #006600; font-size: 8pt; text-decoration:underline;}
