/*---RESET---*/
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size:12px;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}

/*--- End of RESET---*/

/*--- PAGE BASICS---*/
body {
  background-color: #01162e;
  background-image:url(../images/BG.jpg);
  background-repeat:repeat-x;
  color: #2c2d2e;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 20px 0 20px 0;
  padding: 0;
  text-align: center;
}
h1 {
  color: #777890;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
}

h1 a {
  color: #777890;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
}

h2 {
  color: #777890;
  font:Arial, Helvetica, sans-serif 14px bold;
  line-height: 18px;
}

p {
color:#000033;
font-size:12px;
}

p strong{
color:#777890;
font-size:12px;
line-height:24px;
}

hr {
color:#999999;
height:1px;
margin:10px 0 10px 0;

}


a,  a:link {
  color: #00355F;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
}
a:visited {
  color: #FF6600;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  color: #333333;
  text-decoration: none;
}
a:focus {
  color: #3a32c4;
}
a:active {
  color: #383644;
}

table {
border-collapse:collapse;
border:1px solid #cccccc;
}

ul {
	display:inline;
	color:#000033;
	list-style: disc;
	list-style-position: outside;
}

ul li {

}

/*---END BASICS---*/

/*---PRETTY BITS---*/

#rightHand {
background-image:url(../images/rhs_shadow.png);
background-repeat:repeat-y;
background-position:right;

}

/*---END PRETTY BITS---*/

#outerWrapper {
margin: 0 auto;
text-align: left;
width: 908px;


}

/*---HEADER AND BANNER---*/
#header {
background-image:url(../images/header.png);
background-repeat:no-repeat;
  height: 149px;
  width: 908px;
  }

#header_text		{padding-top:20px; margin-left:620px; width:250px; height:100px; text-align:right;}
#header_text h1		{color: #004385; font-family:Arial, Helvetica, sans-serif; font-size: 30px; font-weight:normal; display:inline; text-align: right; }
#header_text h2		{color: #004385; font-family:Arial, Helvetica, sans-serif; font-size: 20px; font-weight:normal; display:inline; text-align: right; }

#header img{
float:left;
padding-left:30px; 
padding-top:20px;
}


#banner {
  background-color: #FFFFFF;
  background-image:url(../images/banner.jpg);
  height: 215px;
  width:900px;
}

/*---END HEADR AND BANNER---*/


/*---START NAVIGATION---*/
#topNavigation {
  background-color: #CCCCCC;
  background-image:url(../images/nav_BG.jpg);
  background-repeat:repeat-x;
  line-height:25px;
  padding:15px 0px 5px 0px;
  width:900px;
}

#nav_list
{
list-style: none;
margin: 0;
color:#00355f;
padding-left:30px;


}



#nav_list li
{
float:left;
padding-left:10px;


}


#nav_list li a:hover {
background-image:url(../images/nav_ro.png) no-repeat left top;
background-color:#FFFFFF;
background-position:10px left;
color:#00355f;


}
#nav_list li a {

color:#000066;
padding:5px;




}


/*#nav_list li:before { content: "| "; }
#nav_list li:first-child:before { content: ""; }*/

/*IE workaround*/e
/*All IE browsers*/
* html #nav_list li
{
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #nav_list { height: 1%; }

* html #nav_list li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #nav_list li:first-child { border-left: 0; }

/*END NAVIGATION*/



/*---CONTENT BASICS---*/
#contentWrapper {
background-color:#FFFFFF;
width:900px;  
}

#content_left		{width:390px; margin-right: 20px; float:left;}
#content_right		{width:390px; float:right;}


#default #rightColumn1 {
  float: right;
  width: 352px;
  margin:5px 5px 5px 0; 
  background:url(../images/news_bg.jpg) top right repeat-x;
  height:100px;
  height: expression(275 + "px");
 

}
#other #rightColumn1 {
  float: right;
  width: 320px;
  margin:40px 30px 5px 0; 
  height:350px;
  height: expression(350 + "px");
  background:url(../images/twop.jpg) no-repeat top right;
}

#commercial #rightColumn1 {
  float: right;
  width: 320px;
  margin:40px 30px 5px 0; 
  height:350px;
  height: expression(350 + "px");
  background:url(../images/comins.jpg) no-repeat top right;
}

#personal #rightColumn1 {
  float: right;
  width: 320px;
  margin:40px 30px 5px 0; 
  height:350px;
  height: expression(350 + "px");
  background:url(../images/perins.jpg) no-repeat top right;
}

#financial #rightColumn1 {
  float: right;
  width: 320px;
  margin:40px 30px 5px 0; 
  height:450px;
  height: expression(350 + "px");
  background:url(../images/fp.jpg) no-repeat top right;
}

#one #rightColumn1 {
  float: right;
  width: 320px;
  margin:40px 30px 5px 0; 
  height:550px;
  height: expression(350 + "px");
  background:url(../images/one.jpg) no-repeat top right;
}

#inside {
padding:10px 0 0 10px;
margin-bottom:20px;
 overflow:auto;
height:235px;
}

/*News Box*/
#news {
float: left;
padding-top: 10px;
width: 316px;
height:65px;
overflow: auto;



}

#news h1{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
margin-left:0px;
color:#FFFFFF;
border-bottom:#FFFFFF solid 1px;

}

#news h2{
display: inline;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:15px;
margin-top: 0px;
padding-left:0px;
padding-bottom:0px;
color:#FFFFFF;
}

#news h2 a {color:#004385;}
#news h2 a:visited {color:#004385;}


#default .description {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
padding-left:0px;
padding-top:1px;
margin-bottom:7px;
}

#default .description p{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
padding-left:0px;
padding-top:1px;
margin-bottom:7px;
}

#default .publish_date{
margin-bottom:0px;
margin-left:0px;
height:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
line-height:10px;
color:#004385;
padding-left:0px;
padding-top:0px;
}


/*END NEWS BOX*/


/*---START OF MAIN CONTENT---*/

#default #content {
margin: 0 360px 0 0;
padding: 10px 10px 0px 50px;
line-height:20px;
min-height:300px;
height: expression(300 + "px");
}

#plain #content {
margin: 0 10px 0 0;
padding: 10px 10px 0px 50px;
line-height:20px;
min-height:300px;
height: expression(300 + "px");
}

#other #content {
margin: 0 70px 0 0;
padding: 10px 10px 0px 50px;
line-height:20px;
min-height:300px;
height: expression(300 + "px");
}

#commercial #content {
margin: 0 10px 0 0;
padding: 10px 10px 0px 50px;
line-height:20px;
min-height:300px;
height: expression(300 + "px");
}

#personal #content {
margin: 0 10px 0 0;
padding: 10px 10px 0px 50px;
line-height:20px;
min-height:300px;
height: expression(300 + "px");
}

#financial #content {
margin: 0 10px 0 0;
padding: 10px 10px 0px 50px;
line-height:20px;
min-height:300px;
height: expression(300 + "px");
}
#one #content {
margin: 0 10px 0 0;
padding: 10px 10px 0px 50px;
line-height:20px;
min-height:300px;
height: expression(300 + "px");
}

#home_images {
width:100%;
padding-left:30px;

}

/*---BREADCRUMB---*/

#breadcrumb {

background-color:#6698ca;
width:900px;
height:16px;
padding-top:7px;
padding-bottom:4px;

}

#breadcrumb ul{
color:#FFFFFF;
padding-left:30px;
 }
 
#breadcrumb ul:before {
content:"You Are Here: ";
}
 
 
 
#breadcrumb ul li{
display:inline;
  
  }
#breadcrumb a{
color:#003366;
font-size:12px;
}

#breadcrumb a:after {
content:": ";
}

.clearFloat {
clear: right;
display: block;
}

/*END CONTENT*/

/*FOOTER*/

#footer {
  margin:0 auto;  
  background-image:url(../images/footerBG.png);
  text-decoration: none;
  height:107px;
  width:908px;
}

#footer p {
color: #333333;
padding: 20px 50px 0 50px;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
}

#footer a {
color:#003366;
font-size:10px;


}

#footer a:hover {
color:#333333;

}
/*---END FOOTER---*/

/* TABBED BOX START */
.tabbed-box {
      width: 302px;
      border: 1px solid #ddd;
      margin-right:25px;
      margin-bottom: 25px;
      float:right }
      
   .tabbed-box .tabs li {
      list-style: none;
      float: left; }
      
   .tabbed-box .tabs li a {
      display: block;
      width: 100px;
      padding: 5px 0;
      font-weight: bold;
      text-align: center;
      text-decoration: none;
      color: #888;
      background-color: #d8e6f1;
      border-left: 1px solid #ddd;
      border-bottom: 1px solid #ddd;}
      
   .tabbed-box .tabs li:first-child a {
      border-left: none; }
      
   .tabbed-box .tabs li a:hover {
      color: #333; }
      
   .tabbed-box .tabs li a:focus {
      outline: none; }
      
   .tabbed-box .tabs li a.active {
      background: #fff;
      color: #333;
      border-bottom: 1px solid #fff; }
      
   .tabbed-content {
      padding: 3em 1em 1em 1em;
      height:250px;
      overflow:auto;
      display: none; }

/*TABBED BOX END */
