* { margin:0; padding:0; }

body {
	background: #5c7ebc url('../img/body_background.gif') repeat-x;
	padding: 0;
	margin: 0px 15px 15px 15px;
	font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;
	color:#000;
  text-decoration:none;
  font-size: 12px;
  line-height: 1.5em;
}

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

a:hover {
  text-decoration:underline;
}

/**
 * Block types h1-h6, pre, p and address can be used in Lemon's editor and
 * you can customize their names by altering the comment behind the rule.
 * See the example below! Note: The rule must be on ONE line to work in Lemon.
 */
h1 { font-size: 18px; margin: 0; padding:3px 0 5px 0; font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;} /* Heading 1 */
h2 { font-size: 16px; margin: 0; padding:3px 0 3px 0; font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;} /* Heading 2 */
h3 { font-size: 14px; margin: 0; padding:3px 0 3px 0; font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;} /* Heading 3 */
h4 { font-size: 11px; margin: 0; padding:3px 0 3px 0; font-weight:bold; font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;} /* Heading 4 */
p { margin: 0; font-size: 12px; padding: 0 0 10px 0; line-height: 1.5em; } /* Paragraph */

/**
 * Styles can also be included in Lemon's editor with custom names.
 * See the example below!
 */
.small { font-size: 0.85em; } /* LemonStyle: Small text */

#wrapper {
	width: 803px;
	padding: 0;
	margin: 0 auto 0 auto;
	border-left:
}

#header {
	clear: both;
	font-size: 22px;
	background: transparent url('../img/header_background.jpg') no-repeat;
	width: 803px;
	height:101px;
}

#search {
	float:right;
	background:transparent;
	padding:5px;
}

#menu {
	background:transparent;
	clear:both;
	float:right;
	font-size:14px;
	padding:22px 5px 0px 0px;
	list-style: none;
}

#menu li{
	float:left;
	margin:0px;
	position:relative;
	padding:0px;
}

#menu a {
	color: #fff;
	text-decoration:none;
}

#menu a:hover {
  text-decoration:none;
}

#menu .leftedge{
	float:left;
	background: #d77e38 url('../img/menu_edgeleft.gif') repeat-x;
	width:5px;
	height:30px;
}

#menu .item{
	float:left;
	padding: 6px 5px 8px 5px;
	background: #d77e38 url('../img/menu_background.gif') repeat-x;
}

#menu .rightedge{
	float:left;
	background: #d77e38 url('../img/menu_edgeright.gif') repeat-x;
	width:5px;
	height:30px;
	margin-right:2px;
}

#menu .active{

}

#menu li ul
	{
	list-style: none;
	position:absolute; z-index:3; margin:0px; padding:0px; top:28px; right:0px;
  text-align:right;
  width:150px;
  border-bottom: 1px solid #fff;
	background: #d77e38;
	}
	#menu li ul li {
	 float:none; margin:0; padding:0;
	}
  #menu li>ul li { height:auto !important; }

  #menu li ul li a
		{
		display:block;
		font-weight:normal;
		font-size:12px;
		padding:4px 5px 4px 5px;
		height:14px;
		margin:0px;
		z-index:3;
		border: 1px solid #fff;
		border-bottom: 0;
		}
	#menu li ul li a:visited
		{

		}
	#menu li ul li a:hover
		{

		}

	#menu li:hover ul, #menu li.over ul {display: block !important; }
	#menu li:hover .submenu, #menu li.over .submenu {display: none !important; }
	#menu li ul li:hover .submenu, #menu li ul li.over .submenu {display: block !important; }
	#menu ul {display: none;}

	#menu .submenu
		{
		display:none;
		position:absolute; z-index:4; top:0px; left:149px;
		}
	#menu .submenu li:hover ul, #menu li.over ul {display: block !important;}


#main {
	background-color: #fff;
	padding: 17px;
	clear:both;
}

.blocks {
	clear:both;
}
.blocks h1 {
	color:#fff;
}
.block {
	height:120px;
	padding:12px 12px 0px;
}
.blueblock {
	background: transparent url('../img/blueblock.gif') no-repeat;
	width:253px;
	height:123px;
	float:left;
	padding-right:5px;
}
.orangeblock {
	background: transparent url('../img/orangeblock.gif') no-repeat;
	width:253px;
	height:123px;
	float:left;
	padding-right:5px;
}
.lagblock {
	background: transparent url('../img/lagblock.gif') no-repeat;
	width:253px;
	height:123px;
	float:left;
}

#news	{
	padding:10px 5px;
	width:506px;
	float:left;
	font-size: 12px; line-height: 1.5em;
}
#news h2 {
	font-weight:normal;
}

#events {
	float:left;
}

.rightcolumn {
	width:253px;
	margin-top:10px;
	color: #787878;
}

#calendar {
	width:230px;
	margin-top:5px;
	border:1px solid #bcbcbc;
	background: #fcfcfc url('../img/calendar_background.gif') no-repeat;
	color: #787878;
	padding:37px 10px 10px 10px;
}
#calendar td {
	padding-bottom:4px;
}
#calendar a {
	color: #288ff6;
}

#notes {
	width:228px;
	margin-top:12px;
	border:1px solid #bcbcbc;
	background: #fcfcfc url('../img/notes_background.gif') no-repeat;
	padding:37px 10px 10px 10px;
	line-height: 1.5em;
}
#notes h3 a {
	color:#000;
}

#footer {
	background: transparent url('../img/footer_background.gif') no-repeat;
	color:#fff;
	padding: 45px 0px 0px 0px;
	font-size: 12px;
	text-align: center;
	width: 803px;
	height: 27px;
}
