/*
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: repeat-y;
	color: #2f2f2f;
	height: 100%;
	font: 13px Helvetica, "Lucida Sans Unicode", verdana, sans-serif;
}


a				{outline: none;}
a:link 			{color:#135293; text-decoration:underline;}
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 10px;}
h1 					{
	font-size:18px;
	margin:0 0 12px;
	color: #292D65;
	text-transform: uppercase;
}
h2 					{
	font-size:16px;
	margin:8px 0;
	color: #A29071;
	text-transform: uppercase;
}
h3 					{
	font-size:13px;
	margin:6px 0 5px;
	color: #343867;
}
h4 					{
	font-size:13px;
	margin:4px 0;
	color: #B19E86;
}
h5					{
	font-size:13px;
	margin:3px 0;
	color: #2F2F2F;
}
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;}

h1.pageheading	{}

.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;}

/* 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;
}

/* Page */

#wrapper {
	width: 755px;
	margin: 0 auto;
	text-align: left;
	background: #FFF url(../images/content-bg.gif) repeat-y;
}

/* Header */

#header {
	width: 755px;
	height: 160px;
	background: #FFF url(../images/header.jpg) no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

#header h1 {
	margin: 0;
	margin-top: 11px;
	float: right;
	text-transform: lowercase;
	text-align: left;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
}

#header h1 a {
	display: block;
	width: 200px;
	height: 100px;
	text-indent: -9000px;
	background: no-repeat center center;
}

/* Content */

#content {
	/*float: right;*/
	width: 680px;
	margin-left: 33px;
	margin-bottom: 20px;
	background: url(../images/divider.gif) repeat-y 500px;
	margin-top: 20px;
	padding-left: 15px;
}

.content-main {
	width: 470px;
	padding: 10px 0px 0px;
}

.content-main p, .content-main ul, .content-main ol {
	line-height: 150%;
}



#content-side {
	float: right;
	width: 180px;
	padding: 10px 0 20px 10px;
}

/* Footer */

#footer {
	width: 750px;
	height: auto;
	overflow: visible;
	padding-top: 15px;
	padding-bottom: 25px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/footer.gif) no-repeat left bottom;
}

#footer p {
	margin: 0;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}
