html {
}
body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #4b4b4d;
	background:url(../gfx/bg_body.png) #a9aaac repeat-x;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #004489;
	line-height: 20px;
	padding: 0;
	margin: 0 0 20px 0;
}
h2 {
	font-size: 12pt
}
h2 small {
	color: #CCC;
}
h3 {
	font-size: 10pt
}
a {
	text-decoration: none
}
a:link, a:visited, a:active {
	color: #004489
}
a:hover {
	color: #84b9dd
}
em {
	font-weight: bold;
	color: #F03
}
p {
	padding: 0;
	margin: 0 0 20px 0
}
ul, ol {
	padding: 0;
	margin: 0 20px 20px 30px
}
ul li {
	padding: 0;
	margin: 0
}
input[type='text'], input[type='password'] {
	font-size: 9pt;
	border: 1px solid #999;
	padding: 2px 5px;
}
input[type='submit'] {
	font-size: 9pt;
	background: #c5c6c8;
	border: 1px solid #999;
	padding: 1px 5px;
}
form {
	margin: 10px 0
}
form div {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #E9E9E9;
}

form div p { padding: 0; margin: 0; float: left; }

form div.footer {
	border: none
}
label {
	width: 200px;
	float: left;
}
form#register input[type='text'],form#register input[type='password'] {
	font-size: 9pt;
	border: 1px solid #CCC;
	padding: 2px 5px;
	width: 300px;
	float: left
}
form#register select {
	font-size: 9pt;
	border: 1px solid #CCC;
	padding: 2px 5px;
	width: 310px;
	float: left
}
form#register input[type='submit'] {
	font-size: 9pt;
	background: #c5c6c8;
	border: 1px solid #999;
	padding: 5px 10px;
}
#wrapper {
	width: 950px;
	background: #FFF;
	margin: 0 auto;
}
#wrapper-inner {
	width: 950px;
	background: url(../gfx/bg_wrapper.png) #FFF
}
#header {
	position: relative;
	height: 170px;
	width: 950px;
	background: url(../gfx/bg_header.png) bottom left no-repeat;
	padding-top: 20px;
}
#header h1 a {
	display: block;
	height: 170px;
	width: 310px;
	padding: 0;
	margin: 0;
	text-indent: -500em;
	background: url(../gfx/logo.png) no-repeat;
	margin: 0;
}
#header #fSearch {
	position: absolute;
	bottom: 8px;
	right: 35px;
}
#header #fLogin {
	position: absolute;
	top: 0;
	right: 30px;
	height: 25px;
	width:500px;
	background: #FFF;
	text-align: right;
}
#fLogin input[type='text'], #fLogin input[type='password'] {
	font-size: 9pt;
	border: 1px solid #999;
	padding: 2px 5px;
}
#leftSide {
	width: 640px;
	float: left;
}
#leftSide .imageHolder {
	height: 180px;
	width: 640px;
}
#leftSide div.section {
	height: 60px;
	background: url(../gfx/bg_section.png) no-repeat;
	padding: 0;
	margin: 0;
}
#leftSide div.section span {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	font-size: 12pt;
	font-weight:bold;
	color: #003399;
	padding: 0 10px 0 0;
	margin: 0 0 0 95px;
	background: #FFF
}
#leftSide .contents {
	width: 600px;
	margin: 20px 25px 25px 25px;
}
#leftSide .article {
	padding: 10px 0 10px 0;
	margin: 0;
	border-bottom: 2px dotted #afb0b2;
}
#leftSide .article img {
	display: inline-block;
	padding: 0;
	margin: 0 20px 0 0;
	float: left;
}
#rightSide {
	width: 280px;
	float: left;
}
#rightSide h2 {
	height: 35px;
	line-height: 35px;
	text-indent: 10px;
	background: url(../gfx/bg_nav.png) top repeat-x;
	border-bottom: 1px dotted #afb0b2;
}
#rightSide .inner {
	width: 260px;
	padding: 0;
	margin: 20px;
}
#rightSide .newsitem {
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC
}
.note {
	font-size: 8pt;
	line-height: 20px;
}
.copyright {
	height: 50px;
	line-height: 50px;
	font-size: 8pt;
	color: #777;
	margin: 0 30px 0 0;
	text-align: right;
}
.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clear {
	display: inline-block;
}
html[xmlns] .clear {
	display: block;
}
* html .clear {
	height: 1%;
}
.error {
	color: #F33
}

ul.error {
	list-style: inside;
	margin: 20px 0;
}

.error li.title {
	list-style: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

table {
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC
}
table tr td {
	padding: 5px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC
}
.date {
	font-size: 8pt
}
/* Icons */

.icon {
	display: inline-block;
	line-height: 20px;
	padding: 0 0 0 22px
}
.date {
	background: url(../gfx/icons/time.png) 0 no-repeat
}
.news {
	background: url(../gfx/icons/dashboard.png) 0 no-repeat
}
.home {
	background: url(../gfx/icons/home.png) 0 no-repeat;
	text-indent: 0px;
}
#homebutton {
	position: absolute;
	right: 30px;
	top: 10px;
}
.slidemenu {
	font-size: 8pt;
	background: url(../gfx/bg_nav.png) top repeat-x;
	width: 890px;
	margin: 0 auto;
	z-index: 1;
}
.slidemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1;
}
/*Top level list items*/
.slidemenu ul li {
	position: relative;
	display: block;
	background: url(../gfx/bg_nav.png) top repeat-x;
	float: left;
}
/*Top level menu link items style*/
.slidemenu ul li a {
	display: block;
	background:  url(../gfx/bg_nav.png) top repeat-x;
	padding: 10px 10px;
	border-right: 1px solid #85b9dd;
	text-decoration: none;
}
* html .slidemenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.slidemenu ul li a:link, .slidemenu ul li a:visited {
	color: #004489;
}
.slidemenu ul li a:hover {
	background: url(../gfx/bg_nav.png) bottom repeat-x;
	color: white;
}
/*1st sub level menu*/
.slidemenu ul li ul {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	visibility: hidden;
	background: none;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.slidemenu ul li ul li {
	display: list-item;
	float: none;
	background: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.slidemenu ul li ul li ul {
	top: 0;
	margin: 0;
	padding: 0;
}
/* Sub level menu links style */
.slidemenu ul li ul li a {
	width: 240px; /*width of sub menus*/
	padding: 5px 0 5px 5px;
	margin: 0;
	background: #F9F9F9;
	border-bottom: solid 1px #DEDEDE;
	border-left: 1px solid #85b9dd;
}
.slidemenu ul li ul li a:first-child {
	width: 240px; /*width of sub menus*/
	padding: 5px 0 5px 5px;
	margin: 0;
	background: #F9F9F9;
	border-bottom: solid 1px #DEDEDE;
	border-left: 5px solid #85b9dd;
}
.slidemenu ul li ul li a:hover { /*sub menus hover style*/
	background: #eff9ff;
	color: black;
}


.restrictedmenu {
	font-size: 8pt;
	background: #F9F9F9;
	width: 890px;
	margin: 10px auto;
	z-index: 2;
}
.restrictedmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 2;
}
/*Top level list items*/
.restrictedmenu ul li {
	position: relative;
	display: block;
	background: #F5F5F5;
	float: left;
}
/*Top level menu link items style*/
.restrictedmenu ul li a {
	display: block;
	background:  #F5F5F5;
	padding: 5px 10px;
	border-right: 1px solid #E9E9E9;
	text-decoration: none;
}
* html .restrictedmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.restrictedmenu ul li a:link, .restrictedmenu ul li a:visited {
	color: #999999;
}
.restrictedmenu ul li a:hover {
	background: #252525;
	color: #FFFFFF;
}
/*1st sub level menu*/
.restrictedmenu ul li ul {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	visibility: hidden;
	background: none;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.restrictedmenu ul li ul li {
	display: list-item;
	float: none;
	background: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.restrictedmenu ul li ul li ul {
	top: 0;
	margin: 0;
	padding: 0;
}
/* Sub level menu links style */
.restrictedmenu ul li ul li a {
	width: 240px; /*width of sub menus*/
	padding: 5px 0 5px 5px;
	margin: 0;
	background: #F5F5F5;
	border-bottom: solid 1px #E9E9E9;
	border-left: 1px solid #E9E9E9;
}
.restrictedmenu ul li ul li a:first-child {
	width: 240px; /*width of sub menus*/
	padding: 5px 0 5px 5px;
	margin: 0;
	background: #F5F5F5;
	border-bottom: solid 1px #E9E9E9;
	border-left: 5px solid #E9E9E9;
}
.restrictedmenu ul li ul li a:hover { /*sub menus hover style*/
	background: #E9E9E9;
	color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 15px;
	right: 7px;
}
.rightarrowclass {
	position: absolute;
	top: 8px;
	right: 10px;
}
.hidden {
	display: none
}


#members, #options, #options2, #days {
  display: none;
}