@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;
	background-image: url(images/PhotoGray_browser_bg-2.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container {
	width: 980px; /* 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. */
	margin-top: 5;
	margin-right: auto;
	margin-bottom: 5;
	margin-left: auto;
	padding: 0px;
	background-image: url(images/ButtonBkgrnd.jpg);
	height: 86px;
}
.oneColFixCtrHdr #header {
	background-image: url(images/ButtonBkgrnd-wText.jpg);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 28px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
	line-height: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 960px;
}
.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 */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #header h3 {
	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 */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 10px;
}

.oneColFixCtrHdr #mainContent {
	color: #FFF;
	background-image: url(images/PhotoGray_bg_c-1.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	height: auto;
	font-weight: normal;
	margin: 0px;
	background-repeat: repeat;
}

.oneColFixCtrHdr #HomeContent {
	color: #FFF;
	background-image: url(images/HomePageBkgrnd-2video.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	height: 577px;
	width: 980px;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	background-repeat: repeat;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	font-size: 14px;
	line-height: 20px;
	font-family: "Comic Sans MS", cursive;
	background-image: url(images/PhotoGray_nav_bg.jpg);
	height: 40px;
	color: #fff;
	font-weight: normal;
}
.oneColFixCtrHdr #container #banner {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	height: 45px;
	background-repeat: no-repeat;
	border-top-width: thin;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 40px;
	color: #650F82;
}
.oneColFixCtrHdr #container #mainContent table .caption-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	line-height: 12px;
}

a:link {
	color: #CCC;
	text-decoration: underline;
}

.oneColFixCtrHdr #footer {
	height: 45px;
	margin: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #Fff;
	padding-top: 5;
	padding-right: 20;
	padding-bottom: 0;
	padding-left: 20;
	background-repeat: no-repeat;
	width: 980px;
	float: none;
}
a:visited {
	text-decoration: underline;
	color: #CCC;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #FC0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container #HomeContent table .caption-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	line-height: 12px;
}
.oneColFixCtrHdr #container #mainContent  h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #CCC;
	line-height: 12px;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FC6;
	line-height: 12px;
	font-weight: normal;
}
.oneColFixCtrHdr #container #mainContent h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCC;
	line-height: 12px;
}
.oneColFixCtrHdr #container #mainContent p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
}
.oneColFixCtrHdr #container #mainContent h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ddd;
	line-height: 20px;
	font-weight: normal;
}
.PageSelector {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #F9A30E;
}
.oneColFixCtrHdr #container #mainContent otzyv {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F00;
	line-height: 20px;
	font-weight: normal;
}
.oneColFixCtrHdr #otzyvy {
	color: #FFF;
	background-image: url(images/PhotoGray_bg_c-1.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	height: auto;
	font-weight: normal;
}
.otzyvy {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
}
.mailto {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #FC0;
}
