@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333;
	margin: 0 auto 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
.twoColFixLtHdr #container { 
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #CC0001;
} 
.twoColFixLtHdr #header { 
	background: #000000; 
	padding: 5px 0 5px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-bottom:15px;
	color:#ffffff;
	border-bottom: 2px solid #CC0001;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px 15px 20px;
	color:#ffffff;
}
#sidebar1 ul {
	margin:0px;
	padding:0px;
	list-style:none;
	width:200px;
}
#sidebar1 li:hover ul{display:block;}

#sidebar1 ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	list-style-type: none;
	position:relative;
}


#sidebar1 ul li a {
	display:block;
	background-color:#CC0001;
	padding:5px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #000;
}

#sidebar1 li a:hover, #nav li a:focus {
	color:#CC0001;
	background-color:#fff;
	font-weight:bold;
	border: 1px solid #000;
}

.twoColFixLtHdr #mainContent {
	margin: 0 20px 10px 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 20px 10px 20px;
	background:#ffffff;
	color:#000000;
	-moz-border-radius:2em;
	-webkit-border-radius:2em;
	border-radius:2em;
} 
#mainContent img{margin-right:10px;
				margin-left:10px;
}
#mainContent h1{
	color:#CC0001;
	text-align:center;
	font-size:200%;
	margin:0px 0px 5px 0px;
	font-variant: normal;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: 2em;
	font-family: "Book Antiqua", "Bookman Old Style";
}
#mainContent h2 {
	color:#000;
	font-size:110%;
	font-variant:normal;
	margin-bottom:5px;
	text-transform: capitalize;
	font-weight: bolder;
	font-style: normal;
}

#mainContent h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:95%;
	font-variant:normal;
	margin:0px;
	font-style: italic;
	font-weight:normal;
	letter-spacing: 1px;
}

#mainContent p {
	color:#000;
	font-size:95%;
	margin-top:3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.5px;
	line-height: 1.1em;
	text-indent: 1em;
}
#mainContent a {color:#000;}
#mainContent a:hover {text-decoration:overline underline}
#mainContent a:active, a:visited {color:#000;}
#mainContent table{
	text-align:center;
}
.homepage_images{
	width:98%;
	float:left;
	margin-bottom:20px;
}

#mainContent_GalleryHome {	margin: 0 20px 10px 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 20px 10px 20px; 
	background:#ffffff;
	color:#000000;
		min-height:850px;
	-moz-border-radius:2em;
	-webkit-border-radius:2em;
	border-radius:2em;
} 

#mainContent_GalleryHome h1{
	color:#CC0001;
	text-align:center;
	font-size:200%;
	margin:0px 0px 5px 0px;
	font-variant: normal;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: 2em;
	font-family: "Book Antiqua", "Bookman Old Style";
}
#mainContent_GalleryHome h2 {
	color:#000;
	font-size:110%;
	font-variant:normal;
	margin-bottom:5px;
	text-transform: capitalize;
	font-weight: bolder;
	font-style: normal;
}
#mainContent_GalleryHome h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:125%;
	font-variant:normal;
	margin:0px;
	font-style: italic;
	font-weight:normal;
	letter-spacing: 1px;
	line-height:2em;
}
#mainContent_GalleryHome p {
	color:#000;
	font-size:95%;
	margin-top:3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.5px;
	line-height: 1.1em;
	text-indent: 1em;
}

.gallery_home {width:260px;
				text-align:center;
				float:left;
				margin:3px 45px 15px 45px;
}

.gallery_home_center {
	width:98%;
	text-align:center;
	float:left;
	margin:3px 3px 10px 3px;
}


.gallery_home img {margin:0px;}



.twoColFixLtHdr #footer { 
	padding: 0 10px 5px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000; 
	color:#ffffff;
	border-top: 2px solid #CC0001;
} 
.twoColFixLtHdr #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 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:90%;
	line-height:70%;
}

#footer a {color:#FFFFFF;}
#footer a:hover {text-decoration:overline underline}
#footer a:active, a:visited {color:#FFF;}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

#mainContent .DB_Nav{color:#CC0001; text-align:center;}
#mainContent .DB_Nav a {color:#CC0001;}
#mainContent .DB_Nav a:hover {text-decoration:overline underline;}
#mainContent .DB_Nav a:active, a:visited {color:#CC0001;}
#mainContent table {
	vertical-align: middle;
}

