/* general styles */
body {
	background-color: #FFF;
	color: #000;
}
	/* adjustment for IE */
body, body div, body p, body th, 
body td, body li    {
	/* more specific to override imported rule */
	font-size:    x-small;      
	/* false value for WinIE4/5 */
	voice-family: "\"}\"";   
	/* trick WinIE4/5 into thinking rule is over */
	voice-family: inherit;   
	/* recover from trick */
	font-size:    small;
	/* intended value for better browsers */
}
	html>body, html>body div, html>body p, html>body th, html>body td, html>body li    {
	font-size:    small;
	/* be nice to Opera */
}

.hide {
	display: none;
}

h1 {
	font-family: "Lucida Grande", verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	color: #F00;
	text-align: left;
	/* more specific to override imported rule */
	font-size:   x-small;      
	/* false value for WinIE4/5 */
	voice-family: "\"}\"";   
	/* trick WinIE4/5 into thinking rule is over */
	voice-family: inherit;   
	/* recover from trick */
	font-size: small;
	/* intended value for better browsers */
}
	html>h1   {
	font-size:    small;
	/* be nice to Opera */
	margin-bottom: 0;
}


p {
	font-family: "Lucida Grande", verdana, helvetica, arial, sans-serif;
	color: #000;
	text-align: center;
}

li {
	font-family: "Lucida Grande", verdana, helvetica, arial, sans-serif;
}

.copy {
	color: #666;
	margin-top: 25px;
	/* more specific to override imported rule */
	font-size: xx-small;      
	/* false value for WinIE4/5 */
	voice-family: "\"}\"";   
	/* trick WinIE4/5 into thinking rule is over */
	voice-family: inherit;   
	/* recover from trick */
	font-size: x-small;
	/* intended value for better browsers */
}
	html>body p.copy {
	font-size: x-small;
	/* be nice to Opera */
	text-align: center;
}

/* layout table */
#layout {
	margin-top: 25px;
}

/* Links */
a:link {
	text-decoration: none;
	color: #00F;
	background: transparent;
}
a:visited {
	text-decoration: none;
	color: purple;
	background: transparent;
}
a:hover {
	text-decoration: underline;
	color: #F00;
	background: transparent;
}
a:active {
	text-decoration: underline;
	color: #FF0;
	background: transparent;
}


a.design:link {
	text-decoration: none;
	color: #111;
	background: transparent;
}
a.design:visited {
	text-decoration: none;
	color: #999;
	background: transparent;
}
a.design:hover {
	text-decoration: underline;
	color: #111;
	background: transparent;
}
a.design:active {
	text-decoration: underline;
	color: #CCC;
	background: transparent;
}


/* Topnav buttons: general */

#logo {
	margin: 0;
	padding: 0;
	border: 0;
	height: 77px;
	width: 249px;
	background: transparent url(images/logo.gif) top left no-repeat;
}
#editorial, #informational, #info {
	margin: 0;
	padding: 0;
	border: 0;
	height: 43px;
}
#editorial {
	width: 60px;
	background: transparent url(images/editorial-on.gif) top left no-repeat;
}
#informational {
	width: 100px;
	background: transparent url(images/informational-on.gif) top left no-repeat;
}
#info {
	width: 89px;
	background: transparent url(images/info-on.gif) top left no-repeat;
}

/* Topnav buttons: rollover */
#aboutlogo {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	height: 77px;
	width: 249px;
	background: transparent url(images/logo.gif) top left no-repeat;
}
a#aboutlogo:hover {
	background: transparent url(images/logo.gif) top left no-repeat;
}

#abouteditorial, #aboutinformational, #aboutinfo {
	display: block;
	padding: 0;
	border: 0;
	margin: 0;
	height: 43px;
}
#abouteditorial {
	width: 60px;
	background: transparent url(images/editorial.gif) top left no-repeat;
}
a#abouteditorial:hover {
	width: 60px;
	background: transparent url(images/editorial-on.gif) top left no-repeat;
}
#aboutinformational {
	width: 100px;
	background: transparent url(images/informational.gif) top left no-repeat;
}
a#aboutinformational:hover {
	width: 100px;
	background: transparent url(images/informational-on.gif) top left no-repeat;
}
#aboutinfo {
	width: 89px;
	background: transparent url(images/info.gif) top left no-repeat;
}
a#aboutinfo:hover {
	width: 89px;
	background: transparent url(images/info-on.gif) top left no-repeat;
}

/* thumbnails */
#ethumbnail1, #ethumbnail2, #ethumbnail3, #ethumbnail4, #ethumbnail5, #ethumbnail6, #ethumbnail7, #ethumbnail8, #ethumbnail9, #ethumbnail10, #ethumbnail11, #ethumbnail12, #ethumbnail13, #ethumbnail14, #ethumbnail15, #ethumbnail16, #ethumbnail17, #ithumbnail1, #ithumbnail2, #ithumbnail3, #ithumbnail4, #ithumbnail5, #ithumbnail6, #ithumbnail7 {
	margin: 0;
	padding: 0;
	border: 0;
	height: 60px;
	width: 60px;
	margin-bottom: 3px;
	margin-right: 3px;
}
#ethumbnail1 {
	background: transparent url(editorial/1t.jpg) top left no-repeat;
}
#ethumbnail2 {
	background: transparent url(editorial/2t.jpg) top left no-repeat;
}
#ethumbnail3 {
	background: transparent url(editorial/3t.jpg) top left no-repeat;
}
#ethumbnail4 {
	background: transparent url(editorial/4t.jpg) top left no-repeat;
}
#ethumbnail5 {
	background: transparent url(editorial/5t.jpg) top left no-repeat;
}
#ethumbnail6 {
	background: transparent url(editorial/6t.jpg) top left no-repeat;
}
#ethumbnail7 {
	background: transparent url(editorial/7t.jpg) top left no-repeat;
}
#ethumbnail8 {
	background: transparent url(editorial/8t.jpg) top left no-repeat;
}
#ethumbnail9 {
	background: transparent url(editorial/9t.jpg) top left no-repeat;
}
#ethumbnail10 {
	background: transparent url(editorial/10t.jpg) top left no-repeat;
}
#ethumbnail11 {
	background: transparent url(editorial/11t.jpg) top left no-repeat;
}
#ethumbnail12 {
	background: transparent url(editorial/12t.jpg) top left no-repeat;
}
#ethumbnail13 {
	background: transparent url(editorial/13t.jpg) top left no-repeat;
}
#ethumbnail14 {
	background: transparent url(editorial/14t.jpg) top left no-repeat;
}
#ethumbnail15 {
	background: transparent url(editorial/15t.jpg) top left no-repeat;
}
#ethumbnail16 {
	background: transparent url(editorial/16t.jpg) top left no-repeat;
}
#ethumbnail17 {
	background: transparent url(editorial/17t.jpg) top left no-repeat;
}

#ithumbnail1 {
	background: transparent url(informational/1t.jpg) top left no-repeat;
}
#ithumbnail2 {
	background: transparent url(informational/2t.jpg) top left no-repeat;
}
#ithumbnail3 {
	background: transparent url(informational/3t.jpg) top left no-repeat;
}
#ithumbnail4 {
	background: transparent url(informational/4t.jpg) top left no-repeat;
}
#ithumbnail5 {
	background: transparent url(informational/5t.jpg) top left no-repeat;
}
#ithumbnail6 {
	background: transparent url(informational/6t.jpg) top left no-repeat;
}
#ithumbnail7 {
	background: transparent url(informational/7t.jpg) top left no-repeat;
}


/* thumbnail rollovers */
#aboutethumbnail1, #aboutethumbnail2, #aboutethumbnail3, #aboutethumbnail4, #aboutethumbnail5, #aboutethumbnail6, #aboutethumbnail7, #aboutethumbnail8, #aboutethumbnail9, #aboutethumbnail10, #aboutethumbnail11, #aboutethumbnail12, #aboutethumbnail13, #aboutethumbnail14, #aboutethumbnail15, #aboutethumbnail16, #aboutethumbnail17, #aboutithumbnail1, #aboutithumbnail2, #aboutithumbnail3, #aboutithumbnail4, #aboutithumbnail5, #aboutithumbnail6, #aboutithumbnail7 {
	display: block;
	padding: 0;
	border: 1px solid #666;
	margin: 0;
	height: 58px;
	width: 58px;
}
#aboutethumbnail1 {
	background: transparent url(editorial/1t.jpg) top left no-repeat;
}
a#aboutethumbnail1:hover {
	background: transparent url(editorial/1t-over.jpg) top left no-repeat;
	border: 1px solid #F00;
}
#aboutethumbnail2 {
	background: transparent url(editorial/2t.jpg) top left no-repeat;
}
a#aboutethumbnail2:hover {
	background: transparent url(editorial/2t-over.jpg) top left no-repeat;
	border: 1px solid #F00;
}
#aboutethumbnail3 {
	background: transparent url(editorial/3t.jpg) top left no-repeat;
}
a#aboutethumbnail3:hover {
	background: transparent url(editorial/3t-over.jpg) top left no-repeat;
	border: 1px solid #F00;
}
#aboutethumbnail4 {
	background: transparent url(editorial/4t.jpg) top left no-repeat;
}
a#aboutethumbnail4:hover {
	background: transparent url(editorial/4t-over.jpg) top left no-repeat;
	border: 1px solid #F00;
}
#aboutethumbnail5 {
	background: transparent url(editorial/5t.jpg) top left no-repeat;
}
a#aboutethumbnail5:hover {
	background: transparent url(editorial/5t-over.jpg) top left no-repeat;
	border: 1px solid #F00;
}
#aboutethumbnail6 {
	background: transparent url(editorial/6t.jpg) top left no-repeat;
}
a#aboutethumbnail6:hover {
	background: transparent url(editorial/6t-over.jpg) top left no-repeat;
	border: 1px solid #F00;
}
#aboutethumbnail7 {
	background: transparent url(editorial/7t.jpg) top left no-repeat;
}
a#aboutethumbnail7:hover {
	background: transparent url(editorial/7t-over.jpg) top left no-repeat;
	border: 1px solid #F00;
}
#aboutethumbnail8 {
	background: transparent url(editorial/8t.jpg) top left no-repeat;
}
a#aboutethumbnail8:hover {
	background: transparent url(editorial/8t-over.jpg) top left no-repeat;
	border: 1px solid #F00;
}
#aboutethumbnail9 {
	background: transparent url(editorial/9t.jpg) top left no-repeat;
}
a#aboutethumbnail9:hover {
	background: transparent url(editorial/9t-over.jpg) top left no-repeat;
	border: 1px solid #F00;
}
#aboutethumbnail10 {
	background: transparent url(editorial/10t.jpg) top left no-repeat;
}
a#aboutethumbnail10:hover {
	background: transparent url(editorial/10t-over.jpg) top left no-repeat;
	border: 1px solid #F00;
}
#aboutethumbnail11 {
	background: transparent url(editorial/11t.jpg) top left no-repeat;
}
a#aboutethumbnail11:hover {
	background: transparent url(editorial/11t-over.jpg) top left no-repeat;
	border: 1px solid #F00;
}
#aboutethumbnail12 {
	background: transparent url(editorial/12t.jpg) top left no-repeat;
}
a#aboutethumbnail12:hover {
	background: transparent url(editorial/12t-over.jpg) top left no-repeat;
	border: 1px solid #F00;
}
#aboutethumbnail13 {
	background: transparent url(editorial/13t.jpg) top left no-repeat;
}
a#aboutethumbnail13:hover {
	background: transparent url(editorial/13t-over.jpg) top left no-repeat;
	border: 1px solid #F00;
}
#aboutethumbnail14 {
	background: transparent url(editorial/14t.jpg) top left no-repeat;
}
a#aboutethumbnail14:hover {
	background: transparent url(editorial/14t-over.jpg) top left no-repeat;
	border: 1px solid #F00;
}
#aboutethumbnail15 {
	background: transparent url(editorial/15t.jpg) top left no-repeat;
}
a#aboutethumbnail15:hover {
	background: transparent url(editorial/15t-over.jpg) top left no-repeat;
	border: 1px solid #F00;
}
#aboutethumbnail16 {
	background: transparent url(editorial/16t.jpg) top left no-repeat;
}
a#aboutethumbnail16:hover {
	background: transparent url(editorial/16t-over.jpg) top left no-repeat;
	border: 1px solid #F00;
}
#aboutethumbnail17 {
	background: transparent url(editorial/17t.jpg) top left no-repeat;
}
a#aboutethumbnail17:hover {
	background: transparent url(editorial/17t-over.jpg) top left no-repeat;
	border: 1px solid #F00;
}

#aboutithumbnail1 {
	background: transparent url(informational/1t.jpg) top left no-repeat;
}
a#aboutithumbnail1:hover {
	background: transparent url(informational/1t-over.jpg) top left no-repeat;
	border: 1px solid #F00;
}
#aboutithumbnail2 {
	background: transparent url(informational/2t.jpg) top left no-repeat;
}
a#aboutithumbnail2:hover {
	background: transparent url(informational/2t-over.jpg) top left no-repeat;
	border: 1px solid #F00;
}
#aboutithumbnail3 {
	background: transparent url(informational/3t.jpg) top left no-repeat;
}
a#aboutithumbnail3:hover {
	background: transparent url(informational/3t-over.jpg) top left no-repeat;
	border: 1px solid #F00;
}
#aboutithumbnail4 {
	background: transparent url(informational/4t.jpg) top left no-repeat;
}
a#aboutithumbnail4:hover {
	background: transparent url(informational/4t-over.jpg) top left no-repeat;
	border: 1px solid #F00;
}
#aboutithumbnail5 {
	background: transparent url(informational/5t.jpg) top left no-repeat;
}
a#aboutithumbnail5:hover {
	background: transparent url(informational/5t-over.jpg) top left no-repeat;
	border: 1px solid #F00;
}
#aboutithumbnail6 {
	background: transparent url(informational/6t.jpg) top left no-repeat;
}
a#aboutithumbnail6:hover {
	background: transparent url(informational/6t-over.jpg) top left no-repeat;
	border: 1px solid #F00;
}
#aboutithumbnail7 {
	background: transparent url(informational/7t.jpg) top left no-repeat;
}
a#aboutithumbnail7:hover {
	background: transparent url(informational/7t-over.jpg) top left no-repeat;
	border: 1px solid #F00;
}

