/*  
Theme Name: Garofalo & Thiersch Design 2
Theme URI: http://www.bulletgroup.com
Description: Garofalo & Thiersch theme
Version: 2.0
Author: Bulletgroup
Author URI: http://www.bulletgroup.com
*/

body {
	background: transparent url(img/page_bg.gif) repeat-x top left;
	background-color: #C9C9C9;
	font-size: 13px;
	font-family: Arial,sans-serif;
	margin: 0;
	color: #000;
	padding:0;
}
a:link, a:visited {
	color:#4C4C4C;
	text-decoration:underline;
	font-weight:bold;	
}
a:hover {
	color:#F96D48;
}
.clear {
	clear:both;
}
#header {
	background: url(img/headers/Welcome.jpg) no-repeat;
	background-position: 0 70px;
	height:250px;
}
#header a
{
	text-decoration:none;
	border: none;
}
#header .tagline
{
	position:relative;
	top: -3px;
	left: 0px;
	border-left: #FFFFFF 5px solid;
}
#header .logo
{
	position:relative;
	top: -3px;
	left: 0px;	
	border-left: #FFFFFF 5px solid;
}
#header .taglogo
{
	position:relative;
	top: -3px;
	left: -3px;	
}
#header img
{
	border: none;
}
#header .borderleft{
	/*position:relative;
	left:40px;
	top: 0px;
	width:5px;
	background-color:#FFFFFF;
	height:250px;*/
}
#header .bordermiddle{
	/*position:relative;
	left:270px;
	top: 0px;
	width:5px;
	background-color:#FFFFFF;
	height:250px;*/
}
#header .borderright{
	/*position:relative;
	left:800px;
	top: 0px;
	width:5px;
	background-color:#FFFFFF;
	height:250px;*/
}
#wrapper {
	width:800px;
	background-color:#FFFFFF;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-y;
	background-position:270px 0;
	padding:0 0 20px 0;
}
#center {
	/*border-left: #FFFFFF solid 3px;
	border-right: #FFFFFF solid 3px;*/
	padding: 0 0 20px 0px;
	margin:0px auto;
	text-align:left;
	width:800px;
	min-height: 875px;
}
.post {
	margin:0 0 20px 0;
}
.post h2.posttitle {
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	line-height:20px;
	color:#1E2834;
	/*top: 217px;
	left: 295px;
	position:absolute;*/
	text-indent:272px;
	padding:0px;
	margin:0px;
}
.post .postmeta {
	float:left;
	width:220px;
	margin:5px 20px 0 40px;
	display:inline;
}
.post .postmeta a {
	border: none;
}
.post .postcontent {
	float:left;
	width:500px;
	margin:0;
	color:#4C4C4C;
	font-size:8.5pt;
	line-height:18px;
}
.post .postcontent blockquote {
	margin:0 0 16px 0;
	padding:20px 20px 4px 20px;
	background-color:#CCCCCC;
}
.post .postcontent blockquote p {
	margin:0 0 16px 0;
	width:500px;
	text-align:justify;
	font-style:italic;
	line-height:24px;
}
.post .postcontent blockquote blockquote {
	background-color:#EEEEEE;
}
.post .postcontent blockquote blockquote p {
	width:460px;
}
.post .postcontent h2 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	line-height:14px;
	margin:0 0 10px 0;
	display:block;
	padding:5px 0 5px 0px;
	color:#333B48;
}
.post .postcontent h3 {
	font-weight:bold;
	font-size:12px;
	display:block;
	text-indent:10px;
}
.post .postcontent h6 {
	color:#660000;
	text-align:right;
	margin: 0px 0px 5px 0;
	font-weight:bold;
	font-size:12px;
	display:block;
	text-transform:uppercase;
	padding-right:0px;
	padding-left:0px;
	height:20px;
	border-bottom: solid 1px #1E2834;
}
.post .postcontent ul {
	list-style:square;
}

/* menu */
#menu {
	color: #FFFFFF;
	height:100%;
	#padding-top:10px; /*setting for IE7*/
	_padding-top: -10px; /*setting for IE6*/
}
#menu a, .navbar a { 
	font-weight:bold;
	color: #630D0D; 
	text-decoration: none; 
}
#menu ul
{
	/*list-style: none;*/
	display: block;
	padding-left:0px;
	margin-left:-10px;
	text-indent:10px;	
	width:100%;
	#margin-left: -10px; /*setting for IE7*/
	_margin-left: -10px; /*setting for IE6*/
	#margin-right: 10px; /*setting for IE7*/
	_margin-right: 10px; /*setting for IE6*/
}

#menu ul li
{
	height: 22px;
	font-size:8pt;
	text-align: left;
	color: #FFFFFF;	
	position: relative;
	float: left;
	display: block;
	width: 98%;	
}

#menu ul li:hover,
#menu ul ul li:hover ul li:hover,
#menu ul li:hover a
{
	background: #660000;
	color: #FFFFFF;
}

#menu ul ul li,
#menu ul ul li:hover ul li
{
	background: #660000;
	color: #FFFFFF;
}

#menu ul ul
{
	z-index: 100;
	position: absolute;
	background-color: #F3F3F3;
	width: 200px;
	right:-199px;
	top:0px;
	text-indent:0px;
	#right: -209px; /*setting for IE7*/
	_right: -209px; /*setting for IE6*/
}

#menu ul ul a { 
	padding: 3px; 
	width: 100%; 
	display: block; 
	color: #FFFFFF;
	border: #660000 1px solid;
}
#menu ul ul a:hover { 
	color: #660000;
	background-color: #F3F3F3;
	border: #660000 1px solid;
}

#menu ul ul ul
{
	left: 100%;
	top: -1px;
}

#menu ul ul li
{
	padding: 0;
	width: 100%;
	margin: 0;
	text-align: left;
	background-color: #660000;
	border-bottom: 1px solid #FFFFFF;
	height: auto;
	color: #FFFFFF;
}

#menu ul li:hover ul,
#menu ul li:hover ul li:hover ul
{
	display: block;
}
#menu ul ul li ul,
#menu ul li ul,
#menu ul li:hover ul li ul
{
	display: none;
}
#footer {
	background-color:#FFFFFF;
	border-top:10px solid #333333;
	color:#333333;
}
#footer p {
	border-top:3px solid #660000;
	margin:0;
	padding:10px 20px;
}

#announcement
{
	font-size:10pt;
	border-left: #d9d9d9 solid 1px;
	border-right: #d9d9d9 solid 1px;
	border-bottom: #d9d9d9 solid 1px;
}

#announcement .header
{
	display:block;
	background:url(img/newsandevents.jpg) no-repeat top left;
	height:15pt;
	position:relative;
	top:-5px;
	left: -1px;
}

#announcement .body
{
	padding:0px 5px 0px 5px;
	color:#4C4C4C;
}

#announcement .body p
{
	display:block;
	margin:0px 0px 10px 0px;
	padding:5px 0px 0px 5px;
	font-size: 8pt;
}

#announcement .body h1
{
	display:block;
	text-indent:10px;
	padding:0px 10px 2px 0px;
	height:15px;
	margin: 0px -5px 0px -5px;
	font-size:12pt;
	color:#333B48;
}

#announcement .body h2
{	
	display:block;
	text-indent:10px;
	padding: 1px 10px 2px 0px;
	height:11px;
	margin: 0px -5px 0px -5px;
	font-size:8pt;
	color:#660000;
}