@charset "utf-8";
/* CSS Document */


body {
	background: #e9e9e9;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color:#2b1812;
}

a {
	text-decoration: none;
}

h1 {
	color: #2b1812;
	text-transform: uppercase;
	text-shadow: 1px 1px #fff;
	font-size: 1.5em;
	height: 45px;
	overflow: hidden;
}

h3 {
	color: #15222a;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 1.3em;
	text-transform: uppercase;
}

h3 a {
	color: #15222a;
}

.clr{
	clear: both;
	visibility: hidden;
	height: 0px;
	overflow: hidden; 
}

.fixwidth {
	width: 1002px;
	text-align: left;
}

.textbox {
	background: #fff;
	border: 1px solid #a5a5a5;
	border-collapse: collapse;
	padding: 2px 5px;
	font-size: 0.9em;
	height: 15px;
}

.button {
	height: 24px;
	width: 58px;
	border: none;
	background: url(../images/button.gif) no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
}

#header {
	background: url(../images/header-bg.jpg);
}

#banner {
	background: url(../images/banner.jpg) left top no-repeat;
	height: 141px; 
}

#mainmenu {
	background: #2b1812;
}

#mainmenu a {
	font-weight: bold;
	color: #fff;
	padding: 0px 15px;
	border-left: 1px solid #fff;
	display: inline-block;
	height: 31px;
	line-height: 31px;
}

#mainmenu a:hover , #mainmenu .active {
	color: #c67131;
}

#pathwayArea {
	background: url(../images/pathwayArea.jpg) repeat-x;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}

#today {
	width: 250px;
	float: left;
	padding-left: 10px;
}

#pathway {
	float: left;
	width: 730px;
	overflow: hidden;
	background: url(../images/pathway.jpg) left 16px no-repeat;
	padding-left: 10px;
}

#mainpage {
	margin-top: 10px;
	background: #fafefd;
	padding-top: 1px;
}

#pageTop {
	margin: 1px;
	margin-top: 0px;
	margin-bottom: 10px;
	background: #cdcdcd;
	height: 47px;
}

#searchArea {
	padding: 10px 0px 0px 10px; 
	width: 250px;
	float: left;
}
#searchArea form{
	margin: 0px;
	padding: 0px;
}

#txtSearch {
	font-style: italic;
	width: 150px;
}

#pageTitle {
	width: 730px;
	overflow: hidden;
}

#pageTitle h1 {
	margin: 0px;
	padding: 0px;
	line-height: 47px;
}

#left {
	width: 234px;
	padding: 0px 10px;
	float: left;
	text-align: justify;
}

#left .modules, .submenu {
	background: #eff4f7;
	padding: 1px;
	border: 1px solid #a6a6a8;
}

.submenu {
	margin-bottom: 7px;
	background: #e9e9e9;
}

.submenu ul {
	margin: 0px;
	padding: 5px;
	list-style: none;
}

.submenu li {
	background: url(../images/arrow.gif) left 14px no-repeat;
	padding: 10px 0px;
	padding-left: 10px;
	border-bottom: 1px dotted #cdcdcd;
}

.submenu ul li a {
	color: #e18824;
	font-weight: bold;
}

.submenu ul li a:hover {
	color: #be7a17;
}

#category_menu ul li {
	padding: 5px 0px;
	padding-left: 10px;
	background: url(../images/arrow.gif) left 10px no-repeat;
}

#category_menu ul li a {
	font-size: 0.9em;
	color: #000;
}

#category_menu ul li a:hover{
	color: #be7a17;
}

#right {
	text-align: justify;
	width: 730px;
	float: right;
	margin-right: 15px;
	line-height: 1.6em;
}

#footer {
	line-height: 32px;
	font-size: 0.9em;
}

#footer a {
	
}

#copyright {
	float: left;
	padding-left: 10px;
}

#design {
	float: right;
	padding-right: 10px;
}

.thumb {
	width: 100px;
	height: 80px;
	float: left;
	margin-right: 10px;
	border: 1px solid #bfbfc1;
	padding: 1px;
	background: #fff;
	text-align: center;
	overflow: hidden;
}

.thumb img {
	border: none;	
}

.line {
	height: 20px;
	overflow: hidden;
	background: url(../images/dot.jpg) left center repeat-x;
	clear: both;
}

.detail a {
	text-decoration: underline;
	color: #974b30;
}
.detail a:hover {
	font-weight: bold;
}

#ask h4, .submenu h4 {
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	text-align: center;
	background: url(../images/h4.jpg) repeat-x;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px #99ccff;
}

#ask ul, .submenu ul {
	margin: 0px;
	padding: 5px;
	list-style: none;
}

#ask li {
	background: url(../images/arrow.gif) left 10px no-repeat;
	padding: 5px 0px;
	padding-left: 10px;
	border-bottom: 1px dotted #cdcdcd;
}

#ask ul li a {
	font-size: 0.9em;
	color: #1c48c5;
}

#ask ul li a:hover {
	color: #be7a17;
}

.viewall {
	margin: 5px 0px;
	text-align: right;
	padding-right: 10px;
}

.viewall a {
	color: #be7a17;
}

.viewall a:hover {
	text-decoration: underline;
}

#gallery {
	border: none;
	text-align: center;
	margin-top: 5px;
	height: 420px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

#gallery img {
	padding: 1px;
	margin: 2px 0px;
}

.print {
	background: url(../images/printer1.gif) left center no-repeat;
	padding-left: 20px;
	line-height: 20px;
	height: 20px;
	display: block;
	color: #1c48c5;
	width: auto;
}

.print:hover {
	text-decoration: underline;
}

#page {
	border-top: 1px solid #ccc;
	margin-top: 3px;
	font-weight: bold;
	padding-top: 5px;
}

#page span , #page a {
	border: 1px solid #ccc;
	padding: 2px 5px;
	margin: 0px 2px;
}

#page a {
	color: #a5a5a5;
}

#page a:hover {
	color: #c67131;
	background: #99ccff;
}

