  @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800);

body {/* background gradient uses CSS3 for browsers that support */     
	background-color: white;
}
#main {
	background-color: #ffffff;
	border: none;
	min-width: 940px;
	position: relative;
	z-index: 3;
}
/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
#skiplink, #skiplink a {
	color: #fff;
	position: absolute;
	top: -9999px;
}
/* TOP BANNER */
#topbanner {
	height: 150px;
	position:relative;
	z-index: 0;
	width: 940px;
}
#bannertitle{
	/*left: 20px;*/
	position: absolute;
	top: 0;
	z-index: 2;
	height: 125px;
}
/* CONTENT */

#content {
	float: left;
	color: #000;
	margin-left: 0px;
	margin-right: 0;
	margin-top: 20px;
	width: 75%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.077em;
}

#nav{
	float: left;
	color: #000;
	margin-right: 15px;
	width: 20%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

#nav ul{
	color: #000;
	margin: 0px;
	width: 100%;
	background-color:#FFF;
}

#nav ul li{
	background-color:#FFF;
	color:#898989;
	list-style-type: none;
	background-image: none;
	padding:4px;
	border-bottom: dotted 1px #898989;
}

#nav ul li a{
	color:#006b83;
	text-decoration:none;
	
}

#content a:link, #content a:visited, #content a:hover, #content a:active {
	color:#0035B3;
}

#content a:hover {
	color: #CC6600;
}

#content a:visited {
	color: #333333;
}

#content h2 {
	color: #666666;
	margin-top: 0;
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin-bottom: .5em;
}

#content h3 {
	color: #FFF;
	background-color: #669999;
	margin-bottom: .5em;
	padding: 0.2em;
	padding-left:0.5em;
	font-size:1.2em;
}

#content h4 {
	color: #055A9B;
	margin-bottom: .5em;
	margin-top: 1.3em;
}

#content p {
	padding: 0.5em 0.5em 0.5em 0.5em;
	font-size:1.05em;
	margin-bottom: .3em;
	}
#content ul li {
	background-image: url(/common/images/bullets/bullet_box_grey.jpg);
	background-repeat: no-repeat;
	background-position: 2% 9px;
	list-style-type: none outside none;
	margin-bottom: .3em;
	padding-top: 0.1em;
	padding-bottom: 1em;
	padding-left: 2em;
	padding-right: 0;
	position: relative;
}

/* QUOTES */

blockquote {
	background-color: #669999;
	color: #ffffff;
	display: block;
	width: 96.5%;
	margin: 0.5em 0.5em 0.5em 0.5em;
	padding: 8px;
	font-family: 'Open Sans', sans-serif;
	font-size:1.1em;
	
}

/* FOOTER BAR */

#footer {
	background-color: #669999;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	width: 100%;
	font-size: 1em;
}

#footer ul {
	margin-top: 0em;
}

#footer ul li  {
	display: inline;
}

#footer ul li a {
	color: #ffffff;
}

#footer ul li a:visited {
	color: #ffffff;
}

#footer ul li a:hover {
	color: #ffffff;	
}

#wsscredit {
	color: #000;
	padding-top: .5em;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

ul li {
    list-style: none;
}

#home_imgs{ /*styles div for the homepage images*/
	float:right;
	margin-left: 20px;
	margin-right: 3px;
	margin-bottom: 20px;

}

#home-txt{
	width:40%;
	float:left;
}


/* SOCIAL MEDIA ICONS */
#social{
/*	margin-top: 10px;*/
	margin-bottom:4px;
	width:100%;
}
.follow{
	color:#006b83;
	font-size:1em;
	width:100%;
	background-color:#DEDEDE;
	border-left: solid 4px #898989;
	border-bottom: dotted 1px #898989;
	border-top: dotted 1px #898989;
	padding: 4px;
}


#social a{
margin-top:4px;
 }
 #social img {

	 float:left;
	 	 clear:none;
 }