/*#############################################################
Name: SynthART v1.0
Date: 2006-11-05
Author: Steven McCurrach
URL: http://synthart.d2hosting.com

#############################################################*/


/* Standards */


body {
	background:#323232;
}


blockquote {
	font: normal 10px "Georgia",sans-serif;
}


code {
	background:#0a383f;
	border:1px solid #fff;
	font:10px "Georgia";
	color:#fff;
	display:block;
	padding-left:20px;
	overflow: auto;
	white-space: pre;
}


.img a {
	border: 2px solid #fff;
}


.image_holder {
	padding-top:5px;
}


/* Contents */


/* Container Elements */


.container { 
	width:750px;
	background:#f3f1e9;
	border-top: none;
	border-bottom: none;
}


/* Header */


.header { 
	border-left:1px dotted #f3f1e9;
	border-right:1px dotted #f3f1e9;
	background-image:url('../img/banner_bg.jpg');
	background-repeat: repeat-x;
	height: 146px;
}


.header_title { 
	color:#fff;
	letter-spacing: -2px;
	font: bold 48px "Georgia";
	line-height: 110px;
	margin: 0 auto;
	width:680px;
}


.header_title span {
	color:#97d51f;
}

/* Logo */


#logo {
	width: 267px;
}


#logo span, #logo a {
	display: block;
	height: 111px;
	padding: 0;
	border-style: none;
	background: url(../img/logo.jpg) no-repeat;
}


#logo img  {
	display: block;
	width: 0;
}


#logo a:hover {
	background-image: url(../img/logo_over.jpg);
}



/* Navigation */

.nav { 
	background-image:url('../img/nav_bg2.jpg');
	border-top:1px solid #45727a;
	color:#f3f1e9;
	text-decoration:none;
	font: normal 15px "Courier New";
	margin: 0 auto;
	line-height:34px; 
	height:34px;
	width:680px;
}


.nav span {
	padding-left:10px;
}


.nav a {
	color:#f3f1e9;
	border-left:1px dotted #2a565e;
	border-right:1px dotted #2a565e;
	text-decoration:none;
	font: normal 15px "Courier New";
	float:left;
	padding: 0 10px;
	line-height:34px; 
}


.nav a:hover {
	background:#97d51f;
	color:#fff;
	height:34px;
	border-left:1px dotted #fff;
	border-right:1px dotted #fff;
	text-decoration:none;
	color:#fff; 
}


.nav a.active {
	background:#97d51f;
	color:#fff;
	height:34px;
	border-left:1px dotted #fff;
	border-right:1px dotted #fff;
	text-decoration:none;
	color:#fff; 
}


/* Main Content */


.main {
	background:#f3f1e9;
	margin: 0 auto;
	width:680px;
}


.main .left { width:430px; }

.main .right { width:210px; }


.content { margin: 20px 0px 20px 0px; }


/* Elements - Left Content */

.page_titles {
	color:#625f53;
	font: normal 20px "Georgia";
}

.page_sub_titles {
	background: url(../img/bgh1.gif) repeat-x left bottom;
	padding-bottom:3px;
	color:#625f53;
	font-weight:bold;
	font:italic 10px "Georgia";
}


.left_titles {
	background: url(../img/bgh1.gif) repeat-x left bottom;
	padding: 6px 0 4px;
	color:#625f53;
	font: normal 20px "Georgia";
}


.sub_titles {
	color:#625f53;
	padding-top: 3px;
	font-weight:bold;
	font:italic 10px "Georgia";
}


.left { 
	float: left; 
	color: #625f53;
        font: normal 10px "Arial";
}


.left a { 
	color:#625f53;
	border-bottom:1px dotted #625f53;
	text-decoration:none;
}


.left a:hover { 
	background:#dfdac7;
	border-bottom:1px dotted #625f53;
	color:#625f53;
	text-decoration:none;
}




/* Elements - Right Subnav */


.right_titles {
	color:#625f53;
	font: 20px "Georgia";
}


.right {
	float: right;
	background:#dfdac7;	 
	border-top:1px solid #a49d83;
	border-left:1px dotted #a49d83;
	border-right:1px dotted #a49d83;
	border-bottom:1px solid #a49d83;
	padding:5px 15px 0px 15px;
	margin-top:20px;
	margin-bottom:20px;
	color:#625f53;
	font: 10px "Arial";
}


.right a { 
	color:#625f53;
	border-bottom:1px dotted #625f53;
	text-decoration:none;
}


.right a:hover { 
	background:#f9f8f3;
	border-bottom:1px dotted #625f53;
	color:#625f53;
	text-decoration:none;
}


/*.prev_box a {
	display:block;
	float:left;
	margin-right:10px;
	margin-top:3px;
	margin-bottom:3px;
	color:#fff;
	height:30px;
	width:34px;
}

.prev_box a:hover {
	color:#97d51f;
	display:block;
	height:30px;
	width:34px;
}*/

/* Footer */


.footer {
	background-image:url('../img/footer_bg.jpg');
	background-repeat: repeat-x;
	border-left:1px dotted #f3f1e9;
	border-right:1px dotted #f3f1e9;
	clear: both;
	color:#d9d9d9;
	font: normal 10px Arial;
	height:40px;
}


.f_content {
	color:#f3f1e9;
	border-top:1px solid #45727a;
	text-align: center;
	padding-top: 5px;
}


.f_content a { 
	color:#f3f1e9;
	background:#14373c;
	text-decoration:none;
}


.f_content a:hover { 
	background:#14373c;
	border-bottom:1px solid #fff;
	color:#fff;
	text-decoration:none; 
}


/* END YAY!*/