body {
/*
	font-family: 'LucidaGrande','Lucida Grande','Lucida Sans Unicode',sans-serif;
	font-size: small;
	*/
	font: 62.5%/1.5 "Helvetica Neue", Helvetica, sans-serif;
	font-size: small;
	background-color: #212121;
	background-image: url('images/bg.jpg');
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
}
#main {
	width: 842px;
	margin: auto;
	position: relative;
}
#menu {
	position: absolute;
	left: 30px;
	top: 136px;
	margin-bottom: 5px;
}
#content {
	background-image: url('images/window2.png');
	background-repeat: repeat-y;
	padding: 5px 15px;
	padding-right: 60px;
}
h1 {
	margin: 0px;
	color: #0072A8;
	font-size: large;
	margin-top: 15px;
}
h2 {
	margin: 0px;
	color: #3898c5;
	font-size: medium;
	margin-top: 15px;
}
p {
	margin-left: 30px;
}
.nomarginforp p {
	margin-left: 0px;
}
#bottombar {
	background-image:url('images/bottombar.png');
	background-repeat: no-repeat;
	height: 105px;
	margin-top: 15px;
	padding-top: 6px;
	color:#CCCCCC;
	text-align: center;
}
a.menutab {
	width: 110px;
	height: 28px;
	display: block;
	float: left;
	color: #7d5217;
	text-decoration: none;
	font-size: medium;
	text-align: center;
	/*padding-top: 5px;*/
	padding-top: 2px;
	background-repeat: no-repeat;
}
a.menutab:hover {
	background-image: url('images/orange_tab_110.png');
}
a.dd1 {
	background-image:url('images/jitouchhome.png');
}
a.dd1:hover {
	background-image:url('images/jitouchhomeh.png');
}
a.dd2 {
	color: #084669;
}
a.dd2:hover {
	background-image: url('images/blue_tab_110.png');
}
a {
	text-decoration: none;
	font-size: small;
	color: #001E55;
}
#content a:hover {
	text-decoration: underline;
}
.quote {
	display: none;
	color: #444444;
	text-align: center;
}
#customerquotes {
	padding-top:0px;
	padding-left:0px;
	padding-bottom: 30px;
	height: 45px;
}
.default .nondefault {
	display:block;
}
a.gbutton {
	color: black;
	background-image:url('images/button.gif');
	width: 55px;
	height: 19px;
	border:1px solid #959595;
	cursor: pointer;
	margin: 2px;
	display: inline-block;
}
a.gbutton:hover {
	background-image:url('images/buttonhover.gif');
}

.faqheader {
	cursor:pointer;
	font-size:small;
	color:#000000;
	margin:0px;
	font-weight: normal;
}
.faqcontent {
	display:none;
	margin-top:0px;
	margin-bottom:15px;
}
.faqdiv {
	margin-left:30px;
	cursor:pointer;
	padding:3px;
	padding-left: 6px; 
}
.faqboldheader {
	font-weight: bold;
}
.faqbolddiv {
	cursor:auto;
	background-color:#F5F5F5;
}
.wsep {
	display:block; position: relative; left:-40px;
	margin-bottom:10px;
}
