body {
	color: #333;
	background: #d2d2d2 url(../../images/layout2/bg.gif)  repeat-y center center;
	text-align: center;
}

a {
	text-decoration: none;
 }

a:hover	{
	text-decoration: none;
}

a, a:link, a:active, a:visited {
	outline: none;
}

div#container {
	background-color: #fff;
}

div#innercontainer {
	width: 930px;
	text-align: left;
	border-color: #fff;
	border-style: solid;
	border-width: 0 10px;
	margin: 0 auto;
}


/* Photobar */

div#photobar {
	height: 120px;
	background-color: #999;
	border-bottom: 5px solid #fff;
	border-top: 8px solid #fff;
}

	div#sitetitle {
		font: 200% "Verdana", Arial sans-serif;
		display: block;
		float: left;
		margin: 55px 0 0 30px;
		padding: 0;
	}	
	
			div#sitetitle a {
				color: #fff;
		}
		
			div#sitetitle a:hover {
					border-bottom: 3px solid #fff;
					text-decoration: none;
		}
	
/* Horizontal Navigation */


div#navigation ul {
	padding: .6em 0 .5em 0;
	margin: 0;
	list-style-type: none;
	color: #FFF;
	width: 100%;
	font: normal 110% "Verdana", Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	}

div#navigation li { 
	display: inline; 
	}

div#navigation ul li a {
	text-decoration: none;
	color: #FFF;
	padding: .3em 2em;
 }

div#navigation ul li a:hover	{
	border-bottom: none;
	text-decoration: none;
	color: #fff;
}


/* Left Menu */

div#left {
    float: left;
    margin: 0;
    padding: 35px 0 45px 0;
    width: 170px;
    color: #ffffff;
}

div#left img {
		margin: 0 0 20px 8px;
		padding: 0;
	        border: 3px solid #ddd;
}

div#left div#innerleft {
	min-height: 600px;
}

div#left > div#innerleft {
	height: auto;
}
	div#left p {
	    margin: 0;
	}

	div#nav ul {
		list-style: none;
		display: block;
		padding: 0;
		margin: 0;
	}

		div#nav ul li {
			position: relative;
			height: 1px;
			margin: 0;
		}

	div#nav ul > li {
			height: auto;
		}

			div#nav ul li ul li {
				margin-bottom: 0;
			}

			div#nav ul li.current a {
	                        font-weight: bold;
				}

			div#nav ul li a {
	                        font-family: "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
				display: block;
				text-transform: uppercase;
				padding: 6px 0 6px 0;
				padding-left: 22px;
				border: none;
			}

			div#nav ul li a:hover {
			    background-color: #fff;
			}

				div#nav ul li ul li a {
	                            font-family: "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
				    font-weight: bold;
				    text-transform: none;
				    padding: 0 0 8px 0;
				    padding-left: 30px;
				}

				div#nav ul li ul li a:hover {
	                            background-color: #fff;
				}

					div#nav ul li ul li ul li a {
						font-size: 90%;
				                font-weight: normal;
						padding-left: 45px;
					}

					div#nav ul li ul li ul li a:hover {
						text-decoration: none;
					}

/* Content */

div#content {
        float: left;
	padding: 2em 1em 2em 2em;
	min-height: 700px;
	margin: 0;
        width: 720px;
}

	div#content h1 {
	    text-transform: normal;
	    font: normal 240% "Lucia", Times, serif;
	    margin-bottom: 14px;
	    padding: 0;
	    color: #938248;
	    border-bottom: 1px solid #938248;
	}

	div#content h2 {
		display: block;
		font-family: "Arial", Helvetica, serif;
		font-size: 170%;
		font-weight: normal;
		line-height: 100%;
		margin: 30px 0 6px 0;
		}

	div#content h3 {
		display: block;
		font-family: "Arial", Helvetica, serif;
		font-size: 130%;
		font-weight: normal;
		line-height: 100%;
		margin: 20px 0 6px 0;
	}

	div#content h3.orgs_list {
		margin-bottom: 15px;
	}

	div#content h4 {
		font-family: "Arial", Helvetica, serif;
		font-size: 110%;
		font-weight: normal;
		margin: 0 0 3px 0;
	}

	div#content h5 {
		font-size: 85%;
		font-weight: normal;
		text-transform: uppercase;
		padding: 0;
		margin: 0 0 2px 0;
	}

	div#content hr {
		height: 1px;
		background-color: #ccc;
		color: #ccc;
		border: 0;
		margin: 25px 0;
	}

	div#content p {
		margin: 0 0 2em 0;
	}

	div#content p.first {
		margin-top: 20px;
	}

	div#content blockquote {
		margin: 0 0 20px 30px;
	}

	div#content ol {
		margin-left: 35px;
	}

	div#content ul {
		list-style-type: disc;
		padding-left: 16px;
	}

		div#content ul li, div#content ol li {
			margin-bottom: 5px;
		}

		div#content ul ul {
			list-style-type: circle;
			margin-bottom: 0;
		}

	div#content a, div#content a:link, div#content a:active, div#content a:visited {
		border-bottom: 1px dotted #999;
	}

	div#content a:hover {
		border-bottom: 1px solid #999;
	}

	div#content div.doc {
		display: block;
		height: 16px;
		width: auto;
		background: transparent url(../../images/global/doc.gif) no-repeat left top;
		padding-left: 22px;
		border-bottom: none;
		margin: 0 0 5px 0;
	}

	div#content div.pdf {
		display: block;
		height: 16px;
		background: transparent url(../../images/global/pdf.gif) no-repeat left top;
		padding-left: 22px;
		border-bottom: none;
	}

	div#content .small {
		font-weight: normal;
	}
	


/* right features */

div#feature {
   float: right;
    margin: 0;
    padding: 1em;
    width: 285px;
    color: #000;
    }

div#feature h1 {
	font: normal 160% "Lucia", Times, serif;
	margin: 30px 0 5px 0;
	padding: 5px 12px;
	background-color: #666;
}

div#feature h2, div#feature h3, div#feature h4, div#feature h5 {
	font: normal 120% "Lucia", Times, serif;
	margin: 0 0 .8em 0;
	padding: 0;
}

div#feature h2 {
	font: normal 140% "Helvetica", Verdana, Arial, sans-serif;
	padding-top: 15px;
	margin-bottom: 10px;
	}	

div#content div#feature h3 {
	font-size: 140%;
	}

div#feature h4 {
	font-size: 120%;
}

div#feature .box h3 {
	font: normal 200% "Lucia", Times, serif;
	margin: 0 0 .8em 0;
	padding: 0;
}
	
div#feature p, div#feature blockquote {
	margin: 0 0 5px 0;
	padding-right: 5px;
}

div#feature blockquote {
	padding-left: 1em;
	border-left: 1px solid #ccc;
}
div#feature hr {
		height: 1px;
		background-color: #ccc;
		color: #ccc;
		border: 0;
		margin: 25px 0;
	}

div#feature p {
		line-height: 140%;
		margin: 0 0 18px 0;
	}

div#feature .box {
	margin: 0;
	padding: 15px;
	background-color: #ddd;
}
	
div#feature .box h3 {
	font: normal 200% "Lucia", Times, serif;
	margin: 0 0 .8em 0;
	color: #fff;
	padding: 0;
}

/* Footer */


div#footer {
	font: 92% Arial, Verdana, Trebuchet MS, sans-serif;
	padding: 20px;
	height: 120px;
	background-color: #6c6c6c;
	border-top: 5px solid #fff;
	border-bottom: 8px solid #fff;
}

div#footer-links {
	width: 550px;
	float: left;
        padding-bottom: 10px;
}

div#global-footer-links {
	width: 550px;
	float: left;
}

div#innerfooter{
    min-height: 75px;
	background-color: #6c6c6c;
}

	div#footer {
			text-align: left;
			margin: 0 auto;
		}

div#footer a {
	color: #aaa;
	border: none;
}

div#footer a:hover {
	color: #fff;
	background-color: transparent;
}

div#footer-links {
	width: 450px;
	float: left;
}

div#footer-links ul {
	clear: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

	div#footer-links ul li {
		float: left;
		margin: 0 .5em;
	}

		div#footer-links ul li a {
			display: block;
			padding: .3em .4em .4em 0;
		}

div#footer-contact {
	float: right;
	text-align: right;
	width: 200px;
	padding: 0 20px 0 0;
}

	div#footer-contact span {
		display: block;
		color: #fff;
		margin: .3em 0 .5em 0;
	}

	div#footer-contact span.name {
		color: #938248;
		font-weight: bold;
	}
	
div#closing {
	clear: both;
	color: #aaa;
	font-size: 92%;
	padding-top: 3em;
}

div#content div.two-column {
        float: left;
        clear: right;
        display: block;
	padding: 0 10px;
	margin: 0;
        width: 320px;
	}
	
/* Schedule */

table.schedule {
	margin: 1em 0 0 0;
}

	table.schedule th, table.schedule td {
		vertical-align: top;
		padding: .5em 0;
	}

	table.schedule th {
		width: 25%;
		font-variant: small-caps;
		font-weight: normal;
		padding-left: .4em;
	}

	table.schedule th.day {
		background-color: #ddd;
		font: small-caps bold 110% "Georgia", Times New Roman, Times, serif;
		padding: .2em .4em .4em .4em;
	}

	table.schedule td {
		font-weight: bold;
	}

		table.schedule td em, table.schedule td span.location, table.schedule td span.description {
			font-weight: normal;
		}

		table.schedule td span.location {
			font-variant: small-caps;
		}
	
	table.schedule tr.last th, table.schedule tr.last td {
		padding-bottom: 2em;
	}

	table.schedule span.highlight {
		background-color: #ddd;
	}


/* Member Listing */

div#content div.member {
	height: 9em;
	margin-bottom: 1em;
}

	div#content div.member img {
		float: left;
		border: 3px solid #ccc;
		margin: 0 15px 0 0;
	}

	div#content div.member a:hover img {
		border-color: #b9937d;
	}

	div#content div.member h3 {
		padding: 0 0 0 0;
		margin: 0 0 .2em 0;
	}
	
	div#content div.member ul {
		list-style: none;
		line-height: 145%;
		margin: 0;
	}

		div#content div.member ul li {
			padding: 0;
			margin: 0;
		}

	div#content div.nophoto {
		padding-left: 121px;
		height: auto;
	}

div#content div.contact {
	border-left: 2px dotted #d9d3c3;
	padding-left: 1em;
	margin: 1.3em 0;
}

	div#content div.contact p {
		margin: 0;
	}

	div#content div.contact p.name {
		color: #a28e77;
		font: bold 120% "Garamond", Times New Roman, Times, serif;
		letter-spacing: 0.05em;
		margin-bottom: .2em;
	}

	div#content div.contact p.dept {
		color: #a28e77;
		font-size: 110%;
		font-variant: small-caps;
	}

	div#content div.contact p.dept, div#content div.contact p.address {
		margin-bottom: .5em;
	}
	
	/* Gallery css */

div#content div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:508px; 
}
div#content div.content a, div#content div.navigation a {
	text-decoration: none;
	color: #777;
}
div#content div.content a:focus, div#content div.content a:hover, div#content div.content a:active {
	text-decoration: underline;
	border: none;
}
div#content div.controls {
	margin-top: 5px;
	height: 23px;
}
div#content div.controls a {
	padding: 5px;
}
div#content div.ss-controls {
	float: left;
}
div#content div.controls a {
	padding: 5px;
	text-decoration: none;
        border-bottom: none;
}
div#content div.controls a:hover {
	padding: 5px;
	text-decoration: none;
        background-color: #fff;
}

div#content div.nav-controls {
	float: right;
}

div#content div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 500px;
	height: 350px
}

div#content div.slideshow {
	clear: both;
}
div#content div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div#content div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div#content div.slideshow img {
	border: none;
	display: block;
}
div#content div.download {
	float: right;
}
div#content div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
div#content div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div#content div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div#content div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
div#content ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
div#content ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 0 5px 0;
	list-style: none;
}
div#content a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div#content ul.thumbs li.selected a.thumb {
	background: #eee;
}
div#content a.thumb:focus {
	outline: none;
}
div#content ul.thumbs img {
	border: none;
	display: block;
}

div#content div.pagination {
	clear: both;
        min-width: 500px;
}
div#content div.navigation div.top {
	margin-bottom: 12px;
    margin-left: 15px;
	height: 11px;
}
div#content div.navigation div.bottom {
	margin-top: 12px;
        margin-left: 15px;
}

div#content div.navigation a, div#content div.navigation a:link, div#content div.navigation a:active, div#content div.navigation a:visited {
		border-bottom: 1px solid #999;
		text-decoration: none;
	}
	
div#content div.navigation div.top a, div#content div.navigation div.top a:link, div#content div.navigation div.top a:active, div#content div.navigation div.top a:visited {
		border-bottom: 1px solid #999;
		text-decoration: none;
	}
	
div#content div.navigation div.bottom a, div#content div.navigation div.bottom a:link, div#content div.navigation div.bottom a:active, div#content div.navigation div.bottom a:visited {
		border-bottom: 1px solid #999;
		text-decoration: none;
	}
	
div#content div.pagination a, div#content div.pagination span.current {
	display: block;
	float: left;
	margin-left: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div#content div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div#content div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* Minimal Gallery Styles */
div#content div#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

div#content div#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

div#content div#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}

/* Forms */  

div#content input {
	background-color: #eee;
    	border-width:1px; 
    	border-bottom: 1px solid #cecece;
	border-right:1px solid #cecece;
    	font-size:1.1em; 
    	color:#000; 
    	width: 250px;
       	padding: 2px 0; 
        margin-top: 6px;
    	min-height:1.5em;
    	}
    	
    div#content select {
	width: 250px;
	background-color: #eee;
    	border-width:1px; 
    	font-size:1.1em; 
    	color:#000;
      	padding:2px; 
    	margin: 6px 0 0 0; 
    	min-height:1.5em; 
        }

   div#content input.radio {
    	cursor:pointer; 
 	display: inline;
	margin-right: 0.5em;
	width: 15px;
	text-align: left;
        border: none;
        vertical-align: bottom;
        background-color: none;
     	}

div#content input.radio, div#content input.checkbox {
	width: auto;
	height: auto;
	vertical-align: bottom;
	border: none;
        }

div#content input.phone1 {
	width: 101px;
	vertical-align: middle;
	text-align: center;
}

div#content input.phone2 {
	width: 130px;
	vertical-align: middle;
	text-align: center;
}

div#content input.phone3 {
	width: 130px;
	vertical-align: middle;
	text-align: center;
}

div#content input.submit {
	width: 120px;
	font-family: "Helvetica Neue",sans-serif;
	font-size: 98%;
	font-weight: bold;
        cursor:pointer; 
        background-color: #690a0a;
        color: #fff;
        }

div#content input.submit:hover {
	color: #eee;
	background-color: #4e0808; 
        }	

/* ---------------------------------------------------------------- 
 *  Tables
 * ----------------------------------------------------------------*/ 

div#content table {
	width:90%;
	border-top:1px solid #eee;
	border-right:1px solid #eee;
	margin:1.5em auto;
	border-collapse:collapse;
	}

div#content table td {
	border:1px solid #eee;
	vertical-align: middle;
	}

div#content table td {
	font-weight:normal;
	color:#333;
	border-bottom: 1px solid #eee;
	border-left:1px solid #eee;
	padding:.8em 1em;
	text-align:left;
	vertical-align: middle;
	}
				
div#content table th.column1 {
	background:#c3c3c3;
	font-weight:bold;
	text-align:left;
	border-bottom: 1px solid #eee;
	border-left:1px solid #eee;
	padding:.8em 1em;
        color: #333;
	vertical-align: middle;
	}

div#content table thead th {
	background:#dfdfdf;
	font-weight:normal;
	text-align:left;
	font:bold 1.2em/2em "Arial",Helvetica,sans-serif;
	border-bottom: 1px solid #eee;
	border-left:1px solid #eee;
	padding:.8em 1em;
        color: #333;
	}

tr.odd td	{
	background:#f6f6f6
	}

tr.odd .column1	{
	background:#f1f1f1;
	}

div#content table th tr p	{
	border: none;
	}
					

