
/* General */

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 {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align:central;}
	
table, td {
	border:1px dotted #51b348;
	}	

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;}
	
ol, ul {
	list-style: none;}
	
blockquote {
	quotes: none;}
	
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;}

a {
	text-decoration:underline;
	color:#51b348;}
	
a img {
	border: none;}
	
body {
	background:url(../images/top-bg.jpg) top left repeat-x;
	background-color:#fffffd;
	font-family: 'Sanchez', serif;
	line-height:24px;
}

#textarea h1 {
	font-size: 22px;
	line-height: 26px;}

#textarea p {
	padding-bottom: 15px;
	font-size: 15px;
}

#pattern-container {
	width: 100%;
	position: absolute;
	background-image:url('../images/slideshow-bg.png');
	background-repeat:no-repeat;
	background-attachment:inherit;
	background-position:center;
	height:590px;
	z-index:-1000;
}



#pattern {
	width:1200px;
	height:590px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/slideshow-bg.png) no-repeat top center;}
	
#logo {
	padding-top:5px;}
	
#stsca {
	padding-top:23px;}	
	
#slideshow {	
	height:289px;
	background:#0178B8;
	}	

#main {
	margin-top: 30px;
}

#textarea {
	margin-bottom:80px;
}	

#news {
	margin-top:30px;}	
	
#news div {
	width:30%;
	float:left;
	min-height:300px;
	border:1px solid #53b348;}

#footer-wrapper {
	height:100px;
	width: auto;
	background:#53B348;
}

#camel-container {
	position: relative;
	right: -80px;
}

#camel-container p{
	margin-bottom: 0px;
}

#footer div{
	color:white;
	font-size:14px;
	padding-top:15px;}	
	
#footer a {
	color:white;
	text-decoration:none;}	
	
#footer #name {
	text-align:left;}	
	
#footer #address {
	text-align:center;
}
	
#footer #email {
	text-align:right;}		
/* End of General */


/*Top Menubar */
#menubar {
	padding-top:148px;
	text-align:right;}	
	
.navlist li {
	display:inline;
	color:#469fd8;
	padding-left: 15px;
	position: relative;
}
	
.navlist li, .navlist li a{
	font-size:17px;
	text-decoration:none;
	color:#469fd8;
	text-align: left;}

.navlist li a:hover{
	color: #51b348;
}

.navlist .current-menu-item > a, .navlist .current-menu-ancestor > a {
	color:#51b348;}	
/*End of Top Menubar */


/*Sidebar */
#sidebar {
	padding-top:7px;}

.sidebar-menu li{
	background:url(../images/sidebar-bg.jpg) no-repeat left;
	height:59px;
	position: relative;}
	
.sidebar-menu li a{
	position: absolute;
	top:19px;
	left:15px;
	color:#FFF;
	text-decoration:none;
	font-size:15px;
	text-shadow:1px 1px #007CB9;}	
	
.sidebar-menu #selected a{
	color:#034f7f;
	text-shadow: 1px 1px #85c0e6;}
	
#connect {
	padding-top:30px;
	font: 27px 'Ubuntu Condensed';
	color:#53b348;}
	
#connect img {
	padding: 3px 18px 0 0;}			
/*Top Sidebar */

#recent-news {
	padding-top: 50px;
}

#recent-news .span4 {
	width: 29%;
	margin-right: 20px;
}

#recent-news .featured-img {
	height: 110px;
	overflow: hidden;
}

#recent-news li img {
	display: block;
	border: 0 none;
    height: auto;
    width: 100%;
    vertical-align: middle;
}

#recent-news a {
	text-decoration: none;
	line-height: 18px;
}

#recent-news a h4{
	line-height: 17px;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 3px;
	font-style: normal;
}

#recent-news a p{
	color: #000000;
    font-size: 13px;
    line-height: 16px;
    text-decoration: none;
    width: 98%;
}

#recent-news .read-more {
	color: #f58220;
}

.header_image_container {
	height: 289px;
	overflow: hidden;
}

.header_image_container img{
	width: 100%;
}


.nav-single {
	margin-top: 40px;
	font-size: 13px;
}

.nav-single  .nav-next {
	float: right;
}
.nav-single  .nav-next a, .nav-single  .nav-previous a{
	text-decoration: none;
	color: #51b348;
}

.alignleft {
	display: inline;
	float: left;
	margin: 7px 24px 7px 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 12px 0 12px 24px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-top: 12px;
	margin-bottom: 12px;
}

#menu-top-menu .current-menu-item a{
	color: #51b348;
}

#menu-menu-sidebar .current-menu-item a, 
#menu-menu-sidebar a:hover{
	color: #055486;
	text-shadow: 1px 1px #7bc1ee;
}

.navlist li ul.sub-menu {
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
	background-color: #fff;
	width: 130px;
	padding: 0 10px 10px;
	z-index: 100;
	border-radius: 5px;
	background-color: #fdfdfc;
}

.navlist li:hover ul.sub-menu {
	display: block;
}


.navlist li ul.sub-menu li{
	border: none;
	display: block;
}

.navlist li ul.sub-menu li a{
	font-size: 16px;
}

#searchform {
	margin-top: 20px;
	width: 195px;
}

#searchform #s {
	width: 92%;
}

#searchform #searchsubmit {
	float: right;
}

.slideshow_container_0 .slideshow_description {
	background: #02426a !important;
}

.slideshow_container_0 .slideshow_transparent {
	opacity: 0.7 !important;
}