/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background-color: #171717;
	background-image: url("../images/52original.gif");
	background-repeat: repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	height: 100%;
}

a				{outline: none;}
a:link 			{color:#b50000; text-decoration:underline;font-weight: bold;}
a:visited 		{color:#b50000; text-decoration:underline;font-weight: bold;}
a:hover 		{color:#ff0000; text-decoration:underline;font-weight: bold;}
a:active 		{color:#FF9523; text-decoration:underline;font-weight: bold;}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0 0 15px;}
h1 					{font-size:large; margin:0 0 12px;}
h2 					{font-size:medium; margin:8px 0;}
h3 					{
	font-size:small;
	margin:6px 0 5px;
	color: #B50000;
}
h4 					{font-size:x-small; margin:4px 0;}
h5					{font-size:xx-small; margin:3px 0;}
h6 					{font-size:xx-small; margin:0;}
hr 					{border-style: none; border-bottom: 1px dashed #e3e3e5; color: #fff; background-color: #fff;}
					/*color and background color should be the same as the background color of the div it is contained within*/
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}
h6 {background: #fff; color: #000;font-size: 14px; font-weight: bold; padding: 15px;}

/*Overrides for modified news module*/
td.post_title {
	padding-top: 10px;
	font-size: 16px;
	border-bottom: 0px;
}

td.post_short {
	border-bottom: 1px solid #dddddd;
}

/* Page */

#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background-color: #000;
	background-repeat: repeat-y;
	background-image: url(../images/img01.gif);
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

/* Logo */

#logo {
	height: 220px;
	background: #37434b;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
}

#logo h1 a {
	display: block;
	width: 240px;
	height: 220px;
	text-indent: -9000px;
	background: url("../images/logo.jpg") no-repeat center center;
}

/*Main content*/

.content-main {
	padding: 5px 30px 20px 30px;
}

.content-main h1 {
	margin: 0;
	padding: 10px 0;
	background: url("../images/img09.gif") repeat-x left bottom;
	font-size: 180%;
	font-weight: normal;
	color: #b50000;
}

.content-main p, .content-main ul, .content-main ol {
	line-height: 180%;
}

.orange {
	margin: 20px 30px;
	padding: 5px;
	background: #FF9523 url("../images/img10.gif") repeat-x;
	color: #FFFFFF;
}

.orange a {
	color: #FFFFFF;
}

.col-one {
	float: left;
	width: 300px;
}

.col-two {
	float: right;
	width: 300px;
}



/* Menu */

#menu {
	padding: 20px;
	background-color: #7C0303;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 10px 0;
	background: url("../images/img01.gif") repeat-x;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}


/* Content */

#content {
	float: right;
	width: 740px;
	padding-top: 220px;
	background: url("../images/header-photo.jpg") no-repeat 0 0;
	background-color:#000000;
}

/* Footer */

#footer {
	width: 980px;
	height: 76px;
	text-align: center;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer p {
	margin: 0;
	font-size: 85%;
}

#links {
	float: left;
	width: 200px;
	height: 45px;
	padding: 35px 20px 0 20px;
	background: url("../images/img13.gif") repeat-x;
}

#links a {
	color: #FFFFFF;
}

#legal {
	float: right;
	width: 700px;
	height: 45px;
	padding: 35px 20px 0 20px;
}
