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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #4a4a4a;
	margin-left: 10px;
}
.twoColFixLtHdr #container {
	width: 886px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/home_background.gif);
	height: 683px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #container2 {
	width: 886px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/inside_background.gif);
	height: 683px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #container3 {
	width: 886px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/av_background.gif);
	height: 683px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
} 
.twoColFixLtHdr #header2 {
	height: 190px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	/* 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. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 145px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	overflow: auto;
	position: relative;
	height: 400px;
	left: 50px;
	top: 0px;
	width: 575px;
} 
.twoColFixLtHdr #footer {
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	background-position: right;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	line-height: 120%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
	margin-top: 80px;
	margin-right: 70px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.twoColFixLtHdr #container2 #footer a {
	color: #FFFFFF;
}

.twoColFixLtHdr #footer2 {
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	background-position: right;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	line-height: 120%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
	margin-top: 200px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.twoColFixLtHdr #container #footer2 a {
	color: #FFFFFF;
}

.twoColFixLtHdr #container2 #footer2 a {
	color: #FFFFFF;
}

.menu {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 100%;
	line-height: 90%;
	font-weight: bold;
	color: #FFFFFF;
	left: 10px;
	top: 130px;
	position: relative;
	list-style-type: none;
	list-style-position: outside;
}
.menu2 {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 100%;
	line-height: 90%;
	font-weight: bold;
	color: #FFFFFF;
	left: 10px;
	top: 15px;
	position: relative;
	list-style-type: none;
	list-style-position: outside;
}
.menu3 {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 100%;
	line-height: 90%;
	font-weight: bold;
	color: #FFFFFF;
	left: 10px;
	top: 20px;
	position: relative;
	list-style-type: none;
	list-style-position: outside;
}


.twoColFixLtHdr #container #sidebar1 a {
	color: #FFFFFF;
	list-style-type: none;
}
.twoColFixLtHdr #container #sidebar1 a hover{
	color: #cccccc;
	list-style-type: none;
	background-color: #FFFF99;
}

.twoColFixLtHdr #container2 #sidebar1 a {
	color: #FFFFFF;
	list-style-type: none;
}
.twoColFixLtHdr #container2 #sidebar1 a hover{
	color: #cccccc;
	list-style-type: none;
	background-color: #FFFF99;
}

.twoColFixLtHdr #container2 #sidebar1 a {
	color: #FFFFFF;
	list-style-type: none;
}
.twoColFixLtHdr #container2 #sidebar1 a hover{
	color: #cccccc;
	list-style-type: none;
	background-color: #FFFF99;
}


.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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
body,td,th {
	color: #4a4a4a;
	font-family: Arial, Helvetica, sans-serif, Trebuchet MS;
}
a:link {
	color: #c00000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #880000;
}
a:hover {
	text-decoration: underline;
	color: #4a4a4a;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 160%;
	color: #c00000;
}
h2 {
	font-size: 140%;
	color: #c00000;
}
h3 {
	font-size: 120%;
	color: #4a4a4a;
}

.photoAlignRight {
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
p {
	font-size: 100%;
	line-height: 110%;
}
.dottedBorder {
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #DA0202;
}
.photoAlignLeft {
	margin-right: 10px;
}
.thumbnails {
	background-image: url(images/gallery/thumbnailback.gif);
	margin-right: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline;
	padding: 30px;
}

.homeLink {
	position: relative;
	top: 5px;
	left: 0px;
}
