* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

img {
	border: 0px;
}

html { background-color: #4D4034; }

body {
	text-align: center;
	font-family: arial;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: left;
}

#content {
	min-height: 100%;
	height: 340px !important;
	padding-left: 30px;
	padding-right: 30px;
	color: #817160;
	overflow: hidden;
	font-size: 11px;
}

#box {
	margin-top: 40px;
	/*background-color: #f1e7b6;*/
	background: url(../images/BackgrounGradient.gif) 0% 0% repeat-x;
}
table#links td {
	background-color: #ffffff;
	width: 300px;
	height: 60px;
}

table#links td > img {
	float: left;
	padding-left: 5px;
	padding-right: 5px;

}

table#links td > div {
	float: left;
	padding-right: 5px;
	display: inline;
	padding-left: 5px;
}
table#links td > h4 {
	padding-top: 15px;
}
.logo {
	padding: 30px;
}

.logo home {
	padding: 30px 30px 10px;
}

a {
	color: #817160;
	text-decoration: underline;
}

ul#navigation > a {
	color: #817160;
	text-decoration: none;
}


ul#navigation > a:hover {
	color: #4D4034;
	text-decoration: none;
}

strong, th, .bold {
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

.copyright {
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 20px;
	color: #817160;
}

h1, h2, h3 {
	font-weight: bold;
	font-size: 13px;
}
h4, h5, h6 {
	font-weight: bold;
	font-size: 11px;
}
input {
	padding-right: 2px;
	margin-left: 2px;
	margin-right: 4px;
}

#contentImages {
	width: 470px;
	vertical-align: top;
}
#imgBtnNav {
	vertical-align: top;
}
.homeText {
	width: 400px;
}
.imageNav {
	text-align: right;
	display: inline;
}

.jFlowPrev, .jFlowNext{
	text-decoration: underline;
}
.jFlowPrev:hover, .jFlowNext:hover {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}
.homeContentNav {
	width: 100%;
	text-align: right;
}
.homeContent {
	text-align: justify;
	vertical-align: top;
	padding-left: 15px;
}
.centerContent {
	text-align: center;
}
.leftContent {
	text-align: left;
}
.whatsonContent {
	border: 1px solid #000000;
}
table.center, table#links {
	margin-left: auto;
	margin-right: auto;
}

/*#footerButtons {*/
/*	position: relative;*/
/*	bottom: -40px;*/
/*}*/
#contentList {
	margin-left: 25px;
	padding-top: 10px;
}

blockquote {
	font-style: italic;
}
#field, label {  font-family: Arial, Helvetica, sans-serif; font-size: small; }
label {   }
br { clear: both; }
/*input { margin-left: .5em; float: left; border: 1px solid black; margin-bottom: .5em;  }*/
input.submit { float: none; }
input.error { border: 1px solid red; width: auto; }
label.error {
	background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/unchecked.gif') no-repeat;
	padding-left: 16px;
	margin-left: .3em;
}
label.valid {
	background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/checked.gif') no-repeat;
	display: block;
	width: 16px;
	height: 16px;
}
input, textarea, select {
	border: 1px solid #817160;
}

/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
width: 468px;
height: 27px;
margin: 0;
padding: 0;
overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 468px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 450px;
/*font: bold 10px Verdana;*/
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
/*font: bold 10px Verdana;*/
margin: 0 20px 0 0;
}
ul.newsticker span {
margin: 0 10px 0 0;
}
