/* 

# UPDATE INFO ------------------------
# Revision number: 0.1
# Last updated: 
# Last update made by: matthew campagna (matthew@theturninggate.com)
# Turning Gate Design: http://theturninggate.com

*/

body {
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #444;
	text-align: center;
	font-size: small;
	font-family: Verdana, sans-serif;
}


/*
=01 DIV Layout ____________________ */

div#container {
	position: relative;
	width: 782px;
	margin: 0 auto;
	padding: 0;
}

div#header {
	position: absolute; top: -86px; left: 0;
	background-image: url(images_design/header.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	width: 782px;
	height: 96px;
	margin: 25px 0;
	padding: 0;
	z-index: 3;
}

/* Outside containment DIVs */

div#content_wrapper {
	position: relative; top: 85px;
	float: left;
	border: 1px solid #fff;
	margin: 0;
	padding: 0;
	z-index: 0;
}

div#conleft {
	float: left;
	width: 580px;
}

div#conright {
	float: right;
	width: 200px;
	text-align: left;
}

/* Inner Content DIVs */

div#sidebarleft {
	float: left;
	width: 180px;
	text-align: center;
	margin: 0;
	padding: 0;
}

div#sidebarleft_content {
	
}

div#page {
	float: right;
	width: 398px;
	text-align: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

div#page_content {
	min-height: 400px;
}

div#sidebar {
	
}

div#sidebarright_content {
	text-align: left;
}


/*
=02 DIV Specific Tag Attributes */

/* HEADER attributes ____________________ */

#header h1 {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

#header a {
	text-decoration: none;
	display: block;
	height: 96px;
}

/* MENU attributes ____________________ */

div#menu, div.gallerymenu {
	margin: 0;
	padding: 0;
}

#menu a, .gallerymenu a {
	color: #C9E048;
	text-decoration: none;
	display: block;
	line-height: 25px;
}

#menu a:hover, .gallerymenu a:hover {
	color: #CCCC33;
	background-color: #222;
	border: 1px solid #fff;
	line-height: 23px;
}

#menu ul, .gallerymenu ul {
	list-style: none;
	margin: 0 5%;
	padding: 0;
	border-top: 1px solid #fff;
}

#menu li, .gallerymenu li {
	padding: 3px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

#menu h2 {
	text-indent: -9999px;
}

.gallerymenu {
	text-align: center;
}


/* FOOTER attributes ____________________ */

div#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
}

div#footer_content {
	font-size: 90%;
	margin: 0;
	padding: 5px 0;
}


/* Tag attributes ____________________ */

#page_content p, #sidebarright_content p, #page_content table {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 95%;
}

td {
	text-indent: 1em;
}

td.title {
	text-indent: 0;
}

div.line {
	display: block;
	border-bottom: 1px #fff solid;
}

a {
	color: #C9E048;
	outline: none;
}

a:hover {
	color: #CCCC33;
}

a img {
	border: 1px solid #C9E048;
}

h2 {
	background-color: #222;
	font-family: Georgia, serif;
	text-indent: 10px;
	line-height: 2em;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
}



/* GALLERY attributes ____________________ */

 .rssThumbFloat {
	float: left;
	width: 33%;
	text-align: center;
	margin: 0 0.33% 15px 0;
}