/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* -- GENERAL REDECLARATIONS -- */

html, body				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{ text-align:center; background: #fff; color: #666666; height: 100%; font: 10px "Trebuchet MS", Geneva, Helvetica, sans-serif; }


a				{outline: none;}
a:link 			{ color:#A40E17; text-decoration:underline; font-weight:bold; }
a:visited 		{color:#135293; text-decoration:underline;}
a:hover 		{color:#FF9523; text-decoration:none;}
a:active 		{color:#FF9523; text-decoration:none;}

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; color: #6f5641; 
}
h1 					{ font-size:2.2em; margin:0 0 12px; color: #A10E16; text-transform: capitalize; }
h2 					{ font-size:2.0em; margin:8px 0; color: #E4AC01; }
h3 					{ font-size:1.8em; margin:6px 0 5px; color: #B41019; }
h4 					{ font-size:1.6em; margin:4px 0; color: #988D7B; }
h5					{ font-size:1.4em; margin:3px 0; color: #6F5641; }
h6 					{
	font-size:small;
	margin:0;
	color: #988D7B;
}
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;}

h1.pageheading	{ padding-bottom: 10px; border-bottom: 1px solid #ecc4c6; }

.clr {clear:both; height: 142px;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}

/* Lightbox */

.gallery-item {
	float: left;
	width: 100px;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	background: #ddd;
	border: 1px solid #999;
	}

.gallery-item a {
	text-decoration: none;
}

.gallery-item img.thumbnail {
	margin-bottom: 5px;
}

#imageDetails {
	color: #000;
}

/* Jquery Cycle */
.pics {
	float:left;
	height:260px;
	margin: 10px 0 0 18px;
	overflow:hidden;
	padding:0;
	width:637px;
}
.pics img {
	background-color:#fff;
	height:260px;
	left:0;
	padding:0px;
	top:0;
	width:637px;
}

/* Page */

#wrapper { width: 980px; text-align: left; margin: 0 auto; }

#outer-wrapper {
	width: auto;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 100%;
	margin-bottom: -142px;
	position: relative;
}





/* Header */

#header { width: 980px; height: 415px; background-repeat: no-repeat; float: left; 
}
#pic-wrapper{ float: left; height: 280px; width: 980px;}
#flash-div { float: left; height: 280px; width: 670px; }
#header-right-pic { float: right; height: 280px; width: 310px; background: url(../images/right-image.jpg) no-repeat 8px center; }



/* Content */

#content { width: 980px; float: left; background-color: #FFFFFF; min-height: 250px; }

.content-main { width: 610px; float: left; margin-left: 30px; padding: 10px 0; }
.content-main p,
.content-main td {font-size: 12px;}


.content-side p, 
.content-main ul, 
.content-main ol { line-height: 150%; font-size: 12px; }



.content-side { float: right; width: 275px; padding-right: 25px; 
}

/* Footer */

#footer { position: relative; height: 142px; overflow: visible; text-align: center; margin: 0 auto; background: #fff url(../images/footer.jpg) repeat-x bottom; }
#footer .footer-content { width: 980px; margin-right: auto; margin-left: auto; padding-top: 40px; }
.left-footer { width: 510px; float: left; text-align: left; padding-left: 20px; }
.right-footer { float: right; padding-right: 20px; }
.left-footer h5 { color: #FFFFFF; }
.left-footer p { font-size: 1.1em; }




#footer p { margin: 0; color: #FFFFFF; 
}
