body{
	background-image:url(images/bg.png);
	background-repeat:repeat-x repeat-y;	
}

html { margin-top: 0px !important; }
	* html body { margin-top: 0px !important; }
td

	{
		font-size : 11px;
		font-family : verdana;
		color : #808080;
	}
	a

	{
		font-size : 11px;
		font-family : verdana;
		color : #6C503C;
	}
	a {
		color: #808080;
		text-decoration : none;
	}
	a:hover {
		color: #808080;
		text-decoration: underline;
		font-style : normal;
	}

#menu {
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 35px;
	width: 950px;
}

#menu_items {
	float: left;
	height: auto;
	width: auto;
	margin-left: 27px;
	padding-top: 10px;
	color: #364269;
	font-weight: bold;
	margin-right: 5px;
}
#menu_items a:link {
	color: #333333;
	text-decoration: none;
}
#menu_items a:visited {
	text-decoration: none;
	color: #333333;
}

#menu_items a:hover {
	text-decoration: none;
	color: #D22521;
}
#menu_items a:active {
	text-decoration: none;
	color: #333333;
}

/********** BLOG CONTENT **********/
h1, h2, h3, h4, h5, h6{margin:0px; padding:5px 0;}
.blog_content h1{color:#d1241e; font-size:18px; font-weight:bold;}
.blog_title{font-weight:bold; text-transform:uppercase; margin-top:10px;}
h3{font-weight:bold; text-transform:uppercase; margin-top:10px;}

.news{width:200px; height:auto; overflow:hidden; border:#e6e6e6 1px solid; padding:10px; margin-top:10px; }
.news h1{color:#d1241e; font-size:18px; font-weight:bold; border-bottom:#CCC 1px solid; margin-bottom:5px;}
.news ul{list-style:none; margin:0px; padding:0px;}
.news ul li{ display:block;  padding-left:8px; padding-top:5px; padding-bottom:5px;}
.news ul li a{ font-size:11px; color:#808080; text-decoration:none; }
.news ul li a:hover{ color:#808080; text-decoration:underline;}

.pad_readmore{padding-top:5px; padding-bottom:5px;}
.pad_readmore a{ text-decoration:underline; text-transform:uppercase }
.pad_readmore a:hover{ text-decoration:none;}

/*...Drop Down...*/
#ser_drop .drop{display:block; background:url(images/menu_bg.jpg) repeat-x; z-index:10000}
#ser_drop .drop a{text-decoration:none; display:block; width:40px; height:30px; line-height:26px; color:#000; padding:0 5px; margin:0px; text-align:left; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
#ser_drop .drop a:hover{text-decoration:none; display:block; color:#666;}
#ser_drop{display:none; position:absolute;  margin-top:0px; margin-left:-2px; background:#072758; border-bottom:1px solid #666; border-left:1px solid #666; border-right:1px solid #666;}
*html #ser_drop{display:none; position:absolute; margin-left:-32px; margin-top:13px; } /*IE6 hack ser_drop*/

.blog_content ul{margin:0px; padding:0px; list-style:none}
.blog_content ul li{ display:block; line-height:20px; background:url(images/red_arw2.jpg) no-repeat left 4px; padding-left:15px;}
.blog_content ul li a{ text-decoration:none}
.blog_content ul li a:hover{ text-decoration:underline}

li.widget{list-style:none;}
h2.widgettitle{font-size: 11px; text-transform:uppercase; font-weight: bold; margin-top: 20px;}

