@charset "UTF-8";
/* CSS Document */

* {
	border:0;
	margin:0;
	padding:0;
	text-decoration:none;
}
body {
	border-top:12px solid #c17548;
	background-color:#fbf9ea;
	width:100%;
	text-align:center;
	font-family:Helvetica, Arial, sans-serif;
	color:#444;
	font-size:14px;
	line-height:21px;
}
div#orchNames {
	width:100%;
	text-align:center;
	margin:0 auto;
	background-image:url('/images/blue-banner.png');
	background-repeat:repeat-x; 
	background-position:top right;
	height:126px;
	border-bottom:1px solid #4e5b9f;
}
div#header {
	width:1000px;
	margin:0 auto;
	text-align:left;
	height:98px;
}
div#siteLine {
	width:100%;
	margin:0 auto;
	border-top:1px solid #c17548;
	height:2px;
}
div#site {  /* this is the menu bar with drop-down menu */
	width:100%;
	border-top:1px solid #e6bf9f;
	border-bottom:1px solid #c17548;
	height:26px;
	text-align:right;
	position:relative;
}
.wrapper {
	position:relative;
	width:1000px;
	margin:40px auto;
	text-align:left;
	color:#666;
}
div#menu2 {
	float:right;
	text-align:right;
	padding:65px 5px 0 0;
}
#menu2 li {
	list-style-type:none;
	padding:0 0 0 2px;
	display:inline;
	color:#c17548;
}	
#menu2 a:link, #menu2 a:visited {
	color:#c17548;
	text-decoration:underline;
	font-size:12px;
}
#menu2 a:hover {
	color:#ba794f;
}
div#logoAndTitle {
	padding:0;
}
img#logo {
	float:left;
}

/*//// Drop-down Menu //////*/

div#site1000 {
	width:1000px;
	margin:0 auto;
	height:26px;
	text-align:right;
	position:relative;
}
div#menu1 {
	height:26px;
	text-align:right;
	position:absolute;
	top:0;
	right:-5px;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:0;
	padding:0;
	list-style:none;
}
ul.sub-menu {
	position:absolute;
	top:-999em;
	width:14em;
	/*width:10em;  left offset of submenus need to match (see below) */
}
ul#sub-menu-1 {
	width:14em;
}
ul#sub-menu-2 {
	width:9em;
}
ul#sub-menu-3 {
	width:14em;
}
ul#sub-menu-4 {
	width:12em;
}
ul#sub-menu-5 {
	width:12em;
}
ul#sub-menu-6 {
	width:14em;
}
ul#sub-menu-7 {
	width:10em;
}
ul#sub-menu-8 {
	width:13em;
}
ul#sub-menu-9 {
	width:14em;
}
.sub-menu li {
	width:100%;
}
.sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:0;
	z-index:99;
}

/*// ICSOM Menu Skin //*/

.sf-menu {
	float:left;
	padding:5px 3px 0 3px;
}
.sf-menu li {
	margin-top:-5px;
	padding:0px;
	list-style:none;
	float:left;
	font-size:12px;
	position:relative;
	height:26px;
	border-left:1px solid #e6bf9f;
	background:none;
}
.sf-menu li.lastMenuItem {
	border-right:1px solid #e6bf9f;
}
.sf-menu a {
	display:block;
	position:relative;
	margin:0px;
	line-height:12px;
	padding:7px 10px 7px 10px;
	color:#1d3078;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	letter-spacing:1px;
	text-decoration:none;
}
.sf-menu a:link, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#1d3078;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:#f4e6d1;
	text-decoration:none;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:20px; /* overriding essential styles */
}
ul.sub-menu {
	margin-top:6px;
	margin-left:-1px;
	border-top:1px solid #e6bf9f;
	border-right:2px solid #e6bf9f;
	background:#f4e6d1;
}
ul.sub-menu li {
	margin-top:0;
	border-bottom:1px solid #e6bf9f;
}
.sub-menu a:link, .sub-menu a:visited {
	background:#f4e6d1;
	color:#1d3078;
}
ul.sub-menu li a:hover {
	color:#ba8050;
	background:#f4e6d1;
	text-decoration:none;
}


/*//// Text Styling, all pages //////*/

h2, h3 {
	text-transform:uppercase;
	color:#c17548;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	letter-spacing:1px;
	line-height:24px;
	font-weight:normal;
	padding-bottom:8px;
}
h3 {
	font-size:16px;
}
h4 {
	color:#1d3078;
	text-transform:uppercase;
	font-size:14px;
	padding:16px 0 5px 0;
}
h5 {
	color:#903;
	font-size:11px;
	letter-spacing:1px;
	font-style:italic;
	font-weight:normal;
	width:350px;
	line-height:15px;
	padding:10px 0;
}
h6 {
	background-color:#fbf9ea;
	font-size:12px;
	color:#ba794f;
	color:#c17548;
	text-decoration:underline;
	text-transform:uppercase;
	padding:10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
p {
	margin:0 0 17px 0;	
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.tinyText {
	font-style:italic;
	font-size:11px;
	line-height:15px;
}
.subTitle {
	text-transform:none;
	font-style:italic;
	font-weight:normal;
}
.left {
	position:relative;
	float:left;
	width:150px;
}
.center {
	position:relative;
	float:left;
	left:20px;
	width:595px;
	padding:0;
	min-height:350px;
}
.center ul, .center ol {
	list-style-position:inside;
}
.center ul {
	padding-bottom:17px;
}
p.close {
	margin-bottom:0;
}
.right {
	position:relative;
	float:right;
	right:0px;
	width:200px;
	text-align:left;
}
.right p, .right p a:link, .right p a:visited {
	color:#c17548;
	line-height:17px;
	margin:0 0 14px 0;	
}
.right p a:hover {
	color:#ba794f;
}
h5 a:link, h5 a:visited {
	color:#903;
	text-decoration:underline;	
}
h5 a:hover {
	color:#1d3078;
}
ul#leftNav {
	font-size:11px;
	color:#c17548;
	line-height:20px;
	margin:0;
	padding:0 0 0 2px;	
}
ul#leftNav li {
	list-style:none;
}
ul#leftNav a:link, ul#leftNav a:visited {
	color:#c17548;
}
ul#leftNav a:hover {
	text-decoration:underline;
	color:#ba794f;
}
ul#leftNav a.current:link, ul#leftNav a.current:visited, ul#leftNav a.current:hover {
	color:#1d3078;
	cursor:default;
	text-decoration:none;
}
p img, img.numGIF {
	padding-right:10px;
	vertical-align:sub;
}

/*//// Admin Tables //////*/

table {
	font-size:12px;
	background-color:#fbf9ea;
}
td {
	vertical-align:top;
}
table th {
	font-size:12px;
	text-align: center;
	padding: 2px 6px;
	background-color:#fdfbf6;
}
table.bordered {
	background-color:#ccc;
}
table.bordered td {
	padding: 3px 12px;
	background-color:#fff;
}
form {
	margin-bottom:30px;
}
input, textarea {
	width:200px;
	border:1px solid #ddd;
	margin:2px 0 8px 0;
	padding:3px;
	background-color:#fff;
	font:11px Verdana, Helvetica, Arial, sans-serif;
}
textarea {
	width:400px;
}
select {
	border:1px solid #ddd;
	margin:0;
	padding: 2px;
	background-color:#fff;
	font: 12px Verdana, Helvetica, Arial, sans-serif;
	margin-bottom:4px;
}
input:focus, textarea:focus { 
	outline:none;
	background-color:#fdfbf6;
}
table.bordered a:link, table.bordered a:visited {
	color:#1d3078;
	text-decoration:underline;
}
table.bordered a:hover {
	color:#000;
	text-decoration:underline;
}
p a:link, p a:visited {
	color:#1d3078;
	text-decoration:underline;
	font-weight:bold;
}
p a:hover {
	color:#903;
	text-decoration:underline;
}
input.formDate {
	width:60px;
	margin:0 20px;
}
p.photoCaption {
	font-size:12px;
	margin-top:12px;
}
div.galleryThumbs {
	float:left;
	margin:0 20px 20px 0;
}
div.galleryStrays {
	float:left;
	margin:0 20px 10px 0;
}

/*/// Copyright and Credits /////*/

#footer {
	width:1000px;
	margin:0 auto 60px auto;
	padding-top:35px;
	font-size:12px;
	color:#777;
	line-height:17px;
	}		
#footer a:link, #footer a:visited {
	color: #777;
	font-weight: normal;
	font-size:11px;
	letter-spacing:0;
	text-decoration:none;
	padding:0 5px;
}
#footer a:hover {
	color:#1d3078;
	text-decoration:none;
}