/********************************************

BASIC CSS
COMMON TO ALL PAGES
Base Structure, Typography, and Colors for all HTML pages

********************************************/

/********************************************
BASIC TAG STYLES Margin, Padding, Width, Text-Align, Background, Color, Font Size
********************************************/
body {
	background:url(../images/header_bg.jpg) center top no-repeat;
	margin:0px;
	text-align:center;
	background-color:#000000;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
}
div, p, h1, h2, h3, h4 {
	margin:0px auto;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	}
img{
	border:0px none;
	}
	
/********************************************
BASIC COLUMN STRUCTURE Margin, Padding, Width, Text-Align, Background, Color, Font Size
********************************************/
#header {
	width:960px;
	height:327px;
	position:relative;
}
#content {
	background:url(../images/con_bg.gif) center top repeat-y #000000;
	width:960px;
}
#content_head {
	background:url(../images/con_head_bg.jpg) top left no-repeat;
}
#content_foot {
	background:url(../images/footer.jpg) center bottom no-repeat;
}
#content_foot p{
	margin:0px 2px;
}
#content_body{
	width:758px;
	padding:0px 1px 0px 1px;
	}
#content_body p{
	text-align:left;
	}
#header #flash{
	position:absolute;
	top:88px;
	left:440px;
	width:390px;
	height:239px;
	}
#header #nav{
	position:absolute;
	bottom:22px;
	left:122px;
	width:285px;
	height:58px;
	}
#footer{
	font-size:12px;
	}
.block{
	clear:both;
	}
p.lower_nav{
	clear:both;
	background-color:#FFFFFF;
	line-height:12px;
	height:12px;
	font-size:10px;
	color:#000000;
	text-align:center !important;
	margin-top: 25px;
	}
p.lower_nav a{
	color:#000000;
	margin:0px 10px;
	}
.question{
	background:url(../images/arrow.gif) left top no-repeat;
	margin:0px 0px 15px 20px;
	padding:3px 0px 0px 35px;
	font-size: 14px;
}
.question strong{
	font-size:18px;
	text-decoration: underline;

}
.hdr{
	text-align:left;
	margin:15px 0px 0px 15px;
	}
.lr_mar_5{
	margin:0px 10px !important;
	}
#photos img{
	margin:2px;
	}
.frame_bg{
	background:url(../images/wbg.jpg) top center no-repeat;
	color:#000000;
	padding-top:20px;
	height:340px;
	}
.tb_hid{
	display:none;
	color:#000000;
	padding-top:20px;
	height:340px;
	width:334px;
	}
.pri_bg{
	background:url(../images/wbg.jpg) top center no-repeat;
	color:#000000;
	padding-top:20px;
	height:340px;
	width: 100%;
	}
.pri_bg table p{
	margin:auto;
	}
.pri_bg table{
	width: 250px;
	margin:auto;
	}
.pri_bg h3{
	text-align:center;
	}
#banditos{
	background:url(../images/lb_bg.jpg) top right no-repeat;
	float:left;
	margin:10px 10px 0px 5px;
	height:235px; 
	width:400px;
	}
#banditos div{
	margin-top:100px;
	margin-left:35px;
}
#banditos div p#i_1{
	display:block;
	background:url(../images/lb_un.gif) top left no-repeat;
}
#banditos div p#i_1 input{
	margin:10px auto 5px 25px;
	background:url(../images/lb_i_bg_1.gif) top left no-repeat;
	border:0px none;
	width:122px;
	padding:3px 0px 0px 10px;
	height:22px;
	color: #631813;
	font-weight:bold;

}
#banditos div p#i_2{
	display:block;
	background:url(../images/lb_pw.gif) top left no-repeat;
}
#banditos div p#i_2 input{
	margin:10px auto auto 25px;
	background:url(../images/lb_i_bg_2.gif) top left no-repeat;
	border:0px none;
	width:122px;
	padding:3px 0px 0px 10px;
	height:22px;
	color: #631813;
	font-weight:bold;
}
.alert{
	background:url(../images/icon_alert.gif) 5px center no-repeat;
	padding-left:65px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	height:60px;
	line-height:60px;
	}
.error{
	background:url(../images/icon_error.gif) 5px center no-repeat;
	padding-left: 65px;
	color:#CC3333;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	height:60px;
	line-height:60px;
	}