/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#080606;
	text-align:center;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.688em;
		line-height:1.636em;
		color:#FFFFFF;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#FFFFFF;}
a:hover{text-decoration:none;}
p {padding-top:18px;}
strong {font-size:1.091em; line-height:1.75em; color:#000000;}

/* ============================= main layout ====================== */

.link {background:url(images/link-tail-bg.gif) top repeat-x; display:block; float:right; line-height:1em; color:#FFFFFF; text-decoration:none; margin-top:31px;}
.link span {background:url(images/link-right-bg.gif) top right no-repeat; display:block;}
.link span span {background:url(images/link-left-bg.gif) top left no-repeat; padding:2px 10px 4px 11px;}
.link:hover {background:url(images/link-tail-bg-hover.gif) top repeat-x;}
.link:hover span {background:url(images/link-right-bg-hover.gif) top right no-repeat;}
.link:hover span span {background:url(images/link-left-bg-hover.gif) top left no-repeat;}

li {font-size:1.091em; line-height:1.5em; color:#FFFFFF;}
li a {text-decoration:none;}
li a:hover {text-decoration:underline;}

h2 {font-size:1.636em; line-height:1em; text-transform:uppercase; color:#fff; font-weight:normal; margin-bottom:23px;}
h3 {color:#dbcbbe; font-size:1.636em; line-height:1em; margin-bottom:26px; font-weight:normal;}

.imgindent {margin:0 30px 0 0; float:left;}

/* ============================= header ====================== */

#header .menu {
	background-image: url(images/menu-tail-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#header .menu .right-bg {background:url(images/menu-right-bg.gif) repeat right top;}
#header .menu .left-bg {background:url(images/menu-left-bg.gif) repeat-x left top; width:100%;}
#header .menu .indent {padding:9px 20px 8px 24px;}

#header .menu ul {float:right; padding:5px 0 0 0;}
#header .menu li {display:inline; font-size:1.182em; border-left:3px solid #c0b194; padding:0 9px 0 13px;}
#header .menu li a {color:#FFFFFF; text-decoration:none;}
#header .menu li a:hover {color:#FFFFFF; text-decoration:underline;}
#header .menu .first {
	border:none;
	color: #FFFFFF;
}

.slogan {margin:245px 0 0 480px;}
.banners {
	padding:57px 0 0;
	margin:0 0px -30px 0;
	position:relative;
	visibility: visible;
}
.banners img {
	margin-right:4px;
	background-color: #EDEDED;
}

/* ============================= content ====================== */

.box {
	background-color: #FFFFFF;
	background-image: url(images/box-tail-top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.box .corner-bottom-right {background:#FFFFFF url(images/box-corner-bottom-right.gif) no-repeat right bottom;}
.box .corner-bottom-left {background:url(images/box-corner-bottom-left.gif) bottom left no-repeat;}
.box .corner-top-right {background:url(images/box-corner-top-right.gif) top right no-repeat;}
.box .corner-top-left {background:url(images/box-corner-top-left.gif) top left no-repeat; width:100%;}
.box .indent {padding:25px 20px 10px 29px;}

.col-pad {
	padding-right:30px;
	background-color: #E91600;
}
.padding1 {padding-top:21px;}
.padding2 {
	padding-top:6px;
	color: #000000;
	z-index: auto;

}
.padding3 {
	padding-top:27px;
	color: #000000;
}
.padding4 {
	padding-top:44px;
	color: #000000;
}
.padding5 {
	padding-right:30px;
	color: #000000;
}
.padding6 {
	padding-bottom:25px !important;
	color: #000000;
}
.indent1 {
	padding:50px 20px 0 30px;
}

.dates a {
	color:#a59390;
}
.dates span {color:#000000; font-size:1.091em; text-decoration:none;}
.dates p {padding:1px 0 18px 10px; line-height:1.455em;}
.dates .last {padding-bottom:0;}
.phone {float:right; margin-right:190px;}

/* ============================= footer ====================== */

#footer {
	font-size:0.909em;
	color:#c6c5c5;
	text-transform:uppercase;
	padding:34px 31px 0 30px;
}
#footer a {color:#c6c5c5; text-decoration:none;}
#footer a:hover {color:#fff;}
#footer span {float:right;}

#footer .menu li {font-size:10px; display:inline; border-left:1px solid #595858; padding:0 8px 0 9px;}
#footer .menu li a {color:#595858;}
#footer .menu li a:hover {color:#c6c5c5;}
#footer .menu .first {border:none; padding-left:0;}

/* ============================= forms ============================= */

#ContactForm .rowi {height:28px;}
#ContactForm .col-1 {width:293px !important;}
#ContactForm .col-2 {width:293px !important;}
#ContactForm .link {margin-left:15px;}

.input {width:271px; height:18px; border:1px solid #a4a4a4; background:#2c1916; padding:0 0 0 5px; font-size:1em;}
textarea {width:286px; height:74px; border:1px solid #a4a4a4; background:#2c1916; padding:0 0 0 5px; overflow:auto; font-size:1em;}
