
/*General Styling 
------------------------------------------------------------------------- */
* { margin: 0; padding: 0; }
html { /* height: 100%; margin-bottom: 0px; overflow:scroll !important; */ }
body { font-family:Arial, Helvetica, sans-serif; font-size: small; text-align: center; color: #333; background: url(images/body_bg.jpg) bottom center no-repeat #fff; }
div, p, img, a, td, ul, ol { font-size: 1em; }
h1, h2, h3, h4 { font-family:Arial, Helvetica, sans-serif; font-weight: bold; letter-spacing: .07em; }
h1 { font-size: 218% }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; letter-spacing: .15em }
p { padding: 0 0 1em; }
a, a:link { text-decoration: none; color: #69c; }
a:visited { color: #669; }
a:hover { color: #693; text-decoration: none; }
a:active { color: #c33; }
a img, img { border: none; }
ul { list-style: none; margin: 0 0 20px 1em; }
li { list-style: none; padding-left: 1em; margin-bottom: 3px; }
.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }


/* Floats */
.clrbt { clear:both; }
.clrlt { clear:left; }
.clrrt { clear:right; }
.fltlt { float:left; }
.fltrt { float:right; }


#header { background: url(images/header-bg.jpg) no-repeat top center; position: relative; height:195px; width:890px; margin:0 auto; }
	#header h1 a { display:block; width:216px; height:190px; margin:5px auto 0 auto; border:none; }
	#header #header-left-box { width:335px; float:left; text-align:right; padding-top:125px; }
	#header #header-right-box { width:335px; float:right; text-align:left; padding-top:125px; }
	
#page { width: 900px; margin: 0 auto; text-align: left; /* background: url(images/page-bg.jpg) bottom left no-repeat; */ }
#content { text-align: left; width: 880px; margin:0 auto; padding: 0; line-height: 1.5em; min-height:505px; }
	.inner-content { padding:15px 0; }
#page-buckets { width:880px; text-align:center; overflow:hidden; }
	#page-buckets li { float:left; width:285px; margin:15px 0 18px 0; padding:0; }
	
	
#footer { width:850px; margin:0 auto; border-top:1px solid #ccc; padding:10px 0 0 0; min-height:140px; clear:both; }


.half { float:left; width:48%; }

.content-center { text-align:center; }
	.content-center .half { padding:10px 0; }
	.content-center h1 { font-size:16px; padding:5px 0; }
	.content-center h2 { font-size:18px; line-height:normal; padding:3px 0; }
	.content-center h3 { font-size:16px; line-height:normal; padding:3px 0; }

#birthday-form { text-align:center; }
	#birthday-form th { background:#ccc; padding:4px 0; }
	#birthday-form td { padding:2px; }
	#birthday-form table { margin:10px auto; border-color:#ccc; }
	#txtTotal { border:none; font-size:16px; font-weight:bold; background:none; }

#ContactForm { }
	#ContactForm fieldset { border:none; }

/* Post (main content entries)
------------------------------------------------------------------------- */
.post {
    margin: 0 0 1.5em 0;
    padding: 0 0 1.5em 14px;
    border-bottom: 1px solid #ddd;
}

.post h3 {
    margin-top: 0;
    color: #f63;
}
.post ul li {
	background: url(images/tictac_orange.gif) no-repeat 0 6px;
	margin-left: 0em;
}



/* Related Links 
------------------------------------------------------------------------- */
#navlist li { 
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}


/* Sidebar 
------------------------------------------------------------------------- */

#sidebar {
    margin: 0 30px 0 481px;
    padding: 23px 0 0 0;
    font-size: 85%;
    line-height: 1.4em;
    color: #999;
    /* background: url(images/sidebar_bg.gif) no-repeat 0 0; */
}

#sidebar h2 {
    padding: 25px 0 0 35px;
    color: #666;
    background: url(images/sidebar_icon.gif) no-repeat 5px 15px;
    height: 32px !important; /* for most browsers */
    height /**/:57px; /* for IE5/Win */
}

#sidebar ul, #sidebar p {
    padding: 5px 15px 1em;
    margin-left: -5px;
}

#sidebar ul { margin-bottom: 1em }
#sidebar ul ul { margin-bottom: 0; border-bottom: 1px solid #ddd; }
#sidebar ul ul ul { border-bottom: none; margin-bottom: 0; }
#sidebar ul li ul li { background: url(images/tictac_green.gif) no-repeat 0 6px; }


/* Footer 
------------------------------------------------------------------------- */



/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}




#CenterContent { min-height:200px; position:relative; padding:20px 0; }
.os_centerContent { float:right; width:768px; /* border: 1px solid #333; */ margin:0; margin-bottom:-1px; }

.os_centerContent_item { padding:1em; width:575px; }
.os_centerContent_item { margin:0 auto; }

.league-content { width:768px; margin:0 auto; }

.menu {width:745px; /* height:32px; */ font-size:0.85em; position:relative; top:-2px; float:right; z-index:100; }
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:90px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:90px;position:relative; margin:0;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block; text-decoration:none; text-align:center; color:#333; /* width:90px; height:30px; */  border:1px solid #ccc; border-top:none; /* background:#F9F68F; padding-left:10px; */ line-height:29px; }
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:90px; w\idth:90px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65;}
.menu ul ul :hover > a.drop {background:#c9ba65;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0; /* top:31px; */ left:0; width:90px; /* border-top:1px solid #000; */ }
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu 
.menu ul ul ul{left:90px; top:-1px; width:90px;} */

/* position the third level flyout menu for a left flyout 
.menu ul ul ul.left {left:-90px;} */

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:90px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:90px;w\idth:90px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#949e7c;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#949e7c;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}