@charset "utf-8";
/* CSS Document */

body, p {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bodyBG.jpg) top left repeat-x #FFFFFF;;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.2em;

}

p {
	padding: 5px 0px 5px 0px;
}

a img {
	border: none;
}

a {
	color: #cc0000;
}

a:hover {
	color: #990000;
	text-decoration: none;
}

.clear { clear: both; }

/* -------------------- Template Elements ------------------------- */

#page-wrapper {
	width: 901px;
	margin: 0pt auto;
	position: relative;
}

#header {
	height: 140px;
	width: 100%;
}

#logo {
	padding: 23px 0 0 42px;
}

#splash {
	position: relative;
	height: 256px;
}

#content-wrapper {
	padding: 20px 20px;
}

.leftColumn {
	width: 587px;
	float: left;
}

.leftColumn p, .content-full p, .content-full p{
	padding-left: 20px;
}

.leftColumn p.page-heading, .content-full p.page-heading, .content-full p.sub-heading {
	padding-left: 10px;
}

.callout_box {
	float: right;
	background: url(../images/botCallout.gif) bottom left no-repeat #10147f;
	width: 256px;
	position: relative;
}

.bot_callout {
	height: 7px;
	width: 256px;
	background: url(../images/topCallout.gif) top left no-repeat;
}

#footer {
	background: #000000;
	height: 45px;
	color: #FFFFFF;
	font-size: 12px;
	padding: 0 8px;
}

#footer a {
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: normal;
}

/*------------------ Cat Overlay -------------------- */
#cat {
	background: url(../images/cat.png) top left no-repeat;
	position: absolute;
	width: 222px;
	height: 258px;
	top: 58px;
	right: -10px;
	z-index: 1000;
}

* html #cat { /* Fix IE */
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=images/cat.png);
}

/* ----------------- Primary Navigation ------------------------ */

#top-nav {
	position: relative;
	width: 100%;
	
}

* html #top-nav {
	top: -3px;
}

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 40px;
	letter-spacing:normal;
}

* html #nav { margin-left: 50px; }

#nav li {
	float: left;
	margin: 0 2px;
}

* html #nav li {
	margin: 0 1px;
}

#nav li a {
	display: block;
	background: url(../images/leftNav_BG.gif) bottom left no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
}

#nav li a span {
	background: url(../images/rightNav_BG.gif) bottom right no-repeat;
	display: block;
	margin-left: 6px;
	padding: 6px 9px 8px 3px;
}

#nav li a:hover {
	background-position: left 0px;
}

#nav li a:hover span {
	background-position: right 0px;
}

/* ------------------ Callout ---------------- */

.callout_links {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1em;
	line-height: normal;
}

.callout_links li {
	border-bottom: 1px solid #000000;
	clear: both;
	display: block;
	color: #CCCCCC;
	font-weight: bold;
}

.callout_links li a {
	font-size: 12px;
	font-weight: normal;
}

.callout_links li.phone p {
	width: auto;
	float: left;
	padding: 12px 0px;
}

.callout_links li.tour a {
	line-height: 50px;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.callout_links li.cbs {
	border-bottom: none;
	padding: 10px 0px;
}



/* ----------------------- Utilities ------------ */

.light_heading {
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC;
	padding: 0px 5px;
}

.page-heading {
	font-size: 22px;
	color: #10147f;
	text-transform:uppercase;
	padding-bottom: 15px;
}

.sub-heading {
	font-size: 16px;
	color: #10147f;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.auto {
	width: auto;
}

.left {
	text-align: left;
	float: left;
}

.right {
	text-align: right;
	float: right;
}

.rightColumn {
	float: right;
}

.half {
	width: 49%;
}

.cntr {
	text-align: center;
	margin: 0pt auto;
}


