body {background : #111111; margin-top : 0px; margin-bottom : 0px; font-family : tahoma, arial, helvetica, sans-serif; margin-right: auto; margin-left: auto; text-align : center;}

.central {margin-top : 10px; margin-right: auto; margin-left: auto; position: relative;	text-align: left; width: 900px;}
.container {width : 898px; padding : 0px; background : #000000; border : 1px solid #cccccc; margin : 0px;}

.main {padding : 15px; margin : 0px; background : #eeeeee;}
.main p, .main li {font-size : small;}
.main h3 {font-size : 0.85em; text-align : center; clear : both;}
.main ul {margin : 35px 0px 25px 0px;}
.main li {padding : 0px 0px 0px 10px; margin : 5px 0px 5px 0px;}

.main .blog {float : right; margin : 5px 0px 25px 25px; padding : 0px 10px 0px 10px; width : 400px; height : 400px; overflow : auto; background : #dddddd;}
.main .blog h4 {font-size : small;}
.main .blog p {font-size : small; margin-bottom : 10px; padding-bottom : 10px; border-bottom : 1px solid #cccccc;}

.main .testimonial {width : 85%; margin-left : 25px;}
.main hr {width : 420px; margin : 30px 0px 30px 0px;}
.main .tn {width : 144px; height : 144px; border : 0px; padding : 12px;}

.main .rightcol {float : right; width : 420px; margin-left : 20px; text-align : right;}
.main .rightcol input, .main .rightcol select {font-size : 9px;}

.main a.stealth {text-decoration : none;cursor:default;color:#000000;}

.container h1 {font-size : 1.7em; color : #ffffff; font-weight : 500; padding : 45px 0px 0px 200px; margin : 0px 0px 5px 0px; letter-spacing : 2px;}
.container h2 {font-size : 1.1em; color : #ffffff; font-weight : 400; padding : 0px 0px 45px 440px; margin : 5px 0px 0px 0px; font-style : italic;}
.mic {width : 150px; height : 150px; float : left;}
.dougie {width : 117px; height : 150px; float : right;}

a:link, a:visited {color : #a50120;}
a:hover, a:active {color : #111111;}

.bbbc {margin : 0px; padding : 0px; width : 175px; height : 42px; border : 0px;}
.k4c {margin : 4px 20px 0px 20px; padding : 0px; width : 80px; height : 42px; border : 0px;}
.p4tv {margin : 0px; padding : 0px; width : 168px; height : 42px; border : 0px;}
.sky {margin : 0px; padding : 0px; width : 287px; height : 42px; border : 0px;}
.footer {padding : 30px 0px 2px 725px; font-size : x-small; color : #666666; display : inline;}
.footer a {text-decoration : none;}
.footer a:link, .footer a:visited {color : #666666;}
.footer a:active, .footer a:hover {color : #cc0000;}

ul.menu {margin : -10px 0px 20px 0px; padding : 0px; clear : both; text-align : center;}
ul.menu li {display : inline; padding : 4px; margin : 0px 5px 0px 5px; font-size : 0.8em;}
ul.menu li a {text-decoration : none; font-weight : bold; letter-spacing : 2px;}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font-weight : bold;
font-size : 0.7em;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

#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, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }


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

#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;
	}
	
a.button {background : #a50120; color : #ffffff; border : 1px solid #ffffff; padding : 2px 5px 2px 5px; text-decoration : none; font-weight : normal;}

.calendar {width: 420px; border: 1px solid #ddd; font-size : small;}
.calendar td a:link, .calendar td a:hover, .calendar td a:visited, .calendar td a:active {text-decoration: none; cursor : default; color : #000000;}

.calendar td, .calendar th {width: 60px; border: 1px solid #ddd;	padding: 3px;}
.calendar th {font-weight: bold;}
.calendar td {vertical-align: top;}

.blank {background-color: #ddd;}

.weekend {color: #000000;}

.occassion {font-weight : bold;}
