﻿/* Global Properties */
html, body {
	background-image:url('/assets/images/website/bg.jpg');
	background-repeat:repeat;
	background-color: #800000;
	font-size: 100%;
	font-family: Arial;
	text-decoration:none;
	height: 99%;
}
* {
	margin: 0;
}
/*-----------------------Wrap---------------------*/
#.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -16px; /* the bottom margin is the negative value of the footer's height */
}
/* ----------Top mini-navigation------------------ */
#topnav {
	background-image:url('/assets/images/website/3redbg.jpg');
	background-color: #A52A2A;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 2px solid #2A343D;
	color: #fff;
	text-align: right;
	font-size:14px;
	padding-right: 20px;
}
#topnav a {
	color: #fff;
	text-decoration:none;
}
#topnav a:hover {
	text-decoration:none;
	color: #4E9258;
}

/* Banner */
#banner {
	background-color: #fff;
	background-image:url('/assets/images/website/header.jpg');
	background-repeat:no-repeat;
	border-bottom: 2px solid #2A343D;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 10px;
	text-align: right;
}
#banner h1 {
	font-family: trebuchet ms;
	color: #E7E9DC;
	font-weight: normal;
	font-size: 250%;
}

/* The entire left column */
#left {
	width:158px;
	float: left;
	/* padding-top:0px; */
	padding-left:5px;
	color: #4E4F43;
	text-align:left;
}
/* The links on the left side */
#leftnav a {
	/* padding-top:1px; */
	padding-bottom:5px;
	display: block;
	padding-left:20px;
	border-bottom:0px solid #BBBEAB;
	border-top:0px solid #D2D3C6;
	color: #A52A2A;
	text-align:left;
	font-size:12px;
	text-decoration:none;
}
#leftnav a:hover {
	background-color: #D1D3C3;
	text-decoration:none;
}
/* The entire center column */
#center {
	background-image:url('/assets/images/website/parchment.png');
	background-color: #fff;
	float:left;
	width: 59%;
	margin: 0 0px 0 0;
	border:2px solid #000;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:50px;
	color: #65675D;
	
}
/* Center column headers */
#center h1 {
	padding: 3px;
	font-size: 175%;
	color: #000000;
}
#center h2 {
	padding: 3px;
	font-size:150%;
	color: #000000;
	}
#center h3 {
	padding: 3px;
	font-size:125%;
	color: #000000;
}
#center h4 {
	padding: 3px;
	font-size:110%;
	color: #000000;
}

/* Center paragraphs */
#center p {
	padding-left:16px;
	padding-right:15px;
	color: #000000;
}
/* Center images */
#center img {
	float:left;
	border: 5px groove #979A84;
	padding:5px;
	margin:15px;
}
/* Use class="left" if you want your image to be on the left */
#center .left {
	float: left;
	padding-left: 5px;
	padding-right: 4px;
	padding-bottom: 0px;
}

#center a {	color: #A52A2A;
	text-decoration:none;
	font-weight:600;	
}
#center a:hover {
	background-color: #D1D3C3;
	text-decoration:none;
}
#center table
{ 
margin-left: auto;
margin-right: auto;
}
/* ------------------The entire right column---------------- */
#right {
	background-color: #fff;
	width: 300px;
	float: left;
	border-left: 1px solid #000000;
	border-bottom: 0px solid #BBBEAB;
	padding-top:40px;
	padding-right:10px;
	color: #4E4F43;
	margin-left:1px;
	margin-right:5px;
}
/* Right headings */

#right h3 {
	padding: 5px;
	font-size:125%;
	color: #000000;
}
/* Right paragraphs */

#right p {
	padding: 2px;
	margin-bottom: 3px;
	font-size:12px;
}
#right a {	color: #A52A2A;
	text-decoration:none;
	font-weight:600;

}
#right a:hover {
	background-color: #D1D3C3;
	text-decoration:none;
}
#right img {
	float:left;
	border: 3px groove #979A84;
	padding:3px;
	width:90px; 
	height:125px; 
}


/* ---------------Footer--------------------- */
#footer {
	background-image:url('/assets/images/website/3redbg.jpg');
	background-color: #A52A2A;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 2px solid #2A343D;
	color: #fff;
	text-align:center;
	float: left;
	width: 100%;
	height: 28px; /* .push must be the same height as .footer */
}
#footer p {
	padding-right: 100px;
}
#footer a {
	color: #fff;
	text-decoration: none;
	font-style:italic;
}
#footer a:hover {
	border-bottom: 0px;
	color: #4E9258;
	font-style:italic;
}

.push {
	height: 20px; /* .push must be the same height as .footer */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/
