* {
    padding: 0;
    margin: 0;
} 
body {
	background: #656565;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333;
}

img { 
	border: none; 
}
a { 
	color: #333; 
	text-decoration: underline; 
}
a:hover { 
	text-decoration: none; 
	color : #000000; 
}
a img {
	border: 0;
}
p { 
	padding-bottom: 8px; 
}
p.spacer { 
	padding-bottom: 16px; 
}
p.gallery { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; line-height: 14px; color: #333; text-align: left; padding-bottom: 2px; }
p.gallery-link { 
	text-align: right; 
}
a.gallery { 
	font: 9px Verdana, Arial, Helvetica, sans-serif; 
	text-decoration:none; 
}
a.gallery:hover {
	font: 9px Verdana, Arial, Helvetica, sans-serif; 	
	text-decoration:underline;
}
#wrap { 
	width: 800px; 
	margin-right: auto; 
	margin-bottom: 25px; 
	margin-left: auto; 
}
#header {
	height: 40px;
}

#top { 
	background: #fff url(images/masthead.jpg) no-repeat; 
	width: 824px; height: 150px; 
}


/*- Menu Tabs */
#menu { 
	width: 824px; 
	height: 50px; 
	background-image: url(images/menu.jpg); 
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: 0 0; 
}

#tabs { 
	font: bold 13px/1.5em "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
	float: right; 
	padding-right: 28px; 
}
#tabs ul {
	margin:0;
	padding:0 10px 0 0;
	list-style:none;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	float:left;
	background:url(images/tableft.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
}
#tabs a span {
	float:left;
	display:block;
	background:url(images/tabright.gif) no-repeat right top;
	padding:5px 14px 4px 6px;
	color:white;
}
#tabs #current a {
	float:left;
	background:url(images/tableft_active.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
}
#tabs #current a span {
	float:left;
	display:block;
	background:url(images/tabright_active.gif) no-repeat right top;
	padding:5px 14px 4px 6px;
	color:black;	  
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {
	float:none;
}
/* End IE5-Mac hack */
#tabs a:hover span {
color:white;
}
#tabs a:hover {
background-position:0% -52px;
}
#tabs a:hover span {
background-position:100% -52px;
} 

/*- Main Body */

#content { 
	background: #fff url(images/content.gif) repeat-y; 
	width: 824px; 
}
.one-column { 
	float: right; 
	width: 730px; 
	text-align: justify; 
	margin-top: 20px; 
	margin-bottom: 15px; 
	padding: 0 40px 10px 25px; 
}
.one-column h1 { 
	color: #000; 
	font: 19px "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
	padding : 10px 0 10px; 
}
.right-column { 
	float: right; 
	width: 540px; 
	text-align: justify; 
	margin-top: 20px; 
	margin-bottom: 15px; 
	padding: 0 40px 10px 25px; 
	border-left: 1px solid #aaa; 
}
.right-column h1 { 
	color: #000; 
	font: 19px "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
	padding : 10px 0 10px; 
}
.left-column { 
	float: left; 
	width: 190px; 
	margin-top: 26px; 
	padding: 12px; 
}
.left-column h2 {
	font-size: 13px;
	color: #333;
	padding: 5px 0 2px 10px;
}
.left-column p {
	padding: 0 0 10px 30px;
}
.left-column ul {
	list-style-type: none;
	padding: 0 0 10px 14px;
}
.left-column ul li {
	padding: 0 10px 4px 15px;
}

.left-column ul li a { 
	color: #333; 
	background-image: url(images/heart-bullet.gif); 
	background-repeat: no-repeat; 
	background-position: left 0; 
	text-decoration: none; 
	text-indent: 14px; 
	display: block; 
}
.left-column ul li a:hover { 
	background-image: url(images/heart-bullet-hover.gif); 
	background-repeat: no-repeat; 
	background-position: left 0; 
	color: #000; 
	text-decoration: none; 
}
.no-columns { 
	padding-bottom: 10px; 
	padding-left: 12px; 
}
.home-table { 
	line-height: 0; 
	margin: -4px 0 0; 
	padding: 0; 
}
.home-table-text { 
	color: white; 
	font-size: 10px; 
	line-height: 14px; 
	padding: 20px; 
}
a#seemore { 
	width: 85px; 
	height: 20px; 
	background-image: url(images/see-more-button.gif); 
	display: block; 
	text-decoration: none; 
	float: right; 
	margin-right: 40px; 
	margin-bottom: 20px; 
}
a#seemore:hover {  
	background-position: 85px 0;  
}
a#seemore-mid { 
	text-decoration: none; 
	background-image: url(images/see-more-button-mid.gif); 
	display: block; 
	margin-right: 40px; 
	margin-bottom: 20px; 
	width: 85px; 
	height: 20px; 
	float: right; }
a#seemore-mid:hover { 
	background-position: 85px 0; 
}
/*- Footer */
#bottom { 
	background: #fff url(images/footer.gif) no-repeat; 
	width: 824px; 
	height: 55px; 
}
#footer { 
	color: #666; 
	font-size: 10px; 
	padding-top: 14px; 
}
#footer  a { 
	color: #666; 
	text-decoration: none; 
}
#footer  a:hover { 
	color: #000000; 
	text-decoration: underline; 
}
#footerlinks { 
	text-align: left; 
	float: left; 
	padding-left: 30px; 
}
#copyright { 
	text-align: right; 
	padding-right: 30px; 
}

