@charset "utf-8";

/*GLOBAL LAYOUT ELEMENTS-------------------------------------------------------*/
body
{
	font: 100.01% Georgia, Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #000000;
	background:#EFECE7 repeat;
	text-align: center;
}

html, body, p, ul, li, h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px;
}


/*DIVS-------------------------------------------------------------------------*/	
#wrapper
{
	width: 772px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF url(Assets/images/testNavBkgrd.png) repeat-y;
	color: #000000;
	border: 2px ridge #1E4BA6;
}

#header
{
	background: #FFFFFF;
	height: 115px;
	color: #000000;
	text-align: left;
}

#nav
{
	clear: both;
	float: left;
	padding: 1em 0em 1em 0;
	font-size: 0.8em;
	width: 178px;
	color: #1C49A4;
	background: url(Assets/images/testNavBkgrd.png) repeat-y;
	text-align: left;
	text-indent: 1.8em;
	text-decoration: none;
	display: block;
}

#navmenu
{
	text-align: left;
	text-indent: 20px;
	display: block;
	color: #1C49A4;
	font-weight: bold;
	background: url(Assets/images/testNavBkgrd.png);
}

#main
{
	font-size: 14px;
	padding: 0.7em 0 0;
	width: 525px;
	margin:0 0 0 200px;
	text-align: left;
	color: #000000;
}

#plain
{
	font-size: 14px;
	padding: 0.7em 0 0;
	width: 525px;
	margin:0 0 0 200px;
	text-align: left;
	color: #000000;
}

#footer
{
	font: 0.70em Trebuchet MS, Helvetica, sans-serif;
	background: #1C49A4;
	border-top: 1px solid #000000;
	padding: 0.5em 0em;
	text-align: center;
	clear: both;
	color: #FFFFFF;
	}
	
/*LINKS-----------------------------------------------------------------------*/
a:link
{
	color: #CC0000;
	text-decoration: none;
}

#wrapper a:hover
{
	color: #0000CC;
	background: #FFFFFF;
	text-decoration: none;
}

td a
{
	color:#000000;
}

#navmenu a:visited
{
	color: #1c49a4;
	text-decoration: none;
}

#navmenu a
{
	color: #1C49A4;
	text-decoration: none;
	display: block;
	font: bold 1.2em Trebuchet MS, Helvetica, sans-serif;
	text-align: left;
	text-indent: 14px;
	clear: both;
}

#navmenu a:hover
{
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	font: bold 1.2em Trebuchet MS, Helvetica, sans-serif;
	background: #1C49A4;
}

#footer a:hover
{
	color: #FF0000;
	background: #FFFFFF;
	text-decoration: none;
}


/*TAGS-------------------------------------------------------------------------*/
h1
	{
	color: #990033;
	margin-bottom: .6em;
	}

h2 {
	color: #AF1314;
	font: bold 1.1em Georgia, Palatino Linotype, Book Antiqua, Palatino, serif;
	}

h6
	{
	font-size:.8em;
	}
	
#spry 
{
	font: Georgia;
}
	
#nav p
{
	color: #1C49A4;
	text-align: center;
	padding-bottom: 10px;
	font: 1em "Comic Sans MS", sans-serif;
	text-indent: 0;
}

#navmenu p
{
	text-align:left;
	}

#main a
	{
	text-decoration:underline;
	color:#CC0000;
	font-size: 1em;
	}

#main h3
{
	font-size: 1em;
	font-weight: bold;
	color: #0000AA;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#main h4
{
	font: italic bold 1em Georgia, Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #AF1314;
	text-align: center;
}

#main h5
{
	text-align: right;
	margin-bottom:10px;
}


#main p
{
	padding-left: 1em;
	text-align: justify;
	margin-bottom: 15px;
}

#main ul
{
	padding-left: 2em;
	text-align: justify;
	margin-bottom: 15px;
}

#main img
{
	clear: both;
	text-decoration: none;
	background: #FFFFFF;
	border-style: none;
	text-align: center;
	}

#plain p
{
	padding-left: 1em;
	text-align: left;
	margin-bottom: 15px;
}

#plain a
	{
	text-decoration:underline;
	color:#CC0000;
	font-size: 1em;
	}

#plain h3
{
	font-size: 1em;
	font-weight: bold;
	color: #0000AA;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#footer a
{
	color: #FFFFFF;
	text-decoration: underline;
}

table#weekendDates th
{
	text-align: center;
}

#main table#weekendDates td
{
	font: 14px Trebuchet MS, Helvetica, sans-serif;
}

form#weekendSignUpForm table td
{
	font: 14px Trebuchet MS, Helvetica, sans-serif;
}

/*CLASSES--------------------------------------------------------------------*/
.list
{
	padding-left: 2em;
	line-height: 1.5em;
	text-align: left;
	display: block;
	list-style: square;
}

.indentedText {
	font-size: 0.9em;
	color: #000000;
	text-indent: 20px;
}

.red {
	font-size: 1.2em;
	color: #CC0000;
	margin-left: 5px;
	margin-top: 15px;
}

.style1 {
	color: #2655B1
	}

.clear
{
	clear: both;
}

.textarea
{
	float: right;
}

.rightAlign
{
	text-align: right;
}

.blackText
{
	color: #000000;
	text-align: center;
	font: .76px Georgia, Palatino Linotype, Book Antiqua, Palatino, serif;
}

.leftText
{
	text-align: left;
	font-weight: bold;
}

.leftTextAlign
{
	text-align: left;
}

.boldtextHeader
{
	font: bold 0.9em Georgia, Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #990000;
	letter-spacing: .4em;
}

.bluetext
{
	color: #000066;
}

.blueCenterRoman
{
	color: #1C49A4;
	text-align: center;
	font: italic bold 1.3em Palatino Linotype, Book Antiqua, Palatino, serif;
}

.centerImg
{
	float: right;
	clear: both;
}

.ital
{
	font-style: italic;
	font-size:8.5pt;
	font-family:Georgia;
	color:black;
}

/*HACKS----------------------------------------------------------------------*/
* html #header #footer 
	{	
	width:805px; /* So background color is flush with right border on IE6 */
	}


* html #headerright
	{
	clear: none;
	}


/* Hides from IE5-mac \*/ 
* html .navlink {
     height: 1%;
} 
/* End hide from IE-mac */ 
	
.content {
	color: #0033FF;
	padding: 5px;
	}

.clearfix:after {
    content: "."; 
	display: block;         
	height: 0;                  
	clear: both;
	visibility: hidden;	  
	}

.clearfix {
	display: inline-block;
	}  

* html .clearfix {
	height: 1%;
	}
	
.clearfix {
	display: block;
	}


