@charset "utf-8";
/* CSS Document */


h3{
	text-decoration: underline;
	font-size: 14px;
	
}

a{
	color: #FFF;
}

a:hover{
	color: #FFF;
	
}

body{
	background-color: #000;
	color: #FFF;
	border-color: #d1d1d1;
	
}


#container{
	height: auto;
	
	
}


#contentbox{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 720px;
	margin-top: 50px;
	border: 1px solid #FFF;
	background-color: #000;
}

#contentbox2{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 1050px;
	margin-top: 50px;
	border: 1px solid #FFF;
	background-color: #000;
}


.header{
	height: 123px;
	background-image: url(images/header.jpg);
	
}


#nav {
	width:166px;
	height:650px;
	background-color:#333;
	position:relative;
	float:left;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #939800;
	border-bottom-width: 3px;
	border-bottom-style: none;
	background-image: url(images/navbg.jpg);
}

	.navCell {
		width:80px;
		height:80px;
		margin:25px auto 0 auto;
		background-color:#33CC33;
		
	}

#nav2 {
	width:166px;
	height:900px;
	background-color:#333;
	position:relative;
	float:left;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	background-image: url(images/navbg.jpg);
	border-bottom-color: #FFF;
}

	.navCell {
		width:80px;
		height:80px;
		margin:25px auto 0 auto;
		background-color:#33CC33;
	}

.content{
	padding: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #FFF;
	text-align: left;
	background-color: #000;
	width: 698px;
	float: left;
	
}


#footer{
	height: 8px;
	padding: 10px;
	background-color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #069;
	float: left;
	width: 880px;
}

.contactbox {
	margin-bottom: 2px;
	width: 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#f7f7f7;
	text-align: left;
	font-size: 11px;
	color: #021d54;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #666;
	line-height:16px;

}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {
	padding:0;
	margin:0;
	list-style:none;
	background-color: #FFF;
	height: 40px;

}
#menu li {
	float:left;
	margin-left:1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#menu li a {
	display:block;
	height:40px;
	line-height:40px;
	padding:0 20px;
	float:left;
	color:#069;
	text-decoration:none;
	background-color: #FFF;
}



#menu li a:hover, 
.home #menu li#home a,
.single #menu li#single a,
.dropdown #menu li#dropdown a,
.dropline #menu li#dropline a,
.flyout #menu li#flyout a,
.support #menu li#support a,
.contact #menu li#contact a
{
	color:#FFF;
	background-color: #069;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#site #content #main .post .tablepadding tr td br {
	text-align: right;
}
#site #content #main .post .tablepadding tr td strong {
	text-align: center;
}
.indextext{
	text-align: center;
	color: #61106a;
	
	
}
#site #content #main .post .tablepadding tr td .tablepadding tr td {
	text-align: left;
}
#site #content #main .post .tablepadding tr td .tablepadding tr td p strong {
	color: #61106a;
	font-weight: bold;
	font-size: 14px;
	font-family: "Copperplate Gothic";
}

.menuleft{
	float: left;
	width: 200px;
	height: 600px;
	
	
}

