/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#1a1a1a;
	text-align:center;
	height:100%;
}

#main_bg {background:url(images/body_bg.gif) top center;}
#top_tile {background:url(images/header_tile.gif) top repeat-x;}
#bottom_tile {background:url(images/footer_tile.gif) bottom repeat-x;}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
	text-transform:uppercase;
	color:#FFFFFF;
	font: 12px/1.667em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#FFFFFF;}

a:hover{text-decoration:none;}
p {padding-top:15px;}
h1 {
	color: #8F004D;
	padding-top: 6px;
	padding-bottom: 4px;
	font-size: 14px;
	text-decoration: underline;
}

/* ============================= main layout ====================== */

.more {background:url(images/more_bg.gif) no-repeat 0 5px; padding-left:12px; color:#B9C0C7; text-decoration:none;}
.more:hover {text-decoration:underline;}

li { background:url(images/list_bg.gif) no-repeat 0 11px; padding-left:12px; line-height:1.5em;}
li a {color:#B6BDC3; text-decoration:none;}
li a:hover {text-decoration:underline;}

.imgindent {margin:0 16px 0 0; float:left; border:3px solid #fff;}
.title {margin-bottom:11px;}

/* ============================= header ====================== */

.menu li { border-right:1px solid #0b0b0b; float:left; padding:0;}
.menu li a {display:block; width:259px; text-align:center; color:#CCCCCC; padding:6px 0 6px 0; line-height:1em;}
.menu li a:hover {
	color:#000;
	text-decoration:none;
	background-color: #CCCCCC;
}
.menu .active a {
	color:#FFFFFF;
	text-decoration:none;
	background-color: #8C004C;
}
.menu .last {border:none;}

/* ============================= middle ====================== */

.gallery {padding:75px 0 50px 109px;}
#splash .logo {position:absolute; margin:222px 0 0 229px; padding:0;}
#video {position:absolute; margin:550px 0 0 330px; padding:0;}

.logo {text-align:center; padding:30px 0 0 0;}

.indent {
	padding-top: 48px;
	padding-bottom: 200px;
}
.indent2 {padding:4px 32px 45px 37px;}


.line {border-bottom:1px solid #555656; padding-bottom:19px; margin-bottom:28px;}
.line2 {border-bottom:1px solid #555656; padding-bottom:25px; margin-bottom:28px;}
.img { border:3px solid #fff; margin-bottom:12px;}

.category1 {color:#fff; background:#2e2e2e url(images/left_arrow.gif) top left no-repeat; display:block; padding:2px 0 3px; width:170px; text-align:center; text-transform:none; float:left; text-decoration:none;}
.category1:hover {background:#8C004C url(images/left_arrow_active.gif) no-repeat left top; color:#181a1b; text-decoration:none;}
.active1 {background:#8C004C url(images/left_arrow_active.gif) no-repeat left top; color:#181a1b;}

.category2 {color:#fff; background:#2e2e2e url(images/top_arrow.gif) top right no-repeat; display:block; padding:2px 0 3px; width:170px; text-align:center; text-transform:none; float:right; text-decoration:none;}
.category2:hover {
	color:#FFFFFF;
	text-decoration:none;
	background: #2e2e2e url(images/top_arrow.gif) no-repeat right top;
}
.active2 {
	color:#FFFFFF;
	background: #8C004C url(images/top_arrow_active.gif) no-repeat right top;
}

.category3 {color:#fff; background:#2e2e2e url(images/left_arrow.gif) top left no-repeat; display:block; padding:2px 0 3px; width:170px; text-align:center; text-transform:none; float:left; text-decoration:none;}
.category3:hover {background:#8C004C url(images/left_arrow_active.gif) no-repeat left top; color:#181a1b; text-decoration:none;}
.active3 {background:#8C004C url(images/left_arrow_active.gif) no-repeat left top; color:#181a1b;}

.category4 {color:#fff; background:#2e2e2e url(images/right_arrow.gif) top right no-repeat; display:block; padding:2px 0 3px; width:170px; text-align:center; text-transform:none; float:right; text-decoration:none;}
.category4:hover {background:#8C004C url(images/right_arrow_active.gif) no-repeat right top; color:#181a1b; text-decoration:none;}
.active4 {background:#8C004C url(images/right_arrow_active.gif) no-repeat right top; color:#181a1b;}

.buttons {padding-right:5px;}
.images {padding:17px 0 11px 0;}
.images img {border:3px solid #fff; margin:0 5px 5px 0;}

/* ============================= footer ====================== */

#footer p {color:#FFFFFF; padding-top:5px;}
.message {
	font-size: 9px;
	line-height: 1.25em;
	color: #666666;
}
#footer a {color:#878787; text-decoration:none;}
#footer a:hover {text-decoration:underline;}

/* ============================= forms ============================= */


form .rowi {height:27px;}
form a {float:right; margin-left:10px;}

.input {width:204px; height:17px; border:1px solid #bdbdb4; background:none; padding:0 0 0 5px; font-size:1em;}
textarea {width:279px; height:98px; border:1px solid #bdbdb4; background:none; padding:0 0 0 5px; overflow:auto; font-size:1em; margin-bottom:15px;}

/* ============================= promotional logo items page ============================= */
p#search{
	padding-top:0;
	text-align:right;
	float:right;
	width:100%;
}
ul.cities li{
	width:160px;
	float:left;
}
p.state{
	clear:left;
}