body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.button {
	background-color: #7D7C77; 
	color: #ffffff; 
	font-size: 7pt; 
	font-family: arial; 
	font-weight: bold; 
	cursor:pointer;
	}
	
h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #1b4888;
}

h1 {
	font-size: 110%;
	font-weight:bold;
	padding-bottom:0px;
	padding-top:5px;
	line-height:30px;
	border-bottom: 1px solid #CDCDCD;
}

h2 {
	font-size: 127%;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:0px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	padding-top:0px;
	padding-bottom:0px;
}

p, ol, ul, dir {
	line-height: 180%;
}

p {
}

ol {
}

ul {
}

a {
	color: #E06529;
}

a:hover {
	color: #E06529;
	text-decoration: none;
}

.alert { 
	color:#FF0000;
	font-size:9px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}


/* Logo */

#logo {
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	/*background: url(../images/logo.jpg) no-repeat left bottom;*/
	width:176px;
}

#logo h1, #logo h2 {
	margin: 0;
	padding-left: 60px;
	font-weight: normal;
	color: #5e5958;
}

#logo h1 {
	font-weight: bold;
}

#logo h2 {
	font-size: 92%;
}

#logo a {
	text-decoration: none;
}

/* Top Menu */

#topmenu {
	float: right;
}

#topmenu ul {
	margin: 0;
	padding: 69px 0 0 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline;
}

#topmenu a {
	padding: 0 20px;
	border-left: 1px solid #5e5958;
	text-decoration: none;
	font-size: 110%;
	color:#5e5958;
}

#topmenu a:hover {
	text-decoration: underline;
}

#topmenu .first a {
	border: none;
}


/* Header */

#header {
	width: 760px;
	height: 105px;
	margin: 0 auto;
}

/* Header 2 */

#header2 {
	width: 760px;
	height: 40px;
	margin: 0 auto;
}

/* Header 3 */
#header3 {
	width: 760px;
	height: 220px;
	margin: 0 auto;
}

/* Header 3 */
#header4{
	width: 760px;
	height: 120px;
	margin: 0 auto;
}

table.header4 {
	border-width: 1px;
	border-spacing: 4px;
	border-style: solid;
	border-color: #d6d6d6;
	border-collapse: collapse;
	background-color: white;
	width:100%;
}

table.header4 tr {
	line-height:11px;
	/*height:30px;*/
	vertical-align:top;
}

table.header42 th {
	border-width: 1px;
	padding: 1px;
	border-style: dotted;
	border-color: #d6d6d6;
	background-color: white;
	-moz-border-radius: ;
}
table.header42 td {
	border-width: 1px;
	padding: 15px;
	border-style: dotted;
	border-color: #d6d6d6;
	background-color: white;
	-moz-border-radius: ;
}

/* Menu */

#header2 .menu a {
	text-decoration: none;
	color:#5e5958;
	width: 150px;
	height: 19px;
	background-color:#ededed;
	display: block;
	padding-top:2px;
	text-align:center;
	text-transform: uppercase;
	font-size:110%;
	font-weight:bold;
	vertical-align:middle;
}

#header2 .menu a:hover {
	text-decoration: none;
	color:#FFFFFF;
	background-color:#0052a4;
	display: block;
	text-align:center;
}

#header2 .menu .first a {
	text-decoration: none;
	color:#FFFFFF;
	background-color:#0052a4;
	display: block;
	text-align:center;
}

/* ######### Style for Drop Down Menu ######### */
#header2 .dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
font-size: 100%;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); 
/*Add Shadow in IE. Remove if desired*/
}


#header2 .dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #5e5958;
}

* html #header2 .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

#header2 .dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}


#header4 dir{
	padding-top:0px;
	padding-left:20px;
	padding-right: 20px
}

#header4 a {
	color: #4976a8;
	text-decoration:none;
}

#header4 a:hover {
	color: #E06529;
	text-decoration: none;
}

/* Service */

#servicebar {
	/*float: left;*/
	width: 760px;
	height: 76px;
	margin: 0 auto;
	font-size:12px;
}

#servicebar ul {
	margin: 0;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	line-height:normal;
	list-style:none;
}

#servicebar li {
	background: url(../images/servicebar_arrow.gif) no-repeat left center;
	padding-left: 15px;
	vertical-align:top;
	padding-top:0px;
	padding-bottom:0px;
}

#servicebar li ul {
	padding: 10px 20px;
	font-size: 92%;
}

#servicebar li li {
	margin: 0;
	padding: 5px 0;
	background: none;
	border-top: 1px dotted #CDCDCD;
}

#servicebar h2 {
	height: 30px;
	margin: 0;
	padding: 6px 0 0 10px;
	background: url(../images/img06.gif) no-repeat;
	font-size: 100%;
	font-weight: bold;
	color: #145997;
}

#servicebar h3 {
	margin: 0;
}

#servicebar p {
	margin: 0;
	line-height: normal;
}

#servicebar a {
	text-decoration: none;
	color:#969696;
}

#servicebar a:hover {
	/*text-decoration: underline;*/
	color:#f58b57;
}

#servicebar .first {
	border: none;
}

/* Splash */

#splash {
	float: left;
	width: 760px;
	height: 200px;
}


/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	padding: 30px 0;
	padding-top:0px;
}

/* Page - Menu */
#page #menu {
	float: left;
	width: 140px;
}

#page #menu .arrowlistmenu{
width: 140px; /*width of accordion menu*/
}

#page #menu .arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
/*background: black url(titlebar.png) repeat-x center left;*/
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
color:#5e5958;
border-bottom: 1px dashed #dadada;
/*background-color:#CCCCCC;*/
}

#page #menu .arrowlistmenu .menuheader .top{
	font-size:115%;
}

#page #menu .arrowlistmenu .menuheader .selected{
	color: #f58b57;
}

#page #menu .arrowlistmenu .menuheader a{
	color:#5e5958;
	text-decoration:none;
}

#page #menu .arrowlistmenu .menuheader a:hover{
	/*color:#E06529;
	text-decoration:underline;*/
}

#page #menu .arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	color:#E06529;
 /*background-image: url(titlebar-active.png);*/
}

#page #menu .arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
margin-top: 8px;
margin-bottom: 4px; /*bottom spacing between each UL and rest of content*/
padding-left:0px;
padding-bottom: 0px;
padding-top: 0px;
line-height: normal;
}

#page #menu .arrowlistmenu ol{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-top: 8px;
margin-bottom: 4px; /*bottom spacing between each UL and rest of content*/
padding-left:0px;
padding-bottom: 0px;
padding-top: 0px;
line-height: normal;
}

#page #menu .arrowlistmenu ol li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

#page #menu .arrowlistmenu ul ol li a{
color: #f58b57;
/*background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding-left: 29px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px dashed #dadada;
font-size: 100%;
}

#page #menu .arrowlistmenu ul li{
padding-bottom: 8px; /*bottom spacing between menu items*/
}

#page #menu .arrowlistmenu ul li a{
color: #f58b57;
/*background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 0px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px dashed #dadada;
font-size: 100%;
}

#page #menu .arrowlistmenu ul li a:visited{
	/*color: #A70303;*/
}

#page #menu .arrowlistmenu ul li .selected{
	color:#d24500;
}

#page #menu .arrowlistmenu ul li a:hover{ /*hover state CSS*/
/*color: #A70303;*/
background-color: #F3F3F3;
}

/* Content */

#page #scroll {
	float: right;
	width: 600px;
	padding-left: 20px;
	color:#000000;
	height: 450px;
	overflow-y: auto;
}

#page #content {
	float: right;
	width: 570px;
	margin-left::10px;
	margin-right:10px;
	color:#000000;
}

#page #contentdirect {
	float: right;
	width: 100%;
	margin-left::10px;
	margin-right:10px;
	color:#000000;
}

#page #content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#page #content ul li {
	padding-left: 15px;
	background: url(../images/img08.gif) no-repeat 0 8px;
}

#page #content ol {
	margin-left: 0;
	padding-left: 0;
	list-style: lower-alpha inside;
}

#page #content dir {
	list-style: circle;
	text-align:justify;
}

.title {
	padding-top: 3px;
}

#page .content {
	padding: 20px;
	background: url(../images/img10.gif) no-repeat;
}

table th {
	border-width: 1px;
	padding: 1px;
	text-align:center;
	border-style: dotted;
	border-color: #d6d6d6;
	background-color: white;
	-moz-border-radius: ;
}

.twocols {
	width:760px;
	margin: 0 auto;
}

.twocols .col1 {
	float: left;
	width: 220px;
}

.twocols .col2 {
	float: right;
	width: 220px;
}

/* Footer */

#footer-wrapper {
	/*height: 100px;*/
	width:760px;
	/*padding: 20px 0;*/
	background: #FFFFFF;
	/* border-top: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD; */
	margin: 0 auto;
	vertical-align:top;
}

#footer {
	width: 760px;
	margin: 0 auto;
	font-size:110%;
	vertical-align:middle;
}

#footer p {
	margin: 0;
	line-height: normal;
}

#footer a {
	color: #666666;
	text-decoration:none;
}

#footer a:hover {
	text-decoration: underline;
}

#legal {
	float: right;
	/*padding: 10px 0 10px 60px;
	background: url(../images/img11.gif) no-repeat left center;*/
}

#links {
	float: left;
	padding: 0 0 0 0;
	vertical-align:middle;
}

/* FAQ  */
.faq-question-off {
	font-weight: bold;
	background-image: url(../images/Arrow2.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	color: #666666;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 10px;
	background-position: left 5px;
}
.faq-question-on {
	font-weight: bold;
	background-image: url(../images/Arrow1.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: left 8px;
	padding-left: 16px;
	padding-bottom: 0px;
	padding-top: 6px;
}
.faq-answer-off {
	text-align: justify;
	display: none;
	padding-top:0px;
	margin:0;
}
.faq-answer-on {
	text-align: justify;
	padding-bottom: 15px;
	padding-top:0px;
	padding-left: 16px;
	margin:0;
}
