/**
 * Rounded corners
 */

html, body {
	padding: 0; margin: 0;
}
.rounded { display: block; }
.rtr, .rtl, .rbr, .rbl {
	display: block;
	height: 10px;
}
.rtl, .rbl { width: 10px; }
.rm { background: #fff; }
.rtr { background: url(/images/round-tr.png) no-repeat top right; }
.rtl { background: url(/images/round-tl.png) no-repeat top left; }
.rbr { background: url(/images/round-br.png) no-repeat top right; }
.rbl { background: url(/images/round-bl.png) no-repeat top left; }

.p10 { padding: 10px !important; }
.p20 { padding: 20px; }
.p20.rm { padding: 0 20px; }
.taright { text-align: right; }
hr { margin-bottom: 5px; }

a, a:active, a:visited {
	color: #0169a0;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

p.viewall {
	height: 10px;
	line-height: 10px;
}

p.viewall img {
	margin-bottom: -5px;
}

p { margin-bottom: .5em; }
dd { margin-left: 10px; margin-bottom: 1em; }
address { font-style: normal; }
ul.nolist {
	padding: 0;
}
.nolist li, .nolist { list-style: none; }
.byline { color: #666; font-size: .9em; margin-bottom: .5em; }
.section { margin-bottom: 15px; }
.blue { color: #02527d; }
.ul { text-decoration: underline; font-weight: bold; list-style: none;}

ul.circ, ul.circ li { list-style-image: url(/images/cw/cw-bullet.gif) }

h2 {
	color: #016499;
	font-size: 1.4em;
}

h2.page-title {
	font-size: 1.8em;
}

h3 {
	color: #000;
	font-size: 1em;
	font-weight: bold;
}

h4 {
	margin-bottom: 1em;
}

#header {
	height: 126px;
	background: url(/images/header-bg.jpg) no-repeat top left #01527d;
	border-bottom: 2px solid #fde14b;
	margin-bottom: 0;
	position: relative;
	color: #ffffff;
	font-size: 10px;
}

header a, header a:visited, header a:active {
	color: #fff;
}

#header-nav {
	padding: 20px 20px;
}

header-right a {
	color: #fff;
	text-decoration: none;
}

header-right a:hover {
	text-decoration: underline;
	color: #fff;
}

.moreContainer {
	padding-right: 10px;
	text-align: right;
}

#weather {
	position: absolute;
	background: url(/images/weather-bg.gif) no-repeat top left #013d5d;
	width: 152px;
	height: 52px;
	right: 20px;
	bottom: 20px;
}

#weather > div {
	padding: 12px 20px;
}

#weather p {
	text-align: right;
	color: #fff;
	margin-bottom: 0 !important;
	padding: 0;
}

#weather p#cur {
	padding-right: 20px;
}

#weather a {
	font-size: 11px;
	color: #f8e3aa;
	text-decoration: underline;
}

#weather #temp {
	font-size: 2em;
}

h1 {
	padding: 0;
	margin: 0;
}
h1 a {
	position: absolute;
	text-indent: -999em;
	height: 126px;
	width: 390px;
	top: 0;
	left: 0;
}

.container { background: #fff; }

#main {
	background: #ccc;
	padding: 10px;
}

#home #main-inner {
	background: url(/images/index-main-bg.gif) repeat-y top left #fff;
	overflow: hidden;
  -webkit-border-radius: 10px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
     -moz-border-radius: 10px; /* FF1-3.6 */
          border-radius: 10px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */

}

#home #right {
	width: 700px;
}

#secondary #main-inner {
	background: #ccc;
}

#secondary #right {
	width: 738px;
}

#secondary #main-content {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-top: 10px;
	padding-right: 10px;
	width: 456px;
}

#secondary #main-content-wide {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-top: 10px;
	padding-right: 10px;
	width: 665px;
}

#main-tabs {
	background: #fff;
	margin: 0;
	height: 300px;
}

#main-tabs ul {
	margin: 0;
	padding: 0;
}

#main-tabs ul li {
	list-style: none;
	border-bottom: 1px solid #fff;
}

#main-tabs li a {
	text-indent: -999em;
	display: block;
	height: 58px;
}

#main-tabs ul li a:hover {
	text-decoration: underline;
}

li#nav-news a {
	height: 64px;
	background: url('/images/nav/nav-1-a.jpg') no-repeat top left;
	width: 218px;
}
li#nav-news a:hover, li#nav-news a.active {
	background-image: url('/images/nav/nav-1-b.jpg');
	width: 218px;
}
li#nav-how a {
	background: url('/images/nav/nav-2-a.jpg') no-repeat top left;
	width: 218px;
}
li#nav-how a:hover, li#nav-how a.active {
	background-image: url('/images/nav/nav-2-b.jpg');
	width: 218px;
}
li#nav-maps a {
	background: url('/images/nav/nav-3-a.jpg') no-repeat top left;
	width: 218px;
}
li#nav-maps a:hover, li#nav-maps a.active {
	background-image: url('/images/nav/nav-3-b.jpg');
	width: 218px;
}
li#nav-meetings a{
	background: url('/images/nav/nav-4-a.jpg') no-repeat top left;
	width: 218px;
}
li#nav-meetings a:hover, li#nav-meetings a.active  {
	background-image: url('/images/nav/nav-4-b.jpg');
	width: 218px;
}
li#nav-cal a{
	background: url('/images/nav/nav-5-a.jpg') no-repeat top left;
	width: 218px;
}
li#nav-cal a:hover, li#nav-cal a.active  {
	background-image: url('/images/nav/nav-5-b.jpg');
	border: none;
}

#main-tabs ul a {
	color: #fff;
	font-size: 1.4em;
	text-decoration: none;
}

ul#main-nav {
	padding: 0;
	margin: 0;
}

ul#main-nav li {
	position: relative;
	float: left;
	list-style: none;
	height: 28px;
	padding: 0 24px;
}

ul#main-nav li.dropdown {
	background: url(/images/nav/ddarrow.png) no-repeat 10px center;
}

ul#main-nav li.dropdown:hover {
	background: url(/images/nav/ddarrow-open.png) no-repeat 10px center;
}

ul#main-nav li:hover ul {
	left: 15px;
}

#main-nav li ul {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 28px;
	left: -999em;
	background: #005e8f;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
}

#main-nav li ul li {
	clear: left;
	padding: 0 10px;
	width: 18em;
	border-bottom: 1px solid #fff;
}

#main-nav li ul li.last {
	border: none;
}

#main-nav li ul a {
	font-size: 11px;
	font-weight: normal;
}


ul#main-nav a {
	font-family:georgia,garamond,serif;
	font-size: 1.1em;
	font-weight: bold;
}

ul#main-nav a:hover, ul#main-nav a:active, ul#main-nav a.over {
	color: #fee640;
}

#header-right #header-nav a {
	color: #fff;
}

ul#main-nav li#search {
	float: right;
}

#ss_cq {
	width: 175px;
	height: 15px;
	padding: 3px;
	color: #666;
	margin: 0;
	border: none;
}

#searchLabel {
	position: absolute;
	top: -999px;
}

#ss_sub {
	position: relative;
	top: 6px;
	right: 3px;
}

ul#main-nav li a {
	display: block;
	color: #FFF;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	font-size: 1.1em;
}

#breadcrumbs {
	float:right;
	padding-bottom: 10px;
	font-size: 0.9em;
	color: gray;
}
#mast {
	height: 204px;
	background: url(/images/masthead-bg.jpg) no-repeat top left #016aa0;
}

#lower-mast {
	padding: 12px 5px;
	background: url(/images/lowermast-bg.jpg) repeat-x top left #fde14b;
}

#lower-mast h3 {
	font-size: 1.4em;
	font-weight: bold;
}

#lower-mast ul {
	padding: 0;
	margin: 0;
}

#lower-mast li { list-style: none; }

#lower-mast .column {
	padding: 0 5px;
}

#lower-mast .border {
	border-right: none;
	background: url('/images/lower-mast-col-bg.gif') no-repeat top right;
	padding: 0;
}

#left-sidebar {
	width: 181px;
	background: #fff;
}

ul#sidebar {
	padding: 0;
	margin: 0;
}

#left-sidebar ul li { list-style-image: url('/images/cw/cw-bullet.gif') }

#right-sidebar {
	/* grid tweaking... :-/ */
	width: 220px;
}

#right-sidebar h3 {
	font-size: 1.4em;
	font-weight: bold;
}

#right-sidebar .section {
	padding: 5px;
}

#right-sidebar ul li { list-style-image: url('/images/cw/cw-bullet.gif') }

.section-header {
	padding: 10px;
	background: url('/images/dept-sidenav-mid-bg.jpeg') no-repeat top left #01527d;
	margin-bottom: 10px;
}

.section-header h3 {
	font-size: 1.2em;
	color: #fff;
	margin: 0;
}

.section-header.first {
	padding-top: 20px;
	background: url('/images/dept-sidenav-top-bg.gif') no-repeat top left #ccc;
}

.section-body {
	padding: 10px;
}

#footer-inner { padding: 20px; }

#footer { border-top: 10px solid #001d2d; color: #4b6893; }
footer p { font-size: 10px; }


.printOnly {
	display: none;
}


/* Tab Stuff */
.tabContent {
	height: 275px;
	overflow: hidden;
	position: absolute;
	width: 690px;
	margin-top: 10px;
}

.tabTitle {
	color: #01527D;
	font-size: 1.5em;
	font-weight: normal;
}

.homeButton {
	color: #fff !important;
	display: block;
	border: 1px solid #001d2d;
	padding: 12px;
	text-align: center;
	font-weight: 900;
	margin: 0 8px 16px 8px;
	text-decoration: none !important;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	-khtml-border-radius: 5px; /* Linux */
	border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	cursor: pointer;
	background: #5aa5c5; /* Old browsers */
	background: -moz-linear-gradient(top, #5aa5c5 0%, #01527d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5aa5c5), color-stop(100%,#01527d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5aa5c5 0%,#01527d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5aa5c5 0%,#01527d 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #5aa5c5 0%,#01527d 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5aa5c5', endColorstr='#01527d',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #5aa5c5 0%,#01527d 100%); /* W3C */
	position: relative;
}

.homeButton:hover {
	top: 3px;
}


/**** Content Windows ****/
.subText {
	color: #7D8683;
	font-size: 90%;
}

#cwContact {
	padding-left: 10px;
}

#cwContact ul li {
	list-style-image: none;
	list-style: none;
	list-style-type: none;
	padding-left: 0px;
}

#cwContact ul.cwContactList {
	padding-left: 0;
}

.shadbox {
	margin: -20px 0 -30px 23px;
	padding: 0;
}

.navPad {
	margin: 0 0 0 -15px;
}

/**** Footer ****/

#egovlogo {
	margin-left: 30px;
}

#footertext {
	margin-bottom: 0px;
}

/* list styles */
.cwSectionList {
	border: 1px solid #d7ebf4;
	border-bottom: none;
}

.cwSectionList .even {
	padding: 4px;
	background-color: #d7ebf4;
	border-bottom: 1px solid #d7ebf4;
}

.cwSectionList .odd {
	padding: 4px;
	background-color: transparent;
	border-bottom: 1px solid #d7ebf4;
}

