@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

html, body {
    height: 100%;

	background: url(../images/background.gif) top center repeat-x #83adc2;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	margin:0 auto;
	padding:0;
    position: relative;
	width:975px;
    min-height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	background: url(../images/wrapper-background.gif) top left repeat-y;
}

#header {
	width:975px;
	height:135px;
/*	margin:0;
	padding:0;*/
	background: url(../images/header-background.gif) top center repeat-x;
}

#header h1 {
/*	margin:0;
	padding:0;*/
}

#header h1 a {
	display:block;
	height:87px;
	width:609px;
	background: url(../images/cavendish-scott-logo.gif) top left no-repeat;
	text-indent: -7000px;
}

#header #nav {
	margin:0;
	padding:7px 0 0 13px;
	list-style:none;
}

#header #nav li {
	float:left;
/*	height:41px;*/
	display:block;
	background: url(../images/nav-button-3.png) top left no-repeat;
}

#header #nav li a {
	padding:0 5px;
	display:block;
	width:150px;
	height:41px;
	text-align:center;
	line-height:41px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#193642;
}

#header #nav li.left {
	padding: 0 5px;
	width:151px;
	background: url(../images/nav-button-3-left.png) top left no-repeat;
}

#header #nav li:hover {
	background-position: 0 -41px;
}

#header #nav li.active {
	background-position: 0 -82px;
}

#header #nav li.left:hover {
	background-position: 0 -41px;
}

#header #nav li.left.active {
	background-position: 0 -82px;
}

#header #nav li ul {
	clear:both;
	list-style:none;
	position:absolute;
	left:-999em;
	width:160px;
	background: url(../images/nav-button-dropdown.gif) top left no-repeat #ffefca;
	border-right: 1px solid #b49c78;
	/*border-bottom: 1px solid #193642;*/
	border-left: 1px solid #b49c78;
	z-index: 100;
}

#header #nav li:hover ul {
	left:auto;
}

#header #nav li ul li {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #b49c78;
	background: url(../images/nav-button-dropdown-button.png) top left no-repeat;
}

#header #nav li ul li:hover {
	background: url(../images/nav-button-dropdown-button.png) 0 -41px no-repeat;
}

#header #nav li ul li.active {
	border-top: 1px solid #d8dfda;
	border-bottom: 1px solid #a5906e;
	background: url(../images/nav-button-dropdown-button.png) 0 -82px no-repeat;
}

	#header #nav li ul li ul {
		margin: -42px 0 0 160px;
	}

	#header #nav li ul li ul, #header #nav li:hover ul li ul {
		left: -999em;
	}

		#header #nav li:hover ul, #header #nav li ul li:hover ul {
			left: auto;
		}
		
.clear-float {
	display: block;
	height: 0px;
	width: 1px;
	font-size: 1px;
	margin: 0;
	padding: 0 0 90px 0;
	clear: both;
}

#footer {
	position:absolute;
	bottom:0;
	margin:0 1px 0 14px;
	padding:10px 0 0;
	height:75px;
	width:960px;
	text-align: center;
}

#footer ul {
	list-style:none;
	margin-bottom:10px;
}

#footer ul li {
	display:inline;
}

/*#footer.fine-print ul li {
	color:#193642;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	border-right: 1px solid #193642;
	padding: 0 10px;
}

#footer.fine-print ul li.right {
	border-right:none;
}*/

#footer ul li a {
	color:#193642;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	border-right: 1px solid #193642;
	padding: 0 10px;
}

#footer ul li a.right {
	border-right:none;
}

#footer ul li a:hover {
	color:#820D21;
	text-decoration:underline;
}

#footer p {
	color:#193642;
	font-size:10px;
	line-height:13px;
}

#footer p a{
	color:#193642;
	font-size:10px;
	text-decoration:none;
	font-weight: bold;
}

#footer p a:hover {
	color:#820D21;
	text-decoration:underline;
}


	

