/* CSS Document */

.main_body{
	padding : 0px;
	margin : 0px;
	background-color : #660101;
	background-image : url(images/body_back.jpg);
	background-position : top;
	background-repeat : repeat-y;
}

p {
	font-family : Arial, Helvetica, sans-serif;
	font-size :12px;
	color : #000;
	font-style : normal;
	text-decoration : none;
	padding-left : 7px;
}

ul {
	font-family : Arial, Helvetica, sans-serif;
	font-size :12px;
	color : #000;
	list-style-type: disc;
}

.state {
	font-family : Arial, Helvetica, sans-serif;
	font-size :14px;
	color : #9a0003;
	font-style : normal;
	font-weight : bold;
}

.locations {
	font-family : Arial, Helvetica, sans-serif;
	font-size :12px;
	color : #000;
	font-style : normal;
	text-decoration : none;
}

/* NAVIGATIONAL LINKS FOR ENTIRE SITE BELOW */

a:link {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #9a0003; text-decoration: none; outline: none}
a:visited {font-size: 12px; color: #9a0003; text-decoration: none; outline: none}
a:hover {font-size: 12px; color: #9a0003; text-decoration: underline; outline: none}
a:active {font-size: 12px; color: #000; text-decoration: underline; outline: none}

table.outer{
	width : 760px;
	height : 100%;
}

td.outalign{
	vertical-align : top;
	text-align : center;
}

div.container{
	position : relative;
	margin:0px auto;
	width : 760px;
	text-align : center;
}

table.main{
	padding-top: 20px;
	width : 760px;
	height : 100%;
	background-image : url(images/back_home.jpg);
	background-position : top;
	background-repeat : no-repeat;
	text-align : justify;
}

table.search{
	padding-top: 20px;
	width : 760px;
	height : 100%;
	background-color:#FFFFFF;
	text-align : left;
}

#main_boxes{
	position: absolute;
	top: 291px;
	left: 579px;
	width: 165px;
	height: 400px;
}

