
*{
	margin:0px;
	padding:0px;
}
body {
    color: #433F38;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 18px;
	background: #E9E2D2;
	background: -moz-linear-gradient(-90deg, #F5F3E5 0%, #E1D8C2 100%) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F3E5', endColorstr='#E1D8C2');
	background: -webkit-gradient(linear, left top, left bottom, from(#F5F3E5), to(#E1D8C2));
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	
}
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

a:link,a {
    color: #009900;
    text-decoration: none;
    font-weight: bold;
}



a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

#main p{
 margin:15px 10px;   
    
}

#main h3{
    /*color: #5C7A85;*/
	color: #395272;
    font-size: 22px;
    line-height: 30px;
    padding: 10px;
}

header,
footer,
nav,
section {
    display: block;
}
.footer {
	clear:both;
    height: auto;
    margin: 0 auto 20px;
    overflow: hidden;
    width: 100%;
	text-align:center;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    /*font-size: 1.5em;
    color: #000;*/
    font-size: 24px;
    /*color: #777;*/
    color: #7A6E54;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    /*width: 90%;*/
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

#page-sections {
    position: relative;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    z-index: 900;
    
}

#logo{
    /*box-shadow:0 2px 3px rgba(0, 0, 0, 0.5);*/
    padding: 20px 20px 0;
    } 
    
#valinks{
    
    height: 30px;
    text-align: center;
  background: #849ec1; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0OWVjMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTUyNzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #849ec1 0%, #395272 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#849ec1), color-stop(100%,#395272)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #849ec1 0%,#395272 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #849ec1 0%,#395272 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #849ec1 0%,#395272 100%); /* IE10+ */
background: linear-gradient(to bottom,  #849ec1 0%,#395272 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#849ec1', endColorstr='#395272',GradientType=0 ); /* IE6-8 */

}
    
    ul#TopLinks{
    list-style-type:none;
    
    }
    
    ul#TopLinks li {
    display:inline;
     margin-right:10px;
    }
    
    ul#TopLinks li.RootLink a {
    color: White;
    font-weight: 700;
  
    }
    
    ul#TopLinks li a {
    text-decoration: none;
    color:#fff;
    font-size:16px;
    }

header h1, #call-box h1, #header h1 {
    /*color: #5C7A85;*/
	color: #395272;
    display: block;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 45px;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    white-space: nowrap;

}
#about p{
	font-family: Garamond;
	font-size:14px;
}
#main {
   
    width: 73%;
    postion:relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: none repeat scroll 0 0 #F7F7F9;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(0, 0, 2, 0.1), 0 1px 0 rgba(0, 0, 2, 0.15), 0 1px 1px rgba(0, 0, 2, 0.1);
    padding: 13px 10px 25px;
    text-shadow: 0 1px 0 #FDFDFF;
    min-height: 914px;
    z-index:50;
    behavior: url(../Scripts/PIE.htc);
    
}
#main p,#main ul{
	font-family:Garamond;
}

footer, 
#footer {
    /*background-color: #fff;*/
    background-color: #F7F7F9;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: 0.9em;
    border-radius: 0 0 4px 4px;
    border-style: solid;
    border-width:1px;
    border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/*Bottom Navigation*/
---------------------------------------------------------- 
#bottomNav {
    line-height: normal;
    text-align: center;
}

/* TAB MENU   */
----------------------------------------------------------
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
} 


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;

    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
    font-family: Helvetica,Sans-Serif;
}

#Question
 {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1em;
    color: #444;
    width: 330px;
    height: 48px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

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

table td {
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    /*margin-top: 20px;*/
    clear: both;
}

div#title {
    display: block;
    /*float: left;*/
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

/* Image Menu */

.MenuBk{
    background:#034161; 
    /*position: relative; */  
    }
#imageMenuAbout  { 
   height: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}


#imageMenuAbout li {
    background-color: #F6F6F6;
    border: 1px solid #E2EDF5;
    display: block;
    float: left;
    overflow:hidden;
    /*min-height: 137px;*/
    height: 137px;
    width:176px;
    position: relative; 
    /*line-height: 178px;*/
    /*margin-bottom: 4px;
    margin-right: 4px;
    margin-top: 50px;
    text-align: center;
    width: 137px;*/
}

#imageMenuAbout img { 
   /*position: relative; */
   width: 100%; /* for IE 6 */
   overflow: hidden;
}

#imageMenuAbout h2 { 
   position: absolute; 
   top: 330px;
   /*top: 620px; */
   /*left: 15px; */
   width: 100%; 
   z-index: 100;
   
}

#imageMenuLinks li {
    background:-moz-linear-gradient(center top , #395272, #283A50) repeat scroll 0 0 transparent;
	        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#395272', endColorstr='#283A50'); /* for IE */
            background: -webkit-gradient(linear, left top, left bottom, from(#395272), to(#283A50)); /* for webkit browsers */
    display: block;
    float: left;
    overflow:hidden;
    height: 37px;
    width:178px;
    
    /*line-height: 178px;*/
    /*margin-bottom: 4px;
    margin-right: 4px;
    margin-top: 50px;
    text-align: center;
    width: 137px;*/
}

#imageMenuLinks h2 span { 
   color: white; 
   font: bold 20px/45px Helvetica, Sans-Serif; 
   letter-spacing: 1px;  
   text-shadow: none;
   padding-left: 15px;
}

.outline-panel {
    background-color: #FFFFFF;
    border: 2px solid #E4E4E4;
    border-radius: 3px 3px 3px 3px;
    margin: 30px 0;
    padding: 20px;
}


.gethelp {
     background-image: url('../images/GetHelp/HelpBlue.jpg');
     width: 703px;
     height: 195px;
}

.gethelpSomeone {
     background-image: url('../images/GetHelp/SomeoneBlue.jpg');
     width: 703px;
     height: 195px;
}
.gethelpself {
     background-image: url('../images/GetHelp/YourSelfBlue.jpg');
     width: 703px;
     height: 195px;
}

.gethelpattempt {
     background-image: url('../images/GetHelp/AttemptBlue.jpg');
     width: 703px;
     height: 195px;
}

.gethelploss {
     background-image: url('../images/GetHelp/LossBlue.jpg');
     width: 703px;
     height: 195px;
}

.gethelpyoung {
     background-image: url('../images/GetHelp/YoungBlue.jpg');
     width: 703px;
     height: 195px;
}

.gethelpvets {
     background-image: url('../images/GetHelp/VeteransBlue.jpg');
     width: 703px;
     height: 195px;
}

.gethelpspanish {
     background-image: url('../images/GetHelp/SpainishBlue.jpg');
     width: 703px;
     height: 195px;
}

.gethelpint {
     background-image: url('../images/GetHelp/InternationalBlue.jpg');
     width: 703px;
     height: 195px;
}

.gethelpol {
     background-image: url('../images/GetHelp/OnlineBlue.jpg');
     width: 703px;
     height: 195px;
}


#insideHeader {
    
    background: none repeat scroll 0 0 #849EC1;
    border-color: rgba(172, 236, 255, 0.3) rgba(172, 236, 255, 0.08) rgba(172, 236, 255, 0.08);
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    margin-top: 0px;
    padding: 9px 8px 1px 3px;
   /* height:200px;*/
   min-height: 60px;
   behavior: url(../Scripts/PIE.htc);
    }
    
    #insideHeader h2 {
    float:right;
    font-size: 28px;
    color: #FFFFFF;
    display: inline;
    /*font-size: 60px;*/
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    white-space: nowrap;
    /*padding-top: 130px;*/
    padding-right: 20px;
    }
    
     #insideHeader img {
       border:4px solid #fff;
       box-shadow: 0 6px 4px -4px rgba(6, 36, 56, 0.6);
       margin: 4px;
    }
    
    .logoDisplay{
      padding: 40px;  
        }
        
    .logoDisplay h4{
      padding-bottom: 40px;
      font-weight: bold;  
        }
        
    .logoDisplay h3{
      /*padding-bottom: 40px;*/
      padding-bottom: 30px;
      font-weight: bold;  
        }
        
    .logoDisplay ul
    {
      display: inline-block;
      line-height: 1.6em;
      padding: 20px;  
      vertical
        }
        
        
        
#thumbs { padding-top: 10px; overflow: hidden; }

#thumbs img, #largeImage {
 border: 1px solid gray;
 padding: 4px;
 background-color: white;
 cursor: pointer;
}
#thumbs img {
 float: left;
 margin-right: 6px;
}
#description {
 background: black;
 color: white;
 position: absolute;
 bottom: 0;
 padding: 10px 20px;
 width: 525px;
 margin: 5px;
}
#panel { position: relative; }
/*skip-navi css*/
#skip-navi{
	text-align: left; 
}
#skip-navi a { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
#skip-navi a:focus, #skip-navi a:active { position: static; left: 0; width: auto; height: auto; overflow: visible; text-decoration: underline; } 

/*GetInvolved Locator css */
.FontWeightBold{
    font-weight: bold;
}
.redFont
{
    color:Red;
}
.DefaultTextBox
{
    width:50px;
    background-color: #EFEFEF;
    border: 1px solid #999999;
    border-radius: 2px 2px 2px 2px;
    color: #333333;
    padding: 3px;
}
.DefaultDropDownList
{
    background-color: #EFEFEF;
    border: 1px solid #999999;
    border-radius: 2px 2px 2px 2px;
    color: #333333;
    padding: 2px;
}
.DefaultButton
{
    background-color: #C6C6C6;
    border: 1px solid #696969;
    border-radius: 8px 8px 8px 8px;
    color: #333333;
    font-size: 13px;
    padding: 0px 5px;
}
.ContentDivider
{
    margin: 50px auto;
    background: url('../Content/images/GetInvolved/ContentDividerBG.png') repeat-x scroll 0 0 transparent;
    height: 5px;
    text-align:center;
}
.CentenDivider img
{
    height:47px;
    width:70px;
    margin: -15px auto 0 auto;
    
}
#searchResult
{
    height:auto;
    overflow: hidden;
    position: relative;
    
}
#searchResult #loadingDiv
{
    display:none;
    text-align:center;
    margin:0 auto;
}
#loadingDiv img
{
    height:32px;
    width:32px;
    border:none;
}
#searchResultHeader
{
     display:none;
     text-align:center;
     margin:0 auto;
}
.resultContentDiv
{
    height: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.BlueHighlightDiv
{
    background-color: #E6F0F5;
    border: 1px solid #9BC5D7;
    border-radius: 3px 3px 3px 3px;
    padding: 15px;
    float: left;
    margin-top: 8px;
    margin-bottom: 8px; 
    margin-right:16px;
    min-height: 86px; 
    width: 43%;
    
}
.GreenHighlightText
{
    color:#009900;
}
.rowContainer
{
    width:100%;
    overflow:hidden;
}
.labelZipError,.labelStateError
{
    display:none;
} 
.alignCenter
{
    text-align:center;
    margin:0 auto;
}
.searchOpt
{
    display: block;
    margin: 5px auto 20px;
    overflow: hidden;
    position: relative;
}
.marginTop5px
{
    margin-top:5px;
}

/*--------------menu.css----------------*/
#menu a {
	color: #333333;
}
#menu {

	background: #009900; /* for non-css3 browsers */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009900', endColorstr='#00611C'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#009900), to(#00611C)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #009900,  #00611C); /* for firefox 3.6+ */ 

	border: 1px solid #6D6D6D;
	border-radius: 4px;

	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	line-height: 100%;
	margin-bottom: 8px;
	padding: 7px 0 0;
	width: 100%;
	/*z-index: 2000;*/
	/*behavior: url(../Scripts/PIE.htc);*/
}

#main #menu {
	/*background: -moz-linear-gradient(center top , #A9A9A9, #7A7A7A) repeat scroll 0 0 transparent;*/
	background: #395272; /* for non-css3 browsers */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#395272 ', endColorstr='#283a50 '); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#395272 ), to(#283a50 )); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #395272 ,  #283a50 ); /* for firefox 3.6+ */ 

	border: 1px solid #283a50;
	/*border-radius: 2em 2em 2em 2em;*/
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	line-height: 100%;
	margin: 0;
	padding: 7px 6px 0;
	width: 98%;
}
#menu li {
	float: left;
	list-style: none outside none;
	margin: 0 5px;
	padding: 0 0 8px;
	position: relative;
}
#menu a {
	border-radius: 4px;
	color: #E7E5E5;
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 8px 18px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	/*behavior: url(../Scripts/PIE.htc);*/
}

#main h1 {
	font-size: 36px;
	font-weight: 700;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	white-space: nowrap;
	text-align: center;
	padding-top: 10px;
}

#menu .current a, #menu li:hover > a {
	/*background: -moz-linear-gradient(center top , #EBEBEB, #A1A1A1) repeat scroll 0 0 transparent;*/
	background: #EBEBEB; /* for non-css3 browsers */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EBEBEB', endColorstr='#7A7A7A'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#7A7A7A)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #EBEBEB,  #7A7A7A)repeat scroll 0 0 transparent; /* for firefox 3.6+ */ 

	/*border-top: 1px solid #F8F8F8;*/
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #444444;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    
}
#menu li:hover ul li{
display:block;
	height:100%;
	

}
#menu ul li:hover a, #menu li:hover li a {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	box-shadow: none;
	color: #222222;

}
#menu ul a:hover {
	/*background: -moz-linear-gradient(center top , #04ACEC, #0186BA) repeat scroll 0 0 transparent !important;*/
	background: #009900 !important; /* for non-css3 browsers */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009900', endColorstr='#00611C') repeat scroll 0 0 transparent !important;; /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#009900), to(#00611C)) repeat scroll 0 0 transparent !important; /* for webkit browsers */
	background: -moz-linear-gradient(center top , #009900, #00611C) repeat scroll 0 0 transparent !important; /* for firefox 3.6+ */ 

	border-radius: 0 0 0 0;
	color: #FFFFFF !important;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	/*behavior: url(../Scripts/PIE.htc);*/
	
}
#menu ul {
	/*background: -moz-linear-gradient(center top , #FFFFFF, #CFCFCF) repeat scroll 0 0 transparent;*/
	 
    background: #eee; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CFCFCF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFFFFF,  #CFCFCF); /* for firefox 3.6+ */ 

	border: 1px solid #B4B4B4;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	display: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 35px;
	width: 185px;
	/*behavior: url(../Scripts/PIE.htc);*/
}
#menu li:hover > ul {
	display: block;
	
}
#menu ul li {
	float: none;
	margin: 0;
	padding: 0;
	display:block;
	
}
#menu ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
}
#menu ul ul {
	left: 181px;
	top: -3px;
	
}
#menu ul li:first-child > a {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#menu ul li:last-child > a {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
#menu:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#menu {
	display: inline-block;
}
html[xmlns] #menu {
	display: block;
}
* html #menu {
	height: 1%;
}

/*Side Menus*/
----------------------- 
#sidebar-a {
	/*min-height: 633px;
	background: #000000;
	width: 325px;*/
	/*float: right;
	width: 20%;
	display: block;
	position: relative;
	clear: both;*/
	
}

.sidebar-section {








	float: right;
	width: 23%;
	display: block;
	position: relative;


}

.grid-box {
	background: none repeat scroll 0 0 #F7F7F9;
	border: 2px solid #FFFFFF;
	border-radius: 4px;
	box-shadow: 0 0 0 1px rgba(0, 0, 2, 0.1), 0 1px 0 rgba(0, 0, 2, 0.15), 0 1px 1px rgba(0, 0, 2, 0.1);
	margin-bottom: 7px;
	padding: 13px;
	text-shadow: 0 1px 0 #FDFDFF;
	behavior: url(../Scripts/PIE.htc);
}

.grid-box p {
	text-align: center;
}

#p-style {
	text-align: center;
	padding: 0px;
}

#p-style2 {
	text-align: center;
	padding: 0px;
	font-size: 11px;
}

#sidebar-a h1 {
	
	font-family: Helvetica,Arial,sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	white-space: nowrap;
}

#sidebar-a h1 a{
	 text-decoration: none;
	 /*color: #46D790;*/
	 /*color: #BDFFF9;*/
	 color: #5FA0C0;
	}

#social-box {
	/*border: medium none;*/
	border-radius:3px 3px 3px 3px;
	border-color: rgba(172, 236, 255, 0.3) rgba(172, 236, 255, 0.08) rgba(172, 236, 255, 0.08);
	border-right: 1px solid rgba(172, 236, 255, 0.08);
	border-style: solid;
	border-width: 1px;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.5) inset;
	/*background: #5FA0C0;*/
	background: #849EC1;
	font-size: 12px;
	padding:9px 8px 1px 3px;
	margin-bottom:8px;
	text-align: center;
	/*text-shadow: 0 1px 0 #FFFFFF;*/
	/*width: 125px;*/
}

#social-box img {
    font-size: 12px;
    height: 30px;
    text-align: center;
}

#social-box a
{
	margin-left: 7px;
	
	}

#jessmap{
   width:200; 
	}
	
#chat_link{
	border-radius:3px 3px 3px 3px;
	border-color: rgba(172, 236, 255, 0.3) rgba(172, 236, 255, 0.08) rgba(172, 236, 255, 0.08);
	border-right: 1px solid rgba(172, 236, 255, 0.08);
	border-style: solid;
	border-width: 1px;
	box-shadow:0 8px 4px -4px rgba(6, 36, 56, 0.6);
	background: #5FA0C0;
	font-size: 12px;
	/*width: 100%*/
	padding:9px;
	line-height: 32px;
	text-align: center;
	text-shadow: 0 1px 0 #FFFFFF;
	}    
	
#chat_link a
{
	text-decoration: none;
	color:#fff;
	}    

.grid-box h3{
	font-size:16px;
	font-weight: bold;
	/*color: #7A6E54;*/
	color:#395272;
	text-align: center; 
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.2);
	}
.grid-box h4{
	font-size:13px;
	font-weight: bold;
	/*color: #7A6E54;*/
	color:#395272;
	text-align: center; 
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.2);
}

.grid-box #menu {
	

















	display:none;


}

/*Bottom Menu*/
----------------------- 


#btm-menu {
	position: relative;
} 

#btm-menu a {
	 text-decoration: none;
	 padding-right: 15px;
}

#btm-menu ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
	color: #33CC33;
	text-align: center
}
#btm-menu{
	width:100% !important;
}
#btm-menu, #btm-menu li, #btm-menu li a 
{
   
	display: inline-block;
	text-align: center;
	padding: 5px;
	vertical-align: middle;
	/*color: #433F38;*/
	color: #2f2a20;
	width:auto;
	height:auto;
	float:left;
}
#btm-menu li span a{
	float:none;
}
/* Chat Button */
a.btn, input.btn {/*border:#BBB 1px solid;*/ color:#fff; display:block; /*float:left;*/ padding:7px 10px; margin-right:10px; cursor:pointer;}
a:hover.btn{text-decoration:none; 
            background: #395272;
			background:-moz-linear-gradient(center top , #395272, #283A50) repeat scroll 0 0 transparent;
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#395272', endColorstr='#283A50'); /* for IE */
			background: -webkit-gradient(linear, left top, left bottom, from(#395272), to(#283A50)); /* for webkit browsers */
}

/* Rounded Corners */
.rounded, a.btn, input.btn {
-webkit-border-radius:3em;
-moz-border-radius:3em;
/*border-radius:6px;*/
-khtml-border-radius: 3em;
border: 4px solid #FFFFFF;
border-radius:3em 3em 3em 3em; 
/*behavior: url(../Scripts/PIE.htc);*/
}

/* Drop Shadow */
.shadow, a.btn, input.btn {
/*-moz-box-shadow: 0px 1px 3px #AAA;*/
-moz-box-shadow: 0 8px 4px -4px rgba(6, 36, 56, 0.6);
-webkit-box-shadow: 0px 1px 3px #AAA;
box-shadow: 0 6px 4px -4px rgba(6, 36, 56, 0.6);
}

/* Default Grey Gradient */
.gradient, a.btn , input.btn {
background: #849EC1; /* for non-css3 browsers */

background: -moz-linear-gradient(center top , #849EC1, #5C7A85) repeat scroll 0 0 transparent;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#849EC1', endColorstr='#5C7A85'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#849EC1), to(#5C7A85)); /* for webkit browsers */
width: 84%;
text-align: center;
margin-bottom:10px;
text-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
font-weight:700;
width: 164px;
behavior: url(../Scripts/PIE.htc);
}
.ui-tabs .ui-tabs-nav{
	overflow:hidden;
}

/*---------------slider---------------*/
#slider {
  overflow: hidden;
  width: 100%;
margin-bottom:25px;
text-align:center;
 
}
  #slider #imageSlider{
    padding: 0px;
    width: 715px;
	height:auto;
  }
    #slider .imageSlide{
      padding: 0px;
      width: 100%;
    }
 
      
    #slider #imageSliderNav{

      overflow: hidden;
      text-align: center;
      width: auto;
	 
    }
      #slider #imageSliderNav a{
        background-image: url(/images/imageSliderNav.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #dee4e4;  
        
        display: inline-block;
        height: 20px;
        width: 20px;
		position:relative;
      }
       
#slider #imageSliderNav a.activeSlide
{
  background-color: #e4b42d;
  color: #FFF;
}
/*---------demo.css-------------*/
.list{
   
	list-style-type:circle;
	padding: 20px;
	list-style-image: url("../images/list-item-greendot.png");
    margin: 20px 0 20px 40px;
}
.olist{
	list-style-type: decimal;
padding: 20px;
margin: 20px 0 20px 40px;
}

/*-------GetInvolved Locator css---------*/
.FontWeightBold{
    font-weight: bold;
}
.redFont
{
    color:Red;
}
.DefaultTextBox
{
    width:50px;
    background-color: #EFEFEF;
    border: 1px solid #999999;
    border-radius: 2px 2px 2px 2px;
    color: #333333;
    padding: 3px;
}
.DefaultDropDownList
{
    background-color: #EFEFEF;
    border: 1px solid #999999;
    border-radius: 2px 2px 2px 2px;
    color: #333333;
    padding: 2px;
}
.DefaultButton
{
    background-color: #C6C6C6;
    border: 1px solid #696969;
    border-radius: 8px 8px 8px 8px;
    color: #333333;
    font-size: 13px;
    padding: 0px 5px;
}
.ContentDivider
{
    margin: 50px auto;
    background: url('/images/GetInvolved/ContentDividerBG.png') repeat-x scroll 0 0 transparent;
    height: 5px;
    text-align:center;
}
.CentenDivider img
{
    height:47px;
    width:70px;
    margin: -15px auto 0 auto;
    
}
#searchResult
{
    height:auto;
    overflow: hidden;
    position: relative;
    
}
#searchResult #loadingDiv
{
    display:none;
    text-align:center;
    margin:0 auto;
}
#loadingDiv img
{
    height:32px;
    width:32px;
    border:none;
}
#searchResultHeader
{
     display:none;
     text-align:center;
     margin:0 auto;
}
.resultContentDiv
{
    height: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.BlueHighlightDiv
{
    background-color: #E6F0F5;
    border: 1px solid #9BC5D7;
    border-radius: 3px 3px 3px 3px;
    padding: 15px;
    float: left;
    margin-top: 8px;
    margin-bottom: 8px; 
    margin-right:16px;
    min-height: 86px; 
    width: 43%;
    
}
.GreenHighlightText
{
    color:#009900;
}
.rowContainer
{
    width:100%;
    overflow:hidden;
}
.labelZipError,.labelStateError
{
    display:none;
} 
.alignCenter
{
    text-align:center;
    margin:0 auto;
}
.searchOpt
{
    display: block;
    margin: 5px auto 20px;
    overflow: hidden;
    position: relative;
}
.marginTop5px
{
    margin-top:5px;
}

/*--------------locator-----------*/

.searchResult {
height: auto;
overflow: hidden;
position: relative;
width:100%;
}
.BlueHighlightPanel
{
	background-color: #e6f0f5;
	border: 1px solid #9bc5d7;	
	margin: 15px 0;
	padding: 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width:310px !important;
}
.searchBtn {
background-color: #C6C6C6;
border: 1px solid #696969;
border-radius: 8px 8px 8px 8px;
color: #333333;
font-size: 13px;
padding: 0px 5px;
}









.zip {
width: 50px;
background-color: #EFEFEF;
border: 1px solid #999999;
border-radius: 2px 2px 2px 2px;
color: #333333;
padding: 3px;
}
#ddlStates {
background-color: #EFEFEF;
border: 1px solid #999999;
border-radius: 2px 2px 2px 2px;
color: #333333;
padding: 2px;
}
.GreenHighlightText {
color: #009900;
}

/*------------overwrite jquery ui css---------*/
.ui-widget,#tabs li a{
	font-family:Helvetica,Arial,sans-serif;
	font-size:20px;
}
#tabs{
	min-height:520px;
}
#tabs .ui-tabs-nav{
	padding: .2em 0 0 0;
}
#main #tabs{
	text-shadow:none;
}

#tabs .ui-widget-content {
    background: none repeat scroll 0 0 #ECE8DA;
    border-bottom: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    box-shadow: 0 6px 4px -4px rgba(6, 36, 56, 0.6);
    min-height: 250px;
	margin-top:-2px;
}
#tabs .ui-state-default{
	background: #009900; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTkwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDYxMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #009900 0%, #00611c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009900), color-stop(100%,#00611c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #009900 0%,#00611c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #009900 0%,#00611c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #009900 0%,#00611c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #009900 0%,#00611c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009900', endColorstr='#00611c',GradientType=0 ); /* IE6-8 */

}
#tabs .ui-tabs .ui-tabs-nav{
	padding:0;
}
#tabs .ui-state-active{
	background:#ECE8DA;
    color:#395272;
	filter:none;
    font-weight: bold;
    outline: medium none;
}
#tabs .ui-state-hover:hover,#tabs .ui-state-hover a:hover{
	background: #ECE8DA;
	color:#395272;
}
#tabs .ui-widget-header {
    background: none;
    border: 0;
    color: #222222;
    font-weight: bold;
}
#tabs .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited{
	color:#ffffff;
}
#tabs .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
	color:#395272;
}
/*---------Breadcrumbs------------------*/
ul.breadcrumbs{
	 font-family: Helvetica,Arial,sans-serif !important;
}
.breadcrumbs{
	list-style:none;
		display:block;
		width:100%;
		height:auto;
		overflow:hidden;
}
.breadcrumbs li{
	float:left;
	display:inline-block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-right:5px;
}
/*--------search box------------*/
.mSearchInputBox{
	width:186px;
	height:28px;
	position:relative;
	overflow:hidden;
	border: 1px solid silver;
	border-radius: 8px 8px 8px 8px;
	color: #333333;
	font-size: 1.3em;

}


.searchIcon
{
    background: #CCCCCC;
    border-radius: 50px;
    color: #CCCCCC;
    display: inline-block;
    font-weight: bold;
    height: 25px;
    right: 5px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 25px;
	cursor:pointer;
}
.searchIcon span
{
    background-image: url("../images/icons-18-white.png");
    background-position: -612px center;
    background-repeat: no-repeat;
    background-size: 864px 18px;
    display: inline-block;
    height: 18px;
    overflow: hidden;
    width: 18px;
}
input.searchFieldText
{
    width:150px;
	min-height:28px;
	line-height:28px;
	height:auto;
	overflow:hidden;
	border:none;
    background: transparent;
	font-size:16px;
}

.BlueBoxWhiteHeaderText{
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
		white-space: nowrap;
		background: none repeat scroll 0 0 #849EC1;
		border-color: rgba(172, 236, 255, 0.3) rgba(172, 236, 255, 0.08) rgba(172, 236, 255, 0.08);
		border-radius: 3px 3px 3px 3px;
		border-style: solid; 
		border-width: 1px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset; 
		margin: 0 !important;
		padding: 9px 28px 1px 3px;
		min-height: 60px;
		font-weight:700;
		color:#ffffff;
	text-align:right;
	font-size:28px;
	font-family:Helvetica,Arial,sans-serif !important;
	
}

.ui-tooltip, .arrow:after {
background: #f7f7f9;
border: 2px solid white;
}
.ui-tooltip {
padding: 10px 20px;
color: #433f38;
border-radius: 6px;
font: bold 14px "Helvetica Neue", Sans-Serif;
text-transform: uppercase;
box-shadow: 0 0 7px black;
}
.arrow {
width: 70px;
height: 16px;
overflow: hidden;
position: absolute;
left: 50%;
margin-left: -35px;
bottom: -16px;
}
.arrow.top {
top: -16px;
bottom: auto;
}
.arrow.left {
left: 20%;
}
.arrow:after {
content: "";
position: absolute;
left: 20px;
top: -20px;
width: 25px;
height: 25px;
box-shadow: 6px 5px 9px -9px black;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.arrow.top:after {
bottom: -20px;
top: auto;
}






























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
