html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body
{
	background: #fff;
	color: #404041;
	font-family: Open Sans, Arial, Helvetica;
	line-height: 1.4;
	font-size: 95%;
}
h1,h2,h3,h4,h5,h6
{
	color: #175595;
	margin: 0 0 10px;
	font-weight: 600;
}

.entry-title {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0;
}
h2 {
    font-size: 21px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5,h6 {
    font-size: 15px;
}
img
{
	max-width: 100%;
	height: auto;
}
a
{
	color: #CF696C;
	text-decoration: none;
}
a:hover
{
	color: #175595;
}
p
{
	font-size: 14px;
	color: #404041;
	margin: 0 0 15px;
	font-family: Open Sans;
}
ul, ol
{
	font-size: 14px;
}
.clear
{
	clear: both;
}
.inner
{
	max-width: 960px;
	margin: 0 auto;
	padding: 0 4px;
}

#top {
    background: #175595;
}
.top-nav {
	float: right;
}
.top-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-nav ul li {
    display: inline;
    float: left;
    border-left: solid 1px #104b87;
}
.top-nav ul li a {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 15px;
    display: block;
    border-left: solid 1px #1b5fa6;
	font-family: Open Sans;
}
.top-nav ul li.donate a, .top-nav ul li.donate.current-menu-item a {
    background: #CF696C;
}
.top-nav ul li.current-menu-item a {
    background: #1b5fa6 ;
}
.top-nav ul li a:hover {
    background: #1b5fa6 ;
    -webkit-transition: .8s;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-o-transition: .8s;
    opacity: .8;
}
/*dropdown #top nav*/

.top-nav ul ul {
    display: none;
    position: absolute;
    left: auto;
    top: auto;
    z-index: 100;
    background: #175595;
    /*opacity: .9;*/
   /* border-top: solid 3px #175595;*/
}
.top-nav ul li:hover ul {
    display: block;
}
.top-nav ul ul li {
    float: none;
    border: none;
}
.top-nav ul ul li a {
    border: none;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    border-bottom: solid 1px #1b5fa6;
}
.top-nav ul ul li a:hover {
    color: #fff;
    background: #CF696C;
}
/*end dropdown #top nav*/
#header {
    padding: 25px 0 20px;
}
#header .logo {
    float: left;
    width: 52%;
	margin: 8px 0 0;
}
#header .apply {
    float: right;
    width: 41%;
}
#nav {
    background: #ddd;
	margin: 0 0 4px;
}
#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav ul li {
    display: inline;
    float: left;
    border-right: solid 1px #e5e5e5;
}
#nav ul li.last-nav, #nav ul li.last-nav a {
    border: none!important;
}
#nav ul li.last-nav a {
    padding-right: 0!important;
}
#nav ul li a {
    display: block;
    color: #404041;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 21px;
    border-right: solid 1px #ccc;
	font-family: Open Sans;
}
#nav ul li a:hover, #nav ul li.current-menu-item {
    color: #175595;
/*    -webkit-transition: .8s;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-o-transition: .8s;
    opacity: .8;*/
}
/*dropdown #nav*/

#nav ul ul {
    display: none;
    position: absolute;
    left: auto;
    top: auto;
    z-index: 100;
    background: #175595;
    /*opacity: .9;*/
   /* border-top: solid 3px #175595;*/
    min-width: 200px;
}
#nav ul li:hover ul {
    display: block;
}
#nav ul ul li {
    float: none;
    border: none;
}
#nav ul ul li a {
    border: none;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    border-bottom: solid 1px #1b5fa6;
}
#nav ul ul li a:hover {
    color: #fff;
    background: #CF696C;
}
/*end dropdown #nav*/
#banner
{
	/*margin: 0 0 4px;*/
}
#banner .top-banner {
    position: relative;
}
.banner-info {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 10px;
}
.banner-info h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    background: url("images/transparent.png") repeat scroll 0 0 transparent;
    padding: 10px 20px;
    float: left;
    margin: 0 0 5px;
}
.banner-info span {
    display: block;
    clear: both;
    color: #fff;
    background: url("images/transparent.png") repeat scroll 0 0 transparent;
    font-style: italic;
    font-size: 15px;
    padding: 10px 20px;
}
#container .inner {
    box-shadow: 0 5px 5px #eee inset;
    padding: 4px;
    max-width: 952px;
}
.content-left
{
	float: left;
	width: 65%;
	padding: 0 0 15px;
}
.sidebar-right
{
	float: right;
	width: 31%;
}
/*.section
{
	margin: 0 0 4px;
}
.section img.alignleft {
    margin-bottom: 0;
}
.section h3 {
    text-transform: uppercase;
    font-size: 18px;
}
.section p {
    font-style: italic;
}*/

.section {
    float: left;
    width: 33%;
    text-align: center;
}
.section .section-inner {
    padding: 4px 0 0 0;
}
.section.mobile-clear .section-inner {
    padding-right: 0;
}
.section .section-inner h3 {
    margin: 0 0 4px;
    font-size: 14px;
}
.section .section-inner p {
    font-size: 13px;
}
.section img.alignleft {
    float: none;
    display: block;
    margin: 0 auto 4px;
}
#side-request {
    background: #CF696C;
    border: solid 4px #c25255;
    padding: 10px 16px;
}
#side-request h3 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.1;
}
#side-request h3 span {
    font-weight: 400;
    font-size: 17px;
}
#side-request textarea {
    height: 80px;
    resize: none;
}
#side-request input.request-input, #side-request textarea {
    border: none;
    display: block;
    background: #fff;
    border-radius: 3px;
    padding: 8px 10px;
    font-family: open sans;
    color: #404041;
    font-size: 13px;
    min-width: 90%;
    max-width: 90%;
    margin: 0 0 10px;
    box-shadow: 0 1px 5px #999 inset;
}
#side-request input.request-submit {
    border: none;
    padding: 8px 10px;
    border-radius: 4px;
    font-family: open sans;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    background: #121212;
    color: #fff;
    cursor: pointer;
    margin: 0 0 10px;
}
.request-widget {
    border: none!important;
}
.request-widget .widget-inner {
    padding: 0!important;
}
.widget {
    background: #f1f1f1;
    margin: 0 0 4px;
    border-top: solid 4px #e1e1e1;
}
.widget .widget-inner {
    padding: 0 10px 10px;
}
.widget-title {
    border-top: solid 4px #175595;
    color: #404041;
    text-transform: uppercase;
    float: left;
    padding: 4px 10px;
    font-weight: 600;
    font-size: 15px;
    margin: -4px 0 0 -10px;
}
.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget ul li {
    border-bottom: solid 1px #e9e9e9;
    padding: 2px 0;
}
.widget ul li:last-child {
    border: none!important;
}
.widget ul li a {
    font-size: 14px;
}
.partners
{
	padding: 5px 0 0;
}
.partners a {
    padding: 0 0 0 8px;
}

.recent-news {
    padding: 0 0 10px;
}
.recent-news p {
    font-size: 13px;
}
.recent-news h4 {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 4px;
}
a.recent-more {
    background: #CF696C;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
}
a.recent-more:hover {
    color: #fff;
    background: #175595;
}
#footer {
    background: #f1f1f1;
    padding: 20px 0;
}
.footer-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 5px;
}
#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer ul li {
    font-size: 13px;
}
#footer ul li strong {
    font-weight: 600;
}
.footer-widget {
    float: left;
    padding-right: 110px;
	margin: 0 0 10px;
}
#footer ul li a {
    color: #404041;
}
#footer ul li a:hover {
    color: #175595;
}
#footer ul li a.email
{
    color: #175595;
}

.footer-last {
    padding-right: 0!important;
}
ul.footer-social {
}
ul.footer-social li {
    display: inline;
    float: left;
    margin-right: 4px;
}
ul.footer-social li img:hover {
    opacity: .6;
}
#copyright {
    background: #175595;
    color: #fff;
    text-align: center;
    font-size: 13px;
    padding: 10px 0;
}

.blog-page h2.entry-title {
    margin: 0 0 4px;
    font-weight: 600;
    font-size: 21px;
}
.blog-page .entry-title a {
    color: #175595;
}
.blog-page .entry-title a:hover {
    color: #CF696C;
}
.blog-page .entry-utility {
    margin: 0 0 4px;
    padding: 0 0 4px;
    font-size: 13px;
}
.blog-page .entry-meta {
    margin: 0 0 4px;
    font-size: 13px;
    border-bottom: solid 1px #eee;
    padding: 0 0 4px;
}
.blog-page .blog-social {
    margin: 0 0 4px;
    border-bottom: solid 3px #eee;
    padding: 0 0 8px;
}
.blog-page .blog-social span.st_fblike {
    position: relative;
    top: 4px;
}
.hentry {
    margin: 0 0 10px 15px;
    border-bottom: solid 1px #eee;
    padding: 0 0 10px;
}
.entry-content {
    padding: 4px 0 0;
}
.hentry:last-child {
    border: none!important;
}
.page-title {
    font-weight: 600;
    padding: 0 0 0 15px;
    font-size: 15px;
}
#respond, #comments {
    padding: 0 0 0 15px;
}
#respond h3#reply-title, #comments h3#comments-title {
    font-weight: 600;
    color: #175595;
    font-size: 18px;
}
#comments h3#comments-title em {
    font-style: normal;
    color: #CF696C;
}

#comments li cite {
    color: #175595;
}
#comments li div.reply {
    padding: 0 0 8px;
    text-align: right;
}
#comments li div.reply a {
    font-weight: 600;
}
#comments li div.reply a:hover {
    color: #175595;
}

#sliderpjcwrap .orbit-caption {
    height: auto !important;
    padding-top: 2px !important;
    background: transparent;
}
.orbit-caption h4 {
    font-family: open sans;
    font-size: 27px !important;
    background: url("images/transparent.png");
    float: left;
    padding: 10px!important;
    margin: 0 0 0 15px!important;
}
.orbit-caption p {
    font-family: open sans;
    font-size: 14px !important;
    font-style: italic;
    clear: both;
    background: url("images/transparent.png");
    float: left;
    margin: 4px 0 0 15px!important;
    padding: 10px!important;
}
.orbit {
    background: #175595!important;
}
.slider-nav span {
    opacity: .4!important;
}
.slider-nav span:hover {
    opacity: .8!important;
}
.orbit-wrapper {
    margin: 0!important;
}
.pjc-slideshow-container {
    margin: 0 0 4px!important;
}
.customcontactform {
    margin: 0!important;
    padding: 0!important;
}
.minimalist div.slider-nav span
{
	z-index: 10!important;
}

.about-page .about-section {
    float: left;
    width: 46%;
    padding: 0 2%;
    margin: 0 0 10px;
}
.about-page .about-section p {
    line-height: 1.2;
    font-size: 13px;
}
.about-page .about-section strong {
    color: #175595;
}
.about-page .about-img {
    width: 33%;
    height: 110px;
    float: left;
    margin: 5px 15px 15px 0;
}
.home-content-inner {
    padding: 0 0 0 15px;
}
.monthly {
    border: dashed 2px #CF696C;
    border-radius: 4px;
    padding: 10px;
    margin: 20px 0 0;
}
.monthly .levelgroup {
    float: left;
    margin: 0 2px 4px;
}
.monthly .levelgroupother {
    float: left;
    margin: -4px 0 10px 0;
}
.monthly .levelgroupother input.other_amount {
    display: inline;
    margin: 0 0 0 4px;
    width: 50px;
}

.activity {
    border-bottom: solid 1px #d1d1d1;
    margin: 0 0 15px;
    clear: both;
}
.activity h3 {
    font-size: 16px;
}
.activity:last-child {
    border: none!important;
}

.listContainer1 ul.listCol1, .listContainer1 ul.listCol2, .listContainer1 ul.listCol3 {
    float: left;
    width: 26%;
    padding: 0 3%;
    clear: none;
}
.listContainer1 ul.listCol2, .listContainer1 ul.listCol3 {
    margin: 35px 0 0;
}
.manage_post {
    clear: both;
}

table.mytable {
    border: solid 1px #404041;
    margin: 0 0 15px;
}
table.mytable th, table.mytable td {
    border: solid 1px #404041;
    font-size: 13px;
    padding: 4px;
}
.testimonial {
    font-style: italic;
}

.coming-soon {
    text-align: center;
    background: #f7f7f7;
    padding: 5px 0 20px;
    border-radius: 4px;
    border: solid 1px #f1f1f1;
}
.coming-soon h2 {
    font-family: georgia;
    font-style: italic;
    color: #CF696C;
    font-size: 48px;
}
.coming-soon p {
    font-family: georgia;
    font-style: italic;
    color: #7a7a7a;
    width: 500px;
    margin: 0 auto;
}
.monthly h3, .monthly p {
    text-align: center;
}
.levels table {
    margin: 0 auto;
}
.levels table select {
    padding: 4px;
    border: solid 1px #c1c1c1;
    margin: 0 0 5px;
}
.levels input[type="image"] {
    margin: 0 auto;
    display: block;
}

.wpcf-field-testimonial {
    margin: 0 0 15px;
    padding: 10px 15px;
    background: #f5f5f5;
    border-radius: 4px;
    font-family: georgia;
    font-style: italic;
    font-size: 14px;
    color: #545454;
}
.wpcf-field-testimonial p {
    font-family: georgia;
    font-size: 14px;
    color: #545454;
}
.wpcf-field-testimonial strong {
    display: block;
    color: #CF696C;
}
.postarea .wpcf7-form p {font-family: [arial];
}
.wpcf7 input[type="text"] {width:250px;height:25px;border-radius: 5px;}
.wpcf7 input[type="email"] {width:250px;height:25px;border-radius: 5px;}

