/***************************************** DEFAULTS START *********************************************/

body { 
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	background-color: #fff;
	font-family: Verdana, Arial, san-serif;
	font-size: 11px;
	
}


/************************************ CAPSULES - SITE LAYOUT ***************************************/

#static_capsule_container {
	width: 780px;
 	padding: 0px 0px;
  	margin: 0px auto;   /* center this area */
   	background-color: #fff;
}

#static_capsule_header {
	background-image: url(../images/header_bkgd.jpg);
	background-position: 0px 0px; 
	background-repeat: repeat-x;
	width: 778px;
	height: 109px;
	margin: 10px 0px 15px 0px;
    padding: 0px 0px;
  	color: #000;
  	background-color: #fff;
  	border: 1px solid #F3BD83;

}

#static_capsule_body {
	background-image: url(../images/menu_bkgd2.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;	
	clear: left;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
 	width: 780px;
 	}

#static_capsule_footer {
	clear: both;
	text-align: left;
 	width: 780px;
 	color: #a0a0a0;
 	font-size: 10px;
 	margin: 8px 0px 100px 0px;
    padding: 0px 0px 0px 0px;
    /*border: 1px solid #000;*/
   
}

/************************************ [CAPSULE] AREAS - SITE LAYOUT ***************************************/


/***************** HEADER **********************/

#static_header_cell_01 {
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	float: left;
	width: 269px;
}

#static_header_cell_02 {
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	float: right;
	width: 363px;
	height: 109px;
	/*border: 1px solid #000;*/
	text-align: right;
}

  	
/***************** BODY **********************/  	
  	
#static_body_cell_01 {	
	
	/*background-image: url(../images/menu_bkgd2.jpg);
	background-repeat: no-repeat;*/
 	float: left;
 	width: 148px;
 	margin: 0px 0px 0px 0px;
  	padding: 0px 0px;
  	font-family: Verdana, Helvetica, sans-serif;
  	border: 1px solid #F3BD83;
  	border-bottom: none;
  	/*background-color: #FAC9A1;*/
}
#static_body_cell_02 {
	float: right;
	min-height: 400px;
	height: auto;
	_height: 400px;
	background-color: #fff;
	width: 613px;
 	margin: 0px 0px 0px 0px;
  	padding: 0px 0px;
  	text-align: left;
  	border: 1px solid #F3BD83;
}

#static_breadcrumbs {
	background-image: url(../images/breadcrumb_bkgd.jpg);
	background-position: left bottom;
	background-repeat:  repeat-x;
	background-color: #fff;
 	margin: 0px 0px;
  	padding: 3px 0px 4px 15px;
  	text-align: left;
  	border-bottom: 1px solid #F3BD83;
  	color: #001A6E;
  	font-size: 12px;
  	font-weight: bold;
  	letter-spacing: 0.1em;
}


/********************************************* ELEMENTS **********************************************/

/*********************  MENU **********************/ 

#static_body_cell_01 ul#menu{
 	list-style: none;
 	margin: 0px 0px;
 	padding: 0px 0px 0px 0px;
 	text-align: left;
 	font-family: Verdana, sans-serif; 
 	font-size: 12px;
 	font-weight: bold;
}

#static_body_cell_01 li{
 	margin: 0px 0px 0px 0px;
 	padding: 0px 0px 0px 0px;
 	border-bottom: 1px solid #F3BD83;
}



#static_body_cell_01 li a{
  	display: block;
  	margin: 0px 0px 0px 0px;
 	padding: 2px 0px 3px 20px;
 	color: #001A6E;
 	text-decoration: none;
 	/*width: 135px;*/
}

html>body #static_body_cell_01 li a { width: auto; }

/***************  BODY CELL 02 - CONTENT  **************/ 

#static_content{
	margin: 10px 15px 10px 10px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, san-serif;
	font-size: 11px;
}

/* FORMS  */
form.pom  {
  margin: 20px 0px;
}
form.pom fieldset {
  margin-bottom: 10px;
  padding: 10px ;
  border: 0px solid #ccc ;
}
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 10px 0px 0px;
  vertical-align: top;
  text-align: right;
   
}
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: 110px; /* 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  */

/********************************************* HTML TAG - STYLES **********************************************/

/********** [HEADER] **********/

#static_header_cell_01 h1{
	margin: 0px 0px 0px 30px;
 	padding: 0px 0px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 109px;
	width: 239px;
}

#static_header_cell_01 h1 span{
	display: none;
}
#static_header_cell_02 h2{
	margin: 0px 0px;
 	padding: 0px 0px;
	background-image: url(../images/slogun.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 363px;
	height: 76px;

}
#static_header_cell_02 h2 span{
	display: none;
}
#static_header_cell_02 .button{
	display: block;
	float: right;
	border: 1px solid #CE9200;
	background-image: url(../images/header_btn_bkgd.gif);
	background-repeat:  repeat-x;
	height: 15px;
	margin: 5px 8px 0px 0px;
 	padding: 2px 10px 3px 10px;
 	font-family: Verdana, Arial, san-serif;
 	font-size: 12px;
 	font-weight: bold;
 	color: #001A6E;
}




/********** BODY CELL 02 [CONTENT] STYLES **********/
#static_content h2{
	margin: 0px 0px 10px 0px;
 	padding: 0px 0px 0px 0px;
	line-height: 1.6;
	color: #F47F20;
	font-size: 14px
}
#static_content p{
	margin: 0px 0px 10px 0px;
 	padding: 0px 0px 0px 0px;
	line-height: 1.6;
}
#static_content img{
	margin: 4px 4px;
 	padding: 0px 0px;
	
}
#static_content ul{
	margin: 0px 0px 0px 272px;
 	padding: 0px 0px 0px 0px;
	
}
#static_content li{
	margin: 0px 0px 0px 15px;
 	padding: 2px 0px ;
 	
	
}
#static_content table{
	margin: 0px;
 	padding: 0px ;
 	border: 1px solid #F3BD83;
	
}
#static_content td{
	margin: 0px;
 	padding: 2px 10px 2px 10px ;
	
}
#static_content tr.shaded{
	background-color: #FBD8BC;
	
}
/********************************************* LINK STYLES **********************************************/

/********** [BODY CELL 01] MENU NAVIGATION LINKS **********/
#static_body_cell_01 #menu a:link, #static_body_cell_01 #menu a:visited{
  	text-decoration: none;
}

#static_body_cell_01 #menu a:hover{
 	text-decoration: none;
 	/*color: #fff;*/
 	background-color: #F47F20;
 }
/********** [HEADER CELL 02] BUTTONS **********/
 #static_header_cell_02 .button a:link, #static_header_cell_02 .button a:visited{
	 text-decoration: none;
	 color: #001A6E;
  
 }
  #static_header_cell_02 .button a:hover{
   	text-decoration: none;
	 color: #000;
}
#static_content a:link, #static_content a:visited{
	text-decoration:  underline;
	 color: #F47F20;
	
}
#static_content a:hover{
	text-decoration: none;
	 color: #000;
	
}
/********************************************* LINK OUTLINE REMOVE STYLES **********************************************/

a{
outline: none;
}
:focus{
-moz-outline-style: none;
}
