/* CSS Document */
/*********** Global reset rules ******************/
* {padding: 0; margin: 0;}
ul {
	padding-left: 1em;
	}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin-bottom: 1em;
	padding-bottom: 1px;
	}
hr { border-top: 1px solid #FF9900;
	 border-bottom: 1px solid #FFFFFF;
	 border-left: 0px;
	 border-right: 0px;
	 margin-top: 15px;}
hr.orange { border-top: 1px solid #F17e21;}
hr.blue { border-top: 1px solid #2194d6;}
hr.lime { border-top: 1px solid #8fc744;}
hr.purple { border-top: 1px solid #a90475;}
hr.red { border-top: 1px solid #ee252d;}

body {
	background-color: #e0e0e2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#top {
	margin: 0 auto;
	background-color:#d3d3d3;
	width: 100%;
	height: 15px;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#top.orange {
	background-image: url(../images/top_orange.gif);
	}
#top.blue {
	background-image: url(../images/top_blue.gif);
	}
#top.lime {
	background-image: url(../images/top_lime.gif);
	}
#top.purple {
	background-image: url(../images/top_purple.gif);
	}
#top.red {
	background-image: url(../images/top_red.gif);
	}

#container {
	margin: 0 auto;
	background-color:#FFFFFF;
	width: 726px;
	background-image:url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
#header {
	width: 726px;
	height: 116px;
	background-image:url(../images/header_bg.gif);
	background-repeat: no-repeat;
	}
#header .right {
	float: right;
	text-align:right;
	margin-right: 21px;
	margin-top: 12px;
	} 
#header p	{
	margin-top: 0px;
	font-size: 12px;
	}
#header a {
	font-size: 14px;
	line-height: 1.5em;
	text-decoration:none;
	color: #46050d;
	}
#header a:hover {
	text-decoration: underline;
	}
#search {
	text-align: right;
	margin: 8px 0px 2px 0px;
	color: #46050d;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: .5px;
	}
#search form {
	margin: 0px 0px 0px 0px;
	}
#search input {
	font-size: 14px;
	color: #46050d;
	}
/************** Navigation, Rollover Navigation ********************/
#nav {
	clear: both;
	float: left;
	margin: 0;padding: 0;
	width: 726px;
	}

#nav ul{
	margin: 0;padding: 0;
	list-style: none;
	z-index: 10;
	}
#nav li {
	float: left;
	width: 145px;
	display: block;
	}
#nav li:hover { /*keeps lists from sticking in IE7 */
    position:static;
    } 
#nav li ul { /* second-level lists */
	position: relative;
	width: 726px;
	height: 20px;
	top: 42px;
	*top: 0px;
	*margin-bottom: -20px;
	/*left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	display: none;
	}
#nav li:hover ul li  {
	float: left;
	display: block;
	width: 144px;
	margin: 0; padding: 0;
	}
#nav li.nav1 a {
	float: left;
	/*display: inline;*/
	width: 144px;
	margin-right: 1px;
	margin-top: 10px;
	/*margin-bottom: -10px;*/
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .8em;
	text-align: center;
	background-image:url(../images/nav_bg_orange.gif);
	background-repeat: no-repeat;
	height: 32px;
	line-height: 32px;
	}

#nav li.nav1:hover ul   {
	left: auto;
	*float: left;
	background-color: #F7B018;
	display: block;
	padding: 0;margin:0;
	margin-bottom: -22px;
	margin-left: -145px;
	*margin-left: 0px;
	overflow: hidden;
	}
#nav li.nav1 ul li a{
	*float: left;
	color: #FFFFFF;
	background-image: none;
	line-height: 22px;
	height: 22px;
	padding: 0;margin: 0;
	}
#nav li.nav1 ul li a:hover{
	background-color: #FF0000;
	}
#nav li.nav2 a{
	float: left;
	width: 144px;
	margin-right: 1px;
	margin-top: 10px;
	/*margin-bottom: -10px;*/
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .8em;
	text-align: center;
	background-image:url(../images/nav_bg_blue.gif);
	background-repeat: no-repeat;
	height: 32px;
	line-height: 32px;
	}
#nav li.nav2:hover ul   {
	left: auto;
	background-color: #0E9DDB;
	display: block;
	width: 726px;
	padding: 0;margin:0;
	margin-bottom: -22px;
	margin-left: -290px;
	*margin-left: -145px;
	overflow: hidden;
	}
#nav li.nav2 ul li a{
	color: #FFFFFF;
	background-image: none;
	line-height: 22px;
	height: 22px;
	padding: 0;margin: 0;
	}
#nav li.nav2 ul li a:hover{
	background-color: #FF0000;
	}
#nav li.nav3 a{
	float: left;
	width: 144px;
	margin-right: 1px;
	margin-top: 10px;
	/*margin-bottom: -10px;*/
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .8em;
	text-align: center;
	background-image:url(../images/nav_bg_lime.gif);
	background-repeat: no-repeat;
	height: 32px;
	line-height: 32px;
	}

#nav li.nav3:hover ul   {
	left: auto;
	background-color: #BDD82E;
	display: block;
	width: 726px;
	padding: 0;margin:0;
	margin-bottom: -22px;
	margin-left: -435px;
	*margin-left: -290px;
	overflow: hidden;
	}
#nav li.nav3 ul li a{
	color: #FFFFFF;
	background-image: none;
	line-height: 22px;
	height: 22px;
	padding: 0;margin: 0;
	}
#nav li.nav3 ul li a:hover{
	background-color: #FF0000;
	}	

#nav li.nav4 a{
	float: left;
	width: 144px;
	margin-right: 1px;
	margin-top: 10px;
	/*margin-bottom: -10px;*/
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .8em;
	text-align: center;
	background-image:url(../images/nav_bg_purple.gif);
	background-repeat: no-repeat;
	height: 32px;
	line-height: 32px;
	}
#nav li.nav4:hover ul  {
	left: auto;
	background-color: #D90D88;
	display: block;
	width: 726px;
	padding: 0;margin:0;
	margin-bottom: -22px;
	margin-left: -580px;
	*margin-left: -435px;
	overflow: hidden;
	}
#nav li.nav4 ul li a{
	color: #FFFFFF;
	background-image: none;
	line-height: 22px;
	height: 22px;
	padding: 0;margin: 0;
	}
#nav li.nav4 ul li a:hover{
	background-color: #FF0000;
	}	

#nav li.nav5 a{
	float: left;
	width: 146px;
	margin-right: 0px;
	margin-top: 10px;
	/*margin-bottom: -10px;*/
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .8em;
	text-align: center;
	background-image:url(../images/nav_bg_red.gif);
	background-repeat: no-repeat;
	height: 32px;
	line-height: 32px;
	}
#nav li.nav5:hover ul   {
	left: auto;
	background-color: #df2429;
	display: block;
	width: 726px;
	padding: 0;margin:0;
	margin-bottom: -22px;
	margin-left: -726px;
	*margin-left: -580px;
	overflow: hidden;
	}
#nav li.nav5 ul li a{
	color: #FFFFFF;
	background-image: none;
	line-height: 22px;
	height: 22px;
	padding: 0;margin: 0;
	}
#nav li.nav5 ul li a:hover{
	background-color: #FF0000;
	}	

	/*******************************************************/

#links {
	clear:left;
	background-color:#FFFFFF;
	width: 726px;
	height: 178px;
	background-image:url(../images/links_area_bg.gif);
	background-repeat:no-repeat;
	padding-bottom: 10px;
	/*border: 1px solid black;
	overflow: hidden;*/
	}
#links h2 {
	color: #FFFFFF;
	padding-left: 20px;
	margin-top: 30px;
	margin-bottom: 8px;
	font-weight: normal;
	font-size: 1.6em;}
#links p {
	color: #FFFFFF;
	padding-left: 20px;
	margin-bottom: 8px;
	font-weight: normal;
	font-size: .9em;}
#links a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;}
#links a:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;}
#linksleft {
	float: left;
	width: 248px;
	}
#linkscenter {
	float: left;
	width: 288px;
	border-right: 1px solid #FFFFFF;
	}
#ek_calendar {
	float: left;
	width: 189px;
	background-image:url(../images/calendar_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #f17e21;
	}
#ek_calendar td {
	color: #FFFFFF;
	font-size: .7em;
	font-weight: bold;
	text-align: center;
	padding: 3px; 
	}
#ek_calendar td.event {
	color: #AB0176;
	font-size: .7em;
	font-weight: bold;
	text-align: center;
	padding: 3px; 
	}
#ek_calendar td.today {
	color: #FFFFFF;
	font-size: .7em;
	font-weight: bold;
	text-align: center;
	padding: 4px; 
	background-image: url(../images/dot_purple.gif);
	background-repeat:no-repeat;
	background-position: 2px 1px;
	}
#ek_calendar table {
	margin: 10px auto;
	margin-top: 30px;
	}
#pagetitle {
	float: left;
	width: 535px;
	height: 55px;
	color: #FFFFFF;
	/*border: 1px solid black;*/
	}
#pagetitle h2 {
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 1pt;
	margin-top: 20px;
	padding-left: 20px;
	text-transform:uppercase;
	float: left;
	}
#pagetitle h3 {
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 1pt;
	margin-top: 24px;
	padding-left: 5px;
	text-transform:uppercase;
	float: left;
	}
#pagetitle.orange {
	background-image: url(../images/pagetitle_orange.gif);
	background-repeat:no-repeat;
	}
#pagetitle.blue {
	background-image: url(../images/pagetitle_blue.gif);
	background-repeat:no-repeat;
	}
#pagetitle.lime {
	background-image: url(../images/pagetitle_lime.gif);
	background-repeat:no-repeat;
	}
#pagetitle.purple {
	background-image: url(../images/pagetitle_purple.gif);
	background-repeat:no-repeat;
	}
#pagetitle.red {
	background-image: url(../images/pagetitle_red.gif);
	background-repeat:no-repeat;
	}

#leftcolumn {
	float: left;
	width: 170px;
	}
#leftcolumn p {
	margin:0;
	padding: 0px 10px 5px 00px;
	font-size: .8em;
	}
#leftcolumn h2 {
	margin: 0;
	padding: 10px 10px 8px 20px;
	font-size: 1.2em;
	color: #333333;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1em;
	}
#leftcolumn h3 {
	margin: 0;
	padding: 10px 10px 0px 20px;
	font-size: 1em;
	font-weight: normal;
	}
#leftcolumn h3 a{
	color: #000000;
	}
#leftcolumn p a.orange{
	background: url(../images/linkmarker_orange.png) no-repeat 0px 0px;
	padding: 5px 0px 5px 20px;
	color: #F17e21;
	}
#leftcolumn p a.blue{
	background: url(../images/linkmarker_blue.png) no-repeat 0px 0px;
	padding: 5px 0px 5px 20px;
	color: #2194d6;
	}
#leftcolumn p a.lime{
	background: url(../images/linkmarker_lime.png) no-repeat 0px 0px;
	padding: 5px 0px 5px 20px;
	color: #8fc744;
	}
#leftcolumn p a.purple{
	background: url(../images/linkmarker_purple.png) no-repeat 0px 0px;
	padding: 5px 0px 5px 20px;
	color: #a90475;
	}
#leftcolumn p a.red{
	background: url(../images/linkmarker_red.png) no-repeat 0px 0px;
	padding: 5px 0px 5px 20px;
	color: #ee252d;
	}
#leftcolumn p a{
	padding: 5px 0px 5px 20px;
	color: #000000;
	}
#leftcolumn p a{
	color: #000000;
	}
#leftcolumn ul{
	margin-left: 20px;
	padding-left: 0px;
	list-style: none;
	}
#leftcolumn li{
	margin-left: 10px;
	padding-left: 10px;
	font-size: .8em;
	}
#leftcolumn li a{
	color: #000000;
	}

#leftcolumn #smilebox {
	height: 230px;
	width: 170px;
	background-repeat:no-repeat;
	}
#leftcolumn #smilebox.blue {
	background-image:url(../images/smiles_blue.png);
	}
#leftcolumn #smilebox.orange {
	background-image:url(../images/smiles_orange.png);
	}
#leftcolumn #smilebox.lime {
	background-image:url(../images/smiles_lime.png);
	}
#leftcolumn #smilebox.purple {
	background-image:url(../images/smiles_purple.png);
	}
#leftcolumn #smilebox.red {
	background-image:url(../images/smiles_red.png);
	}
#leftcolumn #smilebox p {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: .9em;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	}
#centercolumn {
	float: left;
	width: 366px;
	}
#centercolumn h3 {
	margin: 0;
	padding: 10px 0px 0px 30px;
	font-size: .9em;
	font-weight: normal;
	}
#centercolumn h3 a{
	color: #000000;
	}
#centercolumn p {
	margin: 0;
	padding: 0px 0px 5px 30px;
	font-size: .8em;
	}
#centercolumn p.orange {
	margin: 0;
	padding: 0px 0px 5px 30px;
	font-size: .8em;
	background-image: url(../images/semicircle_orange.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
#centercolumn p.blue {
	margin: 0;
	padding: 0px 0px 5px 30px;
	font-size: .8em;
	background-image: url(../images/semicircle_blue.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
#centercolumn p.lime {
	margin: 0;
	padding: 0px 0px 5px 30px;
	font-size: .8em;
	background-image: url(../images/semicircle_lime.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
#centercolumn p.purple {
	margin: 0;
	padding: 0px 0px 5px 30px;
	font-size: .8em;
	background-image: url(../images/semicircle_purple.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
#centercolumn p.red {
	margin: 0;
	padding: 0px 0px 5px 30px;
	font-size: .8em;
	background-image: url(../images/semicircle_red.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
#centercolumn ul {
	margin-top: 0;
	padding-left: 30px;
	}
#centercolumn ol {
	margin-top: 0;
	padding-left: 30px;
	}	
#centercolumn li {
	font-size: .8em;
	}
#rightcolumn {
	float: right;
	width: 190px;
	background-repeat:no-repeat;
	}
#rightcolumn.orange {
	border: 0;
	border-top: 55px solid #f17e21;
	}
#rightcolumn.blue {
	border: 0;
	border-top: 55px solid #2194d6;
	}
#rightcolumn.lime {
	border: 0;
	border-top: 55px solid #8FC744;
	}
#rightcolumn.purple {
	border: 0;
	border-top: 55px solid #a90475;
	}
#rightcolumn.red {
	border: 0;
	border-top: 55px solid #ee252d;
	}
#rightcolumn div.purple {
	background-color: #94339C;
	width: 188px;
	color: #FFFFFF;
	margin: 10px 1px 10px 1px;
	}
#rightcolumn div.purple a{
	color: #FFFFFF;
	}
#rightcolumn div.red {
	background-color: #cb2112;
	width: 188px;
	color: #FFFFFF;
	margin: 10px 1px 10px 1px;
	}
#rightcolumn div.red a {
	color: #FFFFFF;
	}
#rightcolumn h2 {
	margin: 0;
	padding: 10px 0px 0px 10px;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333333;
	}
#rightcolumn h3 {
	margin: 0;
	padding: 10px 10px 0px 10px;
	font-size: .9em;
	font-weight: normal;
	}
#rightcolumn h3 a{
	color: #000000;
	}
#rightcolumn p {
	margin: 0;
	padding: 0px 10px 5px 10px ;
	font-size: .7em;
	}

#rightcolumn .small {font-size: .6em}
#footer {
	clear: both;
	width: 726px;
	height: 90px;
	}
#footer p.address {
	font-size: .6em;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 23px;
	padding-left: 20px;
	
	}
#footer p.links {
	font-size: .6em;
	text-transform: uppercase;
	color: #76787b;
	font-weight: bold;
	margin-top: 10px;
	padding-left: 20px;
	}
#footer p.links a{
	color: #76787b;
	font-weight: bold;
	text-decoration: none;
	}
.rightpic {
	float: right;
	margin-left: 10px;
	}
.leftpic {
	float: left;
	margin-right: 10px;
	}
.small {font-size: 70%;}
