body {
	margin: 0px;
	padding: 0px;
	background: #f1e1ce url(../_img/common/bodybg.jpg) no-repeat;
	background-position: top center;
	background-attachment: fixed;
	font:12px Helvetica, Arial, sans-serif;
	height: 100%;
}


/* PAGE HEADER STYLES */

#pagehead {
	margin-left: auto;
	margin-right: auto;
	width:999px;
	height:151px;
	background: url(../_img/common/head.png);
}
#pagehead a.home {
	display: block;
	width: 999px;
	height: 116px;
	text-decoration: none;
}

/* INDEX NAVIGATION STYLES */

#indnav {
	position: absolute;
	top: 151px;
	width: 999px;
	left: 50%;
	margin-left: -499px;
	
}
#indnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#indnav ul li {
	float:left;
	display: block;
	height: auto;
	padding: 0px;
}
#indnav ul li ul li {
	width: 143px;
	margin: 0px;
	padding: 0px;
}
#indnav li ul {
	display:none;
	margin-top:28px;
	margin-bottom:0px;
}
#indnav ul li ul li {
	border-top: solid 1px #123252;
	float: none;
	text-align: center;
	height: auto;
	max-width: 143px;
	margin: 0px;
	padding: 0px;
}
#indnav li:hover ul { display: block; }
#indnav li:hover ul, li.over ul { display: block; }
#indnav li ul li a {
	font: 10px Verdana;
	height: auto;
	padding: 5px 5px 5px 5px;
	display:block;
	width:auto;
	background-color: #0055a5;
	border-top: solid 1px #30618f;
	color: #dfd6c1;
	text-decoration: none;
	margin: 0px;
	line-height: 1.5em;
}
#indnav li ul li a:hover {
	background-color: #00396e;
	color: #fff;
}

a.indnav1 {
	background-image: url(../_img/common/nav.gif);
	background-position: 0px 0px;
	display: block;
	float: left;
	width: 143px;
	height: 28px;
	text-decoration: none;
}
a.indnav1:hover {
	background-position: 0px 28px;
}
a.indnav1on {
	background-image: url(../_img/common/nav.gif);
	background-position: 0px 0px;
	display: block;
	float: left;
	width: 143px;
	height: 28px;
	text-decoration: none;
	background-position: 0px 28px;
}

a.indnav2 {
	background-image: url(../_img/common/nav.gif);
	background-position: -142px 0px;
	display: block;
	float: left;
	width: 142px;
	height: 28px;
	text-decoration: none;
}
a.indnav2:hover {
	background-position: -142px 28px;
}
a.indnav2on {
	background-image: url(../_img/common/nav.gif);
	background-position: -142px 28px;
	display: block;
	float: left;
	width: 142px;
	height: 28px;
	text-decoration: none;
}

a.indnav3 {
	background-image: url(../_img/common/nav.gif);
	background-position: -284px 0px;
	display: block;
	float: left;
	width: 143px;
	height: 28px;
	text-decoration: none;
}
a.indnav3:hover {
	background-position: -284px 28px;
}
a.indnav3on {
	background-image: url(../_img/common/nav.gif);
	background-position: -284px 28px;
	display: block;
	float: left;
	width: 143px;
	height: 28px;
	text-decoration: none;
}

a.indnav4 {
	background-image: url(../_img/common/nav.gif);
	background-position: -427px 0px;
	display: block;
	float: left;
	width: 142px;
	height: 28px;
	text-decoration: none;
}
a.indnav4:hover {
	background-position: -427px 28px;
}
a.indnav4on {
	background-image: url(../_img/common/nav.gif);
	background-position: -427px 28px;
	display: block;
	float: left;
	width: 142px;
	height: 28px;
	text-decoration: none;
}

a.indnav5 {
	background-image: url(../_img/common/nav.gif);
	background-position: -570px 0px;
	display: block;
	float: left;
	width: 143px;
	height: 28px;
	text-decoration: none;
}
a.indnav5:hover {
	background-position: -570px 28px;
}
a.indnav5on {
	background-image: url(../_img/common/nav.gif);
	background-position: -570px 28px;
	display: block;
	float: left;
	width: 143px;
	height: 28px;
	text-decoration: none;
}

a.indnav6 {
	background-image: url(../_img/common/nav.gif);
	background-position: -714px 0px;
	display: block;
	float: left;
	width: 143px;
	height: 28px;
	text-decoration: none;
}
a.indnav6:hover {
	background-position: -714px 28px;
}
a.indnav6on {
	background-image: url(../_img/common/nav.gif);
	background-position: -714px 28px;
	display: block;
	float: left;
	width: 143px;
	height: 28px;
	text-decoration: none;
}

a.indnav7 {
	background-image: url(../_img/common/nav.gif);
	background-position: -856px 0px;
	display: block;
	float: left;
	width: 143px;
	height: 28px;
	text-decoration: none;
}
a.indnav7:hover {
	background-position: -856px 28px;
}
a.indnav7on {
	background-image: url(../_img/common/nav.gif);
	background-position: -856px 28px;
	display: block;
	float: left;
	width: 143px;
	height: 28px;
	text-decoration: none;
}

/* INTERIOR NAVIGATION STYLES */

#nav {
	width: 143px;
	top: -39px;
	position: absolute;
	z-index: 100;
}
#nav a,
#nav a:hover {
	text-decoration: none;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
}

#nav li {
	position: relative;
	text-align: center;
	height: auto;
	width: 143px;
	padding: 0px;
}

#nav ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

div#nav ul ul ul,
div#nav ul ul li:hover ul ul {
	display: none;
	border:solid 1px #123252;
}

div#nav ul ul li:hover ul,
div#nav ul ul ul li:hover ul
{display: block;}

#nav ul li {float: left; width: 100%;}
/* #nav ul li a {height: 1%;}  */

#nav li ul li ul li {
	border-bottom: solid 1px #123252;
}
#nav li ul li ul li a {
	font: 10px Verdana;
	line-height: 1.5em;
	padding: 5px 5px 5px 5px;
	display:block;
	width:100%px;
	background-color: #0055a4;
	border-top: solid 1px #306ca4;
	color: #dfd6c1;
	text-decoration: none;
}
#nav li ul li ul li a:hover {
	background-color: #00396e;
	color: #fff;
}
#nav li.btn {
	background:none;
	width: 143px;
}

a.nav1 {
	background-image: url(../_img/common/nav2.gif);
	background-position: 0px 0px;
	display: block;
	float: left;
	width: 143px;
	height: 29px;
	text-decoration: none;
}
a.nav1:hover {
	background-position: 143px 0px;
	text-decoration: none;
}
a.nav1on {
	background-image: url(../_img/common/nav2.gif);
	background-position: 143px 0px;
	display: block;
	float: left;
	width: 143px;
	height: 29px;
	text-decoration: none;
}

a.nav2 {
	background-image: url(../_img/common/nav2.gif);
	background-position: 0px -29px;
	display: block;
	float: left;
	width: 143px;
	height: 26px;
	text-decoration: none;
}
a.nav2:hover {
	background-position: 143px -29px;
	text-decoration: none;
}
a.nav2on {
	background-image: url(../_img/common/nav2.gif);
	background-position: 143px -29px;
	display: block;
	float: left;
	width: 143px;
	height: 26px;
	text-decoration: none;
}

a.nav3 {
	background-image: url(../_img/common/nav2.gif);
	background-position: 0px -55px;
	display: block;
	float: left;
	width: 143px;
	height: 26px;
	text-decoration: none;
}
a.nav3:hover {
	background-position: 143px -55px;
	text-decoration: none;
}
a.nav3on {
	background-image: url(../_img/common/nav2.gif);
	background-position: 143px -55px;
	display: block;
	float: left;
	width: 143px;
	height: 26px;
	text-decoration: none;
}

a.nav4 {
	background-image: url(../_img/common/nav2.gif);
	background-position: 0px -81px;
	display: block;
	float: left;
	width: 143px;
	height: 26px;
	text-decoration: none;
}
a.nav4:hover {
	background-position: 143px -81px;
	text-decoration: none;
}
a.nav4on {
	background-image: url(../_img/common/nav2.gif);
	background-position: 143px -81px;
	display: block;
	float: left;
	width: 143px;
	height: 26px;
	text-decoration: none;
}

a.nav5 {
	background-image: url(../_img/common/nav2.gif);
	background-position: 0px -107px;
	display: block;
	float: left;
	width: 143px;
	height: 41px;
	text-decoration: none;
}
a.nav5:hover {
	background-position: 143px -107px;
	text-decoration: none;
}
a.nav5on {
	background-image: url(../_img/common/nav2.gif);
	background-position: 143px -107px;
	display: block;
	float: left;
	width: 143px;
	height: 41px;
	text-decoration: none;
}

a.nav6 {
	background-image: url(../_img/common/nav2.gif);
	background-position: 0px -148px;
	display: block;
	float: left;
	width: 143px;
	height: 26px;
	text-decoration: none;
}
a.nav6:hover {
	background-position: 143px -148px;
	text-decoration: none;
}
a.nav6on {
	background-image: url(../_img/common/nav2.gif);
	background-position: 143px -148px;
	display: block;
	float: left;
	width: 143px;
	height: 26px;
	text-decoration: none;
}

a.nav7 {
	background-image: url(../_img/common/nav2.gif);
	background-position: 0px -174px;
	display: block;
	float: left;
	width: 143px;
	height: 41px;
	text-decoration: none;
}
a.nav7:hover {
	background-position: 143px -174px;
	text-decoration: none;
}
a.nav7on {
	background-image: url(../_img/common/nav2.gif);
	background-position: 143px -174px;
	display: block;
	float: left;
	width: 143px;
	height: 41px;
	text-decoration: none;
}

#nav ul li ul li ul {
	margin-top: -1px;
}

div.rednav {
	width: 123px;
	background: url(../_img/common/rednavtop.gif) repeat-x;
	background-position: 0px 176px;
	font: 10px Verdana;
	text-align: center;
	padding: 176px 10px 0px 10px;
}
div.rednav a {
	color: #d7afa2;
	text-decoration: none;
	display: block;
	width: 123px;
	padding: 6px 0px 6px 0px;
	border-top: dashed 1px #521f0f;
}
div.rednav a:hover {
	color: #fff;
	text-decoration: none;
}

/* MAIN CONTENT STYLES */

#main {
	margin: 0px;
	margin-top:28px;
	padding:0px;
	min-width: 1000px;
}
#main .mid {
	background: url(../_img/common/contentbg.png) repeat-y;
	background-position: top center;
	text-align: left;
}
#main .mid2 {
	background: url(../_img/common/contentbg2.png) repeat-y;
	background-position: top center;
	text-align: left;
}
#main .content {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#main .content2 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
/* Target Firefox */
@-moz-document url-prefix() { #main .content2 {  width: 1001px; } }
#main .top {
	background: url(../_img/common/contenttop.png) no-repeat;
	background-position: top center;
	height: 10px;
}
#main .top2 {
	background: url(../_img/common/contenttop2.png) no-repeat;
	background-position: top center;
	height: 10px;
}
#main .btm {
	background: url(../_img/common/contentbtm.png) no-repeat;
	background-position: top center;
	height: 38px;
}
#main .btm2 {
	background: url(../_img/common/contentbtm2.png) no-repeat;
	background-position: top center;
	height: 38px;
}
#main .btm3 {
	background: url(../_img/common/contentbtm3.png) no-repeat;
	background-position: top center;
	height: 38px;
}
#main .content2 .left {
	float: left;
	margin-left: 1px;
	width: 143px;
	position: relative;
}
#main .content2 .center {
	float: left;
	width: 650px;
	margin-left: 10px;
	line-height: 1.5em;
}
#main .content2 .center li {
	padding-bottom: 10px;
}
#main .content2 .right {
	float: left;
	width: 195px;

}

.right .tophead {
	background: url(../_img/common/rthead1.gif) no-repeat;
	width: 195px;
	font: bold 12px Helvetica, Arial;
	color: #dfd6c1;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: -39px;
}
.right .head {
	background: url(../_img/common/rthead2.gif) no-repeat;
	width: 195px;
	font: bold 12px Helvetica, Arial;
	color: #dfd6c1;
	height: 50px;
	line-height: 70px;
	text-align: center;
	margin-top: -5px;
}
.right .dept {
	font: 12px Helvetica, Arial;
	text-align: center;
	color: #a63f1e;
	padding:5px 10px 0px 10px;
}
.right .item {
	font: 11px Helvetica, Arial;
	margin:10px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #ccc;
	line-height: 1.3em;
}
.right a.cat {
	font-weight: bold;
	color: #0055a5;
	margin-bottom: 5px;
}
.right a {
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
	color: #000;
}
.right a:hover {
	text-decoration: underline;
}
.right .date {
	color: #666;
}
.right a.more {
	color: #0055a5;
	font-style: italic;
	margin-bottom:0px;
}
.right a.calmore {
	font-size: 11px;
	color: #0055a5;
	font-style: italic;
	margin-left:10px;
	margin-right: 10px;
}

.left .crumb {
	position: absolute;
	left: 153px;
	top: -30px;
	width: 630px;
	color: #a63f1e;
	font: 10px Verdana;
	overflow: hidden;
	height:12px;
}
.left a {
	color: #a63f1e;
	text-decoration: none;
}
.left a:hover {
	text-decoration: underline;
}
.left a.parent {
	font-weight: normal;
}

.center h1,
.center h2,
.logintop,
.addimagetop {
	font: bold 20px Helvetica, Arial;
	color: #0055a4;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 20px;
	clear: both;
}
.center h2,
.logintop {
	font-size:14px;
}
.addimagetop {
	font-size: 16px;
	color: #333;
}
.center h2 {
	color: #a73f1e;
}
.logintop {
	margin:0px;
	padding-left: 10px;
}
.addimagetop {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #eee;
}
.center ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.center p,
.center li {
	font: 11px Verdana;
	line-height: 1.5em;
	margin-right: 20px;
	margin-left: 10px;
}
.center ul.format {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.center ul.format li {
	font: 11px "Lucida Grande", Tahoma, sans-serif;
}
.center a {
	color: #a63f1e;
}
#whtbox {
	background: #fff;
	margin-top: 20px;
	padding: 10px 10px 10px 10px;
/*
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
*/
}
#whtboxend {
	position: absolute;
	bottom: -17px;
	left: 0px;
	background: #fff;
	height: 17px;
	width: 100%;
}
.hero {
	background: #0055a5;
	font: 10px Verdana;
	color: #fff;
	margin-left:10px;
	line-height: 1.5em;
}
#whtbox .hero {
	margin-left: 0px;
}
.hero .text {
	padding: 10px;
}
.hero .img {
	float: left;
}
.hero span.title {
	font-weight: bold;
	font-size: 12px;
/* 	color: #f8eedd; */
}

#whtbox h1 {
	font: bold 18px Helvetica, Arial;
	color: #a73f1e;
	margin-left:0px;
}
#whtbox h2 {
	font: bold 14px Helvetica, Arial;
	color: #a73f1e;
	margin-left: 0px;
}
#whtbox p {
	margin-left: 0px;
}
#whtbox,
#whtbox p {
	font: 11px Verdana;
	line-height: 1.5em;
}


/* INDEX PAGE STYLES */

#indlinks {
	
}
#indlinks a {
	text-decoration: none;
	display: block;
	float:left;
	margin-top: 10px;
}
#indlinks a.link1 {
	margin-top: 0px;
	width: 190px;
	height: 70px;
	background: url(../_img/index/_links/foundation.png) no-repeat;
}
#indlinks a.link2 {
	margin-top: 0px;
	float:right;
	width: 185px;
	height: 70px;
	background: url(../_img/index/_links/hlscc.gif) no-repeat;
}
#indlinks a.link3 {
	clear: both;
	width: 190px;
	height: 70px;
	background: url(../_img/index/_links/volunteer.gif) no-repeat;
}
#indlinks a.link4 {
	float:right;
	width: 185px;
	height: 70px;
	background: url(../_img/index/_links/career.jpg) no-repeat;
}


.slideshow {
	width: 585px;
	height: 330px;
}
#feature {
	width: 585px;	
}
#feature .item,
.feature .item {
	clear: both;
	padding-top: 10px;
	width: 585px;
}
#feature .item {
	height: 124px;
}
#feature .item .img,
.feature .item .img {
	float: left;
	width: 148px;
	height: 124px;
	background-color: #fff;
}
#feature .item .img a,
.feature .item .img a,
#searchbox .img a {
	width: 148px;
	height: 124px;
	display: block;
	text-decoration: none;
}
#feature .item .content,
.feature .item .content,
.content3 {
	float: left;
	width: 423px;
	margin-left: 10px;
	font-size:14px;
	color: #999;
}
.content3 {
	width: auto;
}
#feature .item .content {
	height: 124px;
}
#feature .item .content a,
.feature .item .content a,
.content3 a {
	text-decoration: none;
	color: #999;
}
#feature .item .content a:hover,
.feature .item .content a:hover {
	background: #fff;
}
/*
#feature .item .f:hover {
	color: #333
}
#feature .item .content a:hover h2 {
	color: #000
}
*/
h1.alt {
	color: #a73f1e;
	font-size: 16px;
}
#feature .item .content h1,
.feature .item .content h1,
.content3 h1 {
	color: #a73f1e;
	margin:0px 0px 10px 0px;
	line-height: normal;
	font-size:16px;
	font-weight: bold;
}
#feature .item .content h2,
.feature .item .content h2,
.content3 h2 {
	display: inline;
	font-size: 14px;
	color: #666;
	margin: 0px;
}
#feature .featnav {
	margin-top: 13px;
	width: 423px;
	height: 23px;
	background: #fff;
	position: absolute;
	bottom: 0px;
}
#feature .featnav a.more {
	width:auto;
	line-height: 23px;
	color: #999;
	text-decoration: none;
	font-size: 12px;
	margin-left: 5px;
}
#feature .featnav a.more span {	
	font-weight: bold;
	color: #1360a8;
}
#feature .featnav a.more:hover {
	color: #666;
}
#feature .featnav .boxes {
	position: absolute;
	top:4px;
	right: 0px;
	height: 15px;
	text-align: right;
}
#feature .featnav .boxes a.off {
	float: left;
	margin-right: 4px;
	display: block;
	width: 11px;
	height: 11px;
	border: solid 2px #f8eedd;
	background: #fff;
}
#feature .featnav .boxes a.off:hover {
	background: #f8eedd;
}
#feature .featnav .boxes a.on {
	float: left;
	margin-right: 4px;
	display: block;
	width: 11px;
	height: 11px;
	border: solid 2px #f8eedd;
	background: #f8eedd;
}

#indleft {
	width: 585px;
	float: left;
}
#indleft .content {
	width: 585px;
	margin: 0px;
}
#indright {
	width: 385px;
	float: left;
	margin-left: 9px;
}
#indright .content {
	width: 385px;
	margin: 0px;
}
#indright .content h1 {
	margin:0px;
	padding: 0px 0px 0px 10px;
	width: 385px;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	background: url(../_img/index/rthead.gif) no-repeat;
}
#indright .content #searchbox {
	background: #a73f1e;
	padding: 10px;
	color: #dfd2b4;
	margin-bottom: 10px;
}
#indright .content #searchbox .text {
	float: left;
	margin-left: 10px;
	width: 200px;
	font-size: 12px;
}
#searchbox .text a {
	color: #dfd2b4;
	text-decoration: none;
}
#searchbox .text a:hover {
	color: #fff;
	text-decoration: underline;
}
#indright .content #searchbox .img {
	float:left;
}
#indright .content #searchbox .sep {
	clear:both;
	height: 0px;
}
#indright .content #searchbox .search {
	margin-top: 10px;
	height: 23px;
	line-height: 23px;
	padding: 0px 5px;
	background: #dfd6c1;
	color: #a73f1e
}
#indright .content #searchbox .search input {
	height: 15px;
	width: 100%;
	border: 0px;
	background: #fff;
	font-size: 10px;
}
#indright .content .whnav {
	background: url(../_img/index/silvertab.gif) no-repeat;
	background-position: top left;
	height:22px;
	width:385px;
}
#indright .content .whnav a {
	font-size: 11px;
	color: #1360a8;
	text-decoration: none;
	font-weight: bold;
	background: url(../_img/index/silvertab.gif) no-repeat;
	display: block;
	height: 22px;
	width: auto;
	float:left;
	line-height: 22px;
	padding: 0px 10px 0px 10px;
}
#indright .content .whnav a.on {
	background: #fff;
}
#indright .content .whnav a:hover {
	color: #000;
}
#indright .content .whitebox {
	clear: both;
	padding: 10px;
	background: #fff;
	margin-bottom: 10px;
}
.whitebox a.link {
	text-decoration: none;
	color: #000;
	display: block;
	padding:5px;
}
.whitebox a.link:hover {
	background: #f5f5f5;
}
.whitebox .link .date {
	color: #999;
}
.whitebox a.more {
	font-style: italic;
	text-decoration: none;
	color: #1360a8;
}
.whitebox a.more:hover {
	text-decoration: underline;
}
.whitebox div.more {
	text-align: right;
	margin-top:5px;
}
.whitebox .item {
	border-bottom: dashed 1px #ddd;
}

/* FORM STYLES */

label {
	display:block;
	/* width: 100px; */
	width: 18%;
	text-align: right;
	float: left;
	padding-top:4px;
	margin-bottom:3px;
	margin-right: 5px;
}
label.chk {
	margin-top:0px;
	margin-left: 2px;
	text-align: left;
	width: auto;
	float: left;
	margin-right: 0px;
}
input[type="checkbox"] {
	margin-left:0px;
	margin-top:5px;
	float: left;
	margin-bottom: 3px;
}
input[type="text"],
input[type="password"],
input[type="file"],
textarea {
	/* width: 300px; */
	width: 80%;
	float: left;
	margin-bottom:3px;
}
textarea {
	padding: 2px 0px;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
	font: 11px "Lucida Grande", Tahoma, sans-serif;
	margin-right: 5px;
	margin-top:7px;
	float: left;
}
select {
	margin-right: 5px;
}
.admin {
	cursor: pointer;
	padding: 5px 20px;
	background: #808080;
	background: rgba(0,0,0,0.50);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 0px;
	border-style: none;
	color: #fff;
}
#calarrows .admin {
	background: rgba(0,0,0,0.25);
}
.admin:hover {
	background: #063FE9 url(../_img/common/adminbtn.gif) repeat-x;
	border: 0px;
	border-style: none;
	color: #fff;
}
#calarrows .admin:hover {
	background: #063FE9 url(../_img/common/adminbtn.gif) repeat-x;
}
#calarrows .admin:active,
.admin:active {
	background: #063FE9;
}
.clr {
	clear: left;
	height: 0px;
	font-size: 0px;
}
div.clearform {
	height:0px;
	clear:left;
}
form {
	font: 11px "Lucida Grande", Tahoma, sans-serif;
	color: #666;
	margin: 0px;
	padding: 0px;
}

/* COPYRIGHT STYLES */

#copyright {
	margin-top: -10px;
	height: 20px;
	line-height: 20px;
	font: 10px Verdana;
	color: #003f7a;
	text-align: center;
	width: 999px;
	margin-left: auto;
	margin-right: auto;
}
#copyright a {
	color: #003f7a;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
#copyright span {
	color: #fff;
}

/* IMAGE GALLERY */
a.galimg,
a.galimg2 {
	display:block;
	float:left;
	width: 80px;
	height: 80px;
	background-color: #e8dfcf;
	background-position: center;
	margin: 10px 10px 0px 0px;
	text-decoration: none;
}
a.galimg:hover,
a.galimg2:hover {
	width: 76px;
	height: 76px;
	border: solid 2px #fff;
	-moz-box-shadow: 0px 1px 6px #666;
	-webkit-box-shadow: 0px 1px 6px #666;
	box-shadow: 0px 1px 6px #666;
}
a.galimg2 {
	/*
width: 78px;
	height: 78px;
*/
	margin: 10px 11px 0px 0px;
}
a.galimg2:hover {
	/*
width: 74px;
	height: 74px;
*/
}

/* MISCELLANEOUS STYLES */

.userbox,
.editbox {
	font: 11px "Lucida Grande", Tahoma, sans-serif;
	text-align: center;
	line-height: 1.5em;
	background: url(../_img/common/blk75.png);
	background: rgba(0,0,0, 0.75);
	color: #fff;
	padding: 10px 6px 10px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: auto;
	cursor: default;
}
.userbox {
	float: right;
	position: absolute;
	top: 5px;
	right: 5px;
}
.editbox {
	margin-right: 10px;
	padding-left: 6px;
	margin-bottom: 15px;
	text-align: left;
	float: left;
}
.userbox span,
.editbox span {
	color: #777;
}
.userbox span.name {
	color: #fff;
	padding: 5px 5px 5px 16px;
	background: url(../_img/common/lock.gif) no-repeat;
	background-position: left center;
	font-weight: bold;
}
#displayname {
	color: #fff;
	font-weight: bold;
}
.userbox a,
.editbox a {
	padding: 5px 5px;
	background: transparent;
	color: #fff;
	text-decoration: none;
	width: auto;
	cursor: pointer;
}
.userbox a:hover,
.editbox a:hover {
	background: #063FE9 url(../_img/common/adminbtn.gif) repeat-x;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.userbox a:active,
.editbox a:active {
	background: #063FE9;
}
/*
a.edithover,
a.edithover:hover {
	padding: 5px 5px;
	background: #063FE9 url(../_img/common/adminbtn.gif) repeat-x;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;;
	text-decoration: none;
	width: auto;
	cursor: pointer;
}
*/
.editbox form {
	position:absolute;
}
.fancybox {
	margin:0px 8px;
	margin-right:18px;
	background:#e8dfcf;
	padding:10px;
	border:solid 1px #e8dfcf;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
#whtbox .fancybox {
	margin: 0px;
	background: #f0f0f0;
	border: solid 1px #f0f0f0;
/*
	background:#f8eedd;
	border:solid 1px #f8eedd;
*/
	padding:10px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
#whtbox .fancybox p {
	margin-left: 10px;
	margin-right: 10px;
}
#whtbox .fancybox h1 {
	margin-left: 10px;
	margin-right: 10px;
}
#whtbox .fancybox h2 {
	margin-left: 10px;
	margin-right: 10px;
}
a.adminlink {
	color: blue;
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	line-height: 1.5em;
}
a.file, .file, a.rellink {
	padding:2px 0px 2px 19px;
	margin-bottom:0px;
}
#right a.file, #right a.rellink {
	color: #000;
}
a.rellink {
	background: url(../_img/common/link.gif) no-repeat;
}
