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

html, body {
	margin: 0 auto; 
	min-height: 1500px; 
}

body {
	font-size: 62.5%; 
	font-family: Verdana, Tahoma, sans-serif;
	color: #000;
	width: 960px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFF;
}

.clearFloats {
	clear: both;
} 

@font-face {
    font-family: 'hummingbirdregular';
    src: url('../fonts/Hummingbird/Hummingbird-webfont.eot');
    src: url('../fonts/Hummingbird/Hummingbird-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Hummingbird/Hummingbird-webfont.woff') format('woff'),
         url('../fonts/Hummingbird/Hummingbird-webfont.ttf') format('truetype'),
         url('../fonts/Hummingbird/Hummingbird-webfont.svg#hummingbirdregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#pageWrapper {
	width: 920px; 
/*	height: 573px;*/
}

/*  Page Header - Logo and Nav  */

#logo {
	width: 500px;
	padding-top: 22px; 
	padding-bottom: 22px;
	float: left; 
}

h3 {
	font-size: 1.4em; 
	line-height: 1.5em;	
	white-space: nowrap;
	color: #666666;
}

/*  Navigation  */

/*#navBar {
	width: 410px;
	float: right; 
	padding-top: 66px;
	padding-bottom: 55px;
}

#navMenu {    
	float: right;
	font-size: 1.34em;
	letter-spacing: 0.063em;
	list-style: none;
} 

#navMenu > li {    
	float: left; 
	padding: 0 1.1em 0 1.1em;
}

.lastMenuItem {
	padding-right: 0px !important;
}

#navMenu li a {    
	display: block;
	height: 2.2em;
	line-height: 2.2em;
	text-decoration: none; 
	color: #000;
	padding-left: 3px;
	padding-right: 3px;
}

#navMenu ul {
	position: absolute;
	z-index: 999;  
}

#navMenu ul li a {
	width: 11em;
	padding-left: 28px;
	background-color: #FFFFFF; 
	opacity:0.96;
	filter:alpha(opacity=96); */ /* For IE8 and earlier */
/*} 

#navMenu li:hover ul {
	display: block;
	white-space: nowrap;
} 

#navMenu li:hover ul.noJS {
	display: block;
} */
	
/*  Main Menu   */
	
#navMenu > li:hover > a {  
	color: #FF6600; 
	padding-left: 3px;
	padding-right: 3px;
} 
	
/*   Submenu    */
	
#navMenu ul li {
	white-space: nowrap;
	font-size: 0.9em;
}
	
#navMenu ul li:hover a {
	color: #FFF;
	font-weight: 600;
	background-color: #FF6600; 
}
	
#navMenu li:hover ul {
	display: block;
	white-space: nowrap;	
} 
	
/*.dropDownArrow {
	background-image: url("../images/menuArrowGray.gif");
	background-position: right center;
	background-repeat: no-repeat;
}*/

/*  Left Sidebar  */

.leftSideBar {
	float: left; 
	width: 220px;
}

.ttLeftSideBar {
	float: left; 
	width: 270px;
}

.bodyCopy {
	font-size: 1.6em;
	line-height: 1.8em;
	margin-bottom: 13px;
}

#mainWrapper .leftSideBar .bodyCopy {
	/*margin-top: 18px;*/
	/*margin-top: 28px;*/
	margin-bottom: 0;
}

.lgQuote {
	font-family: Georgia, Verdana, sans-serif;
	font-size: 3.7em;
	font-weight: 600;
	color: #669933;
	vertical-align: -14px; 
}

.quote  {
	font-size: 1.55em; 
	line-height: 1.7em; 
} 

.imageSpace {
	margin-top: 50px;
}

.callToActHead {
	font-size: 1.35em;
	line-height: 1.8em; 
	font-weight: 600;
	color: #666666;
	padding-top: 30px; 
}

.homeCallToActHead {
	font-size: 1.35em;
	line-height: 1.8em; 
	font-weight: 600;
	color: #666666;
	padding-top: 70px; 
}

.callToActText {
	font-size: 1.4em; 
	line-height: 1.8em;
	font-weight: 500;
}

.highlightText { 
	font-size: 1.05em;
	line-height: 1.4em;
	font-weight: 600;
	color: #666666;
	text-decoration: none;
}

.highlightText a { 
	color: #666666;
	text-decoration: none;
}

.highlightText a:hover { 
	color: #FF6600;
	text-decoration: none;
}

h2 {
	font-family: hummingbirdregular, Georgia, serif;
	margin-top: 17px;
	margin-bottom: 20px;
	font-size: 4.8em;
}

/*  Home Page - right side  */

#photoCatWrapper {
	/*padding-top: 12px;*/
	float: right;
	width: 920px;
} 

.photoCategory img {
	width: 146px;
	height: 124px; 
}

.photoCategory {
	float: left; 
	padding-right: 4px; 
	padding-top: 25px;
}

.photoCategory a {
	display: block; 
	font-size: 1.6em; 
	line-height: 1px;
	padding-bottom: 6px;
	text-align: center; 
	width: 149px;
	color: #000;
	/*color: #666666;*/
	margin-bottom: 12px; 
}

.photoCategory a:hover {
	text-decoration: none;
	color: #FF6600;
}

.photoCategory img:hover {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}

.noticeText {
	color: #FF6600;
	font-weight: 600;
}

#lyricWrapper {
	float: left; 
	width: 600px;
	padding-top:20px;
	padding-left: 92px;
	/*margin-left: 25px;*/
}

.lyricText {
	padding-top: 20px;
	font-family: hummingbirdregular, Georgia, serif; 
	color: #666666;	
	font-size: 3.9em;
	line-height: 0.9em;
}

.lyricCredit {
	font-style: italic;
	color: #666666;
	padding-top: 7px;
	padding-left: 45px;
	padding-bottom: 24px;
	font-size: 1.3em;
	line-height: 1.2em;
}

/*  Thumbnail Galleries  */

.thumbsCol {
	float: right; 
	width: 675px; 
	border: none;
	overflow: hidden;
}

.thumbsCol img {
	width: 130px;
	border: none;
	float: left;
	margin: 0;
	padding: 0 0 5px 5px; 
} 

.ttThumbsCol {
	float: right; 
	width: 675px; 
	border: none;
	overflow: hidden;
}

.ttThumbsCol img {
	width: 130px;
	border: none;
	float: left;
	margin: 0;
	padding: 0 0 37px 37px; 
} 

.thumbsCol img:hover {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}

.ttThumbsCol img:hover {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}

/*  Large Photo Galleries  */

.photoNum {
	padding-top: 122px;
	font-size: 1.35em;
	padding-bottom: 37px;
}

.photoTitle {
	font-size: 4.9em;
	line-height: 1.0em !important;
	padding-bottom: 17px;
	font-family: hummingbirdregular, Georgia, serif;
}

.romNumeral {
	font-family: Times, "Times New Roman", serif;
	font-size: .65em;
	line-height: 0.9em !important;
	font-style: italic;
}

.photoDate {
	font-size: 1.4em;
	line-height: 2.0em;
}

.photoTime {
	font-size: 1.4em;
	line-height: 2.0em;
	padding-bottom: 40px;
}

.lgPhotoCol {
	float: right; 
	width: 675px; 
	margin-left: 25px; 
	margin-bottom: 60px;
}

.ttLgPhotoCol {
	float: left; 
	width: 324px; 
	margin-left: 90px;
	margin-bottom: 60px;
}

.lastLgPhotoCol {
	float: right; 
	width: 675px; 
	margin-left: 25px;
	
}

.ttLastLgPhotoCol {
	float: left; 
	width: 324px; 
	margin-left: 90px; 
}

.lgPhoto img {
	width: 675px;
} 

.galNavButtons {
	padding-top: 10px; 
	padding-bottom: 5px;
	height: 18px;
}

.galNavUpBut {	
	float: left; 
	width: 24px;
	height: 18px;
	background: url("../images/galNavButtons.png") no-repeat 0px 0px;
	margin-right: 2px;
} 

.galNavUpBut:hover {
	background: url("../images/galNavButtons.png") no-repeat 0px -18px;
}

.galNavDownBut {
	float: left;
	width: 24px;
	height: 18px;
	margin-right: 15px;
	background: url("../images/galNavButtons.png") no-repeat -25px 0px;
}

.galNavDownBut:hover {
	background: url("../images/galNavButtons.png") no-repeat -25px -18px;
}

.galNavBlankBut {
	float: left; 
	width: 24px;
	height: 18px;
	margin-right: 15px;
	background: url("../images/galNavButtons.png") no-repeat -50px 0px;
}


.backToGalBut {
	float: left; 
	width: 135px;
	height: 18px;
	background: url("../images/galNavButtons.png") no-repeat -75px 0px;
}

.backToGalBut:hover {
	background: url("../images/galNavButtons.png") no-repeat -75px -18px;
} 

/* About page  */

.aboutWrapper {
	width: 675px;
	float: right; 
}

.aboutMainCol {
	width: 445px;
	float: left;
	/*padding-top: 10px;*/
}

.orangeText {
	font-size: 1.0em;
	line-height: 1.5em;
	font-weight: 600;
	color: #FF6600;
}

.spacer {
	margin-bottom: 55px;
}

.rightSideBar {
	float: left;
	width: 200px; 
	height: 886px;
	margin-left: 30px;
	margin-bottom: 10px;
	background: url("../images/sunriseAboutPgBg_01.jpg") no-repeat;
}

.rSideBarHeading {
	margin-top: 137px;
	margin-left: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 1.4em;
	line-height: 2.0em;
	letter-spacing: 1px;
	color: #FFF;
}

.rSideBarSubHead {
	margin-left: 10px;
	margin-top: 15px;
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: 600;
}

.rSideBarType {
	margin-left: 10px;
	font-size: 1.2em;
	line-height: 1.6em;
	text-transform: uppercase;
}

.rSideBarDesc {
	margin: 0 10px 3px 10px;
	font-size: 1.2em;
	line-height: 1.4em;
}

/*  Contact Page  */

.contactWrapper {
	float: right;
	width: 675px;
	height: 390px;
	background: url("../images/sunriseContPgBg.jpg") no-repeat;
}

.contactCols {
	float: left;
	width: 615px; 
	margin-left: 30px;
}

.contactFormCol {
	width: 300px;
}

.contactInfoCol {
	float: left;
	width: 273px;
	font-size: 1.5em;
	color: #000;
	line-height: 2.0em;
	padding-left: 40px; 
	padding-top: 20px;
}

label {
	font-size: 1.1em; 
	color: #FFF; 
	color: #000;
	text-transform: uppercase;
	width: 300px; 
	padding-bottom: 5px;
	letter-spacing: 1px;
	display: block;
}

.contText1 {
	font-size: 1.8em;
	color: #FFF;
	margin-top: 35px;
	margin-bottom: 25px;
}

#contactFormWrapper {
	float: left;
}

#contactName, #contactEmail { 
	width: 300px; 
	height: 23px;
	border-style: none;
	font-size:1.3em;
	color: #000;
	margin-top: 3px;
	margin-bottom: 7px;
	padding: 1px;opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

textarea#contactMessage {
	width:300px;
	height: 120px;
	overflow: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border-style: none;
	font-family: Verdana, Tahoma, sans-serif; 
	font-size:1.3em;
	color: #000;
	padding: 1px;opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
} 

#contactSend {
	width: 56px; 
	height: 18px; 
	background: url("../images/sendButtons.png") no-repeat 0 0px;
	border: none; 
	margin-top: 10px; 
}
	
#contactSend:hover, active  /*, active */{
 	background: url("../images/sendButtons.png") no-repeat 0 -18px;
}

.scaleType {
	font-size: 0.2em;
	text-transform: uppercase;
} 

.scaleUp {
	padding-top: 30px;
	margin-left: 43px; 
	/*General*/
	transform: scale(1.9, 1.9);
	/*Firefox*/
	-moz-transform: scale(1.9, 1.9);
	/*Microsoft Internet Explorer*/
	-ms-transform: scale(1.9, 1.9);
	/*Chrome, Safari*/
	-webkit-transform: scale(1.9, 1.9);
	/*Opera*/
	-o-transform: scale(1.9, 1.9);
}

/*  Footer  */

.copyR {
	font-size: 0.9em; 
	padding-top: 15px;
	float: right; 
	padding-bottom: 30px;
}