/*
Company:	Santa Cruz
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/*main container*/
#main-container {
	background-color: #fff;
	width: 905px;
	padding: 0 20px;
	text-align:left;
	float: left;
	clear: both;
}
.main-container {
	width: 905px;
	padding: 0;
	margin: 0 0 1em;
	max-width: 905px;
}

/* @group HTML, Body */
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
table, td, img {
	border: 0;
}
body {
	font: 62.5%/1.4 Verdana, Helvetica, Arial, Tahoma, sans-serif;
	background: #d2cdbf url(/CWT/External/WCPages/styles/body-1.jpg) top repeat-x;
}
img.left {
	float: left;
	margin: 0 20px 20px 0;
}
img.right {
	float: right;
	margin: 0 0 20px 20px;
}

/* Head */
div#hd {
	width: 947px;
	margin: 0px auto 0;
background: url(/CWT/External/WCPages/styles/wrap.jpg) no-repeat 0 0;
	height: auto;
}
div#hd-right {
	/*width: 561px;*/
	/*margin: 0 15px 0 0;*/
	/*padding: 5px 0 0 0;*/
	float: right;
	display: inline;
}
div#hd li a {
	color: #fff;
	text-decoration: none;
}
div#hd li li a {
	color: #2848a5;
}

/* Body */
div#bd {
	width: 887px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 20px 30px 30px 30px;
}

/* Footer */
div#ft {
	width: 905px;
	padding: 0;
	margin: 20px auto;
	font-size: 11px;
	color: #fff;
	text-align:left;
	background:url(/CWT/External/WCPages/styles/weblink-logol-white.png) right no-repeat;
	clear: both;
}
.ft-logo {
	text-align: right;
	padding: 0 0 20px 0;
}
div#ft a {
	color: #fff;
	text-decoration: none;
}
div#ft a:hover {
	text-decoration: underline;
}

/* @group Modules */
/* Logo */
div#logo {
	width: 365px;
	height: 143px;
	padding: 0;
	text-indent: -999em;
	float: left;
	display: inline;
	background: url(/CWT/External/WCPages/styles/logo-11.jpg) no-repeat;



}
div#logo a {
	display: block;
	height: 100%;
}

/* Left Col */
div.left {
	width: 440px;
	float: left;
	display: inline;
	text-align:left;
}

/* Right Col */
div.right {
	width: 386px;
	float: right;
	display: inline;
	text-align:left;
	padding-top: 30px;
}

/* Util Nav */
div#util-nav {
	font-size: 10px;
	font-weight:normal;
	float: right;
	margin-top: -118px;
}
#util-nav a {
	text-decoration: none;
	padding: 0px;
}
#util-nav a:hover {
	text-decoration: underline;
}
#banner {
	float: right;
	width: 468px;
	height: 60px;
	margin: -81px 0px 0 0;
	top:62px;
}

/* Cols */
div.cols {
	background: url(/CWT/External/WCPages/styles/cols-div.gif) repeat-y 457px 0;
}
div.left-col {
	width: 206px;
	float: left;
	display: inline;
}
div.right-col {
	width: 206px;
	float: right;
	display: inline;
}

/* HR */
div.hr {
	height: 1px;
	overflow: hidden;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #348684;
}

/* Gray Box */
div.gray-box {
	background-image: url(/CWT/External/WCPages/styles/scrolling.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

/* Bd Bottom */
div#bd-btm {
	width: 947px;
	height: 17px;
	background: #fff;
	padding: 0 0 0 0;
	overflow: hidden;
	clear: both;
}

/* @group Nav */
div#nav {
	clear: both;
	/*height: 47px;*/
	font-size:13px;
	/* background: url(/CWT/External/WCPages/styles/nav.jpg) repeat-x;*/
	font-size:10px;
}

/* @group Default Headings */
div#bd h1 {
 margin: 0 0 10px 0;
}
div#bd h2 {
	font-size: 14px;
	color: #351c97;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	text-align:left;
	padding: 0 0 1pxs 8px;
}
h3 {
	font-size: 85%;
	color: #351c97;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

/* @group Common Text Styles */
div#bd p {
	font-size: 85%;
}
.bold {
	font-weight: bold;
}

/* @group Default Links - link visited hover active */
a:link, #main-container a:link, #main-container li a:link {
	color: #351c97;
	text-decoration: underline;
}
a:visited, #main-container a:visited {
	color: #665a96;
}
a:hover {
	text-decoration: none;
}

/*middle*/
/*right main container*/
.right-col {
	width: 250px;
	padding: 0 0px 10px 14px;
}
.page-header-right {
	width: 740px;
	padding-left: 25px;
	color: #351c97;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
.body-text-right {
	width: 740px;
	font-size: 12px;
	padding-left: 25px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 0;
	border-top: 1px solid #351c97;
	border-bottom: 1px solid #351c97;
	text-align: left;
}

/*left main container*/
.body-text-left {
	width: 740px;
	font-size: 12px;
	padding-left: 25px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 0;
	text-align: left;
}
.body-text-left-col {
	font-size: 12px;
	text-align: left;
	padding: 15px;
}
.page-header-left {
	padding-left: 25px;
	color: #351c97;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
}
.rounded-container-top {
	background-image: url(/CWT/External/WCPages/styles/FOO-content-area_03.jpg);
	background-repeat: no-repeat;
}
.rounded-container-middle {
	background-image: url(/CWT/External/WCPages/styles/FOO-content-area_05.jpg);
	background-repeat: repeat-y;
}
.rounded-container-bottom {
	background-image: url(/CWT/External/WCPages/styles/FOO-content-area_06.jpg);
	background-repeat: no-repeat;
	padding-top:11px;
}

/*homepage*/
#content {
	font-size: 11px;
	color: #000000;
}

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
a:link {
	color: #0f004d;
	text-decoration: underline;
}
a:hover {
	color: #351c97;
	text-decoration: none;
}
a:visited {
	color: #665a96;
	text-decoration: underline;
}
div #wcspacer {
	padding: 15px 0 0 10px;
	text-align:left;
}
.eventsHeader {
	font-size: 12px;
	color:#3A3A3A;
	font-weight: bold;
	padding: 3px 0 3px 5px;
}
#HeadlineList1_dgArticles_ctl02_hypDescr {
	font-size: 12px;
}
#Banner1_Rotator1 {
	padding: 10px;
}
.EventListBody {
	margin: 0 0 1em;
	border-collapse: collapse;
	font-size: 83.3%;
}
.EventListBody td {
	padding: 0 5px 5px 0;
	vertical-align: top;
	color: #666;
}
.sidebar {
	float: right;
	clear: right;
	width: 25%;
	margin: 0 0 20px 20px;
	background: #f5f2ff;
	padding: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
.gone {
	background: #f00;
}
img.right {
	float: right;
	clear: right;
	margin: 0 0 20px 20px;
}
/*

/*
 Utility Navigation
*/
/*
#utilnav {
	
	margin-right:0px !important;
	top: 35px;
}
#utilnav li {
	float: left;
	margin: 0 0 0 1.5em;
	list-style-type:none;
}
#utilnav a {
	color: #000 !important;
	font-weight:bold;
}
#utilnav a:hover {
	color: #3e6dc7;
}
#utilnav li img {
	padding-right: 5px;
}

*/

/*
 Main Navigation
*/

#navhm {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 365px;
	height: 143px;
	background: url(/CWT/External/WCPages/styles/logo-11.jpg) no-repeat;
	text-indent: -999em;
	z-index: 10;
}

#mainnav {
	background: url(/CWT/External/WCPages/styles/mainnav.jpg) repeat-x;
	float: left;
	width: 938px;
	height: 37px;
	line-height: 37px;
	list-style: none;
	color: #fff;
	margin: 143px 0 0;
	font-size: 110%;
	padding: 0 0 0 10px;
}
#mainnav li {
	float: left;
	height: 37px;
	line-height: 37px;
	margin: 0 0 0 20px;
	position: relative;	
	margin: 0;
    z-index: 2;
}
#mainnav a {
	color: #fff;
	
	float: left;
	height: 37px;
	padding: 0 10px;
}
#mainnav a:hover {
	color: #cceaff;
	background: url(/CWT/External/WCPages/styles/mainnav_hover.gif) repeat-x;
}
#mainnav li:hover ul {
	visibility: visible;
	background: rgba(255,255,255,.9);
	top: 37px;
	margin: 0;
}
#mainnav ul {
	visibility: hidden;
	position: absolute;
	padding: 0;
	width: 15em;
	/*For IE*/
	left: 0;
}
#mainnav ul li {
	/*float: none;*/
	height: auto;
	line-height: 1.1;
	margin: 0;
	font-weight: normal;
	width: 15em;
}
#mainnav ul li a {
	color: #173450;
	padding: .4em 1em;
	float: left;
	width: 13em;
	/*background: url(img/arrow_drop.gif) no-repeat right;*/
	font-weight: normal;
	height: auto;
}
#mainnav ul li.gen a {	
	background-image: none;
	/*background-color: transparent;*/
	font-weight: bold;
}
#mainnav ul li:last-child a {
	padding: .4em 1em .8em;
}
#mainnav ul li a:hover {
	background: #b8d2e5;
	color: #001a33;
}

#working #navwk, #living #navlv, #visiting #navvs, #directory #navbz, #chamber #navch {
	color: #cceaff;
	background: url(/CWT/External/WCPages/styles/mainnav_hover.gif) repeat-x;
}

/* CSS  for submenu */
#mainnav ul.submenu li.accom ul { visibility: hidden; }
#mainnav ul.submenu li.accom:hover ul { background: rgba(255,255,255,.9); position:absolute; top: 0px; left: 165px; width: 163px; display: block;  z-index:0; visibility:visible; }
#mainnav ul.submenu li.accom:hover ul li a { color:#173450; padding: 6px 10px;  }


#header {
	height: 180px;
	font-weight: bold;
}
#header li {
	list-style: none;
}
#header a {
	text-decoration: none;
}

#wrap {
	background: url(/CWT/External/WCPages/styles/wrap.jpg) no-repeat;
	width: 948px;
	margin: auto;
	position: relative;
}

#topbanner {
	position: absolute;
	top: 62px;
	right: 0;
	width: 468px;
	height: 60px;
}
#search {
	position: absolute;
	right: 10px;
	top: 149px;
	height: 22px;
	line-height: 22px;
	width: 173px;
}
#search label {
	position: absolute;
	visibility: hidden;
}
#searchtext {
	height: 16px;
	padding: 2px;
	border: 1px solid #4f80a4;
	border-right: 0;
	width: 146px;
	float: left;
	margin: 0;
	color: #4f80a4;
}
/*
 Utility Navigation
*/

#utilnav 
{
	position: absolute;
	right: 0;
	top: 35px;
    margin: 0px !important;
}
#utilnav li {
	float: left;
	margin: 0 0 0 1.5em;
}
#utilnav a {
	color: #000;
}
#utilnav a:hover {
	color: #3e6dc7;
}
#utilnav li img {
	padding-right: 5px;
}
