html {
	margin:0;
	padding:0;
	height:100%;
	overflow-y:scroll;
}
body {
	margin:0;
	padding:0;
	height:100%;
	background:#990000 url(../images/bg-body-top.png) top left repeat-x;
}
body, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}
p {
font-size:15px;
}

ul li {
font-size:14px;
}

img {
	border:none;
	-ms-interpolation-mode: bicubic;
}
a img {
	border:none;
}
a:link, a:hover, a:active, a:visited {
	color:#1B3DDF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.hidden {
	display:none;
}

table.hidden {
	display:none;
}
td.hidden {
	display:none;
}

h1, h2, h3 {
	font-weight:bold;
}
hr {
	padding:0;
	margin:10px 0;
}

fieldset {
	border:none;
}

input{

}

input.fill{
display:none;
}


#full-page {
	min-height:100%;
	position:relative;
	background:url(../images/bg-body-bot.png) left bottom repeat-x;
}
#fp-top {
	height:100%;
}
#fp-bot {
	position:absolute;
	height:333px;
	bottom:0;
	width:100%;
}
.center-col {
	width:960px;
	margin:0 auto;
	position:relative;
}
#page-top {
	height:136px;
	background:url(../images/bg-top.jpg);
}
#logo-top a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:270px;
	height:136px;
}
#badge-top a {
	color: #FFFFFF;
    display: block;
    font-size: 21px;
    font-weight: bold;
    height: 80px;
    left: 386px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 19px;
    width: 153px;
}
#contact-top a {
	display:block;
	position:absolute;
	top:33px;
	left:673px;
	width:273px;
	height:69px;
}
#social-top {
	position:absolute;
	top:91px;
	left:734px;
	width:180px;
	height:36px;
	overflow:hidden;
}
#social-top ul {
	margin:0;
	padding:0;
	list-style:none;
}
#social-top li {
	margin:0;
	padding:0;
	padding-right:9px;
	width:36px;
	height:36px;
	float:left;
}
#social-top a {
	display:block;
	width:36px;
	height:36px;
	float:left;
}
#menu-main {
	height:65px;
	position:relative;
	overflow:hidden;
	background:url(../images/menu-divider.png) top right no-repeat;
}
#menu-main ul {
	margin:0;
	padding:0;
	list-style:none;
}
#menu-main li {
	margin:0;
	padding:0;
	float:left;
	background:url(../images/menu-divider.png) top left no-repeat;
}
#menu-main a {
	display:block;
	float:left;
	position:relative;
	white-space:nowrap;
	line-height:14px;
	padding:34px 18px 17px 18px;
	background:url(../images/menu-bg.png) top center no-repeat;
	color:#E3CFB2;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}
#menu-main a:hover {
	color:#fff;
	text-decoration:none;
}
#menu-main span {
	display:block;
	text-indent:-999px;
}
#page-body {
	background:url(../images/bg-center-col-rep.png) repeat-y;
}
#content-pane {
	padding-top:13px;
	min-height:810px;
	/* background:url(../images/bg-center-col.png) top center no-repeat; */
}
#page-bot {
	background:url(../images/bg-center-col-bot.png) top center no-repeat;
	height:332px;
}
#splash-pane-holder { width: 928px; height: 286px; background: url(../images/splash-pane-holder.png) no-repeat; margin: 0 auto 0 9px; padding-left: 7px; padding-top: 6px; }
#splash-pane { margin: 0 auto; }
#splash-pane,
#splash-pane .jcarousel-clip { width: 916px; height: 279px; position: relative; overflow: hidden; }
#splash-pane ul { height: 279px; list-style: none outside; position: relative; overflow: hidden; padding: 0; margin: 0}
#splash-pane li { width: 916px; height: 279px; float: left; display: inline;  }
#splash-pane li img { display: block; }
#splash-pane .nav {  }
#splash-pane .nav .other { position: absolute; bottom: 20px; right: 20px; }
#splash-pane .nav .other a { float: left; display: inline; z-index: 100; width: 24px; height: 24px; line-height: 24px; background: url(../images/btn-other.png) no-repeat; font-size: 12px; color: #792323; text-decoration: none; text-align: center; margin-left: 8px; }
#splash-pane .nav .other a.active { background-position: 0 bottom; color: #454646; }
#splash-pane .nav .prev,
#splash-pane .nav .next { display: block; font-size: 0; line-height: 0; text-indent: -4000px; width: 40px; height: 40px; position: absolute; top: 120px; }
#splash-pane .nav .prev { left: 8px; background: url(../images/btn-prev.png) no-repeat; }
#splash-pane .nav .next { right: 8px; background: url(../images/btn-next.png) no-repeat; }

#main-feature {
	margin-top:16px;
	height:85px;
	text-align:center;
}
#main-feature h2 {
	margin:0;
	padding:7px;
	font-weight:normal;
	text-align:center;
	color:#732F2D;
	font-size:25px;
}
#main-feature h2 strong {
	display:block;
	font-weight:bold;
}
#main-feature h2 em {
	display:block;
	font-style:normal;
}

#main-columns {
	padding:16px;
}
#main-columns #col-1 {
	width:250px;
	float:left;
	padding:0 15px;
}
#main-columns #col-2 {
	width:640px;
	float:left;
}
#main-columns h1 {
	margin:5px 0;
	padding:0;
	color:#732F2D;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:30px;
}

#main-columns h2 {
	margin:5px 0;
	padding:0;
	color:#732F2D;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:16px;
}

#main-columns h3 {
	margin:5px 0;
	padding:0;
	color:#732F2D;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#col-1 h1 {
	background-color:#990000;
	color:#FFFFFF;
	font-weight:normal;
	padding:0 10px;
}

#col-1 h4 {
	background:url("../images/navy-button.png") no-repeat scroll center 0 transparent;
	color:#FFFFFF;
	font-size:20px;
	font-weight:bolder;
	height:43px;
	margin:5px 0 0 30px;
	padding:12px 0 0;
	text-align:center;
	width:175px;
}

#col-1 h4 a {
	display:block;
	color:#FFFFFF;
}

#page-foot {
	position:relative;
	height:333px;
	color:#E3CFB2;
	background:url(../images/bg-foot.png);
}
#img-sample {
	position:absolute;
	left:19px;
	top:17px;
	width:436px;
	height:155px;
	background:url(../images/sample-1.jpg) center center no-repeat;
}
#img-sample a.more {
	display:block;
	position:absolute;
	bottom:0;
	left:460px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#E3CFB2;
	text-decoration:none;
	white-space:nowrap;
}
#page-foot .contact {
	position:absolute;
	width:354px;
	height:260px;
	top:5px;
	right:5px;
	padding:0 8px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.contact h3 {
	margin:0;
	padding:4px 0;
	text-align:right;
	font-size:20px;
}
.contact div {
	height:35px;
}
.contact label {
	display:block;
	float:left;
	width:127px;
	text-align:right;
	line-height:31px;
}
.contact input.text, .contact input.button {
	margin:0;
	padding:6px 4px;
	height:19px;
	border:none;
	background:none;
}
.contact input.text {
	float:right;
	width:210px;
	background:url(../images/form-bg-text.gif);
}
.contact input.this-text {
	display:none;
}
.contact input.button {
	width:92px;
	height:31px;
	cursor:pointer;
	background:url(../images/form-bg-btn.gif);
}
.credit {
	width:960px;
	position:absolute;
	bottom:5px;
	text-align:center;
	height:67px;
}
.credit .lg {
	font-size:13px;
}
.credit .sm {
	font-size:10px;
}
.credit a {
	padding:0 10px;
	color:#E3CFB2;
	text-decoration:underline;
}
.credit a:hover {
	text-decoration:none;
}
#social-bot {
	position:absolute;
	top:198px;
	left:721px;
	width:244px;
	height:48px;
	overflow:hidden;
}
#social-bot ul {
	margin:0;
	padding:0;
	list-style:none;
}
#social-bot li {
	margin:0;
	padding:0;
	padding-right:13px;
	width:48px;
	height:48px;
	float:left;
}
#social-bot a {
	display:block;
	width:48px;
	height:48px;
	float:left;
}




