/*
	COLOR:
	Dark Grey: 5c5d5d
	Light Grey: f1f1f2
	Red: 911a1c
	gold: cfad67
*/

body {
	margin: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 76%;
	background-color: #5c5d5d;
	background-image: url('images/bg-tile.gif');
	background-repeat: repeat;
	background-position: center;
	color: #5c5d5d;
}

#wrapper {
	width: 100%;
	margin: 0px auto;
	background-image: url('images/bg-container.png');
	background-repeat: repeat-y;
	background-position: center;
}
#bottomshadow {
	height: 32px;
	width: 100%;
	margin: 0px auto;
	background-image: url('images/bg-container2.png');
	background-repeat: no-repeat;
	background-position: top;
}

#container {
	width: 890px;
	margin: 0px auto;
	background-color: #ffffff;
	padding: 0px 5px;
	font-size: 1.0em;
	line-height: 1.4em;
}

#header {
	width: 612px;	/* 890px */
	height: 70px;	/* 167px */
	margin: 0px;
	padding: 97px 0px 0px 278px;
	background-image: url('images/bg-header.gif');
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}

#nav {
	width: 612px;
	height: 70px;
	background-image: url('images/bg-navigation.gif');
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	
}
#nav a {
	float: left;
	display: block;
	font-size: 1.1em;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#nav a.one{width: 64px; height: 23px; padding: 47px 0px 0px 5px;}
#nav a.two{width: 132px; height: 40px; padding: 30px 0px 0px 10px;}
#nav a.three{width: 133px; height: 40px; padding: 30px 0px 0px 10px;}
#nav a.four{width: 104px; height: 40px; padding: 30px 0px 0px 10px;}
#nav a.five{width: 134px; height: 40px; padding: 30px 0px 0px 10px;}
#nav a:link {color: #5c5d5d; text-decoration: none;}
#nav a:visited {color: #5c5d5d; text-decoration: none;}
#nav a:hover {color: #911a1c; text-decoration: none;}
#nav a:active {color: #911a1c; text-decoration: none;}

#applynow {
	display: block;
	width: 84px;
	height: 84px;
	position: absolute;
	background-image: url('images/bg-apply.gif');
	background-repeat: no-repeat;
	background-position: top center;
	margin: -27px 0px 0px -98px;
	cursor: pointer;
	border: none;
}

#contwrap {
	width: 882px;
	padding: 4px;
	background-image: url('images/bg-contwrap.gif');
	background-repeat: no-repeat;
	background-position: top center;
}

#sidebar {
	float: left;
	width: 228px;
	margin: 0px;
	padding: 10px 0px;
	font-size: 0.8em;
}

#sidebar h1 {
	color: #911a1c;
	margin-bottom: 2px;
	font-weight: normal;
}

#sidebar .box {
	width: 183px;
	margin: 10px 15px 2px 10px;
	padding: 10px;
	background-color: #f1f1f2;
	line-height: 1.3em;
}

#sidebar .box ul {padding: 5px 5px 5px 0px; margin: 0px;}
#sidebar .box ul li {margin: 5px 0px; list-style-type: none;}
#sidebar .box ul li a:link {text-decoration: none; color: #5c5d5d;}
#sidebar .box ul li a:visited {text-decoration: none; color: #5c5d5d;}
#sidebar .box ul li a:hover {text-decoration: underline; color: #911a1c;}
#sidebar .box ul li a:active {text-decoration: underline; color: #911a1c;}

#sidebar-nav a {
	width: 203px;
	height: 29px;
	display: block;
	font-size: 1.3em;
	font-style: italic;
	margin: 2px 15px 0px 10px;
	padding: 7px 0px 0px 0px;
	overflow: hidden;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: bottom right;
	text-decoration: none;
}
#sidebar-nav a.one {background-image: url('images/side-nav-bg1.gif');}
#sidebar-nav a.two {background-image: url('images/side-nav-bg2.gif');}
#sidebar-nav a.three {background-image: url('images/side-nav-bg3.gif');}
#sidebar-nav a.four {background-image: url('images/side-nav-bg4.gif');}
#sidebar-nav a.five {background-image: url('images/side-nav-bg5.gif');}
#sidebar-nav a.six {background-image: url('images/side-nav-bg6.gif');}
#sidebar-nav a.seven {background-image: url('images/side-nav-bg7.gif');}
#sidebar-nav a:link {color: #5c5d5d; text-decoration: none;}
#sidebar-nav a:visited {color: #5c5d5d; text-decoration: none;}
#sidebar-nav a:hover {color: #911a1c; text-decoration: none;}
#sidebar-nav a:active {color: #911a1c; text-decoration: none;}

#videoPopup {
	display: block;
	width: 203px;
	height: 147px;
	margin: 10px 15px 2px 10px;
	line-height: 1.3em;
}
#castleVideo {
	display: none;
	position: absolute;
	width: 480px;
	height: 360px;
	margin: 0px auto;
	padding: 0px;
}

#content {
	float: left;
	width: 594px;
	margin: 0px;
	padding: 0px 25px;
}

#flash {
	float: left;
	width: 644px;
	height: 216px;
	margin: 10px 10px 10px 0px;
	padding: 0px;
	background-image: url('images/bg-flash.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#footer {
	width: 875px;
	height: 43px;
	background-image: url('images/bg-footer.gif');
	background-repeat: no-repeat;
	background-position: center;
	color: #ffffff;
	padding: 20px 0px 0px 15px;
	font-size: 0.8em;
}
#footer a:link {color: #ffffff; text-decoration: none;}
#footer a:visited {color: #ffffff; text-decoration: none;}
#footer a:hover {color: #ffffff; text-decoration: underline;}
#footer a:active {color: #ffffff; text-decoration: underline;}

#brokertable {font-size: 0.9em; border: none; width: 100%; margin-top: 15px;}
#brokertable td {border-bottom: 1px solid #f1f1f2; vertical-align: top; padding:10px 5px;}
#brokertable img {border: 1px solid #911a1c;}
#brokertable p {margin: 2px 0px;}
#brokertable h3 {margin: 2px 0px;}

#brokersubset {float: right; margin: 0px 0px 15px 15px;}
#brokersubset img {border: 1px solid #911a1c;}
#brokersubset p {padding-left: 15px;}

a:link {color: #911a1c; text-decoration: underline;}
a:visited {color: #911a1c; text-decoration: underline;}
a:hover {color: #cfad67; text-decoration: underline;}
a:active {color: #cfad67; text-decoration: underline;}

.required {color: #ff0000; font-weight: bold; font-size: 1.2em;}
.tiny {font-size: 0.8em;}

#onlineapplication {margin-top: 10px; font-size: 0.9em;}
#onlineapplication table {width: 100%; border: none;}
#onlineapplication td {vertical-align: bottom; padding: 5px;}

#contactTable td {padding: 5px;}
#contactTable td p {font-size: 1.2em;}
#contactTable img {border: 1px solid #911a1c;}

#rss-feed {
	float: right;
	width: 135px;
	margin: 0px -25px 15px 15px;
	padding: 10px;
	background-color: #f1f1f2;
	line-height: 1.3em;
	font-size: 0.9em;
}
#rss-feed h1 {margin: 0px 0px 5px 0px;}
#rss-feed ul {list-style: none; margin: 0px; padding: 0px;}
#rss-feed li {padding: 10px 0px; margin: 0px;}
#rss-feed li a:link {color: #911a1c; text-decoration: none;}
#rss-feed li a:visited {color: #911a1c; text-decoration: none;}
#rss-feed li a:hover {color: #911a1c; text-decoration: underline;}
#rss-feed li a:active {color: #911a1c; text-decoration: underline;}

#signup, #paycalc {
	border: 1px solid #911a1c;
	padding: 10px;
	width: 360px;
	margin: 20px auto;
	
}

#signup input, #paycalc input {
	width: 150px;
	padding: 3px;
	border: 1px solid #cccccc;
}

#submit, #reset {
	width: 83px;
	height: 24px;
	color: #ffffff;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	background-image: url('images/bg-calc-submit.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ffffff;
	border: 0px !important;
}

#credits {color: #999999; font-size: 0.8em; text-align: center; margin: 0px; padding: 10px 0px;}
#credits a:link {color: #999999; text-decoration: none; font-weight: normal;}
#credits a:visited {color: #999999; text-decoration: none; font-weight: normal;}
#credits a:hover {color: #ffffff; text-decoration: none; font-weight: normal;}
#credits a:active {color: #ffffff; text-decoration: none; font-weight: normal;}

.errorMsg {color: #cc0000; text-align: center;}
.successMsg {color: #339900; text-align: center;}
.warningMsg {color: #000000; text-align: center;}

.sheet-item {
	padding: 3px 0px 0px 35px;
	background-image: url('images/icon-sheet.gif');
	background-position: left center;
	background-repeat: no-repeat;
	height: 35px;
}

.calc-item {
	padding: 3px 0px 0px 35px;
	background-image: url('images/icon-calc.gif');
	background-position: left center;
	background-repeat: no-repeat;
	height: 35px;
}

.doc-item {
	padding: 8px 0px 0px 40px;
	background-image: url('images/icon-pdf.gif');
	background-position: left center;
	background-repeat: no-repeat;
	height: 30px;
}

p.linkspage {
	float: left;
	display: block;
	width: 130px;
	height: 125px;
	margin: 10px;
	padding: 10px;
	text-align: center;
}

hr {
	width: 594px;
	height: 1px;
	color: #ffffff;
	border: 1px solid #e8e9ea;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1 {
	margin: 5px 0px;
	color: #911a1c;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.1em;
}

h2 {
	margin: 5px 0px;
	color: #911a1c;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.1em;
}

h3 {
	margin: 5px 0px;
	color: #911a1c;
	font-size: 1.1em;
	line-height: 1.1em;
}

iframe {
	border: 0px;
	margin: 0px;
	padding: 0px;
}