 /* Css Default */

@import url("menu.css");
@import url("topmenu.css");

html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #999;
	color: #333;
	font-family : Arial, Helvetica, Sans-serif;
	font-size: 11px;
	text-align: left;
}

/* Heading */
H1 { color: #9e1c19; font-size: 26px; font-weight: normal; font-family: Georgia; }
H2 { color: #999; font-size: 16px; font-weight: bold; font-family: Georgia; }
H3 { color: #999; font-size: 11px; font-weight: bold; font-family: Georgia;}

/* Paragraph */
p { font-size: 12px; line-height: 20px;}

/* Links */
#contentMain a:link, #contentMain a:visited, #contentMain a:active { color: #555555; text-decoration: none; font-weight: bold; }
#contentMain a:hover { color: #9e1c19; font-weight: normal;	text-decoration: underline;	font-weight: bold; }

div#container {
	min-height: 770px;
	height: auto !important;
	height: 100%;
	margin: 0 auto -102px;
	width: 980px;
	background-color: #ffffff; 
}

div#header {
	float: left;
	height: 110px;
	width: 980px;
	background-color: #ffffff;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
}

div#topLine {
	float: left;
	height: 20px;
	width: 980px;
	background-color: #999999;
}

div#logo {
	float: left;
	margin: 10px;
}

div#line {
	clear: both;
	width: 820px;
	height: 8px;
	margin-left: 10px;
	background-image: url(/images/line.jpg);
	background-repeat: repeat-y;
}

img {
	border: none;
}

div#main {
	float: left;
	width: 980px;
	height: auto;
	margin: 0;
	background-color: #ffffff;
}

div#contentLeft {
	float: left;
	width: 20%;
	margin-top: 40px;
	margin-left: 10px;
}

div#contentMain {
	float: left;
	width: 714px;
	padding: 20px;
	margin-top: 20px;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
}

div#contentRight {
	float: right;
	width: 20%;
	margin-top: 40px;
}

div#viewer {
    width: auto;
    height: auto;
    clear: left;
    margin: 20px 0 0 0;
}

div#archiveBox {
	float: left;
	width: 180px;
	border-top: Solid 4px #9e1c19;
}

div#push {
	clear: both;	
	height: 80px;
}

div#footerWrapper {
	height: 94px;
	width: 980px;
	padding: 0px;
	color: #777777;
	background-color: #ffffff;
	border-bottom: Solid 8px #9e1c19;
	font-size: 10px;
	line-height: 14px;
    margin: 0 auto;
}

div#footer {
	margin: 20px;
    margin: 0 auto;
	width: 740px;
}

div#footer ul {
	font-size: 10px;
	list-style: none;
	float: left;
}

div#footer li {
	float: left;
	padding: 10px 0px 0px 10px;
}

div#footerBottom {
	padding: 10px 0px 10px 0;
	color: #fff;
	font-size: 10px;
    width: 980px;
    margin: 0 auto;
}

#footerBottom a:link, #footerBottom a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
}

#footerBottom a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size: 10px;
}

#footerWrapper a:link, #footerWrapper a:active, #footerWrapper a:visited {
	color: #9e1c19;
	font-weight: bold;
	text-decoration: none;
}

#footerWrapper a:hover {
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}

.twitterLogo {
    display: block;
    float: right;
    margin: 0;
}


