/*
	Turquoise: 	#0f689a
	Purple: 	#7b8cbe
	Gold: 		#cc9966
	Brown: 		#5e4d3e
*/
/*
	controls font for entire document
*/
body {
	color: #000000;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	margin-top: 0px;
	margin-left: 0px;
}
/*
	active links for entire document 
*/
a {
	font-weight: bold;
	text-decoration: none;
	color: #0f689a;
}
a:hover {
	color: #cc9966;
}
input {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 12px;
}
/*
	if you want a special color for the headers please add them here.  SYNTAX: color: #000000;
*/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-style: italic;
	color: #000000;
	font-weight: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #00000;
}
#mainContent h2 + p {
	margin-top: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #7b8cbe;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #7b8cbe;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
	color: #000000;
	font-weight: normal;
}
.caption {
	font-family: Georgia, Times, serif; 
	font-style:italic;
}

.photobox {
	font-family: Georgia, Times, serif; 
	font-style:italic;
	width:174px;
}
.accent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #7b8cbe;
}
.photocaption {
	padding-top: 10px;
}
.searchForm {
	margin-top: 10px;
}
.searchForm  input {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 10px;
}
/*
	site controls
*/
#siteContainer {
	margin-left: 50px;
}
#siteHeader {
	background-image: url(../img/bkg_header.gif);
	border-top: 3px solid #0f689a;
	height: 72px;
	width: 780px;
}
#siteHeader_left {
	float: left;
}
#siteHeader_right {
	float: right;
	margin-top: 10px;
	padding-right: 10px;
	text-align: right;
}
#siteHeader_right a {
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 10px;
	text-decoration: none;
}
#siteHeader_right a:hover {
	color: #0f689a;
	font-weight: bold;
}
#siteFooter {
	background-color:#FFFFFF;
	border-bottom: 3px solid #0f689a;
	border-top: #cc9966 solid 1px;
	font-size: 10px;
	clear:left;
	float:left;
	height: 30px;
	padding: 10px;
	width: 760px
}
#siteFooter_left {
	float: left;
}
#siteFooter_right {
	float: right;
}
/*
	home page controls
*/
#mainPhotos {
	width: 780px;
	height: 153px;
}
#mainContent {
	background-color: #fff;
	padding-top: 0px;
 	width: 780px;
}
/*
	calendar styles
*/
#calendar {
	width: 169px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #7b8cbe;
	font: normal 12px/20px "Verdana", Arial, Helvetica, sans-serif;
	color: #999;
	text-align: center;
	background-color: #fff;
}

#calendar.nav, #calendar.nav a {
	font: bold 18px "Verdana", Arial, Helvetica, sans-serif;
	color: #fff;	
	text-align: center;
	text-decoration: none;
}	


#calendar caption {
	margin: 0;
	padding: 0;
	width: 169px;
	background: #7b8cbe;
	border-right: 1px solid #7b8cbe;
	border-left: 1px solid #7b8cbe;
	border-top: 1px solid #7b8cbe;
	color: #fff;	 
	font: bold 12px "Verdana", Arial, Helvetica, sans-serif;
	text-align: center;
}

#calendar th {
	font: bold 11px/20px "Verdana", Arial, Helvetica, sans-serif;
	color: #7b8cbe;
	background: #D9E2E1;
	border-right: 1px solid #7b8cbe;
	border-bottom: 1px solid #7b8cbe;
	border-top: 1px solid #7b8cbe;
}

#calendar td.today, #calendar td.today a, #calendar td.today a:link, #calendar td.today a:visited {
	color: #fff;
	font-weight: bold;
	background: #7b8cbe;
}

#calendar td {
	border-right: 1px solid #7b8cbe;
	border-bottom: 1px solid #7b8cbe;
	width: 20px;
	height: 20px;
	text-align: center;
	background: url(../images/bg_calendar.gif) no-repeat right bottom;
}

#calendar td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#calendar td a:link, #calendar td a:visited {	
	color: #7b8cbe;
	background: url(../images/bg_calendar.gif) no-repeat;
}

#calendar td a:hover, #calendar td a:active {
	color: #0f689a;
	background: url(../images/bg_calendar.gif) no-repeat right top;
}
.calendarList {
	margin-left: -40px;
}
.calendarList li {
	list-style: none;
	margin: 0px 10px 10px 0px;
}
.calendarList h3 {
	margin-bottom: 0px;
}
/*
	flash player controls
*/

.space
{
	padding: 3em;
}

.mycaption
{
	width: 300px;
	background-color: #fff;
	color: #e00;
	padding: 2em 1em 1em 1em;
	margin-top: -3px;
	font-family: Comic Sans MS;
}
#FMrPlayerDiv 
{
	margin: 0 auto;
	width: 165;
	padding: 0 0 0 10px;
}

#FMrControls
{
	padding: 1px 0 5px 10px;
}

#FMrControls a
{
	color: #777766;
	padding: 0 3px;
	margin-right: -3px;
	line-height: 1.5;
	text-decoration: none;
	background-color: #F0F0DD;
	border: 1px solid #AAAA99;
}

#FMrPlaylist
{
	overflow: auto;
	height: 300px;
}

#FMrPlaylist li,
#FMrPlaylist ol
{
	padding: 0;
	margin: 0;
}

#FMrPlaylist a
{
	color: #333;
	display: block;
	padding: 3px;
}

#FMrPlaylist a.playing,
#FMrPlaylist a.playing:hover
{
  color: white;
  background-color: #AAAA99;
}

#FMrPlaylist a:hover
{
	background-color: #F0F0DD;
}
/* 	Webkey Styles  */
.colOne {
	background-color:#fff;
	padding: 10px;
	width: 174px;
	vertical-align: top;
}
.colOne img {
	margin: 6px;
}
.colOne img:hover {
	cursor: pointer;
}
.colTwo {
	background-color: #fff;
	padding: 10px;
	width: 174px;
	vertical-align: top;
}
.colTwo  h2 {
	margin-bottom: 0px;	
}
.colThree {
	background-color: #fff;
	padding: 10px;
	width: 174px;
	vertical-align: top;
}
.colThree  h2 {
	margin-bottom: 0px;	
}
.colFour {
	background-color: #fff;
	padding: 10px;
	width: 174px;
	vertical-align: top;
}
.colFour  h2 {
	margin-bottom: 0px;	
}
#threeColumnSS {
	display:table;
}
#templateRowOne {
   display: table-row;
}
#templateColOne {
	background-color:#fff;
	border-right: 1px solid #cc9966;	
	display: table-cell;
	padding: 10px;
	width: 174px;
	vertical-align: top;
}
#templateColOne h2 {
	margin-bottom: 0px;
}
#templateColTwo {
	background-color:#fff;
	display: table-cell;	
	padding: 10px;
	width: 365px;
	vertical-align: top;
}
#templateColThree {
	background-color:#fff;
	border-left: 1px solid #cc9966;	
	display: table-cell;	
	padding: 10px;
	width: 174px;
	vertical-align: top;
}
/*
'
'
'
*/
#colOneMenu {
	margin: 0px -10px 20px -10px;
}
#colOneMenu ul {
	border-top: #cc9966 solid 1px;	
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#colOneMenu a {
	color: #ffffff;
	background-color:#0f689a;
	border-bottom: #cc9966 solid 1px;	
	padding: 10px;
	display: block;
}
#colOneMenu a:hover {
	border-bottom: #cc9966 solid 1px;
	background-color:#7b8cbe;
	padding: 10px;
	display: block;
}
/*
'
'
'
*/
#twoColumnSS {
	display:table;
}
#twoColumnSSRowOne {
   display: table-row;
}
#twoColumnSSColOne {
	background-color:#fff;
	display: table-cell;	
	padding: 10px;
	width: 566px;
	vertical-align: top;
}
#twoColumnSSColOne ol li {
	padding-bottom: 16px;
}
#twoColumnSSColOne h1 + p {
	margin-top: -10px;
}
#twoColumnSSColTwo {
	background-color:#fff;
	border-left: 1px solid #cc9966;	
	display: table-cell;	
	padding: 10px;
	width: 174px;
	vertical-align: top;
}
#twoColumnSSColTwo h2 + p {
	margin-top: -10px;
}
#twoColumnSSColTwo ul {
	padding-left: 0px;
	margin-left: 0px;
	list-style: none;
}
/*
*/
#memberMenu {
	background-color: #7b8cbe;
	border-bottom: #0f689a solid 3px;
	padding: 0;
	width: 780px;
}
#memberMenu a {
	color: #FFFFFF;
	font-size: 10px;
	letter-spacing: 2px;
	padding: 3px 11px;
}
#memberMenu a:hover {
	background-color: #0f689a;
}
#collection {
	background: #fff;
}
.gallery {
	background-color:#fff;
	border: 1px solid #ccc;
	float: left;
	padding: 1px;
	width: 162px; 
}
.theAlbum {
	background-color:#fff;
	border: 1px solid #ccc;
	float: left;
	padding: 1px;
	width: 162px; 
}
.album {
	background-color:#fff;
	border: 1px solid #ccc;
	float: left;
	padding: 1px;
	width: 146px; 
}
.albumTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
}
.albumDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 0;
	text-align: center;
}	

.formtext { color: #999999; float: left; font: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; padding-bottom: 10px; padding-right: 20px; }
.formtext input, .formtext select { background-color: #CFDDEE; }
.formtext radio { background-color: #ffffff; }