<? header('Content-type: text/css'); ?>

body{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

#main_con{
	width:770px;
	margin:auto;
}
#content{
	<? //border:1px solid #B3B3B3; ?>
	padding:4px 8px;
	margin-top:-2px;
	margin-left:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:21px;
	text-align:justify;
}
#footer{
	padding:8px;
	border-top:2px solid #444444;
	font-size:14px;
	background-color:#EFEFEF;
}
#ads{
	float:left;
}
h1{
	font-size:16px;
	color:#222;
	<? //border-bottom:1px solid #B3B3B3; ?>
	margin:-4px -8px 3px -8px;
	/*      T    R   B   L  */
	padding:4px 6px 8px 7px;
	letter-spacing:1px;
}
h2{
	font-size:16px;
	color:#222;
}
p{
	margin-top:5px;
	line-height:28px;
}
 /* common styling */
.menu {
font-family: Arial, Helvetica, sans-serif; 
width:770px;
position:relative;
height:40px; 
font-size:12px;
padding-bottom:0px;
margin-bottom:3px;
padding-left:3px;
background-image:url(/_images/_styles/drop-down/nav-bar.jpg);
background-repeat:no-repeat;
margin-left:-2px;
margin-top:3px;
}
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
.menu ul li {
float:left;
position:relative;
}
.menu ul li a, .menu ul li a:visited {
letter-spacing:1px;
font-weight:bold;
display:block;
text-decoration:none; 
color:#000; 
height:21px; 
color:#000; 
padding-left:9px; 
padding-right:9px; 
padding-top:6px;
margin-top:3px;
border-right:1px solid #000000;
}
* html .menu ul li a, .menu ul li a:visited {
width:inherit;
w\idth:inherit;
}
.menu ul li ul {
display: none;
}
table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}



/* specific to non IE browsers */
.menu ul li:hover a,
.menu ul li a:hover {
color:#000; 
background:#C5DAED;
background-image:url(/_images/_styles/drop-down/main-over.jpg);
}

/* specific to non IE browsers */
.menu ul .first:hover a,
.menu ul .first a:hover {
	background-image:url(/_images/_styles/drop-down/first-over.jpg);
}
.menu ul .first table tr td ul li a:hover,
.menu ul .first:hover table tr td ul li a{
	background:none;
	background-image:none;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:29px;
margin-top:1px;
left:-1px; 
width:220px;
border:0;
background-image:url(/_images/_styles/drop-down/drop-back.gif);
background-position:center bottom;
padding-bottom:6px;
border-top:1px solid #000000;
}
.menu ul .last:hover ul,
.menu ul .last a:hover ul {
display:block; 
position:absolute; 
top:29px;
margin-top:1px;
left:-106px; 
border:0;
background-image:url(/_images/_styles/drop-down/drop-back.gif);
background-position:center bottom;
padding-bottom:6px;
padding-right:0;
border-top:1px solid #000000;
}
* html .menu ul li a:hover ul {
margin-top:1px;
marg\in-top:1px;
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
visibility:hidden; 
position:absolute; 
height:0; 
width:0;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
background:none;
font-weight:normal;
display:block; 
color:#000; 
height:auto; 
line-height:22px; 
padding:2px 5px; 
width:206px;
margin:0 2px;
border:none;
}
* html .menu ul li a:hover ul li a {
width:190px;
w\idth:190px;
}

.menu ul li:hover ul li a.drop,
.menu ul li a:hover ul li a.drop {
background-image:#ABCAE9 url(../../graphics/drop.gif) bottom right no-repeat;
}

.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
color:#000;
}

.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {
visibility:visible; 
position:absolute; 
left:150px; 
top:0;
width:150px;
}
a:visited{
	color:#0000FF;
}
.menu ul li:hover ul li:hover ul.left,
.menu ul li a:hover ul li a:hover ul.left {
left:-150px;
}

#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#overlay {
	background-image: url(/_includes/overlay.png);
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
* html #overlay {
	background-color: #000;
	background-image: url(/_includes/blank.gif);
	filter: Alpha(opacity=50);
}

#page_nav{
	margin:-4px -16px 8px -8px;
	float:left;
	width:768px;
	background:url(/_images/_styles/all/nav_background.jpg);
	background-repeat:repeat-x;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
	#page_nav ul{margin:0; padding:0;}
	#page_nav li{float:left; list-style:none; font-size:13px; line-height:normal; border-right:1px solid #AAA;} 
		
		#page_nav li a{color:#000000; padding:6px 8px; display:block; letter-spacing:2px; text-decoration:none;}
		#page_nav li a:hover{color:#000000; background:url(/_images/_styles/all/nav_background_over.jpg);}
		
		#page_nav .page_nav_fill a{color:#666666; padding:7px 7px; display:block; letter-spacing:2px; text-decoration:none; font-size:11px;}
		#page_nav .page_nav_fill a:hover{color:#666666; background:url(/_images/_styles/all/nav_background.jpg);}
		
		#page_nav .page_nav_year a{color:#000000; padding:7px 7px; display:block; letter-spacing:2px; text-decoration:none; font-size:11px;}
		#page_nav .page_nav_year a:hover{color:#000000; background:url(/_images/_styles/all/nav_background_over.jpg);}
