/* hacks for css impaired browsers */
div {
	/* this is for netscape 4's sake */
	margin: 0;
	padding: 0;
}
#oldbrowser {
	text-align: center;
}

/* overall display elements */
body {
	font: 13px verdana, tahoma, sans-serif;
	color: #000;
	background: #eee url(../assets/images/background.gif) repeat-y;
	padding: 0;
	margin: 0;
}
body, input,textarea { 
	font: 13px verdana, tahoma, sans-serif;
}
p {
	font: 13px/14px verdana, tahoma, sans-serif;
	color: #000;
	text-align: justify;
}
td {
	font: 13px/14px verdana, tahoma, sans-serif;
	color: #000;
}
th {
	font: 13px/14px verdana, tahoma, sans-serif;
	color: #000;
	text-align: center;
	font-weight: bold;
}
h1 {
	font: 20px verdana, tahoma, sans-serif;
	color: #000;
	font-weight: bold;
}
h2 {
	font: 16px verdana, tahoma, sans-serif;
	color: #ff8000;
	font-weight: bold;
}
h3 {
	font: 16px verdana, tahoma, sans-serif;
	color: #000;
	font-weight: bold;
	margin-top: 15px;
	border-top: solid 1px #000;
}
.h3_noline {
	font: 16px verdana, tahoma, sans-serif;
	color: #000;
	font-weight: bold;
}
h4 {
	font: 13px verdana, tahoma, sans-serif;
	color: #000;
	font-weight: bold;
}
.subtext {
	FONT: 10px verdana,tahoma,arial;
	color: #000000;
}
.boldsubtext {
	FONT: 10px verdana,tahoma,arial;
	FONT-WEIGHT: bold;
	color: #000000;
}
.errortext {
	margin: 10px 40px 0 180px;
	padding: 15px;
	background-color: #b22222;
	border: solid #000 1px;
	FONT: 13px verdana,tahoma,arial,sans-serif;
	FONT-WEIGHT: bold;
	color: #fff;
}
.attentionbox {
	margin: 10px 40px 10px 10px;
	padding: 15px;
	border: solid #000 1px;
	FONT: 13px verdana,tahoma,arial,sans-serif;
	FONT-WEIGHT: bold;
	color: #B22222;
}
.accentcolor {
	color: #ff8000;
	font-weight: bold;
}
.graybar {
	background-color : #E1E1E1;
}

/* positioning */
#pageheader {
	top: 0;
	left: 20px;
}
#sitelogo p a:link, #sitelogo p a:visited {
	width: 163px;
	height: 59px;
	margin-top: 5px;
	margin-left: 25px;
	display: block;
}
#sitelogo p span {
	display: none;
}
#siteinfo {
	position: absolute;
	top: 10px;
	left: 200px;
}
#siteinfo .p1 {
	font-size: 11px;
	color: #B22222;
	font-weight: bold;
}
#siteinfo .p2 {
	font-size: 11px;
	margin-top: -15px;
	color: #000;
	font-weight: bold;
	border-top: solid #000 2px;
}
#siteinfo .p3 {
	background-color: #ccc;
	font-size: 11px;
	margin-top: -10px;
	color: #000;
	font-weight: bold;
}
#topofpage {
	margin: 0;
}
#pagecontent {
	margin-top: 30px;
	margin-left: 23px;
	width: 95%;
}
#publicnav {
	float: left;
	margin: 0 10px 10px 0;
	border: solid 2px black;
	width: 165px;
}
#publicnav ul, #publicnav li {
	list-style: none;
	margin: 0;
	padding: 0 0 5px 5px;
}
.sublink ul, .sublink li {
	line-height: .8em;
	font-size: 11px;
}
#clientnav {
	float: right;
	margin: 0 0 10px 10px;
	border: solid 2px red;
}
#topinsert {
	position: absolute;
	top: 0;
	left: 20px;
	margin: 0 0 10px 480px;
	border: 1px solid #000; 
	background: white;
	padding: 15px;
	FONT: 11px verdana,tahoma,arial,sans-serif;
	color: #B22222;
	width: 260px;
	voice-family: "\"}\""; /* previous width for IE5.5 when using padding, next for normal browsers */
	voice-family: inherit; /* ie5.5 width = normal width + padding */
	width: 230px;
}
#bbbonline {
	position: absolute;
	top: 0;
	left: 20px;
	margin: 0 0 10px 480px;
	padding: 15px;
}
#grouptrain {
	position: absolute;
	top: 0;
	right: 0px;
	margin: 3px 10px 10px 660px; 
	padding: 5px;
}
.groupwhitebox {
	margin: 10px 40px 0 80px;
	padding: 15px;
	background-color: #ffd;
	border: solid #000 1px;
}
.shadowgroup {
	float: right;
	background-color: #000; /*shadow color*/
	color: inherit;
	margin: 10px 0 5px 20px;
}
.shadowgroup, .topinsert {
	position: relative;
	bottom: 4px;
	right: 4px;
}
.shadow {
	float: right;
	background-color: #000; /*shadow color*/
	color: inherit;
	margin: 10px 0 5px 20px;
}
.shadow, .insert {
	position: relative;
	bottom: 4px;
	right: 4px;
}
.insert {
	border: 1px solid #000; /*border color*/
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	padding: .5em 2ex;
	FONT: 13px verdana,tahoma,arial,sans-serif;
	width: 250px;
	voice-family: "\"}\""; /* previous width for IE5.5 when using padding, next for normal browsers */
	voice-family: inherit; /* ie5.5 width = normal width + padding */
	width: 220px;
}
.insert ul {
	list-style-position: outside;
	margin-left: 18px;
	margin-bottom: 0;
}
.insert p {
	text-align: left;
}
.p_nofloat {
	margin-left: 165px;
}
.faqquestionlist {
	list-style-position: outside;
	list-style-type: decimal;
}
.faqquestionlist li {
	text-align: justify;
	padding-bottom: 10px;
}
.whitebox {
	margin: 10px 40px 0 180px;
	padding: 15px;
	background-color: #fff;
	border: solid #000 1px;
}
.right_sidebar {
	float: right;
	background-color: #000; /*shadow color*/
	color: inherit;
	margin: 10px 0 5px 20px;
}
.right_sidebar, .v_adsense {
	position: relative;
	bottom: 4px;
	right: 4px;
}
.v_adsense {
	border: 1px solid #000; /*border color*/
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	padding: .5em 2ex;
	FONT: 13px verdana,tahoma,arial,sans-serif;
	width: 130px;
	voice-family: "\"}\""; /* previous width for IE5.5 when using padding, next for normal browsers */
	voice-family: inherit; /* ie5.5 width = normal width + padding */
	width: 100px;
}

#footer {
	clear: both;
	font-size: 10px;
	line-height: normal;
	border-top: solid 1px #1E5E82;
	margin-top: 20px;
	padding-top: 10px;
}
#footer a:link, #footer a:visited {
	font-weight: normal;
	padding: 2px 0 2px 6px;
}
#footer a:hover {
	text-decoration: underline;
}
#indexfooterlink {
	margin-top: 50px;
}
#indexfooterlink p {
	font-size: 10px;
	text-align: left;
	width: 70%;
}

/* links */
a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #000080;
}
a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #3366FF;
}
a:active, a:hover {
	color: #B22222;
	text-decoration: underline;
}
a.menulink:link, a.menulink:visited {
	color: #B22222;
	text-decoration: none;
	font-weight: bold;
}
a.menulink:hover {
	color: #000080;
	text-decoration: underline;
	font-weight: bold;
}
a.submenulink:link, a.submenulink:visited {
	color: #000080;
	text-decoration: none;
	font-weight: normal;
}
a.submenulink:hover {
	color: #B22222;
	text-decoration: underline;
	font-weight: normal;
}

