/* DEFAULTS START */

body { 
   	color: #000000; 
   	font-size: 11px;
   	font-family: Verdana, Geneva, Arial, sans-serif;  
   	font-weight: normal;  
	text-align: center;
	margin: 0px 0px;
	padding: 0px 0px;
	background-image: url(../images/bkgd.jpg);
}

/* DEFAULTS END */


/* LAYOUT START */
#static_capsule {
   width: 780px;				/* set the width of the entire page */
   margin: 0px auto;              /*ensure the capsule is centered */
   border-left: 1px solid #000000;
 	border-right: 1px solid #000000;
   
}

#static_capsule_header {
	width: 780px;
	margin: 0px 0px;
    padding: 0px 0px;
}
#static_capsule_header #static_subhead1{
	width: 780px;
	height:48px;
	margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    background-image: url(../images/header_bkgd.gif);
 	background-repeat: repeat-x;
 	
 	  /*border: 1px solid #000000;
  background-color: #ffffff;*/  
}
#static_capsule_header #login{
	float: right;
	width: 352px;
	height:24px;
	margin: 12px 30px 0px 0px;
    padding: 5px 0px 0px 0px;
    background-image: url(../images/login_bkgd.jpg);
 	background-repeat: no-repeat;
 	color: #ffffff;
 	/*border: 1px solid #000000;*/
}
#static_capsule_header #login form{
	margin: 0px 0px;
    padding: 0px 0px;

}
#static_capsule_header #login input{
	width: 80px;
	height: 13px;
	font-size: 10px;
	margin: 5px 8px 0px 0px;
    padding: 1px 0px 0px 5px;
    border: 1px solid #000000;
    background-color: #cccccc;
    color: #000000;

}

#static_capsule_header #static_subhead2{
	width: 780px;
	height: 113px;
	clear: right;
	margin: 0px 0px;
	padding: 0px 0px;
	background-image: url(../images/banner_bkgd.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    /*border: 1px solid #000;*/
  

}
#static_capsule_header #static_subhead2 img{
	float: left;
	margin: 0px 0px 0px 0px;
    padding: 7px 0px 0px 5px;
}

#static_capsule_body {
 	
    width: 780px;
	clear: left; /* clears any floats from the header */
	margin: 0px 0px;
    padding: 0px 0px;
    background-image: url(../images/verticle_line.gif);
    background-position: 185px 0px;
    background-repeat: repeat-y;


}	
#static_left_pane{

	float: left;
	width: 165px;
	text-align: left;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px;
}
#static_right_pane{
	float: left;
	width: 610px;
	text-align: left;
	margin: 0px 0px 0px 2px;
    padding: 0px 0px;
    min-height: 400px;
    height: auto;
   	_height: 400px;
}
.clear{
	clear: left;
}
#static_capsule_footer {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
    text-align: center;
    margin: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #074771;
    color: #ffffff;
}

/* LAYOUT END */


/* SITE NAVIGATION */

/* BOSS NAVIGATION */
#static_capsule_header #static_subhead2 #bossnav{
	font-size: 11px;
   	font-family: Helvetica, sans-serif;  
	margin: 87px 0px 0px 65px;
    padding: 0px 0px;
    text-align: right;
    float: left;
    /*border: 1px solid #000;*/
}
#static_capsule_header #static_subhead2 #bossnav ul{
	margin: 0px 0px;
    padding: 0px 0px;
    list-style: none;
}
#static_capsule_header #static_subhead2 #bossnav li{
	margin: 0px 1px ;
    padding: 0px 0px;
    width: 75px;
	float: left;
	background-color: #074771;
	text-align: center;

	
}
#static_capsule_header #static_subhead2 #bossnav li a{
	display: block;
	margin: 0px 0px;
    padding: 3px 0px 3px 0px;
	background-image: url(../images/tab_crns.gif);
    background-position: bottom left;
    background-repeat:  no-repeat;
    text-transform: uppercase;
}
#bossnav li a:link, #bossnav li a:visited{
	color: #ffffff;

	text-decoration: none;
}
#bossnav li a:hover{
	background-color: #8CB3C5;
	color: #000;

	text-decoration: none;
}
/* END BOSS NAVIGATION */

/* APP NAVIGATION */
#static_left_pane ul{
	font-family: Helvetica,  sans-serif;
	font-size: 12px;
	list-style: none;
 	margin: 35px 0px 0px 15px;
 	padding: 0px 0px 0px 0px;
 	width: 150px;
}
#static_left_pane li{
 	margin: 0px 0px 7px 0px;
 	padding: 0px 0px 0px 0px;
 	border: 1px solid #c3c3c3;
 	background-color: #e2e2e2;
 	
}
#static_left_pane ul li a{
  	display: block;
  	margin: 0px 0px 0px 0px;
 	padding: 4px 0px 3px 25px;
 	color: #000;
  	text-decoration: none;
 	background-image: url(../images/nav_sqrover.gif);
    background-position: 5px 5px;
    background-repeat:  no-repeat;
 	width: 125px;
 	}
html>body #static_left_pane li a { width: auto; }

#static_left_pane li a:link, #left_pane li a:visited{
 	color: #000;
 	text-decoration: none;
}
#static_left_pane li a:hover{
 	color: #ffffff;
 	text-decoration: none;
 	background-color: #074771;
  	text-decoration: none;
 	background-image: url(../images/nav_sqr.gif);
    background-position: 5px 5px;
    background-repeat:  no-repeat;
 	
}

/* END APP NAVIGATION */
	
/* FORMS  */
form.pom  {
  margin: 20px 0px;
}
form.pom fieldset {
  margin-bottom: 10px;
  padding: 10px ;
  border-left: none ;
  border-right: none; 
}
form.pom legend {
	padding: 0px 10px 5px 0px;
    margin: 0px 0px 0px -10px;
    font-size: 12px;
 	 font-weight: bold;
  background-color: #fff;
}
form.pom label {
	float:left;
  display: block;
 padding: 3px 0px 0px 0px;
  vertical-align: top;
   
}
form.pom fieldset ol {
  margin: 0;
  padding: 0;
}
form.pom fieldset li {
  list-style: none;
  padding: 2px 5px;
  margin: 0;
}
form.pom fieldset fieldset {
  border: 1px solid #ccc;
  margin: 3px 0 0;
  padding: 5px 10px 10px 10px;
}
form.pom fieldset fieldset legend {
  padding: 0px 10px 5px 0px;
    margin: 0px 0px -5px -12px;
  font-weight: bold;
  background-color: #fff;
 
}
form.pom fieldset fieldset label {
  display: block;
 width: auto;
 padding: 0px 0px 2px 0px;
  margin: 0px 0px 0px 0px;
  vertical-align: text-top;
  
}

form.pom em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.pom label {
 width: 150px; /* Width of labels */
}
form.pom fieldset fieldset label {
  padding-left: 135px;  /*Width plus 3 (html space)*/

}
form.pom br{
	clear:left;
}
/*form.pom input, form.pom textarea{
	border: 1px inset #000000;
}*/

/* END  FORMS  */



/* END SITE NAVIGATION */

/* COMPONENTS START */

#static_right_pane h1{
 	margin: 10px 0px 0px 0px;
 	padding: 0px 0px 10px 0px;
 	font-size: 14px;
 	color: #074771;
}
#static_right_pane h2{
 	margin: 10px 0px 0px 0px;
 	padding: 0px 0px 10px 0px;
 	font-size: 12px;
 	color: #074771;
}
#static_right_pane h3{
 	margin: 10px 0px 15px 0px;
 	padding: 0px 0px 3px 0px;
 	font-size: 14px;
 	color: #000;
 	border-bottom: 1px solid #919191;
}
#static_right_pane .p1{
	margin: 0px 0px 0px 0px;
 	padding: 0px 0px 10px 0px;
 	font-size: 11px;
 	line-height: 1.4;
}
#static_right_pane li{
	margin: 0px 0px 0px 0px;
 	padding: 0px 0px 5px 0px;
 	font-size: 11px;
 	line-height: 1.4;
}
#static_content{
	margin: 0px 0px 0px 0px;
 	padding: 20px 20px 20px 30px;

}


/* COMPONENTS END */




/* LINKS START */
#sitemap a:link{
	text-decoration: underline;
	color: #000
}
#sitemap a:visited{
	text-decoration: underline;
	color: #000
}
#sitemap a:hover{
	text-decoration: none;
	color: #074771
}


a{
outline: none;
}
:focus{
-moz-outline-style: none;
}


#static_capsule_footer a:link, #static_capsule_footer a:visited{
 	color: #ffffff;
 	text-decoration: none;
}
#static_capsule_footer a:hover{
 	color: #B8D0D7;
 	text-decoration: none;
}

/* LINKS END */


