@CHARSET "ISO-8859-1";


/* Browser Rewrite ===================== */
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #f9f7fa;
	background-repeat:repeat;
	margin-top:0px;
	padding-top:0px;
}

h1 {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 28px;
	font-weight: normal;
	color: #fe8a46;
	margin: 0;
}

h2 {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 20px;
	font-weight: normal;
	color: #1a335e;
	margin: 10px 0 0 0;
}

h3 {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin: 5px 0;
}

h4 {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	margin: 5px 0;
}

a:link, a:visited, a:active {
	color: #333;
}
a:hover {
	color: #999;
}

p {
	line-height: 19px;
	margin: 5px 0 10px 0;
	padding: 0;
}

ul {
	margin: 10px 0 10px 30px;
	padding: 0;
}

ol {
	margin: 10px 0 10px 30px;
	padding: 0;
}
	li {
		margin-bottom: 5px;
	}

/* Classes ============================= */
.clear {
	clear: both;
	line-height: 0;
	height: 0;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
.noborder {border:0px solid #000!important;}

/* Container =========================== */
#wrapper {
	width: 940px;
	margin: 0 auto;
}
	#content {
		padding:0;
		background-color:#f9f7fa;
	}

/* Header ============================== */
#header {
	height: 200px;
	background-image: url('/themes/7/images/header.jpg');
	background-repeat: no-repeat;
	text-align: left;
	border-bottom:1px dashed #ccc;

}
#header h1 {
	font-size: 36px;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	padding-left:10px;
	padding-top:100px;
	color: #000!important;
}

/* Navigation ========================== */
#mainnav {
	background: #f9f7fa;
	margin: 20px 20px 0 0;
	padding: 10px;
	list-style: none;
	width:200px;
	float:left;
	height:500px;
}
	#mainnav li {
		display: block;
		padding: 5px;
		border-bottom:1px dashed #ccc;
	}
	
		#mainnav li:hover {
			background-color: #eeeeee;
		}
		#mainnav li a {
			font-size: 14px;
			text-decoration: none;
			color: #1a1a1a;
		}
		#mainnav li a:hover {
			color: #000;

		}
		#mainnav li a#current {
			color: #000;
		}

#breadcrumb {margin-bottom:10px;}
/* Content ============================= */
#main-content {
	padding: 20px 0 0 0;
}

/* SideBar ============================= */
#sidebar { 
	background-color:#f9f7fa;
	border-left:1px dashed #ccc;
	padding-left:20px;
	margin-left:20px;
	width:150px;
	float:right;
	font-size:12px;
		
}
	


/* Footer ============================== */
#footer {
	color: #333;
	font-size: 10px;
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
	border-top: 1px dashed #ccc;
	padding: 10px;
	background-color:#f9f7fa;
}
#footer a {
	color: #666;
}
	#footer a:hover {
		color: #000;
	}
	
#footernav {
	margin: 0;
	padding: 0;
	list-style: none;
}
	#footernav li {
		display: inline;
		padding: 0px 5px 0px 5px;
		border-right:1px solid #fff;
	}
		#footernav li a {
			font-size: 10px;
			text-decoration: none;
			color: #333;
		}
		#footernav li a:hover {
			color: #000;

		}
		#footernav li a#current {
			color: #000;
		}	
