@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: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #666666;
}
.oneColFixCtrHdr #container {
	width: 780px; /* 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: #000000;
	height: 680px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#smContainer {
	background-color: #000000;
	margin: auto;
	height: 600px;
	width: 600px;
}
#smHeader {
	float: left;
	height: 130px;
	width: 600px;
}
#smMainContent {
	float: left;
	height: 465px;
	width: 600px;
}
#headerText {
	margin: 1px;
	padding: 1px;
	float: left;
	height: 50px;
	width: 420px;
}
#smLogo {
	float: left;
	height: 70px;
	width: 100px;
}
#smTitle {
	float: left;
	height: 100px;
	width: 500px;
}
.oneColFixCtrHdr #header {
	height: 150px;	/*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. */
	background-color: #000000;
}
#logo {
	float: left;
	height: 142px;
	width: 300px;
}
#navigation {
	float: left;
	height: 20px;
	width: 475px;
	margin-top: 40px;
	text-align: center;
}
.navText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCCCCC;
}
#homeLeft {
	float: left;
	height: 125px;
	width: 374px;
	text-align: center;
	background-color: #333333;
	padding-left: 10px;
	padding-top: 10px;
}
#homeLeftLeft {
	float: left;
	height: 120px;
	width: 200px;
	padding-right: 10px;
}
#homeRight {
	float: left;
	height: 135px;
	width: 384px;
	padding-left: 0px;
	text-indent: 40px;
	text-align: center;
	background-color: #333333;
}
#decor {
	float: left;
	height: 60px;
	width: 40px;
	margin-left: 2px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	background-color: #000000;
	height: 460px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-transform: capitalize;
	color: #CCCCCC;
}
.mainTitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	text-transform: capitalize;
	color: #CCCCCC;
}
#centerContent {
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	height: auto;
	float: left;
}
#topImage {
	float: left;
	height: auto;
	width: 770px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #000000;
	text-align: center;
}
.oneColFixCtrHdr #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 */
}
.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
#mainImage {
	float: left;
	height: 300px;
	width: 400px;
}
.oneColFixCtrHdr #mainContent2 {
	background-color: #000000;
	height: 3000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	float: left;
}
#locLeft {
	float: left;
	height: 425px;
	width: 245px;
	border: thin inset #CCCCCC;
	margin-left: 2%;
	margin-top: 2%;
}
#locMiddle {
	float: left;
	height: 425px;
	width: 245px;
	border: thin inset #CCCCCC;
	margin-top: 2%;
}
#locRight {
	float: left;
	height: 425px;
	width: 245px;
	border: thin inset #CCCCCC;
	margin-top: 2%;
}
#lineholder {
	height: 2px;
	width: 780px;
	float: left;
}
