@charset "utf-8";
/* CSS Document */

a img { 
	border: none ;
}

a {
	text-decoration: underline;
	color: #717274;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

a.employ {
	color: #005e9d;
	text-decoration: underline;
	font-weight: bold;
}

a.employ:hover {
	color: #717274;
	text-decoration: underline;
	font-weight: bold;
}

p {
	padding: 0;
	margin-top: 0px !important;
	margin-bottom: 15px !important;
}

li.indent {
	margin-left: 50px;
}

li.indent2 {
	margin-left: 100px;
}

img.right {
	float: right;
	margin: 0 10px 10px 10px;
}

img.left {
	float: left;
	margin: 0 10px 10px 15px;
}
img.GoodShop {
	padding: 0px;
	margin: 0px 0px 0px 10px;
}


.clear {
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
}

ul.noBullet {
	padding: 0px;
	list-style-type: none;
	margin: 6px 0px 15px 0px;
}

ul.noBullet li {
	margin-bottom: 6px;
}

ul.admin {
	padding: 0px;
	margin:  0px 0px 20px 0px;
	list-style-type: none;
}

ul.admin li {
	padding: 0px;
	margin: 0px;
}

ul.contentList {
	margin-top: 6px;
}

ul.contentList li {
	padding-bottom: 12px;
}

.yellow {
 color: #C9AC39;
}
.green{
 color: #648426;
}
.blue{
 color: #005E9D;
}
.orange{
 color: #C15B1F;
}
input.donateButton {
	background-color: #C9AC39;
	/*width: 100px;*/
	border: 1px solid #FFFFFF;
	font-size: 12px;
	color: #FEFCFC;
	font-weight: bold;
}
#donateButtons {
	text-align: right;
	margin-top: 10px;
}





/***************************************/

body {
	/*margin: 0;*/
	background-color: #f5f6f6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #717274;
	font-size: 12px;
	line-height: 17px;
}

#wrapper {
	width: 940px;
	/*height: auto;*/
	margin: 0 auto 40px auto;
}

#container {
	margin: 50px 0 11px 0;
	width: 940px;
	/*height: auto;*/
	/*font-size: 12px;*/
	background-color: #fefcfc;
	border: 1px solid #b6bec3;
}


/* ---------------------------------- header ------------------------------------- */

#header {
	height: 169px;
	border-bottom: 1px solid #b6bec3;
	width: 940px;
}
#header img {
 	border:none;
}

#header p {
	display: none;
}

/* ---------------------------------- /header ------------------------------------- */



/* ---------------------------------- core and innercore ------------------------------------- */

#core {
	/*height: auto;*/
	width: 940px;
	min-height: 420px;
}

#home #core {
	background: url(../images/bg-core.png) repeat-x;
}

#home #innercore {
	width: 940px;
	margin: 0;
	border-style: none;
}

#innercore {
	position: relative;
	width: 868px;
	margin: 0 auto;
	border-left-style: solid;
	border-left-width: 36px;
	border-right-style: solid;
	border-right-width: 36px;
}

#about #innercore {
	/*background-color: #fefcfc;
	background-image: url(../images/bg_about_core.gif);*/
	border-left-color: #d6be65;
	border-right-color: #d6be65;
}

#services #innercore {
	/*background-image: url(../images/bg_services_core.gif);*/
	border-left-color: #648426;
	border-right-color: #648426;
}

#employment #innercore {
	/*background-image: url(../images/bg_employment_core.gif);*/
	border-left-color: #005e9d;
	border-right-color: #005e9d;
}

#news #innercore {
	/*background-color: #fefcfc;
	background-image: url(../images/bg_news_core.gif);*/
	border-left-color: #c15b1f;
	border-right-color: #c15b1f;
}

/*#about #core {
	background-color:#CCCC00;
}

#services #core {
	background-color:#339933;
}


#employment #core {
	background-color:#0066CC;
}

#news #core {
	background-color:#FFFFFF;
}*/

/* ---------------------------------- core and innercore ------------------------------------- */

/* -------------------------------------- page headers --------------------------------------- */

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: normal;
	line-height: 28px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#about h1,
#about h2,
#about h3 {
	color:#d6be65;
}
#services h1,
#services h2 {
	color:#648426;
}
#services h3 {
	color:#808284;

}
#employment h1,
#employment h2{
	color:#005e9d;
}
#employment h3 {
	color:#808284;
}
#news h1,
#news h2{
	color:#c15b1f;
}
#news h3 {
	color:#808284;
}
#home h1 {
	color:#FFFFFF;
}/* ----------------------------------- sidebar (side graphics) --------------------------------*/

#sidebar {
	width: 275px;
	height: 428px;
	float: left;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	background-repeat: no-repeat;
	/*padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;*/
}

#home #sidebar {
	background-image:url(../images/sidebar-home-autumn.png);
	margin-left: 35px;
}

#about #sidebar {
	background-image:url(../images/sidebar-about-autumn.jpg);
}

#services #sidebar {
	background-image:url(../images/sidebar-serv01.jpg);
}

#employment #sidebar {
	background-image:url(../images/sidebar-employment.jpg);
}

#news #sidebar {
	background-image:url(../images/sidebar-news.jpg);
}

/* ------------------------------------- /sidebar ----------------------------------------------*/


/* ---------------------------------- nav ------------------------------------------*/

#nav {
	position: absolute;
	font-size: 14px;
	left: 297px;
	top: 10px;
	width: 590px;
}

/* to account for side borders NOT on homepage, but on all subpages */
#home #nav {
	left: 333px;
}

#nav, 
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	line-height: 1;
	list-style-type: none;
}

#nav a {
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin-top: 5px;
}

#nav li { /* all list items */
	float: left;
	text-align: center;	/* width needed or else Opera goes nuts *//*********width is described for each button below***************/
	margin-right: 8px;
}
 
#nav li ul { /* second-level lists */
	position: absolute;
	/*background: orange;*/
	margin: 17px 0px 0px 0px;
	/*width: 200px;*/
	left: -9999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
 
#nav li.buttonAbout ul { /* second-level lists */
	/*position: absolute;*/
	background: #c8ad38;
	width: 160px;
	/*left: -9999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	display: block;
	margin: 17px 0px 0px 0px;
	padding: 7px 7px 7px 10px;
	border-bottom: 10px solid #decb7e;
}

#nav li.buttonAbout ul li { /* second-level lists */
	/*left: -9999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	display: block;
	width: 140px;
	text-align: left;
	background: url(../images/bullet_yellow.gif) no-repeat left top;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
} 

#nav li.buttonServices ul { /* second-level lists */
	/*position: absolute;*/
	background: #658426;
	width: 160px;
	/*left: -9999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	display: block;
	margin: 17px 0px 0px 0px;
	padding: 7px 7px 7px 10px;
	border-bottom: 10px solid #c4da9a;
}

#nav li.buttonServices ul li { /* second-level lists */
	/*left: -9999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	display: block;
	width: 140px;
	text-align: left;
	background: url(../images/bullet_green.gif) no-repeat left top;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
}

#nav li:hover ul, 
#nav li.sfhover ul { 
	left: auto;
} 

/*#nav li.buttonAbout ul li a {
	font-weight: normal;
}

#nav li.buttonAbout ul li a:hover {
	font-weight: bold;
}

#nav li.buttonServices ul li a {
	font-weight: normal;
}

#nav li.buttonServices ul li a:hover {
	font-weight: bold;
}*/



/* ---------------------------------- /nav ------------------------------------------*/


/*--------------------------------- buttons - rollovers - page indicators ---------------------------------*/

.buttonAbout {
	width: 80px;
	height: 25px;
	display: block;
	background-color: #decb7e;
	margin: 0px 10px 0px 0px;
}

.buttonAbout:hover {
	border-bottom: 10px solid #decb7e;
	background-color: #C9AC39;
}

#home .buttonAbout,
#about .buttonAbout {
	background-color: #C9AC39;
}

.buttonServices {
	width: 155px;
	height: 25px;
	display: block;
	background-color: #C4DA9A;
	margin: 0px 10px 0px 0px;
}

.buttonServices:hover {
	background-color: #648426;
	border-bottom: 10px solid #c4da9a;
}

#home .buttonServices,
#services .buttonServices {
	background-color: #648426;
}

.buttonEmploy {
	width: 185px;
	height: 25px;
	background-color: #B6CFE3;
}

.buttonEmploy:hover {
	background-color: #005E9D;
}

#home .buttonEmploy,
#employment .buttonEmploy {
	background-color: #005E9D;
}

.buttonNews {
	width: 110px;
	height: 25px;
	background-color: #ECCFBD;
}

.buttonNews:hover {
	background-color: #C15B1F;
}

#home .buttonNews,
#news .buttonNews {
	background-color: #C15B1F;
}

/* --------------------------------------------- /headers ----------------------------------- */




/* --------------------------------------------- content area ----------------------------------- */



#home #content {
	width: 555px;
	float: right;
	margin: 0px;
	padding: 135px 50px 0px 0px;
}

#content {
	width: 520px;
	float: right;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#about #content img {
	border: 1px solid #C9AC39;
}


#adminCol1 {
	margin: 10px 0 0 0;
	padding: 0px;
	float: left;
	width: 195px;
}

#adminCol2 {
	margin: 10px 0 0 0;
	padding: 0px;
	float: right;
	width: 320px;
}

#Col1 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 275px;
}

#Col2 {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 245px;
}

/* --------------------------------------------- /content area ----------------------------------- */



/* ---------------------------------- footer ----------------------------------------*/


#footer {
	background-color: #005e9d;
	height: 50px;
	width: 940px;
	clear: both;
	position: relative;
}

#footer ul {
	list-style: none;
	position: absolute;
	left: 42px;
	top: 19px;
	/*width: 325px;*/
	/*height: 1px;*/
	margin: 0px;
	padding: 0px;
}

#footer li {
	display: inline;
	border-right: 1px solid #FFF;
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 0px;
}

#footer li.last {
	border-right: none;
}

#footer li a {
 	text-decoration: none;
 	color:#FFF;
 	/*font-size: 12px;*/
	font-weight: bold;
}

#footer li a:hover {
 	text-decoration: underline;
}

#footer #help {
	position: absolute;
	width: 300px;
	left: 625px;
	top: 16px;
	height: 22px;
	color: #FFF;
}

#footer #help a {
	padding: 4px;
	background-color:#FFF;
	color: #808284;
	text-decoration: none;
}

#copyright {
	/**font-family: "Univers 55";***/
	font-size: 10px;
	float: left;
	color: #656666;
}

#disclosures {
	/**font-family: "Univers 55";***/
	font-size: 10px;
	float: right;
	color: #656666;
}

/* ---------------------------------- /footer ----------------------------------------*/


/*================= sIFR al rescante! http://www.mikeindustries.com/sifr/ =================*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced { visibility: visible !important; }
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}
.sIFR-hasFlash h1, .sIFR-hasFlash #home #content h2 span, { visibility: hidden }
