html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
	padding-right: 10px;
}

a {
	color: #0E8E44;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: url(images/court.GIF) repeat 0 0;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #15224C;
	padding: 10px;
	padding-top: 0;
}

/** layout **/
#container {
	width: 800px;
	border: 2 px solid white;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 778px;
  	position: relative;
  	background: url(images/body_bg.gif) repeat-y;
  	
}

#header {
  position: absolute;
  top: 0;
  left: 243px;
  width: 535px;
  height: 279px;
  background: url(images/header_2.jpg) no-repeat;
}
#left {
  float: left;
  width: 243px;
}
#logo {
  width: 244px;
  height: 152px;
  background: url(images/header_1.jpg) no-repeat;
  text-align: center;
  color: #15224C;
}
#logo h1 {
  padding-top: 30px;
  font: 24px "arial narrow", arial, sans-serif;
}
#logo p {
  margin: 4px 25px 4px 25px;
  
  padding-top: 5px;
  padding-bottom: 5px;
  letter-spacing: 0.2em;
  font-weight: bold;
}

#logo br {
  margin: 0px 0px 4px 0px;
}

#nav {
  background: url(images/nav_left.jpg) no-repeat;
}

#menu {
	width: 10em;/* VERY IMPORTANT! Set this to appropriate value, either here on down in the design section */
}

#menu ul {	/* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

#menu li {
	margin: 0;
	margin-left: 10px;
	padding: 0;
	border: 0;
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

#menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

#menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

#menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 100%;	/* and move them to the right of the item */
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
#menu:after, #menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
#menu, #menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the "#nav .menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
#menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}


/* - - - ADxMenu: DESIGN styles - - - */

#menu {
	color: #eee;
	background: #FDFA94 bottom left url(images/nav_bot.jpg) no-repeat;
}

#menu ul li {
	color: #eee;
	background: #FDFA94;
}

#menu {
	margin-left: 9px;
	padding-bottom: 29px;
	width: 234px;
}

#menu ul {
	width: 20em;
}

#menu a {
	text-decoration: none;
	color: #000000;
	padding: .4em 1em;
	display: block;
}


#menu a:hover, #menu li:hover>a {
	color: #640C03;
	font-weight: bold;
}

#menu li {	/* create borders around each item */
	border: 1px solid #ccc;
	border-right:0;
	border-left: 0;
}
#menu>li + li, #menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

#menu li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}


#nav .important a {
  color: #640C03;
  font-weight: bold;
}

#nav .notimportant a {
  color: #000000;
  font-weight:normal;
}

#news {
  background: url(images/news_bg1.jpg) repeat-y;
  padding-left: 37px;
  padding-right: 22px;
  padding-bottom: 3px;
  text-align: justify;
}
#news h2 {
  font-size: 12px;
  color: #640C03;
}
#news h3, #news p {
  font-size: 11px;
  margin: 1em 8px 1em 0;
}
#news a {
  color: #0E8E44;
  font-weight: bold;
  text-decoration: underline;
}
#news a:hover {
  color: #FFA405;
}
#news .more {
  font-size: 9px;
}
#news .hr-dots {
  background: center url(images/dots.gif) repeat-x;
  height: 10px;
}

#follow {
  background: url(images/support.jpg) no-repeat;
  padding: 1px;
  height: 97px;
  color: #1A1A18;
}
#follow p {
  margin: 0.7em 2.6em;
}

#follow a {
  color: #ffffff;
}
 
#right {
  float: right;
  width: 490px;
  padding-right: 9px;
  padding-top: 301px;
}
#right h2 {
  font: 18px arial, sans-serif;
  color: #640C03;
  border-bottom: 1px solid #640C03;
  padding-bottom: 6px;
  margin-bottom: 1em;
}
#right h3 {
  font: 14px arial, sans-serif;
  color: #640C03;
  border-bottom: 1px solid #640C03;
  padding-bottom: 6px;
  margin-bottom: 1em;
  margin-top: 2em;
}
#right h4 {
  font: 11px arial, sans-serif;
  color: #640C03;
  padding-bottom: 1px;
  margin-bottom: 1em;
  margin-top: 2em;
}

#right h5 {
  font: 14px arial, sans-serif;
  color: #15224C;
  font-weight: bold;
  text-align: center;
  padding-bottom: 1px;
  margin-bottom: 1em;
  margin-top: 2em;
}

#right h6 {
  font: 14px arial, sans-serif;
  color: #15224C;
  font-weight: bold;
  text-align: left;
  padding-bottom: 1px;
  margin-bottom: 1em;
  margin-top: 2em;
}
#welcome {
  margin-right: 20px;
  
}

#welcome ul {
  padding-left:50px;
  padding-right: 50px;
}

#welcome_left, #welcome_right {
  float: left;
  width: 56%;
}
#welcome_right {
  float: left;
  width: 42%;
}
#welcome_left {
  margin-right: 1%;
}

#welcome_left ul {
  padding: 0px;
}

#welcome_img {
  background: url(images/pic_1.jpg) no-repeat;
  width: 200px;
  height: 250px;
  float: left;
  text-indent:-9999px;
}

#profile {
  margin-right: 16px;
}
#right .left {
  margin-right: 18px;
}
#right .more {
  font-weight: bold;
  font-size: 10px;
}

#prof_left, #prof_right {
  float: left;
  width: 49%;
}

#prof_left {
  margin-right: 1%;
}
#prof_left_img, #prof_right_img1, #prof_right_img2 {
  background: url(images/announcements.gif) no-repeat;
  width: 112px;
  height: 23px;
  float: left;
  margin-right: 18px;
  text-align: center;
  padding-top: 90px;
  font-size: 9px;
  font-weight: bold;
}
#prof_right_img1 {
  background: url(images/newsletter.jpg) no-repeat;
}
#prof_right_img2 {
  background: url(images/hotball.jpg) no-repeat;
  float: right;
}
#spacer {
  height: 2em;
}
#map_canvas {
  margin:0px;
  color:#000000;
  text-align: center;
  float: left;
  width: 300px;
  height: 175px;
}

#map_canvas_address {
  margin: 7px;
  text-align: left;
  float: left;
  width: 175px;
}
  
#footer {
  margin-left: 9px;
  margin-right: 10px;
  background-color: #FDFA94;
  border-top: 2px solid #0E8E44;
}
#copyright {
  text-align: center;
  padding: 22px 0px 30px 00px;
  font-size: 9px;
  color: #15224C;
  font-weight: bold;
}
#footerline{
	background: url(images/footerline.jpg) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}