@import url('/cwf_styles/_header_universal.css');

* {
	margin: 0;
	padding: 0;
}
	
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
}

p {
	margin: 10px 0;
}
a {
	border: none; 
	color: darkblue; 
	text-decoration: none; 
	outline: none; /* removes focus line when clicked */
}
a:hover {
	text-decoration: none; 
	color: maroon;
}

a img,
img.plain {
	border:none;
}	
img {
	-ms-interpolation-mode: bicubic;
}
ul {
	list-style: none;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#090909;
	margin:0;
	font-size:59%;
	/*sets base font size to 10px using percentages so IE6- can resize text*/
}	

html, body { height:100%; }

body.navSingleTier {
	background: #E6E3DF;
	background: #D9D6D0;
}
body.navSingleTier #colorBars #firstColorBar {
	width:100%;
	height:82px; 
	background:#235573;
}

body.navSingleTier #colorBars #secondColorBar {
	width: 100%;
	height: 50px;
	background:#477A96; 	
}
body.navSingleTier #colorBars #thirdColorBar {
	display: none;
}
body.navSingleTier #colorBars #fourthColorBar {
	display: none;
}


#container { margin:0 auto; position:relative; width:960px; z-index: 3; }


/* -------------- UNIVERSAL HEADER, base styles found in _header_universal.css - CHANGE TO DARK BACKGROUND (WHITE IS DEFAULT FOR OTHER SITES) -------------- */

#header {
	position: relative;
	min-width: 960px; 
	height: 113px; 
	padding: 0; 
	margin: 0 auto; 
	z-index: 6;
}

#quickLinks a { 
	color: #fff; 
	text-decoration: none;
}
#quickLinks a:hover {
	color:#fff;
}
#searchbox {
	height: 12px; 
	border: 1px solid #666; 
	padding: 4px 5px;
}
input#searchbox:focus {
	color: #000;
}
#logo img {
	display: none;
}

#navWrapper {
	height: 50px;
}
#navMainWrapperWrapper {
	background: #477A96;
}
ul#nav li a {
	color: #fff;
}
ul#nav li+li a {
	background: url(/index_images10/mainNavDivider.gif) no-repeat left center;
}
ul#nav li:hover, 
ul#nav li.currnav {
	background: #EDEAE2;
	color: #746548;
}
ul#nav li.currnav li {
	color: #746548;
}
ul#nav li a:hover {
	background: #EDEAE2;
	color: #746548;
	text-decoration: none;
}
ul#nav li ul li:hover, 
ul#nav li.currnav ul li {
	background: none;
	color: #746548;
}
ul#nav li ul li a {
	font: 1.3em Verdana, Helvetica, Arial, sans;
}
ul#nav li ul {
	background: #EDEAE2;
	border-top: 5px solid #EDEAE2;
	display: none;
	left: 0;
	margin: 0;
	padding: 10px 8px 10px 8px;
	position: absolute;
	top: 30px;
	width: 222px;
}
#header {
	height: 115px;
	padding: 10px 0 0;
}
body>#header {
	padding: 10px 0 7px;
}
#logowrap {
	margin: 0 auto;
	position: relative;
	width: 960px;
}
#colorBars {
	height: 300px;
	position: absolute;
	width: 100%;
}
#navMainWrapperWrapper {
	background: none;
}

body.navSingleTier #header {
	height: 127px;
}
body.navSingleTier > #header {
	height: 107px;
}
body.navSingleTier #navSubWrapperWrapper {
	display:none;
}
	
/* -------------- INFO LINKS - top small link bar --------------*/
#quickLinks {
	height: 58px !important;
}
#quickLinks a { 
	color: #fff; 
	text-decoration: none;
}
#quickLinks a:hover {
	color:#fff;
}
form {
	display: inline;
}
fieldset {
	display: inline;
	position: relative;
	top: 1px;
	padding-left: 5px;
	border: none;
}
	


/* -------------- CONTENT BOX --------------*/
#content {
	position:relative; 
	width:945px;
	background:#fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:12px 0 12px 14px;
	-moz-box-shadow: 0 0 6px rgba(96, 96, 96, 0.4);
	-webkit-box-shadow: 0 0 6px rgba(96, 96, 96, 0.4);
	box-shadow: 0 0 6px rgba(96, 96, 96, 0.4);
}


/* -------------- MAIN LINK BOX --------------*/
#mainLinkBoxBorder {
	background: #97845b;
	float: left;
	height: 225px;
	height: auto;
	margin: 0;
	padding: 3px;
	width: 210px;
	width: 242px;
}
#mainLinkBox {
	background: #97845b;
	border: 1px solid #c1b59b;
	color: #fff;
	padding: 20px 20px 5px;
}
#mainLinkBox a {
	color: #fff;
	display: block;
	font: 23px "Palatino Linotype", Palatino, Georgia, "Times New Roman", Times, serif;
	letter-spacing: .05em;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
#mainLinkBox a em {
	display: block;
	font-size: 15px;
	font-style: normal;
}
#mainLinkBox a:hover {
	color: #F4F0D7;
}
#mainRotation {
	background: #8F8B86;
	background: #dfdacb url(index_images10/loading.gif) no-repeat center center;
	border: 1px solid #ccc;
	float: right;
	height: 380px;
	margin-right: 8px;
	position: relative;
	width: 665px;
	z-index: 2;
}
#content>#mainRotation {
	margin-right: 14px;
}
#mainRotation a {
	color: #fff;
}
#mainRotation #mainImgs a img {
	display: none;
	left: 0;
	position: absolute;
	top: 0;
}
#mainRotation #mainImgs a .mainImgText {
	bottom: 15px;
	display: none;
	position: absolute;
	right: 20px;
}
#mainRotation h2 {
	font: normal 42px/1em Georgia, Times, serif;
	letter-spacing: .03em;
	margin-bottom: .1em;
	text-align: right;
	text-transform: uppercase;
}
#mainRotation h2 em {
	font-style: italic;
	letter-spacing: .03em;
	text-transform: none;
}
#mainRotation p {
	font: normal 14px Verdana, Helvetica, Arial, sans;
	margin: 0;
	text-align: right;
}
#mainRotation p strong {
	color: #F4E9B4;
	font-weight: normal;
}
#mainRotation #mainImgs a .mainImgText {
	bottom: 5px;
}
#mainRotation p strong {
	background: maroon;
	color: #fff;
	line-height: 45px;
	padding: 4px 8px;
}
#mainRotation p strong:hover, 
#mainRotation a:hover p strong {
	background: #C7C2AF;
	color: maroon;
	cursor: pointer;
}

/* -------------- SLIDESHOW ELEMENTS --------------*/
.slidenums {
	bottom: 105px;
	display: block;
	position: absolute;
	right: 250px;
}
#mainRotation .slidenums a {
	background: #ccc;
	border: 1px solid #999;
	color: #000;
	display: block;
	float: left;
	margin: 0 2px;
	padding: 3px 5px;
}
#mainRotation .slidenums a:hover {
	background: #333;
	border: 1px solid #fff;
	color: #fff;
}
#mainRotation .slidenums a.current {
	background: #666;
	border: 1px solid #999;
	color: #fff;
}
#mainRotation #numberLinks {
	position: absolute;
	left: 10px;
	top: 350px;
	width: 250px;
	z-index: 2;
}
#mainRotation #numberLinks a {
	background: #DAD5C9;
	color: #555;
	display: block;
	float: left;
	margin: 0 3px;
	padding: 3px 5px;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}
#mainRotation #numberLinks a:hover {
	background: #435464;
	color: #fff;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#mainRotation #numberLinks a.currentnum {
	background: #6A1211;
	color: #fff;
}
#mainRotation #tooltip {
	display: none;
	position: absolute;
	z-index: 57654432;
}
#mainRotation #tooltip p {
	background: #fff;
	border: 1px solid #ccc;
	font-size: 10px;
	margin:0 0 6px 0;
	padding: 7px 7px;
}
#mainRotation #tooltip .tooltiparrow {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 7px;
	background: url(/base_images/tips/tip.gif) no-repeat 50% bottom;
}



/* -------------- VISIT BOX --------------*/
#visitBoxBorder {
	width: 242px;
	height: auto;
	border: 1px solid #d2bebb;
	float: left;
	margin: 12px 0 0 0;
	padding: 2px;
}
#planVisit {
	background: url(index_images10/background_visitBox.jpg) repeat left top;
	color: #fff;
	padding: 12px 13px 5px 16px;
	position: relative;
	z-index: 1;
}
#planVisit h2 {
	font: 22px Georgia, "Times New Roman", Times, serif;
	letter-spacing: .05em;
	text-transform: uppercase;
}
#planVisit h2 a {
	color: maroon;
}
#planVisit h4 {
	position: absolute;
	right: 7px;
	top: 25px;
	color: #8f856c;
	font: italic 17px Georgia, "Times New Roman", Times, serif;
	letter-spacing: .01em;
}
#planVisit img {
	border: 1px solid #666;
	float: left;
	height: 110px;
	margin: 15px 15px 15px 0;
	position: relative;
	width: 95px;
	z-index: 2;
}
#visitlinks {
	margin: 20px 0 0 0;
}
#visitlinks li a {
	color: maroon;
	font: bold 12px/20px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .02em;
	text-transform: uppercase;
}
body #visitlinks a:hover {
	color: #000;
	text-decoration: underline;
}
#planVisit>#visitlinks a:hover {
	text-decoration: none;
}

/* -------------- specials and packages --------------*/	
#specialsPackages {
	clear: left;
	color: #1d7d85;
	margin: 0 15px 0 0;
}
#specialsPackages a {
	color: #1d7d85;
}
#specialsPackages h4 {
	font: bold 15px/1em Georgia, "Times New Roman", Times, serif;
	position: static;
}
#specialsPackages p {
	font: italic 16px/1em Georgia, "Times New Roman", Times, serif;
	margin: 5px 0;
}


/* -------------- HISTORY FACT --------------*/
#historyFact {
	width: 172px;
	height: auto;
	float: left;
	margin: 25px 10px 0px 20px;
}
#historyFact h3 {
	color: #6b4625;
	font: bold 17px/1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: .02em;
	text-transform: uppercase;
}
#historyFact p {
	color: #787871;
	font-size: 13px;
	line-height: 1.4em;
	margin: 5px 0;
}
#historyFact p strong {
	color: #5b91ae;
	text-transform: uppercase;
}
#historyFact a.more {
	color: #5b91ae;
	display: block;
	font-size: 11px;
	text-align: right;
	text-transform: uppercase;
}



/* -------------- WHATS NEW --------------*/
#whatsNew {
	background: #edeae2;
	float: left;
	margin: 0;
	margin: 15px 15px 0;
	min-height: 115px;
	padding: 10px 10px 7px;
	position: relative;
	width: 245px;
}
#whatsNew h3 {
	color: #6b4625;
	display: inline;
	font: bold 16px/1.1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: .0em;
	text-transform: uppercase;
}
#whatsNew .more {
	color: #96978e;
	font-size: 9px;
	letter-spacing: .04em;
	padding-left: 15px;
	text-transform: uppercase;
}
#whatsNew #sliderWrapper {
	background: #fbfbf9;
	height: 93px;
	margin-top: 3px;
	overflow: hidden;
	position: relative;
	width: 245px;
}
#whatsNew #sliderWrapper:hover {
	background: #ffffff;
}
#whatsNew ul {
	display: block;
	left: 0;
	margin: 5px 0 0 0;
	position: absolute;
	top: 0;
	width: 2500px;
}
#whatsNew li {
	color: #201817;
	display: block;
	float: left;
	font: 1.4em/1.3em Verdana, Helvetica, Arial, sans;
	padding: 8px 10px 6px;
	width: 230px;
}
#whatsNew li:hover {
	background: #fff;
}
#whatsNew li h4 {
	color: #91823e;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .03em;
	line-height: 1.3em;
	text-transform: uppercase;
}
#whatsNew li a h4 {
	color: #c1b594;
}
#whatsNew li a {
	color: #91823e;
}
#whatsNew li a:hover h4 {
	color: #c1b594;
}
#whatsNew li img {
	border: 1px solid #999;
	float: left;
	height: 65px;
	margin: 0 10px 10px 3px;
	width: 65px;
}
#whatsNew li p {
	color: #392c07;
	font-size: .85em;
	line-height: 1.3em;
	margin: 2px 5px 3px 16px;
}
#whatsNew li.current {
	display: block;
}
#whatsNew .leftArrow {
	left: -8px;
	position: absolute;
	top: 52%;
}
#whatsNew .rightArrow {
	position: absolute;
	right: -8px;
	top: 52%;
}



/* -------------- WHAT IS CW --------------*/	
#aboutCW {
	width: 174px;
	height: auto;
	float: left;
	margin: 22px 0 0 0;
}
#aboutCW h3 {
	color: #6b4625;
	font: bold 16px/1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: .02em;
	text-align: center;
	text-transform: uppercase;
}
#aboutCW h3 a {
	color: #6b4625;
}
#aboutCW a img {
	margin: 5px 0 8px 5px;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}
#aboutCW a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#aboutCW ul {
	margin: 0 0 0 15px;
}
#aboutCW li {
	color: #201817;
	font: 1.4em/1.3em Helvetica, Arial, sans;
	padding: 3px 0;
}
#aboutCW li a {
	color: #fff;
}
#aboutCW a:hover {
	color: #F4E9B4;
}
#aboutCW p {
	color: #F4E9B4;
	margin: 25px 0 0 0;
}
#movieLayer {
	width: 593px;
	position: absolute;
	right: 160px;
	top: 65px;
	background: #6F6C68;
	border: 3px solid #BFBAB3;
	color: #ccc;
	display: none;
	font-size: 1.2em;
	line-height: 1.7em;
	padding: 5px 15px 15px 15px;
	z-index: 3;
}
#movieLayer h3 {
	float: left;
	width: 200px;
}
#movieLayer a {
	color: #F4E9B4;
}
#movieLayer .movieClose {
	position: relative;
	left: 8px;
	top: -2px;
	color: #bbb;
	float: right;
	font-size: 9px;
	letter-spacing: .15em;
	text-transform: uppercase;
}
#movieLayer .movieClose img {
	position: relative;
	top: 4px;
	border: none;
	margin: 0;
}
#movieLayer .movieClose:hover {
	color: #fff;
}
#moreCWinfo {
	float: right;
	width: 300px;
}
#moreCWinfo, #moreCWinfo a {
	color: #fff;
}
#movieLayer .clips a.playing, #movieLayer .clips a.paused {
	color: #F4E9B4;
}


/* ------------------------- POPULAR LINKS ------------------------------*/	
#popularLinks {
	clear: left;
	color: #7299ae;
	font-size: 1.2em;
	height: 40px;
	letter-spacing: .04em;
	line-height: 30px;
	padding: 6px 0 0 0px;
	text-align: center;
	text-transform: uppercase;
	width: 930px;
}
#popularLinks span {
	float: left;
	margin-left: 10px;
}
#popularLinks a {
	color: #7299ae;
	padding: 7px 8px;
}
#popularLinks a:hover {
	color: maroon;
}
		
	
/* ------------------------- PROMOS ------------------------------*/	
#promos {
	clear: left;
	height: 75px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 930px;
}
#content>#promos {
	margin: 0 0 0 -28px;
	width: 986px;
}
#promoContainer {
	background: url(/index_images10/background_promos_fixed.gif) no-repeat 2px 8px;
	clear: left;
	height: 75px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 930px;
}
#promos>#promoContainer {
	margin: 0 0 0 12px;
	padding: 0 0 0 20px;
	width: 940px;
}
#promos ul {
	left: 0;
	margin: 0 0 0 28px;
	position: relative;
	width: 3000px;
}
#promoContainer>ul {
	margin: 0 0 0 5px;
}
#promos li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	width: 215px;
}
#promoContainer>ul li {
	width: 225px;
}
#promos li.hide {
	display: none;
}
#promos h5 {
	color: #564739;
	font: bold 17px/.95em Arial, Helvetica, sans-serif;
	letter-spacing: .02em;
	margin: 20px 0 0 0;
	text-transform: uppercase;
}
#promos h5.threeline {
	margin-top: 10px;
}
#promos h5 a {
	border-bottom: none;
	color: #564739;
}
#promos h5 a:hover {
	color: maroon;
}
#promos h5 em {
	font: normal 12px/1.3em Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: none;
}
#promos img {
	border: 1px solid #ccc;
	filter: alpha(opacity=70);
	float: left;
	height: 65px;
	margin: 2px 8px 5px 0;
	-moz-opacity: .7;
	opacity: .7;
	padding: 2px;
	width: 75px;
}
#promos a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#promos .leftArrow img {
	border: none;
	filter: alpha(opacity=100);
	float: none;
	height: 75px;
	left: 0px;
	-moz-opacity: 1;
	opacity: 1;
	padding: 0;
	position: absolute;
	top: -2px;
	width: 32px;
}
#promos .rightArrow img {
	border: none;
	filter: alpha(opacity=100);
	float: none;
	height: 75px;
	-moz-opacity: 1;
	opacity: 1;
	padding: 0;
	position: absolute;
	right: -10px;
	top: -2px;
	width: 32px;
}
#promos>.leftArrow img {
	left: -2px;
}
#promos>.rightArrow img {
	right: -10px;
}

#promos .smaller {
	font-size: .9em;
	letter-spacing: -.01em;
}
#promos .xsmall {
	font-size: .8em;
	letter-spacing: -.01em;
}


/* ---------------------------- FOOTER	 ---------------------------*/

#footer {
	background: #235573;
	color: #8DAAB9;
	height: 52%;
	margin-top: -35px;
	position: static;
	width: 100%;
}
body > #footer {
	margin-top: -15px;
}
#footerContainer {
	margin: 0 auto;
	padding-top: 40px;
	width: 930px;
}
#footer a {
	color: #8DAAB9;
}
#footer a:hover {
	color: #fff;
}
#footerLists li {
	float: left;
	margin: 0 15px 0 0;
}
#footerLists li a {
	color: #9BB4BF;
	font: bold 13px/1.2em Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: none;
}
#footerLists li li {
	float: none;
	margin: 5px 0;
}
#footerLists li li a {
	color: #8DAAB9;
	font: normal 11px/1.2em Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: none;
}
#footerInfo {
	clear: left;
	color: #8DAAB9;
	font-size: 11px;
	padding-top: 25px;
}
#footerCallouts a {
	color: #8DAAB9;
}
#footer .jlogo {
	filter: alpha(opacity=60);
	opacity: .6;
}

iframe {
	position: absolute;
	bottom: 0;
	/* fixes caldreon tags ruining footer */
} 

/* -------------- SPECIAL CLASSES --------------*/
.cssDisabled {
	display: none;
}
.plain {
	border:none !important;
}



/* -------------- FOUNDATION BAR overwrites--------------*/
body #foundationBarWrapperWrapper { background-color:#10283D; }
#foundationBar ul li.learntab { background:#235573; }
#foundationBar ul li.learntab a { opacity: 1; color: #fff; }
