@charset "UTF-8";
/* CSS Document */

/* YUI 3.9.1 (build 5852) Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

html,
body {
	background: url(../img/tile-bg.png)repeat-x #CCC;
	color: #333 ;
	font: normal 300 100%/1.4 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}


a {
	color: #333;
	font-weight: bold;
	outline: none;
}
a:link {
	color:  #333;
	text-decoration: none;
}
a:visited {
	color:  #333;
	text-decoration: none;
}
a:hover {
	color: rgb(0,132,194);
	text-decoration: none;
}


h1,
h2,
h3 {
	color: rgb(0,132,194);
}

h1 {
	font: normal 600 2.125em/1.1764 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	letter-spacing:-1px;
	margin: 0 0.5882em 0.2352em 0 ;
}

h2 {
	font: normal 300 2em/1.25 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	margin: 0 2em 0.5em 0 ;
} 

h3 {
	font: normal 300 1.5em/1.333 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	margin-bottom: 0.6666em;
} 

h4 {
	font: normal 300 1.25em/1.2 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	margin-bottom: 0.6666em;
} 

h5  {
	font: normal 300 1.125em/1.333 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	margin-bottom: 0.8888em;
} 

p {
	font: normal 400 1em/1.714 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	margin: 0 2.1428em 1.1428em 0;
}  

strong {font-weight: 600;}
small {font-size: 0.875em;}




/*     H E A D E R     */

header {
	clear: both;
	height: 57px;
	margin-bottom: 20px;
}

header h3 {
	font: normal 700 2.5em/1.4 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-align: right;
}

#logo h2 a {
	width: 530px;
	height: 57px;
	display: block;
	text-indent: -999em;
	text-decoration: none;
	overflow: hidden;
	position: relative;
	background: url(../img/ows_logo1.png) no-repeat;
	float: left;
}
	
#wrapper {
	background-color: #FFF;
	margin: 0 auto;
	padding: 20px;
	width: 960px;
}

/*     C O N T E N T     */


#content,
#aside {
	display: inline;
	float: left;
	margin-top: 20px;
}

#aside {
	font-size: 0.875em;
	margin-right: 20px;
	width: 220px;
}

.box {
	background-color: #CCC;
	margin-bottom: 20px;
	padding: 20px;
}

.box p {line-height:1.4em;}

#content {
	margin-bottom: 40px;
	width: 680px;
}

#content p {padding-right: 80px;}

#content ul {
	list-style: disc;
	list-style-position: outside;
	margin-left: 20px;
	padding-right: 250px;
}

#content ul li:last-child {margin-bottom:1em;}

#banner {
	/*background: url(../images/banner-image.jpg) no-repeat;*/
	height: 350px;
	margin-bottom: 20px;
	position: relative;
}

#banner ul li {
	font-size: 1.8em;
	list-style-image: url(../img/drop.png);
	margin: 0 20px 0 20px;
}

#banner img {
	position: relative;
	margin: 0; 
	padding: 0;
}

#banner ul {
	left: 0;
	position: absolute;
	top: 80px;
}

#banner h2 {
	left: 20px;
	position: absolute;
	top: 20px;
}


.cws-logo {
	width: 80%;
	padding: 0.5rem;
}







/*      F O O T E R      */

footer {
	border-top: 1px dotted #333;
	clear: both;
	font-size: 0.875em;
	margin-top: 20px;
	padding-top: 10px;
	text-align: center;
}

