/* layout.css */
* {
  margin:0;
  padding:0;
}

body {
	background-color: #fcfaf1;
	font: 72%/1.6em 'Lucida Grande',Verdana,sans-serif;
	position: absolute;
	line-height: 150%;
	text-align: left;
}

h1 {
	font: 2.5em Times, serif;
	padding: 15px 0;
	color: #1b4311;
}

h2 { 
	font: 1.6em "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
	padding: 0;
}

h3 {
	font: 1.4em "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
	padding: 5px 0;
}

h4 {
	font: 1.2em "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
	color: #1b4311;
	padding: 10px 0 10px 0;
}

p {
	font:normal 12px Verdana, Geneva, sans-serif;
	line-height: 150%;
}

#sites a:active, a:link, a:visited, #logos a:active, a:link, a:visited {
	color: #1b4311;
	text-decoration: none;
}

#sites a:hover, #logos a:hover, #ctc a:hover {
	color: #896f08;
	text-decoration: underline;
}


.spacer {
	clear: both;
}
.logo {
	padding: 35px 0 0 30px;
}
.icon {
	padding-top: 15px;
}
.tag {
	padding: 25px 0 0 150px;
}
.titles {
	font: 2.5em Times, serif;
	padding: 15px 0;
	color: #5e4c04; 
	border-top: 2px solid #112e0a;
	border-bottom: 2px solid #112e0a;
}
.links {
	position: absolute;
}
.email {
	text-decoration: underline;
}

#header {
	width: 100%;
	height: 350px;
	background-color: #1c4312;
	background-image: url('../images/top.jpg');
	background-repeat: no-repeat;
	overflow-x: hidden;
}

#header img {
	float: left;
}

#border {
	position: relative;
	top: 300px;
	width: 100%;
	height: 50px;
	background-image: url('../images/border.jpg');
	background-repeat: repeat-x;
	background-color: #f6cd27;
	z-index: 5;
}

#icon_lg {
	position: absolute;
	top: 275px;
	left: 70px;
	z-index: 10;
}

#icon_sm {
	position: absolute;
	top: 280px;
	right: 25px;
	z-index: 10;
}

#container {
	width: 100%;
	height: 100%;
	min-width: 970px;
	clear: both;
}

#inner_container ul {
	padding-left: 50px;
}

#l_border {
	position: absolute;
	top: 350px;
	left: 0;
	width: 210px;
	height: 3450px;
	background-color: #fcfaf1;
	background-image: url('../images/l_border.png');
	background-repeat: repeat-y;
	float: left;
	padding-top: 50px;
}

#nav {
	position: fixed;
	top: 310px;
	left: 0;
	width: 210px;
	height: 2000px;
	padding-top: 50px;
}

#nav h2 {
	font: 1.8em "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
	text-decoration: none;
	padding: 5px 0;
}
#nav h3 {
	font: 1.4em "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
	margin-left: 10px;
	text-decoration: none;
}

#nav a:active, #nav a:link, #nav a:visited, #nav p {
	color: #1b4311;
	text-decoration: none;
}

#nav a:hover {
	color: #896f08;
}

#nav li {
	padding-left: 2em;
	color: #1b4311;
	list-style: none;
}

#r_col {
	position: absolute;
	top: 350px;
	right: 0;
	width: 210px;
	height: 3450px;
	background-color: #fcfaf1;
	background-image: url('../images/r_border.png');
	background-repeat: repeat-y;
	overflow-y: hidden;
	padding-top: 50px;
}

#inner_container {
	position: relative;
	width: 35%;
	height: 300px;
	margin-left: 220px;
	margin-bottom: 0px;
	padding: 20px 0 0 25px;
	
}

#logos h4 {
	color: #5e4c04;
	padding: 5px 0 35px 0;
	font-weight: bolder;
}

#logos img, #sites img {
	border: #1b4311 1px ridge;
}

#sites h4 {
	color: #5e4c04;
	padding: 5px 0 35px 0;
	font-weight: bolder;
}

#ctc {
	line-height: 175%;
	padding-left: 25px;
}

#icon_lg_btm {
	position: absolute;
	top: 3797px;
	right: 70px;
	z-index: 10;
}

#footer {
	position: absolute;
	top: 3850px;
	width: 100%;
	height: 100px;
	background-color: #1b4311;
	background-image: url('../images/green_strip.jpg');
	background-repeat: repeat-x;
	overflow-x: hidden;
	color: #f6cd27;
}

#footer p {
	padding: 50px 0 0 15px;
	color: #f6cd27;
}







