* {margin: 0;
   padding: 0;}
   
html {font-size:100.01%;
      font-family: Arial, Helvetica, sans-serif;
}
			
body{
	background-color: #000000;
	background-image: url(images/body_tile.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.2em;

}

#container {
	margin: auto;
	width: 806px;
	background-image: url(images/container_tile.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-size: .9em;
}

#container2 {
	margin: auto;
	width: 806px;
	background-image: url(images/container_tile2.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-size: .9em;
}			

#header {
	background-image: url(images/header.jpg);
	height: 249px;
	background-repeat: no-repeat;
	background-position: center;
}

#navbar {
	padding-left: 26px;
	height: 54px;
	
}

#main-right {
	float: right;
	width: 150px;
	padding: 10px;
	color: #FFFFFF;
	margin-right: 40px!important;
	margin-right: 20px;
	font-size: .9em;
}  

#main {
	margin-right: 30px;

	padding: 30px 10px 10px 40px;
	margin-left: 18px;

} 

#flash {
	margin-left: 18px;
	margin-right: 30px;		
	padding: 30px 10px 10px 40px;
}

form {
	font-weight: bold;
}

#main p{
	margin-top: 10px;


}

#footer {
	clear: both;
	color: #fff;
	background-color: #000000;
	padding-top: 10px;
	font-size: .8em;
	height: 30px;
	text-align: center;
} 




/********** TEXT FORMATTING ************/

h1 {
	font-size: 2em;
	text-align: right;
	color: #E8E8CE;
	margin-right: 120px;
	padding-top: 20px;
}   


h2 {
	font-size: 1.5em;
	color: #9c3836;
	height: 35px;
	background-image: url(images/h2_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 54px;
	margin-bottom: 20px;
	margin-top: 16px;
}

h3 {
	font-size: 1.2em;
	color: #9c3836;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 0px;
}

h4 {
	font-size: 1.3em;
	font-weight: bold;
		color: #000;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 0px;
}
 
table {

	font-size: 1em;
	text-align: left;
	line-height: 30px;

}

td {
	padding-left: 4px;

}

.legal {
	font-size: .8em;
	line-height: 20px;


}


/********** LOCATIONS ************/

.locations {
	line-height: 14px;

}

.locations h1 {
	color: #000000;
	text-align: left;
}

.locations h2{
	font-weight: bold;
	font-size: 1.7em;
	color: #000;
	padding-top: 12px;
}

.locations h3 {
	font-weight: bold;
	font-size: 1.2em;
	color: #000;
	padding-top: 0px;
	padding-left: 130px;
}

.locations p{
	font-weight: normal;
	font-size: 1em;
	color: #000000;
	padding-top: 0px;
}

.temp {
	text-align: center;
	font-size: 1.3em;
	color: #000BE2;
	font-weight: bold;
	padding-bottom: 10px;
}

.temp2 {
	font-size: 1.4em;
	color: #000000;
}

p img{
float:  left;
padding-right: 10px;

}


a:link {color: #A90026; font-weight: bold; text-decoration: underline; }
a:active {color: #000000; text-decoration: underline; }
a:visited {color: #FFF; text-decoration: underline; }
