div.ajaxSearch_result {
	border-bottom: 1px dashed #000;
	padding: 5px;
}

span.ajaxSearch_highlight {
	background: orange;
}

a.ajaxSearch_resultLink {
	font-size: 1.2em;
	font-weight: bold;
}

a.ajaxSearch_resultLink:hover {
	color: #60A1B7;
}




body {
	background: #2A2419 url('../img/bg_top.jpg') no-repeat center 30px;
	color: #000;
}

/* Font settings */
div#header, div#header div#follow_us, div#footer,
div#header a, div#header div#follow_us a, div#footer a
{
	color: #CCC;
	text-decoration: none;
}

a {
	color: #000;
	text-decoration: none;
}

div#top a:hover, div#myspace ul li a:hover, div#quicklinks a:hover {
	color: #fff;
}

a:hover {
	color: #fff;
}

div#content a {
	text-decoration: underline;
}

div#content a:hover {
	color: #4E8496;
}

p, h2, h3, h4, h5, h6 {
	padding: 5px;
}

div#top {
	height: 30px;
	background: #271E14;
	padding: 0px 10px 0;
	border-bottom: 1px solid #604931;
}

div#top a, div#top div.drop_down {
	color: #B3B3B3;
}

div#search {
	padding-top: 4px;
}

div#search input {
	background: #3A2F22;
	border: 1px solid #604931;
	color: #fff;
}

div#outerWrapper {
	background: url('../img/shade.png') repeat-y top center;
	width: 1000px;
	margin: 0 auto;
}

div.wrapper_wide {
	background: url('../img/shade_wide.png') repeat-y top center;
}

div#outerHeader {
	background: url('../img/title.png') no-repeat left bottom;
	height: 200px;
	width: 1000px;
	margin: 0 auto;
}

div#quicklinks {
	text-align: right;
}

div#content {
	background: #fff;
}

div#sidebar div#search {
	padding-bottom: 30px;
}

div#controller span.jFlowControl {
	background: #60A1B7;
	padding: 5px;
	text-align: center;
	cursor: pointer;
}

div#controller span.jFlowSelected {
	background: #C5EBF8;
}

div.jFlowSlideContainer div {
	background: #C5EBF8;
}

div#slides {
	background: #60A1B7;
	width: 190px;
}

div.bottom {
	background: #C5EBF8;
	height: 15px;
	padding-right: 10px;	
}

div#outerFooter {
	margin-top: 20px;
	padding-top: 50px;
	background: url('../img/footer_top.png') repeat-x center top #3a3222;
	font-size: 90%;
}

div#footer {
	padding-bottom: 20px;
}

div#footer ul li {
	margin-left: 50px;
}

div#twitter ul {
	list-style: none;
	background: url('../img/follow_us/twitter.png') no-repeat 0 0;
	height: 50px;
}

div#myspace ul {
	list-style: none;
	background: url('../img/follow_us/myspace.png') no-repeat 0 0;
	height: 100px;
}

div#facebook ul li a, div#twitter ul li a, div#myspace ul li a {
	padding-left: 5px;
	color: #B3B3B3;
}





