/*
***********************************************************************
This style sheet created by K. Scott Gerstenberger
***********************************************************************
*/

@import url(../../commonStyle.css);

/* SITE SPECIFIC STYLE */



/* MODIFIED STYLE */
BODY                { background : #fff; color: #787756; font-size : 11px; }
TD    			    { font-size : 11px; }

.backGroundColor00	{ background : #fff; }		/* WHITE - Typically same color as content background */
.backGroundColor01	{ background : #eaead9; }	/* LIGHT KHAKI - Alternate background*/ 
.backGroundColor02	{ background : #d6d6b4; }	/* MEDIUM KHAKI - Typically for title banners */ 
.backGroundColor03	{ background : #87a45f; }	/* SAGE GREEN - Alt2 - sub banners */ 
.backGroundColor04	{ background : #87a45f; }	/* SAGE GREEN */ 


.pageTitle          { font-family : Pristina, Fantasy; font-size: 30px; font-weight: normal; padding: 0px; margin: 0px; }
.pageTitle2         { font-family : Pristina, Fantasy; font-size: 30px; font-weight: normal; padding: 0px; margin: 0px; }
.subTitle           { font-size: 13px; font-weight: normal; text-decoration : none; padding: 0px; margin: 0px; }


.pageTitle			{ color: #981616; font-size: 33px; }
.pageTitle2			{ color: #981616; font-size: 33px; }


A:LINK              { color: #536646; text-decoration: underline; }
A:VISITED           { color: #536646; text-decoration: underline; }
A:ACTIVE            { color: #536646; text-decoration: underline; }
A:HOVER             { color: #000; text-decoration: underline; }

.cal_SelectedDay		{ background : #fbfbe9; }
.subSectTitle       { color : #fff; }
	A.subSectTitle:LINK         { color : #fff; }
	A.subSectTitle:VISITED      { color : #fff; }
	A.subSectTitle:ACTIVE       { color : #fff; }
	A.subSectTitle:HOVER        { color : #fff; }

.list_Seperator     { border-top: 1px solid #536646; }

.topNavLinks    { color : #4F91BB; }
	A.topNavLinks:LINK      { color : #536646; }
	A.topNavLinks:VISITED   { color : #536646; }
	A.topNavLinks:ACTIVE    { color : #536646; }
	A.topNavLinks:HOVER     { color : #000; text-decoration : underline; }

.contentWindow_t		{ background: url(../image/contentBox/border_top.gif) 0 0 repeat-x; width: 100%; }
.contentWindow_b		{ background: url(../image/contentBox/border_bottom.gif) 0 100% repeat-x; }
.contentWindow_l		{ background: url(../image/contentBox/border_left.gif) 0 0 repeat-y; }
.contentWindow_r		{ background: url(../image/contentBox/border_right.gif) 100% 0 repeat-y; }
.contentWindow_bl		{ background: url(../image/contentBox/corner_bottom_left.gif) 0 100% no-repeat; }
.contentWindow_br		{ background: url(../image/contentBox/corner_bottom_right.gif) 100% 100% no-repeat; }
.contentWindow_tl		{ background: url(../image/contentBox/corner_top_left.gif) 0 0 no-repeat; }
.contentWindow_tr		{ background: url(../image/contentBox/corner_top_right.gif) 100% 0 no-repeat; padding: 6px; }
/*.contentWindow_txt		{ background: #fff url() 0 0 repeat-x; padding: 5px; font-size : 11px; font-weight: normal; text-decoration : none; }*/
.contentWindow_txt		{ padding: 5px; font-size : 11px; font-weight: normal; text-decoration : none; }
div.contentWindow_hr	{ background: url(../image/contentBox/separator-dots-dark.gif) repeat-x; margin-top: 5px; padding: 3px; }







.menuddl01 a, .menuddl01 a:visited {
text-decoration : none;
font-weight: bold;
border-top:0px solid #87a45f;
border-right:0px solid #87a45f;
border-left:0px solid #87a45f;
background:#eaead9;
color:#536646; 
}

.menuddl01 a:hover {
background:#87a45f;
color:#fff;
}
.menuddl01 :hover > a {
background:#87a45f;
color:#fff;
}
.menuddl01 ul ul {
top:23px;
}
.menuddl01 ul ul :hover > a {
background:#87a45f;
color:#fff;
}
.menuddl01 ul ul a.drop, .menuddl01 ul ul a.drop:visited {
background:#87a45f url(../../../../image/drop.gif) no-repeat bottom right;
color:#fff;
}
.menuddl01 ul ul :hover > a.drop {
background:#eaead9 url(../../../../image/drop.gif) no-repeat bottom right;
color:#536646;
}
.menuddl01 ul ul a.drop:hover{
background:#eaead9 url(../../../../image/drop.gif) bottom right no-repeat;
color:#536646;
}
.menuddl01 ul ul a, .menuddl01 ul ul a:visited {
border-top:1px solid #87a45f;
border-right:1px solid #87a45f;
border-left:1px solid #87a45f;
background:#87a45f;
color:#fff;
}
.menuddl01 ul ul a:hover {
background:#eaead9;
color:#536646;
}
.menuddl01 ul ul ul a, .menuddl01 ul ul ul a:visited {
background:#87a45f;
color:#fff;
}
.menuddl01 ul ul ul a:hover {
background:#eaead9;
color:#536646;
}


.frmINPUT				{ font-size : 11px; }
input,select,textarea	{ font-size : 11px; }
