/* defaults, globals, and miscellaneous
==============================================================================*/
* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	}
body {
	font-size: 62.5%; /* sets the stage for using ems */
	text-align: center;
	background: #fff url(images/bg-inner.gif) repeat-x;
	}
	.main{
	background: #fff url(images/bg-main.gif) repeat-x;
	}

hr {
	display: none;
	}
a {
	text-decoration: none;
	
	}
.clearHack {
	display: block;
	visibility: hidden;
	clear: both;
	height: 3px;
	}
#skipLink {
	display: none;
	}


/* inline images
==============================================================================*/
img {
	border: 0; /* removes border in case images get have anchor around them */
	background: none;
	}
	
.inline-img {
	text-align: left;
	font: normal 1.0em 'lucida grande',tahoma,sans-serif;
	color: #FF9300;
	padding: 25px 10px 0em 20px;
	}
	.inline-img img {
	padding: 3px;
	border: 0px solid #ccc;
	margin: 5px;
	background-color: #FFFFFF;
		}
	.noStyle img {
		padding: 0;
		border: 0 none;
		}
.right {
	float: right;
	margin: 1.3em 0 0 1em;
	}
.left {
	float: left;
	margin: 1.3em 2em 0 0;
	}
.center {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	}


/* site id and utility links
==============================================================================*/
h1 {
	position: relative;
	height: 70px;
	}
	h1 a {
		display: block;
		position: absolute;
		top: 20px;
		width: 420px;
		height: 46px;
		text-indent: -5000px;
		overflow: hidden;
		background: url(images/logo.jpg) no-repeat;
		}
#navUtilities {
	position: absolute;
	top: 35px;
	right: 230px;
	margin-left: 150px;
	font: normal 1.0em/1.0em 'lucida grande',tahoma,sans-serif;
	color: #796f65;
	}
	#navUtilities a {
		text-decoration: none;
		color: #ff9300;
		}
	#navUtilities a:hover {
		color: #eae7d2;
		}


/* layout setup
==============================================================================*/
#container,
#top-right,
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 768px;
	}
#top-right {
	z-index: 0; /* ensures dropdown is clickable */
	}
#container,
#wrapper {
	text-align: left;
	}
#obligatorySidebar {
	position: relative;
	float: right;
	margin: 0;
	width: 209px;
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 17px;
	}


/* content
==============================================================================*/
#content
{
	float: right;
	margin-top: 15px;
	width: 470px;
	min-height: 350px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	}
#container .full {
	width: 100%;
	}
.contentprojects {
	width: auto;
	}
#projects {
	float: center;
	margin-top: 15px;
	width: 650px;
	}
#content h2 {
	clear: none;
	margin: 0;
	padding-bottom: 3px;
	font: normal 2.4em/1em 'lucida grande',tahoma,sans-serif;
	color: #333333;
	text-transform: none;
	border: 0 none;
	}
#content h3 {
	margin: 1.3em 0 0 0;
	font: bolder 1.2em 'lucida grande',tahoma,sans-serif;
	text-transform: uppercase;
	color: #555;
	}
#content h4 {
	margin: 0 0 -1em 0;
	font: bold 1.2em 'lucida grande',tahoma,sans-serif;
	color: #555;
	}
#content h5 {
	font-size: 10px;
	display: block;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
#content p,
#content li {
	margin: 1.3em 0;
	font: normal 1.2em/1.6em 'lucida grande',tahoma,sans-serif;
	color: #777;
	}
	#content p.utilityLink {
		padding: .5em .4em .5em 25px;
		font-size: 1em;
		background: #d7ffcc url(/images/icon-cog.gif) 4px 50% no-repeat;
		border: 1px solid #c3d4be;
		}
	#content p.notice {
		padding: .5em 1em .5em 35px;
		font-size: 1.1em;
		background: #E7E4D1;
		border: 1px solid #ccc;
		}
#content li {
	margin: .7em 0;
	}
#content ol,
#content ul {
	padding: 0 2.5em;
	}
#content blockquote {
	margin: 1.3em 0;
	padding: 0 1.5em;
	font: italic 1.1em/1.3em georgia,serif;
	color: #999;
	}
#content dl {
	font: normal 1.2em/1.6em 'lucida grande',tahoma,sans-serif;
	color: #777;
	}
	#content dt {
		margin: 1.5em 0 0;
		font-weight: bold;
		color: #ff9300;
		}
	#content dd {
		margin: 0 15px 1em 15px;
		font-size: .91em;
		}
#content a {
	color: #FF9900;
	font-family: 'lucida grande', tahoma, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
	}
#content a:hover {
	color: #FF9900;
	text-decoration: underline;
	background: none;
	}
	#content .img a {
	background: none;
	}
	#content .img a:hover {
	background: #333;
	}
#content .details {
	font: normal 1.1em/1.4em 'lucida grande',tahoma,sans-serif;
	}
#content .finePrint {
	font-size: .9em;
	line-height: 1.6em;
	color: #999;
	}
#content .info {
	clear: both;
	padding: 5px 5px 5px 30px;
	background: #eee url(/images/icon-info.gif) 8px 50% no-repeat;
	border: 1px solid #ccc;	
	}
#content .info span {
	padding-right: 10px;
	}
#content .event h4 {
	margin-top: 3em;
	padding: 0 0 .4em 20px;
	text-align: right;
	font: normal 1.0em/1.6em 'lucida grande',tahoma,sans-serif;
	color: #ff9300;
	background: url(/images/icon-calendar_date.gif) 0 40% no-repeat;
	border-bottom: 1px solid #ccc;
	}
#content .event h4 span {
	float: left;
	font-size: 1.6em;
	color: #555;
	}
#content .campus {
	margin-bottom: 30px;
	}
	#content .campus h3 {
		font-size: 1.3em;
		text-transform: none;
		}
	#content .campus p,
	#content .campus ul {
		margin-left: 100px;
		padding: 0;
		}
	#content .campus li {
		margin: 0;
		list-style: none;
		padding-left: 15px;
		font-size: 1.1em;
		background: url(/images/arrow-miniorange.gif) 0 50% no-repeat;
		}
	#content .campus hr.clearHack {
		clear: none;
			}
.pastorProfile {
	position: relative;
	float: left;
	left: 15px;
	margin-bottom: 20px;
	width: 150px;
	min-height: 200px;
	text-align: center;
	}
	#content .pastorProfile p {
		font-size: 1.1em;
		line-height: 1.4em;
		}


/* sidebar
==============================================================================*/
#sideBar {
	position: relative;
	float: left;
	width: 238px;
	padding-top: 10px;
	border: 1px solid #dfdfdf;
	background-color: #C6D7D1;
	margin-top: 25px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(images/bg-sidebar_top2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
	#sideBar #bar-top {
	display: block;
	height: 5px;
	background: url(/images/bg-sidebar_top.gif) center top no-repeat;
	position: relative;
	margin: 0px;
		}
	#sideBar #sideBarBottom {
		display: block;
		margin-top: -10px;
		height: 10px;
		background: url(/images/bg-sidebar_bottom.gif) center top no-repeat;
		}
#sideBar h2,
#sideBar p,
#sideBar li {
	margin: 15px;
	font-family: 'lucida grande',tahoma,sans-serif;
	}
#sideBar h2 {
	margin-bottom: -15px;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #555;
	}
#sideBar p {
	font-size: 1.1em;
	line-height: 1.8em;
	color: #777;
	}
	#sideBar p.fineprint {
		font-size: 1.0em;
		line-height: 1.2em;
		color: #ccc;
		}
#sideBar ul,
#sideBar ol {
	margin: 0px;
	width:100%;
	}
#sideBar li {
	color: #777;
	font-size: 1em;
	}
#sideBar ul li {
	margin:0px;
	padding: 0px 15px;
	list-style: none;
	}
	#sideBar ul li :hover{
	list-style: none;
	background-color:#8AAEA2;
	color: #fff;
	text-decoration: none;
	}
	#sideBar ul li a{
	background: url(images/arrow-miniorange.gif) 0 .70em no-repeat;
	margin: 0px 10px;
	padding: 5px 15px;
	color:#51473D;
	list-style: none;
	border-bottom:1px solid #fff;
    display: block;
	}
	#sideBar ul li a:hover{
	list-style: none;
		background: url(images/arrowwhite.gif) 0 .70em no-repeat;
	background-color:#8AAEA2;

    display: block;
	}
	#sideBar ul li a.current{
	list-style: none;
		background: url(images/arrowwhite.gif) 0 .70em no-repeat;
	background-color:#8AAEA2;
color:#fff;
    display: block;
	}

#sideBar ul li  ul {
margin:0px; padding:0px;margin-left:0px;
width:auto

	}
#sideBar ul li  ul li {
margin-bottom:10px; 
margin-top:0px;
list-style: none;
	}
	#sideBar ul li  ul li:hover{
	list-style: none;
	background-color:#C6D7D1;
	color: #fff;
	text-decoration: none;
	}
	#sideBar ul li  ul li a{
	background: url(images/arrowwhite.gif) 0 .70em no-repeat;
	margin: 0px 10px;
	padding: 5px 15px;
	color:#51473D;
	list-style: none;
	border-bottom:1px solid #fff;
    display: block;
	}
	#sideBar ul li ul li a:hover{
	list-style: none;
	background: url(images/arrowwhite.gif) 0 .70em no-repeat;
	background-color:#8AAEA2;
    display: block;
	}
	#sideBar ul li ul li a.current{
	list-style: none;
	background: url(images/arrowwhite.gif) 0 .70em no-repeat;
	background-color:#8AAEA2;
color:#fff;
    display: block;
	}



#sideBar a {
	color: #FF9300;
	font-weight: bold;
	font-size: 1.3em;
	}
#sideBar a:hover {
	text-decoration: underline;
	color: #51473D;
	background-color: #E4E0DC;
	}
#sideBar .noStyle img {
	margin: 10px 0;
	}
	#sideBar .right img {
		position: relative;
		right: 15px;
		}
	#sideBar .left img {
		position: relative;
		left: 15px;
		}



/* sidebar2
==============================================================================*/
#sideBar2 {
	position: relative;
	float: left;
	margin: 25px 30px 0 0;
	width: 200px;
	background: #FFFFFF;
	padding-top: 5px;
	border: 0px;
	background-color: #FFFFFF;
	
	}
	#sideBar2 #bar-top {
		display: block;
		margin-bottom: -10px;
		height: 5px;
		background: none;
		}
	#sideBar2 #sideBarBottom {
		display: block;
		margin-top: -10px;
		height: 10px;
		background: url(/images/bg-sidebar_bottom.gif) center top no-repeat;
		}
#sideBar2 h2,
#sideBar2 p,
#sideBar2 li {
	margin: 15px;
	font-family: 'lucida grande',tahoma,sans-serif;
	}
#sideBar2 h2 {
	margin-bottom: -15px;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #555;
	}
#sideBar2 p {
	font-size: 1.1em;
	line-height: 1.8em;
	color: #777;
	}
	#sideBar2 p.fineprint {
		font-size: 1.0em;
		line-height: 1.2em;
		color: #ccc;
		}
#sideBar2 ul,
#sideBar2 ol {
	margin: 0px;
	width:100%;
	}
#sideBar2 li {
	color: #777;
	font-size: 1em;
	}
#sideBar2 ul li {
	margin:0px;
	padding: 0px 15px;
	list-style: none;
	}
	#sideBar2 ul li :hover{
	list-style: none;
	background-color:#8AAEA2;
	color: #fff;
	text-decoration: none;
	}
	#sideBar2 ul li a{
	background: url(images/arrow-miniorange.gif) 0 .70em no-repeat;
	margin: 0px 10px;
	padding: 5px 15px;
	color:#51473D;
	list-style: none;
	border-bottom:1px solid #fff;
    display: block;
	}
	#sideBar2 ul li a:hover{
	list-style: none;
		background: url(images/arrowwhite.gif) 0 .70em no-repeat;
	background-color:#8AAEA2;

    display: block;
	}
	#sideBar2 ul li a.current{
	list-style: none;
		background: url(images/arrowwhite.gif) 0 .70em no-repeat;
	background-color:#8AAEA2;
color:#fff;
    display: block;
	}

#sideBar2 ul li  ul {
margin:0px; padding:0px;margin-left:0px;
width:auto

	}
#sideBar2 ul li  ul li {
margin-bottom:10px; 
margin-top:0px;
list-style: none;
	}
	#sideBar2 ul li  ul li:hover{
	list-style: none;
	background-color:#C6D7D1;
	color: #fff;
	text-decoration: none;
	}
	#sideBar2 ul li  ul li a{
	background: url(images/arrowwhite.gif) 0 .70em no-repeat;
	margin: 0px 10px;
	padding: 5px 15px;
	color:#51473D;
	list-style: none;
	border-bottom:1px solid #fff;
    display: block;
	}
	#sideBar2 ul li ul li a:hover{
	list-style: none;
	background: url(images/arrowwhite.gif) 0 .70em no-repeat;
	background-color:#8AAEA2;
    display: block;
	}
	#sideBar2 ul li ul li a.current{
	list-style: none;
	background: url(images/arrowwhite.gif) 0 .70em no-repeat;
	background-color:#8AAEA2;
color:#fff;
    display: block;
	}



#sideBar2 a {
	color: #FF9300;
	font-weight: bold;
	font-size: 1.3em;
	}
#sideBar2 a:hover {
	text-decoration: underline;
	color: #51473D;
	background-color: #E4E0DC;
	}
#sideBar2 .noStyle img {
	margin: 10px 0;
	}
	#sideBar2 .right img {
		position: relative;
		right: 15px;
		}
	#sideBar2 .left img {
		position: relative;
		left: 15px;
		}









/* tcc network dropdown
==============================================================================*/
#mid {
	float: right;
	height: 39px;
	background: url(images/tccnet-bg.gif) repeat-x;
	}
#left {
	float: left; /* forces Mozilla to shrink form to size */
	background: transparent url(images/tccnet-bgleft.gif) no-repeat;
	border: 0 none;
	}
#right {
	float: left;
	height: 39px;
	background: transparent url(images/tccnet-bgright.gif) right top no-repeat;
	}
#txt {
	margin: 10px 25px 0;
	font-size: 12px;
	color:#fff;
	padding:5px 0px;
	}
#txt a{
text-decoratio:none;
color:#fff;
	padding:5px 10px;
	}
	#txt a:hover{
text-decoratio:none;
color:#ff9900;	}

/* top-level navigation
==============================================================================*/
#nav {
	height: 40px;
	margin-bottom: 7px;
	list-style: none;
	position:relative;
	}
	#nav ul{
    list-style-type:none;
    padding:0;
    margin:0 0px 0 0px;
    }


#nav li{
	float: left;
	margin-right: 1px;
	height: 28px;
	overflow: hidden; /* if text-resize, this'll keep the nav the same size */
	}
#nav li a , #nav ul li a.current {
	display: block;
	line-height: 28px;
	text-indent: -5000px;
	overflow: hidden;
	background-position: center top; /* horizontally centers the background image */
	}
    #nav ul li:hover ul, #nav ul li a.current ul,  #nav ul li.current ul,
    #nav ul a:hover ul{
    display:block;
    visibility:visible;
    top:26px;
    list-style: none;
    height: 25px;
    overflow:visible;
     margin-top:1px;
     }
#nav ul :hover ul li {
display:block; 
height:30px;
background: url(images/split.gif) right bottom no-repeat;
}
#nav ul :hover ul li a {
	display:block;
	height:2em;
	overflow:visible;
	text-indent: 0px;
	background-position: none;
	width:auto;
	float:left;
	padding:0 10px;
	font: normal 1.1em/2.7em 'lucida grande',tahoma, sans-serif;
	color: #7a6c5f;
}
#nav ul li.current ul li {
display:block; 
height:30px;
background: url(images/split.gif) right bottom no-repeat;
}

#nav ul li.current ul li a {
	display:block;
	height:2em;
	overflow:visible;
	text-indent: 0px;
	background-position: none;
	width:auto;
	float:left;
	padding:0 10px;
	font: normal 1.1em/2.7em 'lucida grande',tahoma, sans-serif;
	color: #7a6c5f;
}
#nav ul li.current ul li a:hover {
	color: #8AAEA2;
}
#nav ul :hover ul li a:hover {
	color: #8AAEA2;
}
#nav ul li.current ul li a.current{
	color: #ff9900;
	text-decoration:underline;
}

#nav ul li.current ul {
	visibility:visible;
	position:absolute;
	height:40px;
	top:2.5em;
}#nav ul ul {
visibility:visible;
position:absolute;
height:40px;
top:2em;
}
#nav table{
position:absolute;
border-collapse:collapse;
left:0;
top:0;
}


	#navHome {
		width: 76px;
		background: url(images/nav-home.gif) no-repeat;
		}
	#nav-company {
		width: 127px;
		background: url(images/company.gif) no-repeat;
		}
	#nav-projects {
		width: 109px;
		background: url(images/projects.gif) no-repeat;
		}
	#navCells {
		width: 115px;
		background: url(../hretail/images/nav-cells.gif) no-repeat;
		}
	#nav-developments {
		width: 148px;
		background: url(images/new.gif) no-repeat;
		}
	#nav-news {
		width: 102px;
		background: url(images/news.gif) no-repeat;
		}
	#nav-press {
		width: 95px;
		background: url(images/press.gif) no-repeat;
		}
	#nav-contact {
		width: 104px;
		background: url(images/contact.gif) no-repeat;
		}
#nav li a:hover {
	background-position: 50% -28px;
	}
	#nav li a.currentSection,
	#nav li a.currentSection:hover {
		background-position: 50% -56px;
		}


/* greeting (welcome/perspective)
==============================================================================*/
#greeting {
	float: right;
	width: 209px;
	background: #fff;
	border-right: 1px solid #ddd;
	}
#greetingTabs {
	clear: both;
	background: #eae7d2;
	height: 24px;
	}
	#greetingTabs span {
		display: block;
		float: left;
		height: 24px;
		overflow: hidden;
		}
	#welcomeTab {
		margin-right: 2px;
		width: 93px;
		cursor: pointer !important;
		background: url(../hretail/images/tab-welcome.gif) no-repeat;
		}
	#perspectiveTab {
		width: 161px;
		cursor: pointer !important;
		background: url(../hretail/images/tab-perspective.gif) no-repeat;
		background-position: center bottom;
		}
#welcome,
#perspective {
	display: block;
	position: relative;
	margin: 4px 5px 5px;
	width: 199px;
	height: 169px;
	overflow: auto;
	}
#welcome {
	background: url(../hretail/images/welcome-bg.gif) no-repeat;
	}
	#welcome h2 {
		display: none;
		}
	#welcome p {
		position: relative;
		float: right;
		right: 10px;
		margin: 75px 0 0 0;
		width: 112px;
		font: normal 1.0em/1.4 'lucida grande',tahoma,sans-serif;
		text-align: right;
		color: #555;
		}
	#welcome p a {
		display: block;
		margin-top: 2px;
		font-weight: bolder;
		text-decoration: none;
		text-transform: uppercase;
		color: #fff;
		}
	#welcome p a:hover {
		text-decoration: underline;
		}


#currently {
	position: relative;
	float: left;
	width: 535px;
	min-height: 195px; /* to force following elements down */
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFFFFF;
	margin-top: 17px;
	}
	#currently h2 {
		position: absolute;
		left: -16px;
		width: 16px;
		height: 100px;
		text-indent: -5000px;
		overflow: hidden;
				background: #eae7d2 url(images/h2-currently.gif) no-repeat;

		}
	#currently div {
		margin: 5px 0px 0 0px;
		}
	#currently span {
		display: block;
		font: normal 1em 'lucida grande',tahoma,sans-serif;
		text-align: center;
		color: #999;
		}
	#currently a {
		color: #2388ff;
		font-weight: bold;
		}
	
#news h2,
#events h2,
#services h2,
.feature h2 {
	padding-bottom: 3px;
	font: bold 1.2em/1em 'lucida grande',tahoma,sans-serif;
	color: #2B1D1C;
	border-bottom: 1px solid #ccc;
	}
	#services h2,
	.feature h2 {
		margin: 20px 15px 7px 10px;
		}


/* news & announcements
==============================================================================*/
#news {
	position: relative;
	float: left;
	min-height: 280px;
	height: auto;
	border-left: 1px solid #52483E;
	border-right: 1px solid #52483E;
	border-bottom: 1px solid #52483E;
	padding-bottom: 30px;
	}
.news-item {
	clear: both;
	margin: 10px 10px 15px 10px;
	border-bottom: 1px dashed #dfdfdf;
	padding-bottom: 10px;
	}
	#news .alert {
		padding: 5px;
		background: #ffc;
		border-top: 1px solid red;
		border-bottom: 1px solid red;
	}
#news h3 {
	margin-bottom: -0.3em;
	font: normal 1.3em/1.2em 'lucida grande',tahoma,sans-serif;
	}
	#news h3 span {
		font-size: 12px;
		}

#news .news-item p {
	margin: .5em 0 .5em 0;
	font: normal 1.0em/1.4em 'lucida grande',tahoma,sans-serif;
	color: #555;
	}

#news .withThumb h3,
#news .withThumb p {
	}

#news img {
	padding: 2px;
	background: #fff;
	}
	#news img.l {
		}
	#news img.r {
		}


/* events
==============================================================================*/
#events {
	float: left;
	width: 100%;
	font: normal 1.1em/1em 'lucida grande',tahoma,sans-serif;
	}
#events ul {
	width: 100%;
	list-style: none;
	}
#events li {
	margin: 0 0 0 10px;
	padding: 8px 3px;
	color: #555;
	border-bottom: 1px solid #eee;
	}
#events li span {
	float: right;
	}

#news a,
#events a {
	color: #434142;
	font-weight: bold;
	}
#news a:hover,
#events a:hover {
	text-decoration: underline;
	color: #333;
	background-color: #ffc;
	}

#news p.archiveLink,
#events p.archiveLink {
	clear: both;
	margin: 10px 0 10px 10px;
	border-top: 1px solid #ccc;
	}
	#news .archiveLink a,
	#events .archiveLink a {
		display: block;
		float: right;
		padding-right: 20px;
		color: #777;
		font: normal 9px/3em 'lucida grande',tahoma,sans-serif;
		}
#news .archiveLink a {
	background: url(../hretail/images/icon-document.gif) 100% 50% no-repeat;
	}
#events .archiveLink a {
	background: url(../hretail/images/icon-calendar.gif) 100% 50% no-repeat;
	}


/* service information
==============================================================================*/
#services {
	position: relative;
	float: left;
	width: 512px;
	min-height: 280px;
	height: auto;
	margin-top: 20px;
	background: url(images/bg-services.jpg) right top no-repeat;
	border-left: 1px solid #ddd;
	margin-bottom: 15px;
	}
#serviceInfo {
	position: relative;
	right: 0px;
	}
	#serviceInfo a {
		color: #8AAEA2;
		font-weight: bold;
		}
	#serviceInfo a:hover {
		text-decoration: underline;
		color: #333;
		background: #ffc;
		}
	#serviceInfo .left {
		position: relative;
		left: 15px;
		margin-right: 30px;
		}
	#serviceInfo h3 {
		margin: 15px 0 -5px 15px;
		font: normal 1.4em 'lucida grande',tahoma,sans-serif;
		color: #555;
		}
	#serviceInfo p {
		margin: 10px 0 10px 15px;
		font: normal 1.1em/1.45em 'lucida grande',tahoma,sans-serif;
		color: #777;
		}
	#serviceInfo ul {
	clear: left;
	margin: 10px 0 10px 15px;
	padding: 15px;
	list-style: none;
	font: normal 1.0em/1.4em 'lucida grande',tahoma,sans-serif;
	color: #555;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #E7E4D1;
		}
	#serviceInfo ul li {
		margin: 5px 0;
		}

/* footer
==============================================================================*/
#footer {
	position: relative;
	clear: both;
	padding: 10px 0 0px 0px;
	background: #1A1A1A url(images/bg-footer.jpg) repeat-x;
	}

#copyright {
	margin-top: 0;
	}

#copyright {
	width: 100%;
	background: #8AAEA2;
	border: 1px solid #797066;
	text-align: left;
	}
#copyright p {
	margin: 15px 10px;
	font: normal 1em/1.2em 'lucida grande',tahoma,sans-serif;
	color: #eae7d2;
	}
#copyright strong {
	font-size: 1.2em;
	font-weight: normal;
	color: white;
	}
#copyright a {
	font-weight: bold;
	color: #50463C;
	}
#copyright a:hover {
	text-decoration: underline;
	color: white;
	}
.style2 {font-size: 24px}
.style3 {
	font-size: 1.1em;
	line-height: 1.5em;
	}
/*LIGHTBOX css*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink {
	width: 49%;
	height: 100%;
	background: url(images/prevlabel.gif) left 15% no-repeat;
	display: block;
	}
#nextLink{
	width: 49%;
	height: 100%;
	background: url(images/nextlabel.gif) right 15% no-repeat;
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover {
	background: url(images/nextlabel.gif) right 15% no-repeat;
}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
.txt{
	padding-left:10px;
	font-size: 14px;
	color: #777777;
}
.orange{color:#ff9900}
td{padding-right:10px;}
td #ignore{border-bottom:1px solid #fff;}
/*Thumbnail Photos*/
.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #333333;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	}	

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}
.pdf{	color:#51473D;
}
/* sub navigation
==============================================================================*/
#subNav {
	list-style: none;
	min-height: 30px;
	}
	.audio #subNav {
		padding-left: 70px;
		}
	.events #subNav {
		float: right;
		padding-right: 110px;
		}
	.members #subNav {
		float: right;
		padding-right: 30px;
		}
	.bookstore #subNav {
		float: right;
		}
	#subNav li {
		float: left;
		padding: 0 15px;
		height: 30px;
		background: url(/images/divider-subnav_v.gif) right bottom no-repeat;
		}
		#subNav .last {
			background: none;
			}
		#subNav li a {
			display: block;
			font: normal 1.1em/2.7em 'lucida grande',tahoma, sans-serif;
			color: #7a6c5f;
			}
		#subNav li a:hover {
			text-decoration: underline;
			color: #2388ff;
			}
.style5 {
	font-size: 20px;
	color: #FF9900;
}
#sideBarEmpty {
	position: relative;
	float: left;
	margin: 25px 30px 0 0;
	width: 238px;
	padding-top: 10px;
}
