/*
Template 4 - Css for Screen
*/

/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:left;
	background: #E6EEF9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	height: 100%;
}


a				{outline: none;}
a:link 			{color:#FE0000; text-decoration:underline;}
a:visited 		{color:#FE0000; text-decoration:underline;}
a:hover 		{color:#000; text-decoration:none;}
a:active 		{color:#000; 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;
	font: Arial, Helvetica, sans-serif;
}
h1 					{
	font-size:25px;
	color:#000;
	margin:0 0 12px;
	font-weight: bold;
	text-transform:uppercase;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
}
h2 					{
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#FE0000;
	margin:3px 0;
	text-transform:uppercase;
}
h3 					{font-family: "Arial Black", Arial, Helvetica, sans-serif; font-size:18px; color:#000; margin:6px 0 5px; text-transform:uppercase;}
h4 					{font-size:18px; color:#FE0000; margin:4px 0; text-transform:uppercase;}
h5					{font-size:14px; color:#000; margin:3px 0; text-transform:uppercase;}
h6 					{font-size:10px; color:#000; margin:0; text-transform:uppercase;}
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: 875px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	float: left;
	height: 147px;
	width: 875px;
	background-repeat: no-repeat;
}

#sidebar{	
	width:211px;
	margin-top:20px;
}
#content {
	float:right;
	padding:30px 80px 20px 5px;
	width:500px;;
}
#footer {
	clear: both;
	float: left;
	height: 183px;
	width: 875px;
	background-repeat: repeat-x;
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
}
#footer a {
	color: #666666;
}

#footer p {
	font-size:0.95em;
	margin-top:120px;
	padding:35px 0 0;
}
#footer p a {
	color: #666666;
}

.footer-left {
	background-repeat: repeat-x;
	display: block;
	margin: 0px;
	float: left;
	height: 45px;
	width: 224px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.85em;
	color: #666666;
}



#nav-cont-wrappper {
	background-repeat: repeat-y;
	width: 875px;
	float: left;
}
