/* CSS Document */
body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333333;
	background-color: #05394E;
}

*{
	margin:0px;
	padding:0px;
}

p{
	text-align:justify;
	padding:5px 0 5px 0;
	margin:5px 0 5px 0;
}

.wrapper{
	width:982px;
	height:auto;
	margin:0 auto;
	padding:0px;
}

.topbar{
	background:url(top_bar_bg.jpg) repeat-x;
	height:28px;
	line-height:28px;
	color:#ffffff;
}

.logopart{
	padding:5px 0 5px 0;
	background:url(logobg.gif) no-repeat;
}

.logo{
	float:left;
}

.topbanner{
	float:right;
	padding-top:8px;
}

.topnavbar{
	background:url(topnavbg.gif) repeat-x;
	height:32px;
	line-height:28px;
	color:#9fcb22;
clear:both;
}

.topnavbar ul{
	list-style:none;
	margin:0px;
	padding:0px;
	height:28px;
}

.topnavbar ul li{
	float:left;
	line-height:28px;
}

.topnavbar ul li a{
	padding:0 15px;
	display:block;
	color:#9fcb22;
	text-decoration:none;
}

.topnavbar ul li a:hover{
	color:#ffffff;;
	text-decoration:none;
	background:url(menu_selected.jpg) repeat-x;
}

.topboxes{
	height:auto;
	padding:15px 0 10px 0;
	background:#ffffff;
}

.box1{
	width:235px;
	padding:0 0 0 6px;
	float:left;
	text-align:center;
}

.box2{
	width:230px;
	padding:0 0 0 14px;
	float:left;
	text-align:center;
}

h1{
	color:#ffffff;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:18px;
}

h2{
	color:#333333;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:22px;
}

.heading{
	background:url(headingbg.gif) repeat-x;
	border:1px solid #333333;
	line-height:18px;
	padding:0 0 0 10px;
	color:#ffffff;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:18px;
}

.boxbg{
	background:url(table_bg.jpg) repeat-x;
	padding:7px 5px 7px 5px;
	
}

.content{
	padding:10px 0 10px 0;
	height:auto;
	background:#ffffff;
}

.col1{
	width:260px;
	float:left;
	padding:0 0 0 12px;
	height:auto;
}

.col2{
	width:540px;
	height:auto;
	padding:0 0 0 15px;
	float:left;
}

.col2 a{
	color:#AECB21;
	text-decoration:none;
}

.col3{
	width:130px;
	padding:0 0 0 20px;
	height:auto;
	float:left;
}

.boxbot{
	background:url(table_bg_bot.jpg) repeat-x;
	height:10px;
}

.borderbox{
	border:1px solid #cccccc;
}

.midbox{
	margin:0 0 10px 0;
}

.lfthead{
	background:url(tbl_content_bg.jpg) repeat-x;
	padding:0 10px;
	line-height:20px;
	font-size:16px;
	color:#A4C02D;
	font-weight:bold;
}

.lftbox{
	height:auto;
	padding:10px 10px 10px 10px;
}

ul.sidenav{
	list-style:none;
	margin:0px;
	padding:0px;
}

ul.sidenav li{
	line-height:20px;
	padding-left:15px;
	margin-bottom:5px;
	background:url(li-icon.gif) no-repeat 0 6px;
}

ul.sidenav li a{
	color:#333333;
	text-decoration:none;
}

ul.sidenav li a:hover{
	color:#A4C02D;
	text-decoration:none;
} 

.article{
	background:url(divider.gif) no-repeat center right;
	width:165px;
	padding:5px;
	float:left;
	height:auto;
}

.article_last{
	width:165px;
	padding:5px;
	float:left;
	height:auto;
}

.picture{
	margin-bottom:10px;
	text-align:center;
	padding-top:10px;
}

span.date{
	font-size:11px;
	color:#999999;
}

.reviews{
	padding:0 0 7px 0;
	margin:0 0 5px 0;
}

.lftbox a{
	color:#1073D0;
	text-decoration:none;
}

.footer{
	padding:10px 0 10px 0;
	color:#ffffff;
}

.footer a{
	color:#ffffff;
	text-decoration:underline;
}



