@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
	background-color: #FFFFFF;
}

h1 {
	font-size: 21px;
	color: #719a45;
	padding: 0px;
	margin: 0px;
}

h1.subTitle {
	font-size: 30px;
	color: #6699ff;
	padding: 0px;
	margin: 0px;
}

#search {
	border: 1px solid #a2b2de;
	height: 19px;
	padding: 0px;
	margin: 0px;
}

#language {
	background-image: url(/images/language.png);
	background-repeat:no-repeat;
	width:176px;
	height:36px;
	padding-top: 8px;
	text-align:right;
	font-size: 10px;
	color: #666666;
	float:right;
}

a#languagelink:link {
	font-size: 10px;
	color: #666666;
	text-decoration:none;
}

a#languagelink:hover {
	font-size: 10px;
	/* color: #aedd0e; */
	color: #579bde;
}


/* main nav */
#gumbymenu {
	background-image:url(/images/menu.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size: 14px;
	height: 45px;
	color: #3366cc;
	top: 12px;
}

#gumby:link {
	color: #000000;
	height: 45px;
}

#gumby:hover {
	color: #FFFFFF;
	background-image:url(/images/menubg_hot.gif);
	background-repeat:repeat-x;
	height: 45px;
}

li#gumby {
	float: left;
	/* padding-right: 38px; */
	padding-left: 6px;
	list-style:none;
	position:relative;
	left: 10px;
	height: 45px;
}

a.gumbylink:link {
	color: #3366cc;
}

a.gumbylink:visited {
	color: #3366cc;
}

a.gumbylink:hover {
	color: #FFFFFF;
}

/* end main nav */

/* main nav - herb version*/
#gumbymenu2 {
	background-image:url(/images/menubg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size: 14px;
	height: 46px;
	color: #3366cc;
	top: 12px;
}
#nav-left-border{
	background-image:url(/images/menuleft.gif);
	background-repeat: no-repeat;
	background-position:bottom left;
    height: 46px;
    padding-left: 9px;
}
#nav-right-border{
	background-image:url(/images/menuright.gif);
	background-repeat: no-repeat;
	background-position:bottom right;
    height: 46px;
    padding-right: 126px;
}
#nav-bg{
	background-image:url(/images/menubg2.gif);
	background-repeat: repeat-x;
	background-position:bottom;
    height: 46px;
}
#gumby2:link {
	color: #000000;
	height: 46px;
}

#gumby2:hover {
	color: #FFFFFF;
	background-image:url(/images/menubg_hot.gif);
	background-repeat:repeat-x;
	height: 46px;
}

li#gumby2 {
	background-image:url(/images/menudivide2.gif);
	background-repeat: no-repeat;
	background-position:bottom left;
	float: left;
	padding-right: 6px;/*30px;*/
	padding-left: 6px;
	list-style:none;
	position:relative;
	left: 10px;
	height: 46px;
}

a.gumbylink2:link, a.gumbylink2:visited {
    display:block;
    height: 30px;
	color: #3366cc;
    padding-top: 18px;
    padding-right: 22px;
    margin-top: -18px;
}
a.gumbylink2:hover, a.gumbylink2:active {
    display:block;
    height: 30px;
	color: #FFFFFF;
    padding-top: 18px;
    padding-right: 22px;
    margin-top: -18px;
}

/* end main nav */

#mainImage {
	background-image:url(/images/mainImage.png);
	background-repeat:no-repeat;
	width: 897px;
	height: 289px;
}

#mainWell {
	background-image:url(/images/mainWellbg.png);
	background-repeat:repeat-x;
	background-color: #6ba7de;
	width: 475px;
	height: 86px;
	float:right;
	margin-top: 5px;
	margin-right: 5px;
	font-size:11px;
	color: #FFFFFF;
	text-align:left;
}

#mainWell:hover {
	border-left: 5px solid #aedd0e;
	background-image:url(/images/mainWellbg_hot.gif);
	background-repeat:repeat-x;
}

#wellText {
	width: 220px;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	/* color: #002b54; */
}

#subwell {
	width: 259px;
	font-size: 11px;
	color: #666666;
}

#mainContent {
	font-size: 12px;
	line-height: 18px;
	padding-top: 20px;
}

#news {
	font-size: 12px;
	line-height: 18px;
	padding-top: 20px;
}

#newsLink {
	color: #719a45;
	padding-top: 12px;
	padding-bottom: 16px;
}

a.newsLink {
	color: #719a45;
}

a.newsLink:hover {
	color: #002b54;
}


/*  breadcrumb */
#breadcrumbwrap {
	background: #FFFFFF;
	color: #666666;
	padding: 10px 0px 10px 30px ;
	border-left: 9px solid #aedd0e;
	border-right: 126px solid #aedd0e;
	font-size: 10px;
}

a.breadcrumb:link {
	color: #6699ff;
	font-size: 10px;
	text-decoration: underline;
}

a.breadcrumb:visited {
	color: #6699ff;
	font-size: 10px;
	text-decoration: underline;
}

a.breadcrumb:hover {
	color: #719a45;
	font-size: 10px;
	text-decoration: underline;
}


/*  sub content */

#subContent {
	background: #FFFFFF;
	padding: 10px 0px 50px 30px ;
	border-left: 9px solid #aedd0e;
	border-right: 126px solid #aedd0e;
	font-size: 12px;
}

#subParagraph {
	width: 700px;
}


/*  footer  */

#footer1 {
	font-size: 11px;
	color: #666666;
	width: 540px;
	padding-left: 20px;
}
#footer2 {
	padding: 10px;
}
#footer3 {
	float: right;
	padding-right: 20px;
	text-align: center;
}

a.footerlink {
	font-size: 11px;
	color: #579bde;
}

a.footerlink:hover {
	color: #719a45;
}


/* herbs box styles | start */
.box-gray, .box-info, .box-error, .box-notice, .box-success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.box-gray{background:#EDEDED;color:#444444;border-color:#CCCCCC;}
.box-gray .img_panel{
	float:left;
	overflow:hidden;
	margin:5px;
	width:120px;
}
.box-info {background:#E0ECFF;color:#444444;border-color:#7799BB;}
.box-error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.box-notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.box-success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.box-error a {color:#8a1f11;}
.box-notice a {color:#514721;}
.box-success a {color:#264409;}

/* herbs box styles | stop */

dt {
    padding: 3px;
    padding-left: 10px;
    border-top: 1px dotted #AEDD0E;
    border-left: 4px solid #AEDD0E;
    border-right: 1px solid #AEDD0E;
    border-bottom: 1px dotted #AEDD0E;
}
dd {
    padding:5px;
    margin-bottom: 10px;
}

#skip a, #skip a:hover, #skip a:visited, #skip a:focus
{
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

/*  calendar events page styles */

#eventLeft {
	width: 600px;
	float: left;
}

#eventRight {
	width: 260px;
	float: left;
}

#eventBold, .eventBold {
	font-weight: bold;
	margin: 0px;
}

#eventRow1, .eventRow1 {
	background-color: #f5f8fd;
	border: 1px solid #6699ff;
}

#eventRow2, .eventRow2 {
	background-color: #eaf1ff;
	border: 1px solid #6699ff;
}
