/*  IMPORTANT - this cascading style sheet (css) controls most design & format decisions for this template.
    Only those familiar with CSS should edit this document.
	 Mark-up helper text is offered to define sections. */
/* -------------------------------------------------------------
   STANDARD CLASSES - this section defines standard html classes	
   ------------------------------------------------------------ */
/* --------------------------- 
   END Calendar Style section 
	-------------------------- */

a:link, a:visited { color: #e0ffff; text-decoration: underline; }

a:hover { color: #124477; text-decoration: none; }

body {
	background: #666666 url(images/background.jpg) repeat-x;
	color: #ffffff; /*defines the general text color for the entire site */
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; /*defines the general font family & size for the entire site */
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}

h1 {
	color: #FFFFFF;
	font: bold 150% Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	color: #08396b;
	font: bold 140% Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	color: #333333;
	font: bold 150% Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	color: #666666;
	font: bold 140% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .25em;
	border: 1px solid #666666;
	padding: 2px;
}

h5 {
	color: #0d5aac;
	font: bold 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h6 {
	color: #333333;
	font: bold 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
h66 {
	color: #0d5aac;
	font: bold 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h7 {
	color: #FFFFFF;
	font: bold 170% Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
h8 {
	color: #52bbcf;
	font: bold 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
hr {
	color: #cccccc;
	background-color: #ccc;
	border: none;
	height: 1px;
	width: 100%;
}

html { height: 100%; margin-bottom: 10px; }

/* RIGHT.dwt body floats right - fix for firefox */	
html>body #body1 {
	width: 550px;
	margin: 10px 20px 20px 10px;
	background: black;
}

/* LEFT.dwt body floats left fix for firefox */		
html>body #body1b { width: 550px; margin: 10px 10px 20px 20px; }

/* SIDEBAR for RIGHT.dwt fix for firefox */
html>body #body2 {
	margin-top: 10px;
	padding: 10px 20px 10px 24px;
	width: 250px;
}

/* SIDEBAR for LEFT.dwt fix for firefox */
html>body #body2b { margin: 10px 0 0 0; width: 250px; }

html>body #menu { margin: 31px 0 0 0; }

img { border: none; }

li { font-size: 90%; }

ol { list-style-type: decimal; }

p { font-size: 90%; }

table, tr, td {
	/* collapses any borders from any html tables - required for javascript calendar */
	border-collapse: collapse;
}

ul { list-style: url(images/bullet.gif); }

/* -------------------- 
   END Layout Information
   -------------------- */	
	
/* ------------------------ 
   GENERAL CLASSES & ID'S
   ------------------------ */	
.address {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	; 
   width: 230px;
	padding: 10px;
	background: url(images/bg-address.gif) no-repeat;
}

.address p { margin: 0px; padding: 0px; }

.border {
	padding: 4px;
	/* simple border */
	border: 1px solid #cccCC;
}

.border2 {
	padding: 4px;
	border: 1px solid #cccCC;
	/* simple border w/background color */
	background-color: #fafafa;
}

.borderfloatL {
	/* poloroid style border w/float left */
	float: left;
	padding: .5em .5em 2em .5em;
	margin: 0 10px 10px 0;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #efefef;
	border-left: 1px solid #f4f4f4;
	background: #ffffff url(images/shadow-btm.png) repeat-x bottom;
}

.borderfloatR {
	/* poloroid style border w/float right */
	float: right;
	padding: .5em .5em 2em .5em;
	margin: 0 0 10px 10px;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #efefef;
	border-left: 1px solid #f4f4f4;
	background: #ffffff url(images/shadow-btm.png) repeat-x bottom;
}

.borderfloatR p, .borderfloatL p {
	/* poloroid style text */
	margin: 0 0 -6px 0px;
	font: 7pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
}

.cblue { /* color blue */ color: #3366CC; }

.center { text-align: center; }

.cgreen { /* color green */ color: #009900; }

.clear { clear: both; }

.cred { /* color red */ color: #ff0000; }

.days {
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding: 2px;
}

.days #today {
	font-weight: bold;
	color: #fff;
	background-color: #999;
	display: block;
}

.daysofweek {
	background-color: #ebebeb;
	font: 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

.floatL { float: left; /* basic float left */ margin: 0 10px 0 0; }

.floatR {
	float: right;
	/* basic float right */
	margin: 0 0 0 10px;
}

/* ---------------------
   END Main Menu Section
	--------------------- */
/* ---------------------- 
   CALENDAR Style section 
	---------------------- */
.main { width: 230px; border: 1px solid #fff; }

.month {
	font: bold 14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: white;
	padding-bottom: 4px;
}

.right { text-align: right; }

.small { font-size: small; }

.smallB { font-size: small; font: bold; }

.smallBRed { font-size: small bold; font: #800000; }

.xsmall { font-size: x-small; }

.xxsmall { font-size: xx-small; }

#body1 {
	/* RIGHT.dwt body floats right */
	float: right;
	width: 530px;
	line-height: 1.5em;
	padding: 10px;
	margin: 10px 10px 20px 10px;
	background: black;
}

#body1b {
	/* LEFT.dwt body floats left */
	float: left;
	width: 530px;
	line-height: 1.5em;
	padding: 10px;
	margin: 10px 10px 20px 10px;
	background: black;
}

#body2 {
	/* SIDEBAR for RIGHT.dwt  */
	float: left;
	width: 240px;
	padding: 10px 20px;
	margin: 10px 0 0 6px;
	background: #000000;
	color: #000000;
}

#body2b {
	/* SIDEBAR for LEFT.dwt */
	float: right;
	width: 240px;
	padding: 10px 20px;
	margin: 10px 0 0 0;
	background: black;
}

#body3 {
	width: 820px;
	line-height: 1.5em;
	padding: 10px 30px;
	margin-top: 40px;
	background: black;
}

#flashcontent { margin: 0px; }

#footer {
	color: #333;
	font-size: 80%;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0px 20px;
	clear: both;
	border-top: 1px solid #b0b0b0;
	background: black;
}

#footer a:link, #footer a:hover, #footer a:visited { text-decoration: none; }

#footer p {
	color: #333;
	font-size: 80%;
	margin: 10px 10px 0 10px;
	background: black;
}

#footer2 {
	background: transparent url(images/footer.gif) no-repeat;
	height: 20px;
	width: 900px;
	clear: both;
}

#header {
	width: 900px;
	height: 160px;
	background: url(images/header.gif) no-repeat top;
	position: relative;
}

#icons { float: right; padding: 20px 16px 0 0; }

#logo {
	float: left;
	padding: 20px 0 0 30px;
	margin: 0px;
	height: 95px;
}

/* --------------------------- 
   END General Classes & ID's
   --------------------------- */		
	
/* -------------------------------------------
	MAIN MENU SECTION - For Advanced Users Only
	------------------------------------------- */
#menu {
	float: right;
	margin: 31px 0 0 0;
	background: transparent;
	font-size: 100%;
	line-height: normal;
	position: relative;
	clear: both;
}

#menu #current a { background-position: 0% -42px; }

#menu #current a span { background-position: 100% -42px; }

#menu a {
	float: left;
	background: url("images/menuleft.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}

#menu a span {
	float: left;
	display: block;
	background: url("images/menuright.gif") no-repeat right top;
	padding: 12px 12px 12px 5px;
	color: #FFF;
}

#menu a span { /* IE5-Mac hack */ float: none; }

#menu a:hover { background-position: 0% -42px; }

#menu a:hover span { color: #FFF; }

#menu a:hover span { background-position: 100% -42px; }

#menu li { display: inline; margin: 0; padding: 0; }

#menu ul { margin: 0; padding: 10px 10px 0 26px; list-style: none; }

#navigation {
	color: #333333;
	font-size: 100%;
	text-align: center;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #999999;
	background: black;
}

#navigation a:link, #navigation a:visited { text-decoration: none; font-weight: bold; }

#navigation a:hover{ text-decoration: underline; font-weight: bold; }

/* --------------------- 
   END Standard Classes 
/* --------------------- */
/* -------------------- 
   LAYOUT Information
   -------------------- */
#wrapper {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	background: black url('images/body.gif') repeat-y;
}

