
/*
-----------------------------------------------------------------------------
LAYOUT CONTAINERS
-----------------------------------------------------------------------------*/
* {
	font-family: Helvetica, Arial;
}

#backgroundContainer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url('../../images/page-background-tiler.gif') repeat-x;
}
#borderContainer {
	margin: 0px auto;
	width: 984px;
}
#borderLeftRight {
	width: 984px;
	background: url('../../images/page-border_left_right-tiler.png') repeat-y;
}
#borderBottom {
	width: 984px;
	height: 8px;
	background: url('../../images/page-border_bottom.png') repeat-y top center;
	font-size: 1%;
}

#omniContainer {
	padding: 0px 11px 11px 11px;
}



/*
-----------------------------------------------------------------------------
HEADER
-----------------------------------------------------------------------------*/
#headerContainer {
	position: relative;
	width: 962px;
	height: 145px;
	background: #f4eddd;
}
#sideBar {
	position: absolute;
	left: 744px;
	top: 0px;
	width: 201px;
}
#currentPromotions {
	margin: 0px 18px 0px 18px;
	height: 243px;
	background: url('../../images/featured_promo.gif');
}
#promotionText {
	padding: 65px 10px 0px 10px;
	text-align: center;
	font-family: "Times New Roman";
	font-size: 12px;
	color: black;
}
#promotionText h2 {
	font-size: 14px;
	margin-bottom: 10px;
}

/*
-----------------------------------------------------------------------------
NAV
-----------------------------------------------------------------------------*/
#nav {
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding-left: 27px;
	width: 935px;
	height: 43px;
	background: url('../../images/nav-background-tiler.gif');
}
#nav div.button {
	float: left;
	height: 43px;
	background: url('../../images/nav-button_container_background.gif');
}
#nav a {
	position: relative;
	float: left;
	display: block;
	padding: 0px 10px;
	height: 43px;
	line-height: 43px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
	background-image: url('../../images/nav-button_background-tiler.gif');
}
#nav a:hover, #nav a.active {
	color: white;
	background-position: bottom;
	background-repeat: no-repeat;
}
#nav .divider {
	float: left;
	display: block;
	height: 43px;
	line-height: 43px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}



/*
-----------------------------------------------------------------------------
SUB NAV
-----------------------------------------------------------------------------*/
#subnav {
	height: 38px;
	background: black;
	font-family: "Trebuchet MS";
	font-size: 11px;
	padding-left: 28px;
}
#subnav a {
	position: relative;
	float: left;
	display: block;
	padding: 0px 10px;
	height: 38px;
	line-height: 38px;
	color: #3c7978;
	text-decoration: none;
}
#subnav a:hover, #subnav a.active {
	color: #fff;
}
#subnav .divider {
	float: left;
	display: block;
	height: 38px;
	line-height: 38px;
	color: #3c7978;
}


/*
-----------------------------------------------------------------------------
CONTENT
-----------------------------------------------------------------------------*/
.tanGradient {
	background: url('../../images/tan_gradient.gif') repeat-x;
}
.tanGradient2 {
	background: url('../../images/tan_gradient_2.gif') repeat-x;
}
.contentLeft {
	width: 697px;
	background: white;
}
.contentHeader {
	padding-left: 17px;
	width: 681px;
	height: 54px;
	background: url('../../images/leather.jpg') no-repeat;
	color: white;
}
.contentLeftContainer {
	padding: 17px;
	font-size: 13px;
	font-family: "Times New Roman";
	color: black;
	min-height: 350px;
}
.contentLeftContainer a {
	color: black;
}
.contentLeftContainer p {
	padding-bottom: 10px;
}

.note {
	font-size: 11px;
	background: #4f8a8a;
	color: white;
	padding: 10px;
	width: 300px;
	line-height: 13px;
}
.rightPush {
	float: right;
	width: 1px;
	height: 420px;
}

#contentContainer h1 {
	line-height: 43px;
	font-size: 13px;
	font-family: Helvetica;
}
#contentContainer h2 {
	font-size: 18px;
	font-family: Arial;
}
#contentContainer h3 {
	font-size: 14px;
	color: black;
}
#contentContainer .green {
	color: #3c7978;
}


.padLeft {
	padding-left: 25px;
}
.unpadLeft {
	padding-left: 0px;
}
.padRight {
	padding-right: 24px;
}
.unpadRight {
	padding-right: 0px;
}

.logoList img {
	vertical-align: middle;
	margin: 10px;
}

ul.disc {
	list-style: circle;
	margin-bottom: 20px;
}
ul.disc li {
	padding-left: 15px;
	margin-left: 15px;
}
ul li.none {
	list-style: none;
}

#rotatorContainer {
	width: 663px;
	height: 213px;
}

table.faq td {
	padding: 2px;
}

table.faq td.label {
	font-weight: bold;
}

/*
-----------------------------------------------------------------------------
FORMS
-----------------------------------------------------------------------------*/
input {
	font-family: Helvetica, Arial;
	font-size: 12px;
}
input.text, textarea.text {
	width: 100%;
	border: 1px solid #bbb;
	padding:4px;
}
input.check {
	border: none;
	margin-right: 5px;
}
input.button {
	border: none;
	background: white;
	padding: 5px;
	border: 1px solid #bbb;
}
.lightPadForForm {
	padding-right: 13px;
}

/*
-----------------------------------------------------------------------------
MISC
-----------------------------------------------------------------------------*/


.dottedDivider {
	height: 1px;
	background: url('../../images/dotted_divider.gif') repeat-x;
	font-size: 1%;
}
.insetDivider {
	height: 2px;
	background: url('../../images/inset_divider.gif') repeat-x;
	font-size: 1%;
}
.divided {
	background: url('../../images/dotted_divider.gif') repeat-y top center;
}

.center {
	text-align: center;
}
.address {
	font-family: "Myriad Pro";
	font-size: 12px;
	color: black;
	letter-spacing: 0px;
}
.clearBoth {
	clear: both;
	font-size: 1%;
	line-height: 0;
}
.floatLeft {
	font-size: 11px;
	float: left;
}
.floatRight {
	font-size: 10px;
	float: right;
	padding-bottom: 50px;
	padding-bottom: 0px;
	width: 340px;
}
.floatRight#elaine {
	line-height: 12px;
}
.half {
	width: 48%;
}
.third {
	width: 30%;
}
.blackBack {
	font-family: Helvetica, Arial;
	font-size: 11px;
	background: #ccc;
	color: black;
	border: 1px solid #bbb;
}
