@charset "utf-8";
body {
	background-color: #95BC52;
	background-image: url(../images/bgBody.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a.main:link,a.main:visited {
	color: #3B5B6A;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3D5A68;
}

.twoColFixRtHdr #container {
	width: 890px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #95BC52;
	background-image: url(../images/bgBody.jpg);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixRtHdr #header {
	width: 590px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 380px;
	background-color: #FFFFFF;
	background-image: url(../images/headHome.jpg);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #header h1 {
	margin: 380; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 380px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixRtHdr #sidebar1 {
	width: 190px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(../images/NavHome.jpg);
	background-repeat: no-repeat;
	border: 1px solid #FFFFFF;
	padding: 15px;
	float: right;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30;
	padding-left: 30px;
	width: 570px;
	background-image: url(../images/headHome.jpg);
	background-repeat: no-repeat;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #container #mainContent #subMainContent {
	padding-top: 250px;
	padding-right: 25px;
	padding-left: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #DCE5CE;
	border-bottom-color: #6B9030;
	border-left-color: #DCE5CE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 25px;
	margin-bottom: 30px;
}
.twoColFixRtHdr #container #mainContent #subMainContent h1 {
	font-family: Garamond, "Garamond Premr Pro", "Garamond Premr Pro Smbd", "Times New Roman", serif;
	font-size: 18px;
	font-weight: bold;
	color: #263A44;
	text-transform: uppercase;
	font-style: normal;
	padding-bottom: 5px;
}
.twoColFixRtHdr #container #mainContent #subMainContent #subnav2 {
	float: right;
	width: 175px;
	margin-left: 8px;
	border: 1px solid #9FBD67;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	margin-bottom: 8px;
	background-image: url(../images/NavHomeInner2.png);
}
.twoColFixRtHdr #container #mainContent #subMainContent dd {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 0px;
	margin-left: 20px;
	line-height: 16px;
}
.twoColFixRtHdr #container #mainContent #subMainContent dt {
	font-size: 12px;
	letter-spacing: .06em;
	color: #263A44;
}

.twoColFixRtHdr #container #mainContent #subMainContent #subnav2 a {
	color: #263A44;
	text-decoration: none;
}

.twoColFixRtHdr #container #mainContent #subMainContent h2 {
	font-family: Garamond, "Garamond Premr Pro", "Garamond Premr Pro Smbd", "Times New Roman", serif;
	font-size: 16px;
	font-weight: bold;
	color: #263A44;
	text-transform: uppercase;
}
.twoColFixRtHdr #container #mainContent #subMainContent li {
	line-height: 18px;
}
.twoColFixRtHdr #container #mainContent #subMainContent p {
	line-height: 16px;
}





.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* pop up navigation list*/
.twoColFixRtHdr #container #sidebar1 #subnav {
	background-image: url(../images/NavHomeInner.png);
	background-repeat: repeat-x;
	padding-top: 180px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #A8BE85;
	border-bottom-color: #6B9030;
	border-left-color: #A8BE85;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.twoColFixRtHdr #container #sidebar1 #subnav li {
	list-style-image: url(../images/navBullet.png);
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#navlist
{
	list-style-image: url(../images/navBullet.png);
	margin-left: 20px;
}

#active:hover li { display: block; }
#active li { display: none; }

#navcontainer
{
width: 210px;
}

#navcontainer a
{
	width: 200px;
	display: block;
	text-decoration: none;
	color: #263A44;
}
#navcontainer a:hover {
	color: #95BC52;
	text-decoration: underline;
}

/*
#navcontainer a:visited
{
color: gray;
background-color: gainsboro;
}

#navcontainer a:active
{
color: white;
background-color: gray;
}

#navcontainer a:hover
{
color: white;
background-color: gray;
}*/
a.subnav:visited,a.subnav:link   
{
	color: #263A44;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.buttonRemove {
	color:#263A44;
	background-color:#AAC38A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 84%;
	font-weight: normal;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #9FBD67;
	border-right-color: #707070;
	border-bottom-color: #707070;
	border-left-color: #9FBD67;
	padding: 1px;
 }   
#buttonCust {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #3B5A69;
	padding: 1px;
	height: 20px;
	border: 1px solid #D7DCE4;
}
#buttonCust200w {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #3B5A69;
	padding: 1px;
	height: 20px;
	width: 200px;
	border: 1px solid  #D7DCE4;
}

/* END pop up navigation list*/
.twoColFixRtHdr #container #mainContent #subMainContent #subnav2 li {
	list-style-image: url(../images/navBulletSm.png);
	line-height: 18px;
}
.twoColFixRtHdr #container #mainContent #subMainContent #subnav2 #current a{
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	padding: 2px;
	color: #96BC57;
}

.twoColFixRtHdr #container #sidebar1 {
	background-image: url(../images/NavHome.jpg);
}
.twoColFixRtHdr #container #sidebar1 {
	background-image: url(../images/NavHomeAdm.jpg);
	background-repeat: no-repeat;
}
.stafTitle {
	font-weight: bold;
	margin-top: 10px;
	text-indent: 0px;
}
.staffDetail {
	font-weight: normal;
	margin-top: 5px;
	text-indent: 15px;
	position: relative;
}
.staffSubDetail {
	font-weight: normal;
	left: 13px; 
	position: relative;
	
}
.dropDownWidth200 {
	width: 200px;
}
.button {
	color: #FFFFFF;
	background-color: #95BC52;
	padding: 2px;
	border: 1px solid #475F69;
	cursor: default;
	margin-top: 3px;
	font-size: 11px;
}
.twoColFixRtHdr #container #mainContent #subMainContent a {
	color: #3B5A6C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #263A44;
	text-decoration: none;
	padding-bottom: 1px;
}
.twoColFixRtHdr #container #footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.disclaimer {
	background-color: #ECF2E1;
	border: 1px solid #3B5661;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
/*  calendar code  */

.calendarSubhead {
	font-weight: bold;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BA3026;
	background: url(images/body_bg2.gif);
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999936;
	border-bottom-color: #999936;
	height: 20px;
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #395B65;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	height: 8px;
	padding: 4px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #A5BF76;
}

#calendar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C5E68;
	margin-top: 12px;
	border: 1px solid #A5BF76;
}
.calendarContent {
	padding: 4px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #405B62;
	vertical-align: top;
}
.twoColFixRtHdr #container #mainContent #subMainContent #calendar2 {
	padding: 7px;
	margin-top: 12px;
}

#calendarHeader {
	font-size: 18px;
	font-weight: bold;
	color: #FAF9E7;
	background-color: #A5BF76;
	padding: 7px;
	font-family: Garamond, "Garamond Premr Pro", "Garamond Premr Pro Smbd", "Times New Roman", serif;
}
.twoColFixRtHdr #container #mainContent #subMainContent #calendar .toprow {
	background-image: url(../images/body_bg2.gif);
	padding: 3px;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A3BE71;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #F9F9F2;
	text-align: center;
}
.twoColFixRtHdr #container #mainContent #subMainContent #calendar td {
	padding: 4px;
}

#calendarHeader2 {
	font-size: 18px;
	font-weight: bold;
	color: #FAF9E7;
	background-color: #999936;
	padding: 7px;
	font-family: Garamond, "Garamond Premr Pro", "Garamond Premr Pro Smbd", "Times New Roman", serif;
}
/*  end calendar code */
.twoColFixRtHdr #container #mainContent #subMainContent #criteria .dropDownWidth200 {
	margin: 4px;
	padding: 2px;
	text-align: center;
}
.twoColFixRtHdr #container #mainContent #subMainContent h3 {
	font-family: Garamond, "Garamond Premr Pro", "Garamond Premr Pro Smbd", "Times New Roman", serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #263A44;
}
.lightText {
	font-style: italic;
	color: #000000;
	border: 1px dotted #96BC55;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #FAFBF7;
}
.twoColFixRtHdr #container #footer a {
	color: #E6EFD6;
}

