/* Standard element */
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(img/bg.gif) repeat-y;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	padding-left: 20px;
}

p {
	margin-bottom: 1.2em;
}

ul {
	margin: 0 0 5px 15px;
	list-style-type:circle;	
}

ol {
	margin: 0 0 5px 25px;	
}

li {
	margin-bottom: 1.2em;	
}

a:link, a:visited { 
	color: #576F80; 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 1.0em; 
	text-align: left;
} 

a:hover { 
	color: #1756BF; 
	text-decoration: underline; 
	font-weight: bold; 
	font-size: 1.0em; 
	text-align: left;
} 

a.serv:link, a.serv:visited { 
	color: #576F80; 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 1.0em; 
	text-align: left;
} 

a.serv:hover { 
	color: #1756BF; 
	text-decoration: underline; 
	font-weight: bold; 
	font-size: 1.0em; 
	text-align: left;
} 

/* misc */
.clearer {
	clear: both;
}

/* top & header */
.top {
	background: url(img/top.gif);
	color: #FFF;
	height: 45px;
	width: 940px;
}
.top h1 {
	font: bold 2em sans-serif;
	padding: 8px 16px 0;
}
.top h1 span {
	font: normal 60% Verdana,sans-serif;
}

/* header */
.header {
	background: url(img/header.gif); 
	height: 90px;
	width: 940px; 
	border-bottom: 1px solid #666;
}

/* Banner */
.banner {
	padding: 3px 1px 0px 3px;
}

/* menu */
.menu {
	padding: 3px 1px 0px 3px;
	color: #000;
}
a#current {
	color: #576F80; 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 0.85em; 
	text-align: left;
}
a#current:hover {
	color: #1756BF; 
	text-decoration: underline; 
	font-weight: bold; 
	font-size: 0.85em; 
	text-align: left;
}

/* left side */
div.content_left {
	margin: 1px;
	width: 562px;
}
div.date {
	color: #000;
	font: Bold 85% Verdana, sans-serif;
	padding: 2px;
	border-bottom: 1px solid #000;	
}
div.newsitem {
	background: #FFF url(img/bg_newsitem.png) repeat-x;
	border: 1px solid #EEE;
	border-color: #EEE #EEE #DDD #EEE;
	clear: both;
	color: #333;
	line-height: 1.5;
	margin-bottom: 6px;
	padding: 4px;
}
div.newsitem .title {
	color: #0066CC;
	font: bold 1.0em Verdana, sans-serif;
	padding: 3px 4px;
}
div.newsitem .body {
	font-family: Verdana, sans-serif;
	font-size: 0.9em;
	text-align: left;
}

/* left side */
div.content_left2 {
	margin: 1px;
	width: 562px;
}


/* right side */
div.content_right {
	width: 186px;
	position: absolute;
	top: 108px;
	left: 774px;
	border: 0px solid #666;
	background: #F0F0F0 url(img/bg_newsitem.png) repeat-x;
	clear: both;	
}

div.content_right2 {
	width: 184px;
	position: absolute;
	top: 108px;
	left: 586px;
	border: 0px solid #666;
}

/* Featured Photos */

div.content_right3 {
	width: 210px;
	height: 150px;
	position: absolute;
	top: 184px;
	border: 1px solid #666;
}

div.links {
	clear: both;
	line-height: 1.4;
}
div.links a {
	background: url(img/bg_navitem.gif) repeat-x #FFF;
	text-decoration: none;
}
div.links div.line {
	height: 1px; background-color: #EEEEF5;
}

div.links .title {
	background: #333 url(img/bgsubtitle.gif) repeat-x;
	color: #FFF;
	font: normal 85% Verdana,sans-serif;
	padding: 5px 8px;
}

div.links .body {
	font-family: Verdana, sans-serif;
	font-size: 0.85em;
	text-align: left;
	padding-left: 3px;
	padding-right: 2px;
}

/* footer */
div.footer {
	background: #F0F0F0 url(img/bgdate.gif) repeat-x;
	border-top: 1px solid #666;
	color: #FFF;
	width: 940px;
}
div.footer .copyright {
	padding: 4px 8px;
	font: normal 85% Verdana, sans-serif;
}
div.footer a {
	color: #FFF;
	font: bold 1em Verdana, sans-serif;
	text-decoration: none;
}

/* CSS for Component */
.componentheading {
	color: #576F80;
	font: bold 1.0em Verdana, sans-serif;
}

.contentheading {
	color: #0066CC;
	font: bold 1.1em Verdana, sans-serif;
	width: 100%;
}

a.contentpagetitle:link, a.contentpagetitle:visited { 
color: #2B6BAC; 
text-decoration: none; 
font-weight: bold; 
font-size: 1.0em; 
text-align: left;
} 

a.contentpagetitle:hover { 
color: #2B6BAC; 
text-decoration: underline; 
font-weight: bold; 
font-size: 1.0em; 
text-align: left;
} 

/* mosimage caption*/
.mosimage { 
border-width: 1px; 
margin: 0px; 
padding: 0px; 
width: 200px;
} 
.caption {
	color: #36C;
	font: Normal 95% Verdana, sans-serif;
	padding: 2px;
}

a.latestnews:link, a.latestnews:visited { 
	color: #2B6BAC; 
	text-decoration: none; 
	font-weight: normal; 
	font-size: 1.2em; 
	text-align: left;
} 

a.latestnews:hover { 
	color: #2B6BAC; 
	text-decoration: underline; 
	font-weight: normal; 
	font-size: 1.2em; 
	text-align: left;
} 

a.readon:link, a.readon:visited { 
	color: #2B6BAC; 
	text-decoration: none; 
	font-weight: normal; 
	font-size: 1.0em; 
	text-align: left;
} 

a.readon:hover { 
	color: #2B6BAC; 
	text-decoration: underline; 
	font-weight: normal; 
	font-size: 1.0em; 
	text-align: left;
} 

/* banner */
a.sideban:link, a.sideban:visited { 
	background: url(img/bg_navitem.gif) repeat-x #FFF;
	border-bottom: 1px solid #EEE;
	display: block;
	font: bold 0.8em Verdana, sans-serif;
	padding: 6px 20px 8px 8px;
	text-decoration: none; color: #333;
} 

/* Poll */
.poolborder {
	padding-left: 2px;
	border-bottom: 1px solid #000;	
}
.pool_rad {
	padding-left: 3px;	
}
.pool_text {
	padding-left: 2px;
	border-bottom: 1px dotted #666;		
}
.small {
	font-size: 0.95em; 
	font-family: Verdana, sans-serif; 
	color: #666;
	line-height: 1.0em;
}

/* latestnews3 */
ul.latestnews {
	margin: 0 0 5px 15px;
	list-style-type:circle;	
	font-size: 0.93em;	
}
li.latestnews {
	list-style-type:circle;	
	font-size: 0.93em;	
	margin-bottom: 0em;		
}

/* prod side */
.prod_side {
	border-bottom: 1px solid #000;
	text-align: left;	
	padding: 2px 2px 10px 2px;	
}

/* Search */
.inputbox {
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
	background: #eee;
	border: 1px solid #999;
	margin-left: 0px;
}
.button {
	font-size: 0.8em;
	background: #eee;
	border: 1px solid #999;
	padding: 0 0 0 0;
}
.highlight {
	color: #990000; 
	font-weight: bold; 
	text-align: left;
}

/* Image Inside */
.img_inside {
	padding: 4px 4px 0px 4px;	
}
