@charset "utf-8";

/* CASA Website - Global Stylesheet */
/* Developed by KKMedia */
/* Developer: Adam Duro */

/* --( Import Content Stylesheet )-- */

@import url(content.css);

/* --( Global Styles )-- */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../_img/site_bg.gif);
}
hr {
	display: none;
}

/* --( Global Classes )-- */

.noshow {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	float: left;
}
.clear {
	clear: both;
}

	/* self clearing rules */
	.selfclear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	.selfclear { display: inline-block; _height: 1%; }
	/* Hides from IE-mac \*/
	.selfclear { display: block; }
	/* End hide from IE-mac */

/* --( Page Widths )-- */

#header, #page_body {
	width: 825px;
	margin: 0 auto;
	padding-left: 103px;
}

/* --( Header Styles )-- */

#header {
	height: 112px;
}
/* Logo */
	#header h1 {
		margin: 0;
		float: left;
	}
	#header h1 a {
		display: block;
		width: 219px;
		height: 106px;
		text-indent: -3000px;
		background: url(../_img/head_logo.jpg) no-repeat;
	}
/* Header Tools */
	#header_tools {
		width: 250px;
		float: right;
		margin-top: 64px;
	}
	#header_tools .rss, #header_tools .search {
		display: block;
		position: relative;
		top: 9px;
	}
	/* RSS Feed */
		#header_tools .rss {
			float: left;
		}
		#header_tools .rss a {
			color: #C56E4B;
			text-decoration: none;
			font-weight: bold;
		}
		#header_tools .rss img {
			position: relative;
			bottom: 6px;
		}
	/* Header Search */
		#head_search {
			display: block;
			width: 149px;
			float: right;
			margin: 0;
			padding: 0;
		}
		#head_search label {
			display: block;
			color: #8CC63F;
			text-transform: uppercase;
		}
		#head_search .search_input {
			margin: 0;
			padding: 0;
			width: 126px;
			height: 16px;
			background: #8CC63F;
			border: none;
			color: #FFFFFF;
			font-size: 11px;
			padding: 2px 0 0 2px;
			
		}
		#head_search .submit {
			position: relative;
			top: 5px;
		}
/* Header Seperator */
	#head_sep {
		display: block;
		height: 8px;
		background-image: url(../_img/head_sep.gif);
		background-position: top center;
		background-repeat: no-repeat;
	}
	
/* --( Page Body Styles )-- */

#page_body {
	background: url(../_img/tech_draw.gif) no-repeat bottom left;
	margin-top: 4px;
	margin-bottom: 4px;
}

/* --( Main Navigation )-- */

#main_nav {
	width: 168px;
	margin-right: 7px;
	float: left
}
#main_nav ul {
	margin: 0;
	padding: 0;
}
#main_nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#main_nav ul li a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0 5px 15px;
	text-decoration: none;
	color: #A4A79F;
}
#main_nav ul ul li a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0 5px 6px;
	margin-left: 20px;
	text-decoration: none;
	color: #8CC63F;
}
#main_nav ul ul li a:hover {
	background: #EEEEEE;
	color: #8CC63F;
}
#main_nav ul li a:hover {
	background: #CECECE;
	color: #FFFFFF;
}
#main_nav .calender {
	text-align: center;
	margin-top: 65px;
}

/* --( Footer Styles )-- */

#footer {
	text-align: center;
	
}
#footer .foot_sep {
	display: block;
	height: 1px;
	background-image: url(../_img/foot_sep.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#footer .foot_nav {
	margin: 0;
	padding: 6px 0;
	padding-left: 122px; /* centers nav under main content column */
}
#footer .foot_nav a {
	color: #A4A79F;
	text-decoration: none;
	font-weight: bold;
	padding: 0 6px;
}
#footer .foot_nav a:hover {
	text-decoration: underline;
}
#footer .foot_nav span {
	display: none;
}
#footer .copyright {
	padding-left: 122px; /* centers copyright under main content column */
}
#footer .copyright, #footer .copyright a {
	color: #94A577;
	font-size: 11px;
}
