@import "template-masthead.css";

body {
	padding:0;
	margin:0;
	font-family:Verdana,sans-serif;
	font-weight:normal;
	}
	
/* the container includes everything - we set the page width here. */

.container {
	position:relative;
	width:793px;
	margin: 0 auto;
	padding: 0;
	}
	
.breadcrumbNav {
	width:100%;
	padding:5px 0;
	margin:0;
	}
	
.breadcrumbNav ul {
	padding:0;
	margin:0;
	font-family:Verdana,sans-serif;
	font-weight:normal;
	font-size:9px;
	line-height:9px;
	color: #8E7A4A;
	}
	
.breadcrumbNav br {
	display:none;
	}
	
.breadcrumbNav li, .breadcrumbNav li.on ul {
	display:none;
	}
	
.breadcrumbNav li.scuHome, .breadcrumbNav li.parent, .breadcrumbNav li.on {
	display: inline;
	padding: 0;
	}
	
.breadcrumbNav li.scuHome {
	border:none;
	padding: 0;
	}
	
.breadcrumbNav a {
	text-decoration:none;
	color: #8E7A4A;
	}
	
.breadcrumbNav a:hover {
	text-decoration:underline;
	}
	

/* the content block - container for primary, secondary, tertiary content */
	
#content {
	float:left;
	margin:0;
	padding:0;
	font-family:Verdana,sans-serif;
	font-size:11px;
	line-height:17px;
	width:793px;
	}
	
/* contains intro title/image, primary and secondary page content */
#page {
	float:left;
	margin:0 0 50px 0;
	padding:0;
	width:599px;
	}
	
#page .introduction {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	}
	
#page .introduction .CS_Image_IMG {
	margin:0;
	padding:0;
	}
	
#page .introduction h3 {
	font-family:Georgia,serif;
	font-size:12px;
	font-style:italic;
	line-height:17px;
	font-weight:bold;
	color:#8E7A4A;
	padding:20px 0 22px 0;
	margin:0;
	border-bottom:1px dotted #ccc;
	}
	
#page.normal {
	width:599px;
	}
	
#page.large {
	width:793px;
	}
	
#page-primary {
	float:left;
	width:420px;
	margin: 0 0 50px 0;
	font-size:11px;
	line-height:17px;
	}
	
#page-primary.medium {
	float:left;
	width:599px
	}
	
#page-primary.large {
	width:793px;
	}
	
#page-primary a {
	color: #A99A76;
	font-weight:bold;
	text-decoration:none;
	}
	
#page-primary a:hover {
	text-decoration:underline;
	}
	
#page-primary img {
	/* max-width:392px; */
	}
	
#page-primary h3 {
	font-family:Georgia,serif;
	font-size:26px;
	line-height:30px;
	color:#8E7A4A;
	padding:0;
	margin:10px 0;
	font-weight:normal;
	}
	
#page-primary h4 {
	font-family:Georgia,serif;
	font-size:18px;
	line-height:22px;
	color:#93191B;
	padding:0;
	margin:5px 0;
	font-weight:normal;
	}
	
#page-primary h5 {
	font-family:Verdana,sans-serif;
	font-size:12px;
	line-height:16px;
	padding:0;
	margin:10px 0;
	}
	
#page-primary p {
	padding: 10px 0;
	margin:1px 0 0 0;
	}
	
#page-primary .imageList h4 {
	font-weight:bold;
	color:#93191B;
	margin:0;
	padding:0;
	}
	
#page-primary .imageList h4 a {
	text-decoration:none;
	color:#93191B;
	}
	
#page-primary .imageList h4 a:hover {
	text-decoration:underline;
	}
	
#secondary {
	float:left;
	width:160px;
	font-size:10px;
	line-height:15px;
	margin:0 0 0 19px;
	}
	
#secondary table {
	width:140px !important;
	}
	
#secondary img {
	/* width:160px; */
	}
	
#secondary a {
	color: #A99A76;
	font-weight:bold;
	text-decoration:none;
	}

#secondary a:visited {
	color: #A99A76;
	text-decoration: none;
}

#secondary a:hover {
	text-decoration: underline;
}

/* #secondary ul {
	margin-left:20px;
	list-style-image:url(/images/template/li-arrow.gif);
	} */
	
	
#page #page-tools {
	float:left;
	width:100%;
	}
	
#page #page-tools div {
	width:160px;
	display:inline;
	margin-right:20px;
	}
	
#page #page-tools img {
	vertical-align:middle;
	border:none;
	}
	
#page #page-tools a, #page-tools span {
	color:#A99A76;
	text-decoration:none;
	font-weight:bold;
	}
	
#page #page-tools a:hover {
	text-decoration:underline;
	}
	
#page #page-tools #webview {
	display:none;
	}
	
/* Styles for rounded corner divs */

#page-primary .feature {
	width:420px;
	}
	
#page-primary.large .feature {
	width:599px;
	}
	
#page-primary .feature .top-middle  {
	width:410px;
	}
	
#page-primary.large .feature .top-middle  {
	width:589px;
	}
	
#secondary .feature {
	width:160px;
	padding:none;
	margin-bottom:10px;
	}
	
#secondary .feature .top-middle  {
	width:150px;
	}
	
#secondary .feature .content li {
	padding:5px 0;
	margin:0;
	border-top:1px dotted #999;
	}
	
.footer {
	float:left;
	font-size:9px;
	border-top:1px dotted #ccc;
	padding:10px 0 22px 0;
	text-align:center;
	}
	
.footer a {
	color: #BE7A4A;
	}
	
.footer ul {
	display:none;
	}

	
#page-footer {
	clear:both;
	background: url("../images/global-footer-bg.png") repeat-x;
	text-align:center;
	font-size:9px;
	color: #B58787;
	height:82px;
	padding:15px;
	}
	
#page-footer ul {
	width:767px;
	margin:0;
	padding:0;
	display:inline;
	}
	
#page-footer ul li {
	display:inline;
	padding:0 10px;
	}
	
#page-footer ul li.listFirst {
	border:none;
	padding:0 10px 0 0;
	}
	
#page-footer ul li a {
	color: #B58787;
	text-decoration:none;
	}
	
#page-footer li a:hover {
	text-decoration:underline;
	color: #D2C602
	}
	
#page-footer #est1851 {
	display:block;
	margin: 10px auto;
	border:none;
	}
	
#page .image-inset-left {
	float:left;
	margin:0 10px 10px 0;
	}
	
#page .image-caption {
	float:left;
	width:140px;
	margin:0 10px 10px 0;
	}

#webview {
	display:none;
	}

/* commonspot style corrections */
.CS_Layout_SpacingHeight {
	line-height:0 !important;
	}
	
@media print {
.container {
		width:100%;
		margin:0;
		padding:0;
	}
}
