/*
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: #fff; font-family: "Trebuchet MS", Helvetica, "Lucida Sans", sans-serif, Arial; font-size: 10px; color: #3C3C46; height: 100%; 
}


a				{outline: none;}
a:link 			{ color:#754200; 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: #3C3C46; 
}
h1 					{ font-size:18px; margin:0 0 12px; color: #754200; }
img { }

h2 					{ font-size:18px; margin:8px 0; color: #78A22F; }
h3 					{ font-size:14px; margin:6px 0 5px; color: #52BDEC; }
h4 					{ font-size:14px; margin:4px 0; color: #754200; }
h5					{ font-size:12px; margin:3px 0; color: #404041; }
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:0.05em solid #D1B694; padding: 3px; margin: 5px; }
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

h1.pageheading	{padding-bottom: 10px;}

.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: 845px; text-align: left; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; 
}

#outer-wrapper {
	width: auto;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Header */

#header {width: 845px; height: 244px; background-repeat: no-repeat; float: left;}
#header h1 { margin-top: 120px; float: left; text-transform: lowercase; text-align: center; font-weight: normal; font-style: italic; color: #9C9C9C; margin-right: 0; margin-bottom: 0; margin-left: 45px; }
#header h1 a { display: block; width: 200px; height: 100px; text-indent: -9000px; background-image: url(../images/satc-logo.gif); background-repeat: no-repeat; background-position: center center; }


/* Content */

#content { width: 845px; float: left; background-color: #FFFFFF; }

.content-main { width: 450px; padding-top: 20px; padding-right: 0; padding-bottom: 10px; padding-left: 0; float: left; margin-top: 20px; margin-left: 50px; }
.content-main p, .content-main ul, .content-main ol { line-height: 170%; font-size: 1.3em; }

#content-side { float: right; width: 250px; padding: 20px; margin-top: 20px; margin-right: 20px; }
#content-side, #content-side, #content-side ol { font-size: 1.3em; line-height: 160%; }



/* Footer */

#footer { width: 845px; height: 31px; overflow: visible; padding-top: 38px; padding-bottom: 0px; text-align: center; background-color: #fff; background-repeat: no-repeat; background-position: bottom; float: left; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; 
}

#footer p {
	margin: 0;
	color: #8D8B8B;
}

