/* Use this stylesheet for your own custom CSS code. Any code saved in this file is automatically applied to all pages using the theme. */

#titleBarBG {
	border-bottom: none !important;
	opacity: 0.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
}

.raftNavWrapper {
	display: none !important;
}

#wrapperOuter {
	width: 1250px;
	margin: 0 auto;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 20px 15px rgba(000, 000, 000, 0.3);
	box-shadow: 0px 0px 20px 15px rgba(000, 000, 000, 0.3);
}

#upperHorizontalBar {
    background-color: #0092D1;
    background-image: -moz-linear-gradient(top, #133176, #0092D1);
    background-image: -ms-linear-gradient(top, #133176, #0092D1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#133176), to(#0092D1));
    background-image: -webkit-linear-gradient(top, #133176, #0092D1);
    background-image: -o-linear-gradient(top, #133176, #0092D1);
    background-image: linear-gradient(top, #133176, #0092D1);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#133176', endColorstr='#0092D1', GradientType=0);
    color: #FFFFFF;
    border-bottom: 10px solid #133176;
    border-top: 10px solid #133176;
}

#footerContainer {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(000, 000, 000, 0.3);
	box-shadow: 0px 0px 10px 5px rgba(000, 000, 000, 0.3);
	padding-top: 20px;
	padding-bottom: 20px;
}

#footerPara {
	padding: 0.5% 0% 0.5% 0% !important;
}

#main {
	padding-bottom: 0;
}
#nav, #blockNav {
	font-size: 125%;
	line-height: 150%;
}

#nav li {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
}

#nav li a {
	padding-top: 3px;
}

#nav li a:hover {
	color: #FFFF00;
}

#nav li span.currentIcon [class^="icon-"] {
	margin-bottom: 3px;
}

#nav ul ul, 
#nav ul ul ul,
#nav ul ul ul ul,
#nav ul ul ul ul ul {
	background: rgba(0, 0, 0,) !important;
	background: rgba(0, 0, 0, 0.5) !important;
	border-top: none !important;
}

#nav ul ul li:hover, 
#nav ul ul ul li:hover,
#nav ul ul ul ul li:hover,
#nav ul ul ul ul ul li:hover {
	background: rgba(0, 0, 0,) !important;
	background: rgba(0, 0, 0, 1) !important;
	border-top: none !important;
}

#nav ul ul li {
	text-transform: none;
}

#nav ul ul li a:hover {
	color: #A9A9A9
	background: rgba(0, 0, 0, 0.85) !important;
}

#newFooter {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 20px;
	color: #4C4C4C;
}

#newFooter a:hover {
	color: rgba(76, 76, 76, 0.85);
}

#aside {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(000, 000, 000, 0.3);
	box-shadow: 0px 0px 10px 5px rgba(000, 000, 000, 0.3);
	padding: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
}

#aside ul,
#aside li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#contentContainer #contentWrapper {
	padding-right: 30px;
}

#newContentBox {
	margin: opx auto;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
	display: inline-block;
}

#newColumn1 {
	float: left;
	margin-right: 20px;
	width: 33%;
	max-width: 100%;
	text-align: center;
}

#newColumn2 {
	float: left;
	margin: 0;
	width: 33%;
	max-width: 100%;
	text-align: center;
}

#newColumn3 {
	float: left;
	margin: 0;
	width: 33%;
	max-width: 100%;
	text-align: center;
}

#bodyColumn1 {
	float: left;
	margin-right: 20px;
	max-width: 100%;
}

#bodyColumn2 {
	float: left;
	margin: 0;
	max-width: 100%;
}

#bodyColumn3 {
	float: left;
	margin: 0;
	max-width: 100%;
}

#bodyColumn4 {
	float: left;
	margin: 0;
	max-width: 100%;
}

.entry-content p {
	color: #4C4C4C;
	font-size: 1.25em;
}

.bottom-bar {
	width:33%;
	float:left;
	padding: 2% 0 2% 0;
	font-family: 'Open Sans', sans-serif;
	line-height: 150%;
}
#newBody {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 125%;
	color: #4C4C4C;
	padding: 1% 0% 1% 0%;
}
.wpcf7 input.wpcf7-text {
	width: 600px;
}
.wpcf7-textarea {
	width: 600px;
}
.contact-submit input{
     width: 100px;
     height: 30px;
     background-color: #000;
     font-size: 13px;
     color: #fff;
     border: 1px solid #fff;
     border-radius: 5px;
}