﻿body {
width: 100%;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 100%;
	margin: 0 auto;
	color: #3c5e76; 
}

/**header**/
header {
	width: 100%;
	display: block;
	margin: 0 auto;

}
header section {
	background: #FFF;
	border: none;
	height: -100em;	

	/**background: url('') no-repeat;**/
}

/**Content**/
p, h1, h3, a, span, h2{
font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.counter {
	border: 0.125em #D4A017 solid; /* 2px */
	-moz-border-radius: .625em; /* 10px */
	border-radius: .625em; /* 10px */
display: block;
margin: 0 auto;
height: 199px;
width: 387px; /* 560 / 955 */
padding: 1%;
}

.video {
	border: 0.125em #D4A017 solid; /* 2px */
	-moz-border-radius: .625em; /* 10px */
	border-radius: .625em; /* 10px */
display: block;
margin: 0 auto;
height:315px;
width: 560px; /* 560 / 955 */
padding: 1%;
}

blockquote {
	color: #000;
	font-size: 1.250em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	border: 0.125em #D4A017 solid; /* 2px */
	padding: 1%;
	-moz-border-radius: .625em; /* 10px */
	border-radius: .625em; /* 10px */
	text-shadow: -.167em .333em .417em rgba(150, 150, 150, .5); /* -2px 4px 5px */
}

img {
	-webkit-border-radius: 0.625em;
-moz-border-radius: 0.625em;
border-radius: 0.625em;
}

img.padding {
padding: 1em;
padding-top: 0;
padding-left: 0;
	-webkit-border-radius: 0.625em;
-moz-border-radius: 0.625em;
border-radius: 0.625em;
}

img.left-padding {
padding: 1em;
padding-top: 0;
padding-right: 0;
	-webkit-border-radius: 0.625em;
-moz-border-radius: 0.625em;
border-radius: 0.625em;
}

section {
	overflow: auto;
	margin: 0 auto;
	width: 75em; /* 955px */
	height: -100em;	
}
article {
	width: 100%;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
p a {
	color:#000;
	font-weight: bold;
	text-align:center;
	display:block;
	display:inline-block;
	text-decoration:none;
}
p a:hover {
	color:#cc9900;
	font-weight:bold;
	text-align:center;
	transition: all 200ms ease;	
}

address {
	font-size: 1.667em;
}
table a{	
	color: #000;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
table a:hover{
	color: #cc9900;
	text-decoration:none;
	transition: all 200ms ease;	
}

/** sub header navigation **/
article nav,
article nav ul,
article nav ul li,
article nav ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
}
article nav {
	margin-top: 1%; /* 38 / 955 */
  width: 100%;
  height: auto;
  padding-bottom: 0.250em;
  text-align: center;
}
article nav ul {
  height: 1.875em; 
  background: #ececec;
  background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
	display:table;
	margin-left:auto;
	margin-right:auto;  
-webkit-border-radius: 0.313em;
-moz-border-radius: 0.313em;
border-radius: 0.313em;

}
article nav ul li {
  float: left;
  border-top-left-radius: 0.188em;
  border-top-right-radius: 0.188em;
}
article nav ul li a {
	padding: 0.469em; /* 7.5px / 955 */
  margin-bottom: 4px;
  border-top-left-radius: 0.188em;
  border-top-right-radius: 0.188em;
  color: #003300;
  font-size: 0.938em;
  text-decoration: none;
}
article nav ul li:hover,
article nav ul li.active {
  background: #ececec;
  background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
-webkit-border-radius: 0.313em;
-moz-border-radius: 0.313em;
border-radius: 0.313em;
}
article nav ul li a:hover,
article nav ul li.active > a {
  color: #cc9900;
}

/********************************************/
a img {
	padding: .5em;	
}

a img:hover {
	border-radius: .5em;
	padding: .5em;
	transition: all 200ms ease;	
-webkit-box-shadow: 0px 5px 20px 1px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 5px 20px 1px rgba(0,0,0,0.25);
box-shadow: 0px 5px 20px 1px rgba(0,0,0,0.25);	
}

.imgborder {
	border: 0.313em #1e5f77 solid;
	-moz-border-radius: 0.625em; /* 10px */
	border-radius: 0.625em; /* 10px */
}

.updated {
	color: #cc9900;
	font-weight: bold;
}

article p {
	font-size: 1em;
	color: #000511;
	padding: .5em;
	text-align:left;
	margin: 0.750em 0 0 0;
}
article img {
	border: 0;
}

p img {
	border: 0;
}

p {
	font-size: 1em;
	color: #000
}

.news {
	font-size: 1.125em;
	text-align: center;
}

.full {
	text-align: justify;
}

h1 {
	color: #000;
	font-size:1.5em;
	font-weight:bold;
	text-align: center;
	text-shadow: -.167em .333em .417em rgba(150, 150, 150, .5); /* -2px 4px 5px */
}

h2, h3, h4 {
	color: #003C00;
	font-weight:bold;
	text-align: center;
}

.important {
	color: #cc9900;
	font-size:1.250em;
	font-weight:bold;
	text-align: center;
	text-shadow: -.167em .333em .417em rgba(150, 150, 150, .5); /* -2px 4px 5px */
}
/**Content Slider**/
.banner { position: relative; overflow: auto; }
    .banner li { list-style: none; }
        .banner ul li { float: left; }

/** table **/
table {
	height: auto;
	width: auto;
	margin:0 auto;
}
th {
	text-align: center;
}

/** breadcrumbs **/
#breadcrumbs li a { padding:0 24px 2px 0; background:transparent url(blue-arrow.png) no-repeat right center;}
2
#breadcrumbs li a:link, #breadcrumbs li a:visited { text-decoration:none; color:#003366; }
3
#breadcrumbs li a:hover, #breadcrumbs li a:focus { text-decoration:underline; color:#cc9900; }
4
#breadcrumbs li {color:#FF9900;}

/** button **/
button {
	border: none;
	background: none;
}
button img {
	border: none;
	background: none;
}
.pageheaders {
	text-align: center;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.auto-style8 {
	margin-left: 1px;
	margin-bottom: 19px;
}

.sub-ul-style1 {
	margin-left: 303px;
	margin-top: 0px;
	margin-bottom: 3px;
	width: 21%;
}
/**Footer**/
footer {
	margin-top: 1%;
	/*border-top: 1px #6699cc solid;*/
}

footer section {
	font-weight: normal;
	text-align: center;
	padding-top: 1px;
}
footer section a:hover {
	color:#cc9900;
	transition: all 200ms ease;
}

footer section a {
	color:#000;
	font-weight: bold;
}

footer nav li a {
	color:#6699cc;
	text-decoration:none;
	font-weight: normal;
	text-align:center;
	display:block;
	display:inline-block;
	text-align:center;

}
footer nav li a:hover {
	color:#cc9900;
	font-weight: normal;
	text-decoration:underline;
	text-align:center;
}
.transport {
	width: 458px;
	height: 192px;
	background: #6699CC url('../images/transport.png');
}
.boarding {
	width: 458px;
	height: 192px;
	background: #003366 url('../images/boarding.png');
}
.medical {
	width: 458px;
	height: 192px;
	background: #003366 url('../images/medical.png');
}
span {
	color: #FFF;
}
.sierra {
	width: 458px;
	height: 192px;
	background: #003366 url('../images/sierra.png');
}
.goldenMED {
	width: 458px;
	height: 192px;
	background: #003366 url('../images/goldenmed.png');
}
.hrmf {
	width: 458px;
	height: 192px;
	background: #003366 url('../images/hrmf.png');
}

/** Forms **/
form {
	width: 100%;
	height: auto;
	margin: 0 auto;
	float: none;
}
label{
    display: inline-block;
    float: left;
    clear: left;
    width: 320px;
    text-align: right;
}
input {
  float: left;
}
textarea {
  float: left;
}
/** contact form main**/
span.redirect { 
unicode-bidi:bidi-override; 
direction: rtl; 
}


#form-wrapper
{
    width: 700px;
    height: auto;
    margin: 0 auto;
    padding: 20px;    
    position: relative;
    border: 1px solid #ddd;
    
    background-color: #fff;
    background-image: -moz-repeating-linear-gradient(135deg,#844049,#844049,
                                                            #fff 50px, #fff 150px,
                                                            #3e4996 100px, #3e4996,
                                                            #fff 200px, #fff 300px);

	background-image: -webkit-gradient(linear, left top, right bottom,
										color-stop(5%, #fff), color-stop(5%, #fff),										
										color-stop(15%, #844049), color-stop(15%, #fff),
										color-stop(25%, #fff), color-stop(25%, #fff),										
										color-stop(35%, #3E4996), color-stop(35%, #fff ),
										color-stop(45%, #fff), color-stop(45%, #fff),										
										color-stop(55%, #844049), color-stop(55%, #fff),
										color-stop(65%, #fff), color-stop(65%, #fff),										
										color-stop(75%, #3E4996), color-stop(75%, #fff ),
										color-stop(85%, #fff), color-stop(85%, #fff),
										color-stop(95%, #844049), color-stop(95%, #fff)								
									   );															

    background-image: -webkit-repeating-linear-gradient(135deg,#844049,#844049,
                                                            #fff 50px, #fff 150px,
                                                            #3e4996 100px, #3e4996,
                                                            #fff 200px, #fff 300px);   
 
    background-image: -o-repeating-linear-gradient(135deg,#844049,#844049,
                                                            #fff 50px, #fff 150px,
                                                            #3e4996 100px, #3e4996,
                                                            #fff 200px, #fff 300px); 
    
    background-image: -ms-repeating-linear-gradient(135deg,#844049,#844049,
                                                            #fff 50px, #fff 150px,
                                                            #3e4996 100px, #3e4996,
                                                            #fff 200px, #fff 300px);
    
    background-image: repeating-linear-gradient(135deg,#844049,#844049,
                                                            #fff 50px, #fff 150px,
                                                            #3e4996 100px, #3e4996,
                                                            #fff 200px, #fff 300px);												
}

#form-wrapper:before, #form-wrapper:after
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

#form-wrapper:after
{
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

#form-wrapper form
{
    background: #fff;
    height: auto;
}

#form-wrapper #form-inner
{
    margin: 0 auto;
    padding: 35px 0;
    width: 700px;
}
	
#form-wrapper label
{
    font: bold 18px/25px Corbel, Arial, Helvetica; 
    text-shadow: 0 1px 0 #fff, 0 2px 0 #ccc;
    float: left; 
    margin-right: 10px; 
    width: 120px; 
}

#form-wrapper .input
{
    font: 15px Arial, Helvetica; 
    padding: 0.313em;
    margin: 0 0 20px 0;
    border: 1px solid #b9bdc1; 
    width: 400px; 
    color: #797979;
    
    -moz-box-shadow: 0 2px 4px #bbb inset;
    -webkit-box-shadow: 0 2px 4px #bbb inset;
    box-shadow: 0 2px 4px #bbb inset;
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
}

#form-wrapper .input:focus
{
    background-color: #E7E8E7;
    outline: 0;
}

#form-wrapper .textarea
{
    height:150px;	
}

#form-wrapper .button
{
    border-style: none;
	border-color: inherit;
	border-width: 0;
	float: right;
    margin: 10px 0 0 0;
    padding: 7px 15px;
    cursor: pointer;   
    color: #fff;
    font: bold 13px Tahoma, Verdana, Arial;
    text-transform: uppercase;
    overflow: visible; /* IE6/7 fix */
    background-color: #7089b3;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image: linear-gradient(#a5b8da, #7089b3);
}

#form-wrapper .button:hover
{
    background-color: #a5b8da;
    background-image: linear-gradient(#7089b3, #a5b8da);
    }

#form-wrapper .button:active
{
    background: #64799e;
    position: relative;
    top: 2px;
    
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset; 
}

.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 0px;
	text-decoration: none;
	color: #6699cc;
	background-color: white;
	font-size: 1.167em;
	padding: .667em;
	display: none;
		-webkit-border-radius: 0.625em;
-moz-border-radius: 0.625em;
border-radius: 0.625em;
		}

.back-to-top:hover {	
	color: #6699cc;
	background-color: #f1f1f1;
		-webkit-border-radius: 0.625em;
-moz-border-radius: 0.625em;
border-radius: 0.625em;
		}
.home {
	width: 7%;
}

.grants {
	width: 7%;
}

.cinfo {
	width: 10%;
}

.rescue {
	width: 7%;
}

.trans {
	width: 12%;
}

.camp_lucy {
	width: 9%;
}

.edu {
	width: 8%;
}

.contact {
	width: 7%;
}

.about {
	width: 7%;
}

.help {
	width: 11%;
}

.mall {
	width: 8%;
}

ol a, li a, article a {	
	color: #000;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
ol a:hover, li a:hover, article a:hover {
	color: #cc9900;
	text-decoration:none;
	transition: all 200ms ease;	
}
hr {
	border: 0;
    height: 1px;
    background: linear-gradient(to right, rgba(204, 153, 0, 0), rgba(204, 153, 0, 0.75), rgba(204, 153, 0, 0));
}
.signature {
	text-align: right;
	font-weight: bold;
}
.full {
	text-align: justify;
}
.center {
	text-align: center;
}