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

/* RESET THE CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;} body {line-height: 1;} ol, ul {list-style: none;} blockquote, q {quotes: none;} blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;} :focus {outline: 0;} ins {text-decoration: none;} del {text-decoration: line-through;} table {border-collapse: collapse; border-spacing: 0;}

/* grey background */
body{
	background-color: #cdcdcd;
	padding-bottom: 50px;
}

/* link bar */
#link_bar{
	background-color: #60141B;
	height: 20px;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	padding-top: 5px;
}

#link_bar a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

#link_bar a:hover{
	background-color: #9f2e2e;
}

/* locations list */
.locations{
}

.locations ul li{
	float: left;
	display: inline;
	margin-top: 10px;
}

.locations ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #f0cbcf;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

.locations ul li a:hover{
	color: #ffffff;
	background-color: #9f2e2e;
}

/* mainframe */
#mainframe{
	width: 870px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

#mainframe hr{
	height: 1px;
	background: #9f2e2e;
	color: #9f2e2e;
}

#mainframe_p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #49586f;
}

#mainframe_p a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #49586f;
	text-decoration: underline;
}

#mainframe img{
	display: block;
}

/* floating containers */
.container_floating{
	width: auto;
	height: auto;
	float: left;
}

.container_frame{
	width: auto;
	height: auto;
	background-color: #60141B;
	border: 5px solid #FFFFFF;
	
	text-align: left;
}

/* container left */
#container_left{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#container_left ul a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}

#container_left ul a:hover{
	background-color: #9f2e2e;
}

#container_left img{
	margin-top: 15px;
}

/* container middle */
.container_middle{
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.container_middle p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	margin-bottom: 10px;
	margin-top: 10px;
}

.container_middle a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #f0cbcf;
	text-decoration: underline;
}

.container_middle a:hover{
	color: #ffffff;
}

.container_middle hr{
	height: 1px;
	background: #ffffff;
	color: #ffffff;
}

/* container right */
#container_right{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

#container_right p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}

#container_right hr{
	height: 1px;
	background: #ffffff;
	color: #ffffff;
}

/* contact forms */
#contactform_left{
	height: auto;
	width: auto;
	float: left;
	text-align: right;
}

#contactform_right{
	height: auto;
	width: auto;
	float: left;
	padding-left: 10px;
	padding-top: 5px;
}

/* history page - img */
.history_img{
	border: 1px solid #FFFFFF;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}
