body { padding:15px; color:black; font-family:arial, sans-serif; font-size:75%; background:white; line-height:2.2em; }
/* BODY TAG SETS THE ATTRIBUTES OF THE PAGE EDITOR */
table { font-size:1em; }
a { color:#892424; text-decoration:underline; font-weight:bold; }
a:hover { text-decoration:none; }
h1, h2, h3, h4 { font-family:arial, sans-serif; }
h1 { color:#892424; font-size:1.8em; font-weight:normal; margin-top:15px; }
h2 { color:#18387E; font-size:1.6em; border-top:1px solid #C6C6C6; border-bottom: 1px solid #C6C6C6; line-height:25px; }
h3 { color:#465EB9; font-size:1.6em; border-bottom:1px solid #C6C6C6; border-top: 1px solid #C6C6C6; line-height:25px; letter-spacing:-1px; }
h4 { color:#892424; font-size:1.1em; }
img.clsleft { margin-right:15px; margin-bottom:10px; }
img.clsmiddle { margin-right:15px; margin-left:15px; margin-bottom:10px; }
img.clsright { margin-left:15px; margin-bottom:10px; }
img.clsborderleft { border:1px solid #ccc; padding:3px; margin-right:15px; margin-bottom:10px; }
img.clsbordermiddle { border:1px solid #ccc; padding:3px; margin-right:15px; margin-left:15px; margin-bottom:10px; }
img.clsborderright { border:1px solid #ccc; padding:3px; margin-left:15px; margin-bottom:10px; }
.datatable { border:1px solid #C6C6C6; }
.datatable th { background:#465EB9; color:white; font-weight:bold;  border:1px solid white; padding:4px; }
.datatable td { background:#efefef; border:1px solid white; padding:4px; }
.datatable p { padding:0; margin:0; }
.notes { font-size:0.8em; }
.shout { font-size:1.2em; color:#fff; font-weight:bold; padding:5px; background:#465EB9; }
.shout2 { font-size:1.2em; color:#fff; font-weight:bold; padding:4px 5px; background:#18387E; border:1px solid white; }
.submit { background:#465EB9; color:white; border:0; cursor:pointer; font-weight:bold; font-size:1em; padding:2px; }
.reset { background:#18387E; color:white; border:0; cursor:pointer; font-weight:bold; font-size:1em; padding:2px; }
.quote { border:1px solid #C6C6C6; padding:4px; color:#465EB9; font-weight:bold; }
.caption { font-weight:bold; background:#465EB9; float:right; width:200px; padding:10px 8px; margin:0 0 10px 10px; color:white; font-size:0.9em; }
.custom1 {}
.custom2 {}
.border { border:1px solid #ccc; padding:3px; }
.noborder { border:0; }
#container { width:923px; margin:0 auto;  padding:0px 10px 10px 10px; background:#fff; text-align:left; }
#main { width:685px; margin:8px; margin-top:0; background:#fff; }
#sitelogo { color:#1B3381; height:90px; line-height:85px; font-size:1.7em; font-weight:bold; text-indent:15px; float:left; }
#hbc { float:right; padding:30px 32px 0 0; height:60px; text-align:right;  }
#hbc a { color:#892424; margin-right:15px; text-decoration:none; font-weight:normal; }
#hbc a:hover { border:0;text-decoration:underline; }
#main_pic { height:174px; width:923px; /* background:url(top_pic.jpg) #fff no-repeat; */ text-align:center; border-top:1px solid #fff; }
#date { height:37px; line-height:37px; background: url(bar.gif) repeat-x; color:#344DAB; padding-right:10px; padding-left:10px; color:#204b89; }
#date span { float:right; }
#pagebody { padding:10px 20px; float:right; width:689px; border-top:35px solid #e9e8e8;}
#pagebody ul { list-style-type:square; }
#leftMenu { width:194px; float:left; background: url(left.gif) repeat-x #e0e0e0; padding:20px 0; }
#leftMenu ul { list-style-type:none; margin:0; padding:0 10px; }
#leftMenu li { height:35px; background: url(left_li.gif) bottom center repeat-x; display:block; line-height:35px; }
#leftMenu a { background: url(left_nav.gif) left center no-repeat; display:block; height:35px; line-height:35px; padding-left:20px; text-decoration:none; color:#373737; font-weight:normal; }
#leftMenu a:hover { background:url(left_nav_hover.gif) left center no-repeat; text-decoration:none; font-weight:normal;border:0; color:#000; }
#content { width:923px; background: url(content.gif) repeat-y; }
#pagebody form img { border:0; }
#bottom { height:25px; line-height:24px; background:#465EB9; text-align:center; font-size:1em; color:white; clear:both; }
#end, #end a { color:#C9CACA; font-size:0.9em; font-weight:normal; }
#end a:hover { color:white; border-color:white; }
#copyright { color:white;  margin:15px 0 0 0; }
#copyright a { background:#acadad; color:#fff; font-weight:normal; padding:2px 4px; border-bottom:0; }
#copyright a:hover { background:#3d3b3b; }
.clear { clear:both; }
#head { width:923px; height:164px; background: url(head.jpg) no-repeat; }

#nav { background:url(nav.gif) repeat-x; margin:0; padding:0; color:white; clear:both; height:41px; line-height:41px; text-align:left; padding-left:15px; }

/** positioning the drop-down menu **/
#nav ul, #nav ul ul { text-align:left; list-style-type:none; }
#nav li { display:inline; position:relative; top:0; margin-right:-3px /* fixes inline list bug */; }
#nav li a { padding:13px 14px; text-decoration:none; border:0;  }
#nav li ul { margin:0; padding:0; display:none; position:absolute; top:25px/* distance away from the main nav bar */;  }
#nav li>/**/ul { top:19px /* distance away from the main nav bar for firefox */ ; }
#nav ul ul { margin:0 0 0 180px /* moves second drop down away from first */; display:block; padding:0; display:none; position:absolute; top:0;  } 
#nav li:hover ul ul, #nav li.over ul ul { display:none; }
#nav li:hover ul, #nav li li:hover ul, #nav li.over ul, #nav li li.over ul, #nav ul li a { display:block; width:164px /* width of the drop-downs */; left:0; }

/** styling the drop-down menu **/
#nav li a { color:white; font-weight:normal;  }
#nav li a:hover { color:#a6c4ef;  text-decoration:none; }
#nav ul li a:hover, #nav ul ul li a:hover { background:#555; }
#nav .nav_parent a { background:url(nav_parent_out.gif) #465EB9 no-repeat right; padding-right:18px; }
#nav .nav_parent a:hover { background:url(nav_parent_over.gif) #465EB9 no-repeat right; }
#nav .nav_child a { background:#465EB9; padding:0 8px; border-top:1px solid #7B8ED6; }
#nav .nav_child a:hover { background:#A7B9E7; border-bottom:0; }
#nav .nav_parent2 a { background:url(nav_parent2_out.gif) #465EB9 no-repeat right; }
#nav .nav_parent2 a:hover { background:url(nav_parent2_over.gif) #A7B9E7 no-repeat right; }
#nav .nav_child2 a { background:#465EB9; }
#nav .nav_child2 a:hover { background:#A7B9E7; }
#nav #active { background: url(nav_active.gif) no-repeat top center; }
#nav .nav_parent #active { color:#A7B9E7; cursor:default; background:url(nav_parent_out.gif) #465EB9 no-repeat right; }
#nav .nav_child #active, #nav .nav_child2 #active, #nav .nav_parent2 #active { background:#465EB9; }
hr { color:#aaa; background:#aaa; height:1px; border:none; }
.newsletterOuter { background:#eee; border:1px solid #ddd; padding:10px; float:right; width:250px; margin:0 0 20px 20px; font-size:0.9em; color:#444; }
.newsletterInner { border:1px solid #bbb; padding:10px; background:#fff; }

#dhonis { width:923px; }
#dhonis .noright { margin-right:0; }
.dhonishow { overflow:hidden; float:left; width:230px; margin-right:1px;  }           
.dhonishow * { padding:0; margin:0; border:none; list-style:none; }                  
.dhonishow-image { overflow:hidden; width:230px; height:174px; text-align:left; position:relative; }
.dhonishow-image li { position:absolute; left:0; top:0; margin:0; padding:0; }
.dhonishow-navi { color:#fff; overflow:hidden;  }
.dhonishow-picture-alt { font-weight:bold; text-align:left; float:left; }          
.dhonishow-navi .dhonishow-next-picture, .dhonishow-navi .dhonishow-previous-picture { text-indent:-999px; float:right; cursor:pointer; -moz-outline:none; }                                       
.dhonishow-navi .dhonishow-next-picture { background:url(next.gif) no-repeat; }
.dhonishow-previous-picture { background:url(previous.gif) no-repeat; }
.dhonishow-next-picture:hover { background:url(next_hover.gif) no-repeat; }
.dhonishow-previous-picture:hover { background:url(previous_hover.gif) no-repeat; }
.dhonishow-navi .paging { float:right; font-size:1.1em; font-weight:bold; }
