html {
  height: 100%;
  margin: 0;
  }
body {
	font-family: Tahoma, Verdana, sans-serif;
	line-height: 1.3em;
	margin: 0;
	font-size: 11px;
	color: #333333;
	background-color: #f4ffe5;
}

img, table {
	border:none;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #509a00;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #079c2b;
}

input.button {
 cursor: pointer;
 background:none;
}

p {
	margin-top: 0;
	margin-bottom: 5px;
	text-align:justify;
	margin-right: 15px;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#header {
	background: #ffffff url(../images/header_bg.jpg) bottom center repeat-x;
	width:100%;
	height:182px;
	margin: 0 auto;
	padding: 0;
}

div#tabarea {
	background: url(../images/tabarea_bg.jpg) bottom center no-repeat;
	height:30px;
}

#pillmenu {
	height: 30px;
	margin: 0 auto;
	width: 818px;
}

#pillmenu ul {
	margin: 0;
	padding: 0;
	list-style:none;
	float: right;
	margin-right: 10px;
}

#pillmenu li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	background: transparent;
}

#pillmenu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
	float:left;
  display:block;
  height: 26px;
  line-height: 24px;
  padding: 2px 10px 0 10px;
  color: #509a00;
  text-decoration: none;
  background: transparent;
}


#pillmenu a:hover {
	color: #079c2b;
	text-decoration: underline;
}

#pillmenu a#active_menu-nav {
	height: 30px;
	color: #ff8800;
}

#pillmenu a#active_menu-nav:hover {
	color: #fff;
}



div#wrapper {
	width:818px;
	background: #f4ffe5 url(../images/content_bg.jpg) 0 0 no-repeat;
	margin: 0 auto;
}

#logo {
	margin:0 auto;
	width: 818px;
	height: 152px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}




#footer {
	width:818px;
	margin:0 auto;
}

.validation {
	float:right;
	padding:10px 20px 0 0;
}

#footer .footer {
	background: transparent url(../images/footer.jpg) top center no-repeat;
	height:28px;
	width:818px;
	padding-top: 4px;
}

#footer_bg {
	background: transparent url(../images/footer_bg.jpg) top center no-repeat;
	width:818px;
	height:46px;
}


#area {
	padding: 0;
	text-align:left
}


#whitebox_m {
	padding: 10px 0 0 0;
	margin: 0px 20px 20px 20px;
}


#leftcolumn {
	margin: 0;
	width: 175px;
	float:left;
	font-size: 11px;
}

div#maincolumn {
	float:left;
	width: 575px;
	padding-left: 25px;
}
div.nopad {
	padding: 0;
	text-align:left;
	font-size: 11px;
}


/* headers */
div.componentheading {
  padding-left: 0px;
}

h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0;
	font-family: Tahoma, Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	vertical-align: bottom;
	text-align: left;
	width: 100%;
		color: #509a00;

}


h3, .componentheading, table.moduletable th {
	margin: 0;
	font-weight: bold;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	color:#509a00;
	font-size: 19px;
	padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 20px;
}
table.contentpaneopen h3 {
	margin-top: 25px;
}
table.contentpaneopen h4, h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
.clr {
	clear: both;
}

/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	font-size: 11px;
	width: 550px;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}


div.moduletable {
  margin-bottom: 25px;
}

div.module_menu, div.module {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

#leftcolumn h3 {
	height:40px;
	color:#FFFFFF;
	font-weight: bold;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1.1em;
	line-height:20px;
	padding:10px 0 2px 10px;
	text-align: left;
	width:175px;
	background-image: url(../images/h3_bg.png);
	background-repeat: no-repeat;
}


.treeview{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
color:#509a00;

}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
padding-left: 20px;
margin-bottom: 10px;
}
a.treeview:link, a.treeview:visited {
text-decoration:none;
color:#509a00;
}
a.treeview:hover {
	color:#666666;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(../images/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;

}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
margin: 0px;
padding:0px;
}

.treeview .submenu ul li{
	cursor: default;
	text-align:left;
	margin: 0px;
	padding: 2px 0 010px 0;
}

.treeview li.submenu ul li a:link, .treeview li.submenu  ul li a:visited {
	background: transparent url(../images/menu_sub_link_bg.gif) center left no-repeat;
	text-decoration:none;
	color:#509a00;
	text-align:left;
	padding: 2px 0px 0 25px;
}
.treeview li.submenu  ul li a:hover {
	color:#079c2b;
	text-decoration: underline;
}

/* -------------------------- */
#sgf {
font-size: 11px;
text-align:left;
color: #009900;
padding:0 0 0 20px;
font-family: Arial,sans-serif;
float:left;
}
#countdowncontainer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
	float:left;
  display:block;
  height: 26px;
  line-height: 24px;
  padding: 2px 10px 0 10px;
  color: #FF6600;
  text-decoration: none;
  background: transparent;
}
.otherlinks {
	border-left: 1px solid #cccccc;
	padding-left: 0px;
}
.otherlinks p {
	text-align: left;
}
table.contentpane table {
	font-size: 11px;
}
.note {
	font-size: 10px;
	color: #FF9900;
	text-align: left;
}
.otherLinksInfo {
	padding-left: 5px;
}
#top {
	font-size: 11px;
	color: #009900;
	font-family: Arial,sans-serif;
	width: 800px;
	margin: 0 auto;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 0px;
	text-align: left;
	font-weight: bold;
	padding-left: 20px;
}
.thumbMovie {
	border: 1px solid #000000;
	margin-top: 5px;
	margin-right: 3px;
}
#prospeed {
	font-size: 11px;
	color: #009900;
	font-family: Arial,sans-serif;
	float: right;
	padding: 0 15px 0 0;
	text-align: right;
}
