.home h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.bodyPlain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.bodyPlain {
	list-style-type:none;	
}

.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}



.bodyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}.inputStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.btnStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #D4D0C8;
}

.leightbox {
	color: #ffffff;
	display: none;
	position: absolute;
	top: 10%;
	left: 25%;
	width: 600px;
	height: 475px;
	padding: 10px;
	background-color: #333333;
	text-align: center;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }

a:link,a:active,a:visited { color : #000000; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

#nav {
	width:606px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
}

#nav ul {
	border-left:1px solid #000;	
	border-bottom:1px solid #000;
	overflow:hidden;
	float:left;
}

#nav a {
	display: block;
	width: 98px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	padding:3px 0px 3px 0px;
	background-color:#fff;
	-webkit-box-shadow: inset 0px 0px 5px 1px rgba(200, 200, 200, 0.5);
     box-shadow: inset 0px 0px 5px 1px rgba(200, 200, 200, 0.5);
	text-align:center;
}

#nav ul li.long ul li a {
	width:123px;	
}

#nav ul li {
	float: left;
	width: 98px;
	border-top:1px solid #000;
	border-right:1px solid #000;
	
}

#nav ul li ul {
	position: absolute;
	width: 99px;
	left: -9999px;
}

#nav ul li.long ul {
	width: 124px;
}

#nav ul li.long ul li {
	width: 123px;
}

#nav ul li:hover ul {
	left: auto;
	
}

#nav ul li ul  {
	margin-left:-1px;
	text-align:left;
}

#nav ul li:hover ul ul {
	left: -9999px;
}

#nav ul li:hover ul, #nav ul li li:hover ul{
	left: auto;
}

#nav ul li ul ul {
	margin: -9px 0 0 98px;
}

#nav ul li.long ul ul {
	margin: -9px 0 0 123px;
}

a.but-blog {
	display:inline-block;
	width:168px;
	height:50px;
	background-image:url(../../images/nav-blogs.png);
	background-repeat:no-repeat;
	color: transparent;
	text-transform: capitalize;
}

a.but-blog:hover {
	background-image:url(../../images/nav-blogs-over.png);
}

a.but-ent {
	display:inline-block;
	width:168px;
	height:40px;
	background-image:url(../../images/nav-entertainment.png);
	background-repeat:no-repeat;
	color: transparent;
	text-transform: capitalize;
}

a.but-ent:hover {
	background-image:url(../../images/nav-entertainment-over.png);
}

a.but-articles {
	display:inline-block;
	width:168px;
	height:52px;
	background-image:url(../../images/nav-articles.png);
	background-repeat:no-repeat;
	color: transparent;
	text-transform: capitalize;
}

a.but-articles:hover {
	background-image:url(../../images/nav-articles-over.png);
}