﻿
/*
Design by Kerson Belizaire

*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3B3B3B;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: normal;
	color: #3F6ABF;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p {
	margin-top: 0;
	line-height: 180%;
}


a {
	text-decoration: none;
	color: #1F5EB3
}

a:hover {
}

/* Header */

#header-wrapper {
	background: #EBEBEB;
	/*border-bottom: 5px solid #87B4BE;*/
}

#header {
	clear: both;
	width: 1142px;
    height: 145px;
	margin: 0px auto;
}

/* Logo */

#logo {
	margin: 0px;
	padding: 30px 0px;
	color: #000000;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	margin: 0px;
	padding: 0px;
	text-transform: lowercase;
	font-size: 3.8em;
	color: #589DAC;
}

#logo p {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-family: 'Coda', cursive;
	color: #3B3B3B;
}

#logo p a {
	color: #3B3B3B;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #589DAC;
}


/* **********  begin header plus  ******************* */

#headerplus-wrapper {
	overflow: hidden;
	height: 45px;
    background-color:#660000;
	/*background: url(../images/img01.gif) repeat-x left top;*/
   
}

#headerplus {
	width: 1142px;
	height: 45px;
	margin: 0px auto;
	padding: 6px;
    
}

#headerplus a {
    text-decoration: none;
	color: #FFFFFF;
}


/* **********  End header plus  ******************* */


/* **********  begin Menu  ******************* */

#menuplus-wrapper {

	height: 45px;
	background-color: #FB7E03;

}

#menuplus {
	width: 1142px;
	height: 45px;
    margin: 0px auto;
	padding: 10px;
    
}

.jqueryslidemenu{
font: bold 12px Verdana;
background: #FB7E03;
margin: 0 auto;
width: 1142px;
height: 42px;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position:relative;
display:inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display:block;
background: #FB7E03; /*background of tabs (default state)*/
color: white;
padding: 8px 10px;
/*border-right: 1px solid #778;*/
color: #2d2b2b;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: #660000; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position:absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: #660000;
}




/* **********  End Menu  ******************* */


#page {
	overflow: hidden;
	width: 1142px;
	margin: 0px auto;
	padding: 30px 0px;
}



/* Content */

#content {
  	background: url('../images/redBg.png') no-repeat;
	float: right;
	width: 860px;
  /*padding: 10px 0px 0px 0px;*/
}
#content h2 {
	background: #85A689 url('../images/img06.jpg') no-repeat left top;
	height: 31px;
	padding: 9px 0 0 28px;
	font-size: 16px;
	color: #3F6ABF;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
	margin: 0px;
	color: #787878;
    background-color: #EBEBEB;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 20px;
}

#sidebar li li {
	border-bottom: 1px dashed #D4D18B;
	margin: 5px 10px;
	padding: 2px 0px;
	border-left: none;
}

#sidebar li li a {
	color: #3B3B3B;
}

#sidebar li li span {
	display: block;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	background: #2C2C2C url('../images/img04.jpg') no-repeat left top;
	height: 31px;
	padding: 9px 0 0 28px;
	font-size: 16px;
	color: #3F6ABF;
}


#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: #2F3739;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	color: #A0A0A0;
}

#footer a {
	color: #8A8A8A;
}


