/* CSS Document */

 @import url(/css/reset.css);

body {
    background: rgb(228, 228, 228);
	color: #333;
	font-size: 16px;
	font-family: 'open sans';
}

h1 {
    font-size: 200%;
    font-weight: normal;
}

h2 {
	font-size: 150%;
	font-weight: normal;
	margin:0;
	padding:0;
}
h3 {
	font-size: 120%;
	font-weight: normal;
	border-bottom: 1px solid #666;
	width: 92%;
	margin: 0 0 7px 0;
}

p {
	text-align: justify;
	line-height: 24px;
}

a:link {
	color: #74009F;
	text-decoration: none;
}

a:hover {
	color: #74009F;
	text-decoration: underline
}

ul { padding: 0 0 0 26px; }

ul li {
	padding: 8px 0 8px 25px;
	background: url(../images/bullet.jpg) no-repeat left;
	list-style: none;
}

#container {
	max-width: 1170px;
	width: 98%;
	margin: 0 auto;
}

#header {
	max-width: 100%;
}

#logo { text-align:center; }

div#logo img {
    max-width: 100%;
}


#nav {
	text-align: center;
}

#nav ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

#nav li { display: inline; }

#nav a {
	display: inline-block;
    padding: 10px 13px 6px 13px;
	border-right: 1px solid #CCC;
	text-transform: uppercase;
	font-size: 19px;
	color: #4C4C4C;
	text-decoration: none;
	background: #fff;
	margin: 0 0 0 -4px;
	border-top: 1px solid #CCC;
}

#home .home, #howtoapply .howtoapply, #contact .contact, #publicbenefits .publicbenefits {
	background: #74009F ;
	color: #ffffff;
	border-top: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-left: 1px #ccc solid;
}


#howtoapply .home, #contact .home { border-left: 1px solid #CCC; }


#nav a:hover {
	color: #74009F;
	text-decoration:none;
	background: #eaeaea;
	
}

.slideshow { 
	background: url(/images/banner-top-bg-old.jpg) no-repeat;
	background-position: center;
	border-top: 4px solid #74009f;
	margin: 0 auto !important;
	max-width: 1170px !important;
	width: 100% !important;
    min-height: 150px !important;
 }

.slideshow p {
	text-align: center;
	text-transform: uppercase;
	font-size: 42px;
	background:none !important;
    padding: 10px 13px 6px 13px;
	line-height: 42px;
	width: 100% !important;
}

#index {
	max-width: 100%;
	padding: 0 10px;
	background: #fff;
}

.shadow {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	background: #fff;
}

#index-content {
	border-top: 1px solid #CCC;
	float:none;
}

figure {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
}

figcaption {
    font-size: 90%;
    text-align: center;
    padding-top: 5px;
    font-style: italic;
    font-weight: bold;
}

figure img {
    max-width: 100%;
}

#contact input[type="text"] { width: 100%; padding: 10px 0; }

#contact textarea { width: 100%; padding: 10px 0; }

#send {
	background: #74009F;
	padding: 7px 14px 7px 14px;
	color: #fff;
	border: 0;
	border-radius: 5px;
	margin-top: 20px;
}

label {
	font-weight: bold;
	font-size: 110%;
    line-height: 40px;
	}

form#form1 {
    padding: 20px;
}


#contact-index-content {
	float: left;
	max-width: 950px;
	width: 100%;
	padding: 10px 0 0 30px;
	line-height: 1.3em;
}

#contact strong {
color: #444;
}

#footer {
    width: 100%;
    padding: 15px 0px;
    text-align: center;
    text-transform: uppercase;
    background: rgb(77, 0, 105);
    font-size: 90%;
    color: rgb(255, 255, 255);
}

#footer a {
    color: rgb(255, 255, 255);
	border-bottom: 1px dotted #fff;
}

@media screen and (max-width: 550px) {
figure {
    float: none;
    text-align: center;
    clear: both;
	margin-bottom: 20px;
	margin-left: 0;
}
}

@media screen and (max-width: 600px) {
	h1 {
    text-align: center;
}
}

