/* CSS Document */
HTML, BODY {
	padding: 0; margin: 0;
}
BODY {
	margin-top: 10px; margin-bottom: 0; margin-left: 0; margin-right: 0;
	padding-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0;
	background-color:#cccccc; font-size: 13px;
}
TD, P, BODY, TH, DIV {
	font: 62.5% Tahoma, Arial, sans-serif; color:#333333; line-height: 1.5;
}
TD, TH, P, DIV {
	font-size: 12px;
}
IMG {
	border:0;
}
H1, H2, H3 {
	font-size:20px; font-weight:bold;
}
H4, H5 {
	font-size:14px; font-weight:bold;
}
H6 {
	font-size:11px; font-weight:normal;
}
#page {
	padding:0; width:800px; text-align:left; margin-bottom:10px;
}
#header {
	padding:7px; margin-bottom:5px;
	background:#ffffff; 
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}
#datedisplay {
	width:220px; font-family:Helvetica; color:#CC0000; font-size:11px; float:right; text-align:right; padding:5px;
}
#menu {
	font-size:13px;
}
/* menu sub menu */
#menu ul li ul  {  
	background: #002953; display:none; margin:24px 0 0 0; padding:5px 3px;  position: absolute;  
	z-index:21; width:100px;
	moz-border-radius-bottomleft: 5px;  moz-border-radius-bottomright: 5px;  
	webkit-border-bottom-left-radius: 5px; webkit-border-bottom-rightright-radius: 5px;  
	-moz-border-radius-bottomleft:6px; -moz-border-radius-bottomright:6px;
	-webkit-border-radius-bottomleft:6px; -webkit-border-radius-bottomright:6px;
	border-radius:6px;
}  
#menu ul li:hover ul  {  display: block;  }  
#menu ul li ul li  {  
	margin:2px 0; padding: 0; background-image:none !important;  
}  
#menu ul li ul li:hover  {  margin-left: 1px; }  
#menu ul li ul li a { text-shadow:none !important; font-size:10px; font-weight:normal; }
/* end of sub menu style */

#content {
	padding:7px 0;
	background:#ffffff; 
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}
#maincontent {
	float:left; width:520px; margin:10px 0px 10px 10px;
}
#sidepanel {
	float:right; width:220px; margin:10px; padding:3px;
}
#col1 {float:left; width:49%;}
#col2 {float:right; width:49%;}
#footer {
	color:#666666; text-align:right; padding:5px; line-height:1.8em; overflow:auto; margin-top:5px;
}
#footer .panelbox {
	width:300px; float:left; text-align:left;
}
#footer h3, #footer h4, #footer h5 , #footer h6  { margin:2px 0;}
#footer a {
	color:#000; text-decoration:underline;
}
#footer a:hover{
	text-decoration:none;
}
#footer h6 { margin-bottom:15px;}
.specialtxt {
	font-family:"Times New Roman", Times, serif; color:#666666;
}
.redtxt {
	color:#FF0000;
}
UL.feature { 
	list-style-image:url(bullet_red.gif); margin:0; padding:0; list-style-position:inside;
}
.feature LI {
	margin-bottom:16px;
} 
.smalltxt {font-size:9px;}
A.readmore {
	background-color:#0099FF; padding:3px 7px !important; text-decoration:none; color:#fff; 
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}
h3.titled { font-size:15px; background-color:#0099ff; padding-left:15px; 
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}
#gallery-nav {
	list-type:none; margin:0; padding:0;
}
#gallery-nav li { display:inline; background-color:#0099ff; padding:2px 7px !important; white-space:nowrap; margin:5px 0 !important;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}
#gallery-nav a { 
	color:#fff; text-decoration:none;
}
#gallery-nav a:hover { 
	color:#ff0; text-decoration:none;
}
