/* CSS Document */
nav, header, article, aside, footer {display:block}
h1,h2,h3,h4,p {margin:0;padding:10px 0px;}
h1 {padding-top:20px;font-size: 20px;}
h2 {padding-top:20px;font-size: 16px;}
h3 {padding-top:10px;font-size: 16px;}
a {text-decoration:none;}
a img {border:0}
body {
	margin:20px;
	font-family:Arial,Helvetica,Tahoma,sans-serif;
	font-size:16px;
}
#container {
	position:relative;
	width:960px;
	margin: auto;
}
header {
	position:relative;
	<!-- width:800px; -->
	width:60%;
	height:50px;
	padding:0 0 30px 0;
}
header  a img {width:263px;}
nav {
	position:absolute;
	right:0;
	top:0;
	width:640px;
	/*height:60px;*/
	padding:0px;
}


nav ul {
	float:right;
	list-style:none;
	/*height:140px;*/
	padding:28px 0 0 0;
	margin:0px;
}
nav ul li {
	width:60px;
	padding:10px 7px;
	margin:10px 0px 10px 8px;
	float:left;
	background:#333;
	text-align:center;
	vertical-align:bottom;
	line-height:70%;
	
}
nav ul li:hover {
	background:#827E7E;
}

nav ul li a:link,
nav ul li a:visited
 {
	font-size:10px;
	text-decoration:none;
    color:#fff;
 }


.active {background:#ff0099;
		color:#020202;
}

.inactive{ color:#fff;
}

.long	{ 
	width:80px;
}

.tall {
	height:30px;
	padding:3px 7px;
}

.Email_Text {
	color:#020202;
	font-family:Arial,Helvetica,Tahoma,sans-serif;
	font-size:24px;}

.Email_WhiteText {
color:#fff; 
}	
	
.Telephone_Text{
	color:#020202;
	font-family:Arial,Helvetica,Tahoma,sans-serif;
	font-size:48px;
	}


section {
	width:200px;
	height:320px;
	float:left;
	margin-left:32px;
}
section header {
	width: 200px;
	height: 45px;
	padding: 0px 0;
	text-align: center;
	background: #333;
	margin-bottom: 5px;
	color: #ff0099
}
section header h2 {
	color:#ff0099;
	font-size:14px;
	padding:15px 5px;
}
section p {
	color:#000;
	font-size:12px;
	padding:15px 0;
}
#sections-container {
	width:960px;
	min-height:640px;
	padding-top:20px;
	background:#eaeaea;
}

.read-more {
	margin:0;
	padding:0;
	border:0;
	background-image: url('../img/read-more.jpg');
	width:100px;
	height:30px;
}
.read-more-brown {
	margin:0;
	padding:0;
	border:0;
	background-image: url('../img/read-more-brown.jpg');
	width:100px;
	height:30px;
}
banner {
	position:relative;
	width:960px;
	min-height:260px;
	padding-top:0px;
	background:#333333;
	padding:0 0px 0 0px;
}

article, #mainarticle {
	display:block;
	position:relative;
	width:940px;
	min-height:300px;
	padding-top:20px;
	background:#333333;
	padding:0 10px 0 10px;
}


article h1, article h2, #mainarticle h1, #mainarticle h2, #mainarticle h3{
	color:#ff0099; 
}

#mainarticle h3{
	padding-top:4px;
	padding-bottom:4px;
	padding-left:4px;
}

article p , article li, #mainarticle p , #mainarticle li  {
	color:#fff; 
}
.signature {font-weight:bold}
.quote {margin:10px 0px;padding:10px;border:dotted 1px #666;}


footer {
	position:relative;
	width:960px;
	height:38px;
	padding:0px;
}
footer a {color:#333}
footer h4 {font-size:10pt;font-weight:normal;color:#333}
#footer-right {
	position:absolute;
	right:0;
	top:0;
	width:340px;
	text-align:right	
}
#contentbox4 {
	width: 590px;
	padding:30px 0;

}
#contentbox4 h1
{
	width:560px;
	height:10px;
	color:#fff;
	padding:10px 10px 20px 20px;
	background:#cc9966;
	font-size: 16px;
	font-weight: bold;
}

#contentbox4 span{
	font-size: 16px;
	font-weight: bold
}
.imgbox1 {
	width: 590px;
	height: 117px;
	padding-top:16px;
	padding-bottom:16px;
}

.imgbox2 {
	width: 590px;
	height: 117px;

	padding-bottom:16px;
}
#img-box-holder {
	background:#fff;
	border:1px solid #ccc;
}
.imgholder{
	width: 175px;
	height: 117px;
	padding-left: 16px;
	float: left;
}
#tab-box {
	font-size:12px;
	position:relative;
	width:590px;
	height:50px;
}
#tab1 {
	text-align: center;
	position: absolute;
	bottom: -1px;
	left: 10px;
	width: 160px;
	padding: 10px;
}
#tab2{
	text-align: center;
	position: absolute;
	left: 205px;
	bottom: -1px;
	width: 160px;
	padding: 10px;

}
#tab3{
	text-align: center;
	position: absolute;
	left: 400px;
	bottom: -1px;
	width: 160px;
	padding: 10px;

}
.on {
	background-image: url('../img/tab1.jpg');
	height:14px;
}

.off {
	background-image: url('../img/tab-off.jpg');
	height:13px;
	border-bottom:1px solid #ccc;
}
input {cursor:pointer;cursor:hand;}



<!-- Section to keep old notes / tags

Active background color old is #FF66CC


nav ul li a{
	font-size:10px;
	text-decoration:none;
	color:#fff;
}

#xxx_banner1 {
	height:260px
}
 -->