/*
CSS Credit: http://www.ulink.com/
*/
body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family:Verdana;
	font-size: 12px;
	color: #000000;
	background:#CCCCCC;
	background:url(images/body_bg.png) repeat;
}
a:link, a:visited { color: #0066CC; text-decoration: none} 
a:active, a:hover { color: #FF0000; text-decoration: underline}

#ulink_container {
	width: 960px;
	margin: 0px auto;
	background: url(images/ulink_content_bg.gif);
	margin-top:2%;
}
#ulink_top {
	clear: left;
	height: 150px;	/* 'padding-top' + 'height' must be equal to the 'background image height' */

	padding-right: 25px;
	text-align: right;
	background: url(images/ulink_top_menu.jpg) no-repeat bottom;
}
#ulink_header {
	clear: left;
	margin-left:-10px;
	margin-right:10px;
	height: 1px;
	text-align: left;
	padding-left: 25px;
	
	float:right;
}
#ulink_left_column {
	clear: left;
	float: left;
	width: 180px;
	padding-left: 3px;
}
#ulink_right_column {
	float: right;
	width: 740px;
	padding-right: 2px;
	
}
#ulink_footer {
	clear: both;
	padding-top: 8px;
	padding-bottom:5px;
	text-align: center;
	font-size: 11px;
	background: url(images/ulink_footer.jpg) no-repeat;
	color: #FFFFFF;
}
#ulink_footer a {
	color: #666666;
}
#ulink_site_title {
	padding-top: 30px;
	font-weight: bold;
	font-size: 36px;
	color: #FFFFFF;
}
#ulink_site_slogan {
	padding-top: 14px;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}
.ulink_spacer {
	clear: left;
	height: 10px;
}
.ulink_pic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}
.section_box {
	margin: 10px;
	margin-right: 0px;
	padding: 10px;
	border: 1px solid #DDDDDD;
	background: url(images/gradient_top.gif) repeat-x;
}
.post_box {
	clear: left;
	margin-top: 10px;
	background: #FFFFFF;
	color: #000000;
	
}
.text_area {
	padding-top: 10px;
	padding-bottom: 10px;
}
.post_text_area {
	padding: 10px;
}
.post_title {
	padding: 6px;
	padding-left: 10px;
	background: #EFEFEF url(images/gradient_top.gif) repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.publish_date {
	clear: both;
	padding: 3px;
	padding-left: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	background: #EFEFEF  url(images/gradient_bot.gif) repeat-x bottom;
}
.title {
	padding-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
.subtitle {
	padding-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #AA0000;
}
.ulink_menu {
	list-style-type: none;
	margin: 10px;
	padding: 0px;
	width: 170px;
}
.ulink_menu li a{
	background: #F4F4F4 url(images/button_default.gif) no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #008000;
	display: block;
	width: auto;
	margin-bottom: 2px;
	padding: 5px;
	padding-left: 14px;
	text-decoration: none;
}
* html .ulink_menu li a{ 
	width: 195px;
}
.ulink_menu li a:visited, .ulink_menu li a:active{
	color: #008000;
}
.ulink_menu li a:hover{
	background: #CCCCCC url(images/button_default.gif) no-repeat left bottom;
	color: #CC0000;
}

/* from tomato............. */

ul.navigation {
	float: left;
	width: 800px;
	height: 40px;
    list-style: none;
    margin: 2px 18px 0 0;
    padding: 0;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
	float: left;
	display: block;
	min-width: 150px;
	height: 30px;
	line-height:30px;
	color: #FFFFFF;
	font-size: 14px;
	margin-right:4px;
	font-weight: bold;
	text-align: center;
    text-decoration: none;
	background:#666666;
}

ul.navigation a:hover, ul.navigation a.selected {
	color: #fff;
	background:#99CC33;
}

ul.navigation a:focus {
    outline: none;
}
/*============== */



