/* --- CONTAINER --- */

@import url("content.css");
@import url("superfish.css");

body {
    margin             : 0;
    padding            : 0;
    color              : #000;
    background         : #fff;
}
br.clearfloat {
    clear              : both;
    height             : 0;
    font-size          : 1px;
    line-height        : 0px;
}

#container {
	width              : 1000px;
	margin             : 0 auto;
	background         : #fff;
	padding            : 5px;
}

/* --- HEADER --- */
#header {
}
#header_background {
	text-align         : left;
	padding-left		: 5px;
	height				: 90px;
	background			: #8b0000;
	color				: #fff;
}
#header_background a {
	color				: #fff;
	text-decoration		: none;
}
#header_menu {
    text-align         : left;
}
#header ul {
	margin             : 0;
	width				: 100%;
}
#header ul li {
	display            : inline;
	list-style         : none;
	margin             : 0;
	background         : #8b0000;
	min-width			: 137px;
}
li.special_location {
	float				: right !important;
	background			: #999999 !important;
}
li.special_location a:hover {
	background			: #999999 !important;
}
#header ul li a, #header ul li a:link, #header ul li a:visited {
	text-decoration    : none;
	color              : #fff;
	font-weight			: bold;
	padding            : 10px 20px;
	font-size          : 12px;
}
#header ul li.on a, #header ul li.on a:link, #header ul li.on a:visited {
	color              : #FFF;
}
#header ul li li a, #header ul li li a:link, #header ul li li a:visited {
	padding            : 5px 20px;
	font-size          : 11px;
}
#header ul li a:hover {
	background         : #b22222;
	color              : #FFF;
}
/* --- CONTENT --- */
#content {
	margin-left        : 0;
	padding            : 10px;
	background         : #fff;
}
#page_title {
    border-bottom      : 1px solid #474D4D;
}

/* --- FOOTER --- */
#footer {
	margin-top			: 10px;
	background         : #8B0000;
	padding            : 0px;
	height				: 5px;
}
#footer_menu {
	text-align         : center;
}
#footer ul {
	margin             : 0;
}
#footer ul li {
	display            : inline;
	list-style         : none;
	margin             : 0 5px;
}
#footer ul li, #footer ul li a, #footer ul li a:link, #footer ul li a:visited {
	text-decoration    : none;
	color              : #FFF;
}
#footer ul li a:hover {
	text-decoration    : underline;
}

/* --- COPYRIGHT --- */
#copyright {
    padding            : 5px 0px;
    text-align         : center; 
    color              : #000;
    font-size          : 10px;
}
#copyright a, #copyright a:visited, #copyright a:link, #copyright a:active, #copyright a:hover, #copyright a:focus {
    color              : #000;
    text-decoration    : none;
}
#copyright img {
    vertical-align     : middle;
}



