* {
	margin: 0;
	padding: 0;
}

BODY {
	background-color: Black; /* #303030; */
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 120%;
	text-align: center;
	color: white;
}

/* Avoids Firefox sites jumping as scrollbar appears on long pages and disappears on short pages */
BODY { overflow: -moz-scrollbars-vertical; }

DIV#wrapper {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 20px;
}

DIV#leftcol {
	float: left;
	width: 172px;
}

DIV#contentpanel {
	margin-left: 175px;
	border: 2px solid white;
	width: 787px;
}
DIV#content {
	padding: 15px;
}
DIV#content IMG {
	margin-bottom: 1em;
}
DIV#footer {
	margin-left: 175px;
	margin-top: 30px;
	width: 787px;
}
DIV#leftcontact {
	font-size: 1.0em;
}
DIV#leftcontact .bigtel {
	font-size: 1.6em;
}
DIV#leftcontact A {
	color: White;
	text-decoration: none;
}
DIV#leftcontact A:hover {
	color: #2586d7;
	text-decoration: underline;
}

DIV.gallery {
	width: 742px;
	overflow: hidden;
	text-align: center;
}

H1 {
	font-size: 1.5em;
	margin-bottom: 1.0em;
	font-style: italic;
	line-height: 100%;
}

H2 {
	font-size: 1.3em;
	margin-bottom: 0.1em;
	font-style: italic;
}

H3 {
	font-size: 1em;
	margin-bottom: 0.1em;
	font-style: italic;
}

P, FORM, UL {
	margin-bottom: 1em;
}

UL {
	margin-left: 2em;
}

TD {
	vertical-align: top;
}

IMG {
	border: 0;
}

.testimonial {
	margin-bottom: 1em;
	padding-top: 1em;
	border-top: 1px dotted silver;
	clear: right;
}

.right {
	float: right;
	margin-left: 10px;
}


.question {
	cursor : pointer;
}
.answer {
	margin-bottom: 2em;
	margin-left: 2em;
	/* display: none; */
	color: Orange;
}
.Q, .A {
	font-weight: bold;
	font-size: 130%;
}
.qaBulb {
	margin-bottom: 0 !important;
}

.reqd {
	color: Red;
}

A:link, A:active, A:visited  { 
	text-decoration: none ; 
	color: Orange; /* #2586d7;  */
}
A:hover   { 
	text-decoration: underline ; 
	color: White;
}

/* Rockmill Credits */
A.rockmill:link, A.rockmill:active, A.rockmill:visited { 
	text-decoration: none ; 
	font-weight: bold; 
	color: White; 
}
A.rockmill:hover   { 
	text-decoration: underline ; 
	color: Orange; /* #2586d7; */
}





