/*
Template 4 - Css for Screen
*/

/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:left;
	background: #E5E5E5;
	font-family: "Arial", Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #002f43;
	height: 100%;
}


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 15px;
	color: #000066;
}
h1 					{
	font-size:24px;
	margin:0 0 12px;
	color: #ED790D;
}
.pageheading {
	color: #ed790d;
	background-image: url(../images/img09.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 180%;
}

h2 					{
	font-size:18px;
	margin:8px 0;
	color: #000066;
}
h3 					{
	font-size:16px;
	margin:6px 0 5px;
	color: #ED790D;
}
h4 					{
	font-size:14px;
	margin:4px 0;
	color: #000066;
}
h5					{font-size:9px; 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;}


/* 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;
}

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	float: left;
	height: 220px;
	width: 950px;
	background-repeat: no-repeat;
}
#navbar {
	float: left;
	width: 210px;
	background-color: #87C644;
}
#content {
	float: right;
	width: 665px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#footer {
	clear: both;
	float: left;
	height: 120px;
	width: 950px;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 0px;
	margin-bottom: auto;
	background-image: url(../images/footer-bg.gif);
	background-position: right top;
	padding: 0px;
	vertical-align: top;
	display: block;
}
#footer a {
	color: #042F45;
	vertical-align: middle;
}

#footer p {
	margin: 0px;
	font-size: 0.95em;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer p a {
	color: #003399;
}

.footer-left {
	background-repeat: repeat-x;
	display: block;
	margin: 0px;
	float: left;
	height: 100px;
	width: 224px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: .85em;
	color: #FFFFFF;
	background-position: left top;
	vertical-align: 0%;
	text-align: left;
	text-indent: 0px;
}



#nav-cont-wrappper {
	background-repeat: repeat-y;
	width: 950px;
	float: left;
}

#sidebar {
	background:none;
	width:150px;
	float:right;
	clear:none;
}

#content-inner {
	background:none;
	width:500px;
	height:auto;
	float:left;
	clear:none;
}

