@charset "utf-8";
/* CSS Document */

*, html{
	margin:0;
	padding:0;
}
body{
	background: url(/_assets/bg.gif);
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:90%;
}
h1{
	color:#c61106;
	text-align:center;
	line-height:35px;
	text-transform:uppercase;
	padding-bottom:10px;
	border-bottom:#c61106 2px solid;
}
h2{
	text-align:left;
	line-height:35px;
	text-transform:uppercase;	
	font-size:1.3em;
	color:#c61106;
}
h2 s{
	color:#999999;
}
h2 span{
	font-size:1.4em;
}
label span{
	color:#CC0000;
}
input, textarea{
	border:#990000 solid 1px;
}
p ul{
	padding-left:25px;
	list-style-image:url(/_assets/spades.gif);
}
a{ color:#990000;}
.submitbtn{
	padding:12px 10px 11px 30px;
	color:#fff;
	background:url(/_assets/input_button_span.png) no-repeat;
	border:none;
	font-weight:bold;
}
.submitspan{
	padding:14px 10px 12px 30px;
	color:#fff;
	background:url(/_assets/input_button_a.png) no-repeat;
	border:none;
}
#all{
	background:#fff;
	color: #000;
	font-size: 0.8em;
	margin: 0 auto;
	width: 770px;
	text-align: left;	
}
/*----top location pages------*/
#locations{
	background:#000; 
	height:25px; 
	color:#999; 
	font-weight:bold; 
	padding-top:4px; 
	padding-right:5px; 
	text-align:right;
	}
#locations ul{float:right;}
#locations li{
	list-style:none;
	float:left;
	padding-right:10px;
	background:url(../_assets/li_diamond.jpg) no-repeat;
	padding-left:20px;
	height:25px;
}
#locations a:link, #locations a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#locations a:hover, #locations a:active{
	text-decoration:underline;
	color:#CC0000;
}
/*------menu------*/
#header{
	background:url(../_assets/header.jpg) no-repeat;
}
.topheader{

}
.homebtn{
	float:right;
	color:#fff;
	padding:3px 35px 15px 35px;
	background:url(../_assets/home_btn.png) no-repeat;
	margin-right:2px;
	font-weight:bold;
}
.homebtn a{
	color:#FFFFFF;
	text-decoration:none;
}
.topheader span{
	display:none;
}
.topheader img{
	width:430px;
	height:100px;		
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: url(/_assets/bg_menu_button_a.png) no-repeat scroll top right;
    color: #FFFFFF;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif bold;
    height: 25px;
    margin-right: 4px;
    padding-right: 4px; /* sliding doors padding */
    text-decoration: none;
	margin-top:8px;
}

a.button span {
    background: url(/_assets/bg_menu_button_span.png) no-repeat;
    display: block;
    line-height: 15px;
    padding: 5px 0 5px 20px;
	font-weight:bold;
	
} 
a.button:active {
    background-position: bottom right;
    color: #c61106;
	font-weight:bold;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 5px 0 5px 20px; /* push text down 1px */
} 

.menubtn{
	background:#c61106;
	height:38px;
}
.menubtn ul{
	list-style:none;


}
/*--------body-----------*/
#flash{
 border-bottom:#c61106 2px solid;
}
#main{
	padding: 15px 20px 15px 30px;
	line-height:24px;
}
#main p{
	padding: 10px 0 10px 0;
}
.floatleft{
	float:left;
	clear:left;
	width:50%;
	padding-bottom:50px;
}
.floatright{
	float:right;
	clear:right;
	max-width:350px;
	padding-bottom:50px;
}
.floatrightprofile{
	float:right;
	clear:right;
	max-width:250px;
	padding:15px 10px 15px 10px;
	background:#EBEBEB;
	margin:10px;
	border:#990000 1px dotted;
}

.redbox{
	border:#c61106 1px dotted;
	margin-bottom:30px;
	padding:5px;
}
.redboxbg{
	border:#c61106 1px dotted;
	margin-bottom:30px;
	padding:5px;
	background-color:#c60116;
	color:#FFFFFF;
}
.redbox img{
	border:6px #c60116 solid;
}
.redbox p{
	width:170px;
	float:right;
}
.redbox ul{
	padding-left:20px;
}
.redbox ul li{
	list-style-image:url(/_assets/spades.gif);
}


a.bigbutton {
    background:url(/_assets/input_button_a.png) no-repeat scroll top right;
    color: #FFFFFF;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif bold;
    height: 40px;
    margin-right: 8px;
    padding-right: 7px; /* sliding doors padding */
    text-decoration: none;
	margin-top:8px;
}

a.bigbutton span {
    background: url(/_assets/input_button_span.png) no-repeat;
    display: block;
    line-height: 30px;
    padding: 5px 0 5px 29px;
	font-weight:bold;
	
} 
a.bigbutton:active {
    background-position: bottom right;
    color: #c61106;
	font-weight:bold;
    outline: none; /* hide dotted outline in Firefox */
}

a.bigbutton:active span {
    background-position: bottom left;
    padding: 5px 0 5px 29px; /* push text down 1px */
} 
/* --- photo and photo submenu --- */
#submenuleft{
	float:left;
	clear:both;
	max-width:250px;
	background:#EBEBEB;
	border:#990000 1px dotted;
	margin: 55px 5px 15px -15px;;
}
#submenuleft h2{
	padding:5px;
	text-decoration:underline;
}
#submenuleft ul{
	list-style-image:url(/_assets/spades.gif);
	padding-left:25px;
}
#photos{
	max-width:540px;
	float:right;
}
#photos a img{
	padding:10px;
	margin:10px;
	border:#990000 dotted 1px;
}
#photos ul{
	padding-left:25px;
	list-style-image:url(/_assets/spades.gif);
}
#photos-set{
	float:right;
}
#photos-set a img{
	padding:10px;
	margin:7px;
	border:#990000 dotted 1px;
}
#photos-set ul{
	padding-left:25px;
	list-style-image:url(/_assets/spades.gif);
}
#photoslayout img{
	padding:10px;
	margin:10px;
	border:#990000 dotted 1px;
}
.questionlist{
	font-weight:bold;
}
.questionlist li{
	color:#990000;
}
.questionsublist li{
	color:#000000;
}
.red{
	color:#990000;
}

/*-------footer----------*/
#footer{
	clear:both;
	background:url(/_assets/footer_bg.png) no-repeat top #bb425a;
	height:220px;
	text-align:center;
}
.footermenu{
	color:#fff;
	padding-top: 50px;
}
.footermenu a{
	padding:5px;
}
.footermenu a:hover, .footermenu a:active{
	color:#990000;
	text-decoration:underline;
}
.footermenu a:link, .footermenu a:visited{
	color:#fff;
	text-decoration:none;
}
.copyright{
	color:#CCCCCC;
	font-size:.9em;
}