/*
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 {
	font-size: 9pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 150%;
	background:#FFFFFF;
}

h1 {
	font-size: 15pt;
	color: #004032;
	line-height: 150%;
	margin-bottom: 6px;
}

h3 {
	font-size: 14pt;
	color: #A71F35;
	line-height: 180%;
}

h4 {
	font-size: 12pt;
	color: #70948C;
	line-height: 150%;
}


a				{outline: none;}
a:link 			{
	color:#A81E35;
	text-decoration:underline;
}
a:visited 		{
	color:#999999;
	text-decoration:underline;
}
a:hover 		{
	color:#F8AC08;
	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;}
h2 					{
	font-size:18px;
	margin:0px 0;
	color: #F7B227;
}
h5					{font-size:12px; margin:3px 0;color: #3D3D3D;}
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;}

/* page controls */
#page-controls {width: 500px;margin-bottom: 10px;}
#page-controls .buttons {width: 290px;min-height: 22px;padding: 5px;padding-right: 0px; border: 1px solid #eee;margin-bottom: 10px;}
#page-controls .buttons a {float: left;margin-right: 5px;margin-left: 5px;text-decoration: none;font-size: 11px; }
#page-controls .remove-button img {float: right;}
#page-controls a img {float: left}
#page-controls a span {float: left; padding: 1px 0 0 3px;vertical-align:top;display: inline;margin-top: 3px;}
#page-controls a:link,
#page-controls a:visited {color: #8D8B8B;}
#page-controls a:active,
#page-controls a:hover {color:#F8AC08;}

/* member registration form */

form table td {
	padding-bottom: 5px;
}

/* search form */
.searchform fieldset {border: 0px;padding-left: 10px;}
.searchform input.field {width: 100px}

/*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;
}

td.post_short a.more-button,
td.post_short a.back-button {
	font-size: 13px;
}

/*Lightbox Styling*/
.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: 970px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	background-repeat: repeat-y;
}

/* Header */

#header {
	width: 970px;
	height: 244px;
	background-color: #FFF;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin: 0;
}

#header h1 {
	margin: 0;
	text-indent: -9000px;
}

/* Content */

#content {
	width: 970px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.content-main {
	width: 490px;
	padding-left: 20px;
	border-left-color: #DBDBDB;
	border-left-style: dotted;
	border-left-width: 1px;
	float: left;
	margin-left: 20px;
}
#left-Side-Container {
	float: left;
	width: 200px;
}


.content-main p, .content-main ul, .content-main ol {
	line-height: 150%;
}


/* RIGHT SIDEBARS */

#right-side-container {
	float: right;
	width: 220px;
	border-left-color: #DBDBDB;
	border-left-style: dotted;
	border-left-width: 1px;
}

.content-right-side {
	float: right;
	width: 180px;
	margin-right: 20px;
	padding-bottom: 15px;
	margin-left: 10px;
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF0D9;
	padding-top: 15px;
	
}
.content-right-side h2 {
	font-size: 16px;
	line-height: 110%;
}
.content-right-side a {
	color: #F7B01A;
	text-decoration: none;
}
.content-right-side a:hover {
	color: #A71F35;
}


.content-right-side h3 {
	color: #A71F35;
	line-height: 150%;
	font-size: 15px;
}

/* LEFT SIDEBARS */

#left-Side-Container {
	float: left;
	width: 200px;
}



.content-left-side {
	float: left;
	width: 160px;
	padding-left: 15px;
	padding-top: 8px;
	border-top-width: 0.5px;
	border-top-style: solid;
	border-top-color: #BBCCC8;
	margin-top: 30px;
	margin-left: 20px;

}
.content-left-side h5 {
	color: #BBCCC8;
}




/* Footer */

#footer {
	width: 970px;
	height: 45px;
	overflow: visible;
	padding-bottom: 0px;
	margin: 0;
	text-align: center;
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url(../images/footer.jpg);
	padding-top: 65px;
	float: left;
}
#footer a {
	color: #70948C;
}


#footer p {
	margin: 0;
	color: #8D8B8B;
	font-size: 11px;
}

/* ----------------------------------------------- 
		NOTICES
----------------------------------------------- */

#error {
	background: #FF4E4E;
	border: 3px solid #FF7C7C;
	padding: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}

#success {
	background: #BBEECC;
	border: 3px solid #E3FFED;
	padding: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}
