a:focus, input:focus {
 outline:none;
}

.buttonblue-pill {
 border-width: 2px;
 border-style: solid;
 border-color: rgb(117, 143, 186) rgb(108, 132, 171) rgb(92, 111, 145);
 font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; padding: 8px 0px;
 border-radius: 18px;
 width: 170px;
 text-align: center;
 color: rgb(255, 255, 255);
 text-transform: uppercase;
 font-size-adjust: none;
 font-stretch: normal;
 box-shadow: inset 0px 1px 0px 0px #aec3e5;
 background-color: rgb(165, 184, 218);
 -webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
 text-shadow: 0 -1px 1px #64799e;
 text-decoration: none;
}
.buttonblue-pill:hover {
 border-width: 5px;
 border-style: solid;
 border-color: rgb(109, 134, 173) rgb(100, 122, 158) rgb(84, 102, 133);
 cursor: pointer; box-shadow: inset 0px 0px 0px 0px #a5b9d9;
 background-color: rgb(155, 173, 204);
 -webkit-box-shadow: inset 0 1px 0 0 #a5b9d9;
}
.buttonblue-pill:active {
 border: 1px solid rgb(84, 102, 133);
 box-shadow: inset 0px 0px 8px 2px #7e8da6, 0px 1px 0px 0px #eeeeee;
 -webkit-	box-shadow: inset 0 0 8px 2px #7e8da6, 0 1px 0 0 #eeeeee;
}



.blueBox {
	border: 1px solid #3C6CD1;
}

.mainTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	color: #999999;
}
.mainTitlerusty {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	color: #610B0B;
}
.subtitlerusty {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #610B0B;
}
.subtitlered {
	font-family: Arial Black, Verdana, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #E50509;
}
.contentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
.contentTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	font-weight: bold;
}
.contentTextBoldrusty {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #610B0B;
	font-weight: bold;
}
.contentTextBoldwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
}

.smallTextrusty {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #610B0B;
}

.verysmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #3C6CD1;
}
.divider {
  border-top-width:1px;
  border-top-style:dotted;
  border-top-color:#610B0B;
  }


.clearFix:after { /* for modern browsers */
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
overflow:hidden;
}
.clearFix { /* for IE7/Win */
min-height:1px;
}
* html .clearFix { /* for IE5-6/Win */
height:1px;
}
* html>body .clearFix { /* for IE5/Mac */
height:auto;
display:inline-block;
}
#menurow {
background: #10358D;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
position: relative;
top: 0px;
left: 0px;
width: 970px;
height: 30px;
}
#foot {
background: #73b6f7;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
position: relative;
top: 0px;
left: 0px;
width: 970px;
height: 30px;
}
.foottext {
margin: 20px 5px 0px 5px;
font-family:Arial, Verdana;
font-size: 9px;
color: #610b0b;
position: relative;
top: 5px;

}
.headtext {
font-family:Bradley Hand ITC;
font-size: 30px;
font-weight: 900;
color: #10358d;
position: relative;
/* top: -50px;
left: 430px; */
float:right;
padding-top:30px;
padding-right:30px;
}
#cssmenu {
	padding: 5px 0px 0px 0px;
	margin: 0px;
	width: 170px;
	text-align: right;
}
	
#cssmenu ul{
	padding:0px;
	list-style:none;
	margin: 0px;
}
	
#cssmenu li a {
	font-family: arial;
	text-decoration: none;
	font-size: 14px;
	font-weight:normal;
	color: #610b0b;
	border-radius: 14px;
	box-shadow: 5px 5px 5px #888888;
	border-bottom: solid 1px #f5e9b1;
	border-left: solid 1px #f5e9b1;
	border-right: solid 1px #f5e9b1;
	display: block;
	background: #e8dda7;
	padding: 2px 5px 6px 5px;
}
		
#cssmenu li a:hover {
	color: #ffff80;
	background: url(../images/menuleo.png) 0 -35px;
	padding: 2px 5px 6px 5px;
}
		
#cssmenu li a:active {
	color: #fff;
	background: url(../images/menuleo.png) 0 -70px;
	padding: 8px 5px 0 30px;
}	

.accordion_toggle {
	display: block;
	height: 30px;
	width: 680px;
	background: url(../images/v_arrow.gif) no-repeat center left  #f5e9b1; /*a9d06a */
	background-position: 10px 10px;
	padding: 0 10px 0 20px;
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-family: arial;
	font-size: 16px;
	color: #610b0b; /* 000000 */
	border-bottom: 1px solid #f5f5f5; /*cde99f */
	cursor: pointer;
	margin: 0 0 0 0;
}
		
.accordion_toggle_active {
	background: url(../images/h_arrow.gif) no-repeat center left #f0f0f0; /*e0542f */
	background-position: 10px 10px;
	color: #610b0b; /* ffffff */
	border-bottom: 1px solid #e0e0e0; /* f68263 */
}
		
.accordion_content {
	background-color: #ffffff;
	color: blue;    /* font color of text in open slider was 444444 */
	overflow: hidden;
	font-size: 12px;
	margin: 15px 0 5px 20px;

}
			
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #610b0b; /* font color of text in headings was 0099FF */
}
			
.accordion_content p {
	background-color: #ffffff;
	color: blue;
	font-family: arial;
	overflow: hidden;
	font-size: 12px;
	margin: 15px 0 15px 20px;

}
.accordion_content ul {
	background-color: #ffffff;
	color: blue;
	font-family: arial;
	font-size: 12px;
	overflow: hidden;
	margin: 15px 0 15px 20px;

}
			
.vertical_accordion_toggle {
	display: block;
	height: 30px;
	width: 500px;
	background: url(../images/v_arrow.gif) no-repeat #e0e0e0; /*a9d06a */
	background-position: 10px 10px;
	padding: 0 10px 0 20px;
	line-height: 30px;
	color: #ffff80;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-family: arial;
	font-size: 14px;
	color: #610b0b;
	border-bottom: 1px solid #f5f5f5; /* cde99f */
	cursor: pointer;
	margin: 0 0 0 0;
}

.vertical_accordion_toggle_active {
	background: url(../images/h_arrow.gif) no-repeat #c0c0c0;/*e0542f */
	background-position: 10px 10px;
	color: blue;
	border-bottom: 1px solid #f5f5f5; /*f68263 */
}

.vertical_accordion_content {
	background-color: #ffffff;
	color: blue;
	font-family: arial;
	overflow: hidden;
}

.vertical_accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}

.vertical_accordion_content p {
	padding: 5px 10px 15px 10px;
}
  			
#vertical_nested_container3 {
      margin: 10px auto 10px auto;
      width: 850px;
	font-size: 14px;
}
#vertical_nested_container0 {
      margin: 10px auto 10px auto;
      width: 850px;
	font-size: 14px;
}
#vertical_nested_container1 {
      margin: 10px auto 10px auto;
      width: 850px;
	font-size: 14px;
}

#vertical_nested_container2 {
      margin: 10px auto 10px auto;
      width: 850px;
	font-size: 14px;
}

.leos_shad_box {
	position: relative;
  	border: 8px solid #10358d;
	margin: 5px;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 5px 5px 5px #888888;
	padding: 40px 5px 5px 5px;
	font-family: arial, verdana;
	font-size: 14px;
	text-align: left;
	overflow: scroll;
}

.boxnobars {
	position: relative;
  	border: 8px solid #10358d;
	margin: 5px;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 5px 5px 5px #888888;
	padding: 40px 0px 0px 0px;
	font-family: arial, verdana;
	font-size: 14px;
	text-align: left;

}


.shad_box_head {
	line-height: 24px;
	position: absolute;
	padding: 0px 0px 5px 5px;
	top: 0;
	left: 0;
	width: 100%;
	background: #10358d;
	font-family: arial, verdana;
	color: #73b6f7;
	font-size: 18px;
	text-align: left;
}
#whitebox {
background: #ffffff;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
position: relative;
top: 0px;
left: 0px;
width: 970px;
height: 115px;
}



