html
{
	background: #f5f6f0 none;
}

body
{
	background: #f5f6f0 none;
	min-height: 500px;
	min-width: 960px;
	/* font-family: Verdana, Lucida Sans, Arial; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #260606;
}

.clear-floats
{
	clear:both;
}

.page-wrapper
{
	width: 960px;
	margin: 0 auto;
	position:relative;
}

strong
{
	font-weight: bold;
}

.spinner
{
	display:block;
	width:100%;
	min-height: 24px;
	background: #ffffff url(../images/spinner.gif) no-repeat scroll 50% 50%;
}

.sitemap
{
	margin-top: 24px;
}

.sitemap li
{
	margin: 0px 0px 6px 10px;
	list-style-position: inside;
	list-style-type: circle;
	padding-left:10px;
}

/* --------------------------------------------------------------------------------------------------- HEADER */

.header-wrapper
{
	height:125px;
	background: #ffffff url(../images/bg-page.png) repeat-x scroll 0 0;
}

.logo-wrapper
{
	background: transparent url(../images/logo-faulkners.png) no-repeat scroll 50% 50%;
	float:left;
	width:320px;
	height:125px;
	display:block;
}

.tab-wrapper
{
	margin-top:93px;
	float:right;
}

.tab-wrapper ul li
{
	float: left;
	margin-left: 4px;
}

.tab-wrapper ul li a
{
	background: transparent url(../images/bg-tab-off.png) repeat-x scroll 0 0;
	display:block;
	height:26px;
	padding: 8px 14px 0px;
	color: #d8a9a9;
	font-size:11px;
	font-family:arial;
	text-decoration: none;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

.tab-wrapper ul li a.on, .tab-wrapper ul li a:hover
{
	background: transparent url(../images/bg-tab-on.png) repeat-x scroll 0 0;
	color: #f6f0f0;
}

/* --------------------------------------------------------------------------------------------------- CONTENT */

.content-wrapper
{
	background: #ffffff url(../images/bg-content.png) repeat-x scroll 0 0;
	padding:15px 0px 30px;
}

.callout-caption
{
	position:absolute;
	z-index:1;
	left:495px;
	top:12px;
	color:#ffffff;
	font-family:verdana;
	font-size:11px;
}

.no-slideshow .callout-caption
{
	left:6px;
}

.callout-strip
{
	padding-bottom: 20px;
	border-bottom: dotted 3px #e9e9e9;
}

.callout-strip table
{
	empty-cells:show;
	table-layout:fixed;
}

.callout-strip table td
{
	background: transparent url(../images/bg-callout-arrow.png) no-repeat scroll 100% 50%;
	width: 580px;
}

.no-slideshow table th
{
	padding:25px 200px 0 5px;
}

.callout-strip h3
{
	color:#260606;
	font-size:18px;
	font-family:georgia;
	margin: 40px 0px 14px 34px;
}

.callout-strip h2
{
	color:#cc0000;
	font-size:20px;
	font-family:georgia;
	margin-bottom:15px;
}

.callout-button
{
	display:block;
	color:#ffffff;
	padding: 7px 14px 9px 14px;
	font-family:georgia;
	font-size:14px;
	text-decoration:none;
	background: #cc0000 none;
	float:right;
	border: solid 3px #dedede;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin-right:20px;
}

.callout-button:hover
{
	background: #000000 none;
}

.slideshow-wrapper
{
	width:480px;
	height:280px;
	background: transparent url(../images/bg-slideshow.png) no-repeat scroll 50% 50%;
}

.slideshow-wrapper img
{
	margin: 15px;
}

.content-section
{
	margin-top: 25px;
	padding: 0px 4px;
}

table.content-table
{
	empty-cells:show;
	table-layout:fixed;
	width:100%;
}

table.content-table td
{
	vertical-align:top;
}

table.content-table td.left-column
{
	width:70%;
}

table.content-table td.right-column
{
	width:25%;
}

table.content-table td.divider
{
	width:5%;
}

.content-section h1
{
	font-family: arial;
	font-size: 1.6em;
	color: #000000;
	font-weight: bold;
}

.content-section h2
{
	font-family: arial;
	color: #000000;
	font-size: 1.2em;
	font-style: italic;
}

.content-section h3
{
	color: #000000;
	font-size: 1.4em;
	margin-top: 20px;
	font-style: italic;
}

.content-section h6
{
	font-size:1.1em;
	text-transform: uppercase;
	font-weight:bold;
	color:#260606;
	padding: 7px 0 10px;
	font-family:arial;
}

.content-section p
{
	color: #260606;
	font-size: 1em;
	line-height: 1.5em;
	font-family:georgia;
	margin-top: 15px;
}

table.homepage-alerts
{
	empty-cells:show;
	table-layout:fixed;
	margin: 30px 20px 20px 40px;
}

table.homepage-alerts th
{
	width: 50px;
	min-height: 50px;
	background: transparent url(../images/bg-datestamp.png) no-repeat scroll 50% 0;
	text-align: center;
	vertical-align: top;
	padding-bottom: 15px;
}

table.homepage-alerts th span
{
	color:#ffffff;
	display:block;
	font-family:arial;
	font-size:11px;
	text-align:center;
	margin-right:5px;
	padding: 2px 0px 0px;
	text-transform: uppercase;
}

table.homepage-alerts th div
{
	color:#999999;
	display:block;
	font-size:20px;
	text-align:center;
	margin-right:5px;
	padding: 3px 0px 0px;
	text-transform: uppercase;
}

table.homepage-alerts td
{
	vertical-align: top;
	padding: 7px 50px 10px 15px;
}

table.homepage-alerts td h4 a
{
	font-size:1.3em;
	border-bottom: 2px solid #CC0000;
	padding-bottom: 4px;
	text-decoration: none;
	color:#000000;
}

.newsletter-wrapper
{
	margin: 0px 0px 15px;
	font-family:arial;
	padding-bottom:30px;
	border-bottom: 3px dotted #E9E9E9;
}

.newsletter-wrapper .text
{
	width:150px;
	border: 1px solid #cccccc;
	padding: .25em .1em;
	margin-right:3px;
	color: #666666;
	font-style: italic;
}

.newsletter-wrapper .button
{
	border: 1px solid #cccccc;
	padding: .15em .15em;
	background: #000000;
	color:#ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
	font-size:.9em;
}

.right-column .select
{
	width:200px;
	border: 1px solid #cccccc;
	font-family:arial;
	margin-bottom:2px;
}

img.management-thumbnail
{
	float: right;
	margin: 5px 10px;
	border: 6px solid #eeeeee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

table.faculty
{
	empty-cells:show;
	table-layout:static;
	margin-top:20px;
}

table.faculty td
{
	vertical-align: top;
	padding-top:20px;
}

table.faculty th
{
	vertical-align: bottom;
	padding-left:30px;
	padding-top:25px;
	padding-bottom:5px;
	color: #260606;
	font-size: 1em;
	line-height: 1.5em;
}

img.faculty-thumbnail
{
	border: 6px solid #eeeeee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

dl.services
{
	margin: 0 0 0 5px;
}

dl.services dt
{
	font-weight:bold;
	margin: 10px 0 0;
	text-decoration:underline;
}

dl.services dd
{
	line-height: 1.5em;
	font-size:1em;
	margin: 0 0 20px;
}

table.events
{
	empty-cells:show;
	table-layout:fixed;
	margin: 30px 0px 10px 0px;
}

table.events th
{
	width: 50px;
	min-height: 50px;
	background: transparent url(../images/bg-datestamp.png) no-repeat scroll 50% 0;
	text-align: center;
	vertical-align: top;
	padding-bottom: 15px;
}

table.events th span
{
	color:#ffffff;
	display:block;
	font-family:arial;
	font-size:11px;
	text-align:center;
	margin-right:5px;
	padding: 2px 0px 0px;
	text-transform: uppercase;
}

table.events th div
{
	color:#999999;
	display:block;
	font-size:20px;
	text-align:center;
	margin-right:5px;
	padding: 3px 0px 0px;
	text-transform: uppercase;
}

table.events td
{
	vertical-align: top;
	padding: 7px 50px 10px 15px;
	line-height:1.5em;
}

table.events td h4
{
	font-size:1.5em;
	border-bottom: 3px solid #CC0000;
	padding-bottom: 4px;
}

table.events td p
{
	color:#393939;
}

.contact-form
{
	margin-top:30px;
}

.contact-form label
{
	display: block;
	margin: 10px 0 3px;
}

.contact-form label sub
{
	color:#999999;
	font-size:.8em;
	font-style:italic;
}

.contact-form .text
{
	display: block;
	width:350px;
	border: 1px solid #cccccc;
	padding: .25em .1em;
	color:#999999;
	font-family:arial;
}

.contact-form .textarea
{
	display: block;
	width:500px;
	height: 150px;
	border: 1px solid #cccccc;
	padding: .25em .1em;
	color:#999999;
	font-family:arial;
	margin-bottom:10px;
}

form .error-list-wrapper
{
	background: #FEF1EC none;
	border: 1px solid #CD0A0A;
	padding: 0.4em 0.7em 0.3em;
	color:#000000;
	line-height: 1.5em;
	margin-bottom:20px;
}

form .error-list-wrapper li
{
	background: transparent url(../images/error.png) no-repeat scroll 0 50%;
	padding: 4px 0px 3px 22px;
}

.gmap-wrapper
{
	margin: 20px 0px;
}

.gmap-wrapper div
{
	background-color: #CC0000;
}

.gmap-wrapper iframe
{
	width: 90%;
	height: 480px;
	margin: 0px 0px 5px;
	border-right: 14px solid #000000;
	display:block;
}

.gmap-wrapper a
{
}

.facility-features
{
	margin-bottom:20px;
}

.facility-features li
{
	padding: 6px 0px 6px 22px;
	background: transparent url(../images/arrow-right.png) no-repeat scroll 0 50%;
	border-bottom: dotted 3px #e9e9e9;
	margin-bottom:5px;
	color:#000000;
	font-style:italic;
}

.right-bar-divider
{
	margin: 5px 0 10px;
	border-bottom: dotted 3px #e9e9e9;
}

.entry-wrapper p
{
	margin-bottom: 25px;
}

.quote-wrapper .quote
{
	color:#666666;
	font-style:italic;
	line-height:1.6em;
}

.quote-wrapper .start-quote
{
	background: transparent url(../images/quote-start.png) no-repeat scroll 0 0;
	height:20px;
	margin: 0 0 6px -10px;
}

.quote-wrapper .end-quote
{
	background: transparent url(../images/quote-end.png) no-repeat scroll 100% 0;
	height:20px;
	margin: -8px 0 0px 0px;
}

.quote-wrapper .quote-author
{
	padding-left:20px;
	margin-bottom: 20px;
}

ol li
{
	list-style-type: decimal;
	list-style-position: inside;
	padding: .4em 0 0;
}

/* --------------------------------------------------------------------------------------------------- FOOTER */

.footer-wrapper
{
	background: transparent url(../images/bg-footer.png) repeat-x scroll 0 0;
	padding: 10px 0px 5px;
}

.footer-links
{
	float:right;
}

.footer-links li
{
	font-family:arial;
	display: block;
	float:left;
	padding-left: 8px;
	margin-left: 8px;
	border-left: 1px solid #bab3b3;
}

.footer-links li a
{
	font-family:arial;
	color: #926565;
	text-decoration:none;
}

.footer-links li a:hover
{
	text-decoration: underline;
}

.footer-links li.copyright
{
	border: 0;
	padding:0;
	margin: 0 10px 0 0;
	color: #bab3b3;
	font-style:italic;
}

.footer-links li.copyright span
{
	color: #926565;
}