* {
	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;
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	/*line-height:	1.0;*/
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
	font-size: 13px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
	border-bottom: 1px solid;
	margin-bottom: 0px;
	/*font-size: 13px;*/
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
	/*font-size: 11px;*/
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
	/*font-size: 11px;*/
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
	/*font-size: 11px;*/
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	.5em;
}
.sf-menu a {
	/*border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;*/
	padding: 		.25em 1em .3em 0.1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#817160;
}
.sf-menu li:hover {
	border-bottom: 2px solid;
}
.sf-menu li li:hover {
	border-bottom: 0px;
}

.sf-menu li li a {
	font-size: 11px;
	line-height: 8px;
	white-space: nowrap;
}
.sf-menu li li a:hover {
	font-weight: bold;
}
.sf-menu li li li:hover {
	border-bottom: 0px;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	/*background:		#CFDEFF;*/
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
/*.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 2px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}*/
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


