* { 
	padding: 0; 
	margin: 0; 
	}

body {
	background: #F4F4F4;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	}

p { 
	font-size: 12px; 
	line-height: 16px; 
	color: #000000; 
	padding: 5px 0 5px 15px;
	}

a { 
	color: #346E84; 
	text-decoration: none; 
	cursor: pointer; 
	font-weight: bold;
	}

a:hover { 
	color: #9DD1DE; 
	text-decoration: underline; 
	}

.cl { 
	font-size: 0; 
	line-height: 0; 
	clear: both; 
	display: block; 
	height: 0; 
	}
	
h1 { 
	font-size: 26px; 
	padding: 5px 0 25px 0;
	}

h2 { 
	font-size: 20px; 
	line-height: 22px; 
	padding: 15px 0 5px 15px;
	}

h3 { 
	font-size: 14px; 
	line-height: 14px; 
	padding: 5px 0 5px 15px; 
	}

.container { 
	width: 960px; 
	margin:0 auto; 
	padding: 10px; 
	background: #FFFFFF; 
	}

#header { 
	height: 30px; 
	background: #346E84; 
	position: relative;
	}

#navigation { 
	float: right; 
	white-space: nowrap; 
	}

#navigation ul{ 
	list-style-type: none; 
	height: 30px; 
	font-weight: bold; 
	float:left;
	}

#navigation ul li{ 
	float: left; 
	display: inline; 
	}

#navigation ul li a { 
	float: left; 
	height: 15px; 
	line-height: 30px; 
	text-decoration: none; 
	color: #FFFFFF; 
	padding: 0 10px 15px 10px;
	}

#navigation ul li a.active, #navigation ul li a:hover { 
	background: #BBD9E1; 
	color: #528187; 
	}

#sidebar { 
	float: left; 
	width: 350px;
	}

#content { 
	float: right; 
	width: 600px;
	}

#main { padding: 10px 0 0 0; }

.box { 
	border: solid 1px #C4C4C4; 
	margin-bottom: 10px;
	}

.box h2 { 
	background: #346E84; 
	color: #FFFFFF; 
	font-weight: normal; 
	padding: 0 5px; 
	position: relative; 
	height: 27px; 
	line-height: 27px; 
	}

.box-content { padding: 5px; }

.categories { min-height: 383px; }
.categories ul { 
	list-style-type: none; 
	font-size: 13px;
	}

.categories ul li { 
	border-bottom: dashed 1px #CCCCCC; 
	padding: 5px 0;
	}

.categories ul li.last { 
	border-bottom: 0; 
	padding-bottom: 0;
	}

.categories ul li a { 
	color: #5F5F5F; 
	text-decoration: none; 
	padding-left: 20px;
	}
.categories ul li a:hover { color: #8b0000; }

#slider { 
	height: 350px; 
	position: relative; 
	overflow: hidden; 
	}

#slider-holder .jcarousel-clip { 
	width: 600px; 
	height: 352px; 
	position: relative; 
	overflow: hidden; 
	}

#slider-holder ul { 
	position: relative; 
	overflow: hidden; 
	list-style-type: none;
	}

#slider-holder ul li { 
	position: relative; 
	overflow: hidden; 
	float: left; 
	}

.text ul{ list-style: none; }
.text ul li{ padding: 0 0 0 45px}

.cols { padding: 4px 0; }

.col { 
	float: left; 
	display: inline; 
	width: 238px; 
	border: solid 1px #CCCCCC;
	}

.col-last { margin-right:0;}

#footer { 
	height: 50px; 
	background: #346E84; 
	white-space: nowrap; 
	line-height: 50px; 
	padding: 0 15px; 
	margin-top: 10px;
	}

#footer a { 
	color: #000000; 
	text-decoration: none;
	}

#footer a:hover { 
	color: #FFFFFF; 
	text-decoration: underline;
	}