@charset "UTF-8";
/* CSS Document */
html {
	
}

body {
	background: #e2e2e2 url('/img/bgfade.jpg') repeat-x;	
	overflow-y: scroll;	
	font: normal 15px "proxima-nova", Arial;
	
}

#head {
	
	background: url('/img/head2.png') top center no-repeat;
	height: 109px;
	width: 1020px;
	margin: 0px auto;
	position: absolute;
	top: 0px;
	left: 0px;
	
}

#homelink {
	position: absolute;
	left: 17px;
	width: 180px;
	height: 100px;	
}

#homelink2 {
	position: absolute;
	left: 197px;
	width: 420px;
	height: 65px;	
}


H1 {
	font-size: 33px;
	font-weight: 700;
	padding: 5px 0 5px;
	margin-bottom: 15px;
}

H3 {
	font-size: 14px;	
	margin: 7px 0px 0px;
	font-weight: 600;
}

H3 a {
	color: #000000;
	text-decoration: none;
}

H3 a:hover {
	color: #e31e25;
	text-decoration: underline;	
}

A {
	color: #e31e25;
	font-weight: bold;
	text-decoration: none;	
}

A:hover {
	text-decoration: underline;
	color: #5a5a5a;
}

.grid_4>DIV, .grid_3>DIV {
	margin: 10px;	
}


.grid_4>DIV.block, .grid_3>DIV.block {
	margin: 15px 0px 0px;	
}

.blockImage {
	margin:0px;	
}

.blockText {
	margin: 10px 10px 0px;
	font-size: 14px;
}

.blockText P {
	margin-bottom: 5px;
}

.blockMore {
	text-align: right;
	margin: 10px;
}


/*breadcrumbs*/

#breadcrumbs {
	font-size: 13px;
	color: #8a8a8a;
	font-weight: 600;
}


#breadcrumbs a {
	color: #8a8a8a;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #333333;
	text-decoration: underline;	
}


#pagebody {
	padding: 0 10px;	
}

#pagebody IMG#bannerImage, #pagebody IMG#sideImage {
	border: 3px solid #b3b3b3;	
}

#pagebody IMG[align='left'] {
	margin: 5px 10px 5px 0;
}

#pagebody IMG[align='right'] {
	margin: 5px 0 5px 10px;	
}


/* menu styling */

/* remove any previously set margins and paddings */
#sitemenu * { margin: 0; padding: 0; }

#sitemenu {
	font-weight: 600;
	
	position: absolute;
	left: 202px;
	top: 77px;
	
	font-size: 17px;
	color: #ffffff;
	text-shadow: 1px 1px 0.5px #333333;
}

/* set width/height on <li>, <a>, <li><ul> */
#sitemenu ul li {
	padding-bottom: 9px;
	cursor: pointer;
}

#sitemenu li li a, #sitemenu li li, #sitemenu li li ul { xheight: 25px; padding: 2px 5px;}



/* remove <li> list styling off */
#sitemenu li { list-style: none; margin-right: 15px; }

/* display <a> as block */
#sitemenu a {
	display: block;
	color: #ffffff;
}

/* set <li> position */
#sitemenu li { float: left; position: relative; }

#sitemenu li ul li.hasChildMenu > span > a {

	background: url('/img/childmenu.png') no-repeat right;

}

/* set position of <ul> in <li> */
#sitemenu li ul { top: 29px; left: -10px; position: absolute; }

/* position child <ul> */
#sitemenu li ul ul { margin: -28px 0px 0px 126px; }

/* set visibility of <ul> in <li> */
#sitemenu li ul { display: none; }

#sitemenu li ul li {
	background: url('/img/menubg.png') #333333;
	border-bottom: 1px solid #ccc;
}

#sitemenu li ul li a {
	width: 150px;
	
	xcolor: #ffffff;
}



.paneltitle {
   font-size: 14px;
    font-weight: 600;
    margin: 7px 0 0;
	border-bottom: 3px solid #e6e6e6;
}

.panelbody UL LI {
	list-style: none;
	margin: 2px 0 0 5px;
	padding: 0;
	font-size: 14px;
}

.panelbody UL LI:before {
	content: "» ";
}

.lightboxThumbnail {
	float: left;
	margin-left: 4px;
	margin-top: 4px;
	border: 2px solid #e6e6e6;	
}


.panelbody UL LI A {
	text-decoration: none;
	color: #333333;
}

.panelbody UL LI A:hover {
	text-decoration: underline;	
}

#sitemenu li ul li a:before {
	content: "» ";
}

#sitemenu .menuItem {
	
	cursor: pointer;
	 font-weight: 600;
}

#sitemenu .menuItem a {
	font-weight: 600;
	text-decoration: none;
}

#sitemenu ul ul .menuItem a {
	font-size: 13px;
	line-height: 17px;
	xfont: 11px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

#sitemenu  a:hover {
	text-decoration: underline;	
}

.calendarlist_dateheader {
	font-size: 13px; 
	border-bottom: 1px solid #666666; 
	margin-top: 10px
}

.calendarlist_entry {
 	font-size: 13px; 
 	margin-top: 5px;
}

/* search form */

.grid_4 #searchForm INPUT[type="text"] {
	width: 210px;	
}

.grid_3 #searchForm INPUT[type="text"] {
	width: 135px;	
}


.zend_form INPUT[type="text"] {
	
	border: 1px solid #8a8a8a;
	padding: 3px;
	
}