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

/* this is for PNG transparency - do not edit */

img { behavior: url("/images/iepngfix.htc"); } /*this fixes IE6 png transparency issue*/

body {
	font: 0.8em Geneva, Arial, Helvetica, sans-serif, Papyrus, "Comic Sans MS";
	margin: 0;
	padding: 0;
	color: #6B2A35;
	background-image: url(/images/ccfgrad.jpg);
	background-attachment: fixed;
	background-color: #FFFBF0;
	background-repeat: repeat-x;
}

#f-source-menu {
	width: 900px;
	text-align: center;
	padding: 0px;
	z-index: 1100;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#color-bar {
	background: url(/images/ccfbkg2.jpg) repeat-x bottom;
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: both;
}


#logo-bar {
	width: 900px;
	height: 135px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: url(/images/headerbar.jpg) no-repeat center bottom;
}


#content {
	clear: both;
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 900px;
}

#intro-pic {
	float: left;
	width: 528px;
	padding-left: 8px;
}

#intro-text {
	float: right;
	width: 350px;
	background-image: url(/images/hilitebox-body.jpg);
	background-repeat: repeat-y;
	padding-right: 8px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#maintext {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
}
.input {
	background-color: #E3F0FB;
}


#columnleft {
	float: left; /* since this element is floated, a width must be given */
	width: 285px;
	background-image: url(/images/favbox_middle.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-bottom: 0px;
}


#columnright {
	float: right; /* since this element is floated, a width must be given */
	width: 285px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image: url(/images/favbox_middle.jpg);
	background-repeat: repeat-y;
	padding-bottom: 0px;
	margin-bottom: 0px;

}
.boxbottom {
	background-image: none;
	background-repeat: no-repeat;
}


#columncenter {
	width: 285px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-left: 300px;
	background-image: url(/images/favbox_middle.jpg);
	background-repeat: repeat-y;
}
#clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
	clear: both;
}

h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif, Papyrus, "Comic Sans MS";
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px 0px;
}


.fineprint {
	font: italic 0.75em Geneva, Arial, Helvetica, sans-serif, Papyrus, "Comic Sans MS";
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	font: italic 0.75em Geneva, Arial, Helvetica, sans-serif, Papyrus, "Comic Sans MS";
	text-align: left;
}

h1 {
	color: #660033;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica;
	font-size: 1.6em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 6px;
}

h2.indented {
	padding-top: 8px;
	padding-bottom: 4px;
	padding-right: 12px;
	padding-left: 12px;
}

p.indented {
	margin: 0px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 12px;
}

h3 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica;
	font-size: 1.1em;
	font-weight: bold;
	font-variant: normal;
}

#thumbnail {
	float: right;
	width: 100px;
	text-align: center;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
legend {
	font-size: 1.3em;
	font-weight: bold;
}

/* GALLERY SLIDESHOW AND POPUP CODE */

.Galborder {
	border: #FFFFFF 5px solid;
	margin-bottom: 4px;
}

A:hover .Galborder {
	border: #370C06 1px solid;
	margin-bottom: 4px;
}

.Popupborder {
	border: #FFFFFF 5px solid;
}		

.picturetitle {
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.gallerytext {
	font: 0.7em Geneva, Arial, Helvetica, sans-serif;
}		


.thumbshadow1 {
	/*display: inline-block;*/	 /* Firefox 2 and Opera (and Safari?) */
	/*display: -moz-inline-box;*/ /* Firefox 1.5 */
	display: table;
	margin: auto;



	/*margin-top: expression((179 - clientHeight) / 2 + 'px');*/
	width: expression(getElementsByTagName('IMG')[0].width + 25 + 'px');
	padding: 0 1px 5px 0;
	background-color: #d9d1c2;
	border: 1px solid #e2dacb;
	-moz-border-radius: 8px;
}

.thumbshadow2 {
	padding: 0 1px 1px 0;
	background-color: #c4bcad;
	border: 1px solid #cdc5b6;
	-moz-border-radius: 7px;
}

.thumbframe {
	position: relative;
	left: -1px;
	top: -1px;
	border: 1px solid #808080;
	border-top: 1px solid #bababa;
	border-left: 1px solid #bababa;
	-moz-border-radius: 6px;
}

.thumb {
	padding: 8px;
	border: 1px solid #d4d4d4;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	-moz-border-radius: 5px;
	background: #FFFFFF;
}

.thumb img {
	display: block;
	border: 1px solid #fff;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

.thumb:hover {
	border: 1px solid #3d6dcc;
	background: #fff;
}

/*--- End Thumbnail ---*/
#sidebar {
	float: right;
	width: 13em;
	text-align: center;
	font-size: 0.9em;
	border-right-style: none;
	border-left-style: none;
}
.tableHDfine {
	font-size: 0.85em;
}
.html-popup {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
.tableshade {
	background-color: #F2e6E6;
}

/*BOTTOMLINKS rules*/


#bottomlinks {
	background-color: #DADADA;
	padding: 0px;
	font-weight: normal;
	border-top-width: thick;
	border-top-style: outset;
	border-top-color: #7F7F7F;
	}

#bl-content {
	width: 910px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	}

.bottomlink-heading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	font-weight; bold;
	color: #808080;
}
ul.bottomlink-text {
	color: #550000;
	list-style-type: square;
	margin: 0;
	background: #DADADA; 
}

	
.bottomlink-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #808080;
	}

.bottomlink-text a{
	font-family: Verdana, Geneva, sans-serif;
	color: #6B2A35;
	text-decoration: none;
	line-height: 18px;
	}

.bottomlink-text a:hover{
	font-family: Verdana, Geneva, sans-serif;
	color: #557FFF;
	text-decoration: none;
	line-height: 16px;
	}
	
#bottomlinks1 {
	width:420px;
	float:left;
	padding: 8;
	margin: 0 0 0 5px;
	}
	
#bottomlinks2 {
	width:465px;
	float:left;
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
	height: 200px;
	}
.clear {
	clear: both;
}
.float-right {
	float: right;
	width: 200px;

}

.float-left {
	float: left;
	width: 250px;
}

