@charset "utf-8";
body  {
	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: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	background-color: #ffffff;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	border-bottom-width: thick;
	border-bottom-style: none;
	border-bottom-color: #cc0000;
} 
.twoColFixLtHdr #header h1 {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.twoColFixLtHdr #header a {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-decoration: none;
	color: #000000;
}
.twoColFixLtHdr #menubar {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-color: #cccccc;
	height: 1.7em;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	background-color: #ffffff;
	background-position: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 175px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
} 

.twoColFixLtHdr #mainText {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 175px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;

} 

.twoColFixLtHdr #slides {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 175px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(images/background-commercial.jpg);
	background-repeat: no-repeat;
	background-position: right top;
} 

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #ffffff;
	border-top-width: medium;
	border-top-style: none;
	border-top-color: #cc0000;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.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;
}
.twoColFixLtHdr #mainContent p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 17px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #000000;
	text-align:left
	font-size: 0.9em;
}
 
.twoColFixLtHdr #mainText p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 17px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #000000;
	text-align:left
	font-size: 0.9em;
}
 
.twoColFixLtHdr #mainText h2
{
	
	padding-top: 5px;
	padding-right: 17px;
	padding-bottom: 10px;
	padding-left: 20px;
}
 
 .twoColFixLtHdr #slides p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 17px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #000000;
	text-align:left
	font-size: 0.9em;
}
 
 
  a:link {
	color: #cc0000;
	text-decoration: none;
}
	a:hover {
	color: #333333;
	text-decoration: none;
}

  a:visited {
	color: #ff0000;
	text-decoration: none;
}
.style1 {color: #cc0000}

.twoColFixLtHdr #mainContent h3 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.twoColFixLtHdr #mainText h3 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.twoColFixLtHdr #slides h3 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.quote {
	font-size: 90%;
	font-style: italic;
}
.twoColFixLtHdr #freepics {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/background-free-photosl.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
} 
.twoColFixLtHdr #freepics h3 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

.twoColFixLtHdr #freepics p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	color: #000000;

	text-align:left
	font-size: 0.9em;
}
 
