body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
}
input {
	border: 0px solid #d1d2d4;
	background-color: #d1d2d4;
}
a {
	color: #007f80;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.formtable {
	width: 100%;
}
.formtable td {
	padding-bottom: 25px;
	vertical-align: top;
}
.error-message {
	color: #ff0000;
}
.main #container { 
	width: 1113px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
.main #container_bg { 
	width: 1113px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF  url(../img/bg.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
.main #header { 
	background: url(../img/header.png); 
	padding: 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. */
	height: 106px;
	position: relative;
} 
.main #header .description {
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	right: 51px;
	top: 138px;
}
.main #header .breadcrumbs {
	color: #005050;
	font-size: 11px;
	position: absolute;
	left: 65px;
	top: 120px;
}
.main #header .breadcrumbs a {
	color: #005050;
	text-decoration: underline;
}
.main #header .breadcrumbs a:hover {
	text-decoration: none;
}

.main #headermainmenu {
	position: absolute;
	bottom: 7px;
	right: 55px;
	width: 750px;
}
.main #headermainmenu a {
	color: #000000;
	text-decoration: none;
 }
.main #headermainmenu a:hover {
	color: #ffffff;
	text-decoration: none;
}
.main #headertopmenu {
	position: absolute;
	top: 10px;
	right: 55px;
}
.main #headertopmenu a {
	color: #000000;
	text-decoration: none;
 }
.main #headertopmenu a:hover {
	text-decoration: underline;
}
.main #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 */
}
.content {
	min-height: 300px;
}
.main #left_column {
	position: relative;
	float: left;
	width: 324px;
}
.main .home_left_column {
	position: relative;
	left: 50px;
	top: -20px;
	width: 324px;
}
.main #home_sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 324px; /* 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 */
	padding: 0;
	margin: 17px 0 20px 0;
}
.main #home_sidebar1 h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	color: #007f80;
}
.main #home_sidebar1 p {
	margin: 0;
	padding: 0;
}
.main #home_quote_container {
	width: 324px;
}
.main #home_quote_header {
	min-height: 15px;
	background: url(../img/quote_full_header.png);
	background-repeat: no-repeat;
	width: 324px;
	float: left;
}
.main #home_quote_footer {
	min-height: 15px;
	background: url(../img/quote_full_footer.png);
	background-repeat: no-repeat;
	width: 324px;
	float: left;
	margin-bottom: 10px;
}
.main #home_quote {
	float: left; /* since this element is floated, a width must be given */
	background: url(../img/quote_full_bg.png); /* the background color will be displayed for the length of the content in the column, but no further */
	background-repeat: repeat-y;
	padding: 0 20px 0 20px;
	color: #ffffff;
	width: 304px;
}
.main #home_quote p {
	color: #ffffff;
	margin: 0;
	padding: 0;
}
.main #home_main_content { 
	margin: 25px 50px 0 270px; /* 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: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:200px;
	position: relative;
} 
.main #home_main_content p { 
	margin: 0;
	padding: 0;
}
.main #home_main_content h3 { 
	margin: 0 0 10px 0;
	padding: 0;
}
.main #home_main_content .description {
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	right: 30px;
	top: 25px;
}
.main #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff url(../img/footer.png); 
	background-repeat: no-repeat;
	height: 47px;
	background-position: right bottom;
	position: relative;
} 
.main #footerleft {
	position: absolute;
	left: 50px;
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.main #footerright {
	position: absolute;
	right: 50px;
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.main #footerleft p {
	color: #ffffff;
	font-size: 11px;
}
.main #footerleft a {
	color: #ffffff;
	text-decoration: none;
}
.main #footerleft a:hover {
	text-decoration: underline;
}
.main #footerright p {
	color: #ffffff;
	font-style: italic;
}
.main #footerright a {
	color: #ffffff;
	text-decoration: none;
	font-style: italic;
}
.main #footerright a:hover {
	text-decoration: underline;
}
.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;
}
.submenu_header {
	background: url(../img/subnav_header_bg.jpg);
	background-repeat: no-repeat;
	width: 171px;
	height: 20px;
	border-top: 1px solid #a5a5a7;
	border-left: 1px solid #a5a5a7;
	border-right: 1px solid #a5a5a7;
	color: #ffffff;
	padding-top: 3px;
}
.submenu_header_text {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 5px;
}
.submenu_header_text a{
	color: #ffffff;
}
.submenu {
	border-left: 1px solid #a5a5a7;
	border-right: 1px solid #a5a5a7;
	width: 171px;
	margin-bottom: 15px;
}
.submenu_text {
	border-bottom: 1px solid #a5a5a7;
	font-size: 12px;
	padding: 3px 0 3px 5px;
	color: #000000;
}
.submenu_text a {
	color: #000000;
	text-decoration: none;
}
.submenu_text a:hover {
	text-decoration: underline;
}
.left_accent {
	position: absolute;
	left: 40px;
	bottom: 46px;
	z-index: 100;
}
.right_accent {
	position: absolute;
	left: 841px;
	top: 190px;
	border: 0;
}
.main #quote_container {
	width: 233px;
}
.main #quote_header {
	min-height: 14px;
	background: url(../img/quote_header.jpg);
	background-repeat: no-repeat;
	width: 243px;
	float: left;
}
.main #quote_footer {
	min-height: 14px;
	background: url(../img/quote_footer.jpg);
	background-repeat: no-repeat;
	width: 243px;
	float: left;
	margin-bottom: 10px;
}
.main #quote {
	float: left; /* since this element is floated, a width must be given */
	background: url(../img/quote_bg.jpg); /* the background color will be displayed for the length of the content in the column, but no further */
	background-repeat: repeat-y;
	padding: 0 20px 0 10px;
	margin-right: 10px;
	color: #ffffff;
	width: 220px;
}
.main #home_quote p {
	color: #ffffff;
	margin: 0;
	padding: 0;
}
.main #admin_content {
	margin: 65px 50px 10px 270px; /* 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: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:200px;
	position: relative;
	border: 1px solid #9b9da0;
	position: relative;
	left: 500px;
}
.main #admin_content p { 
	margin: 0;
	padding: 0;
}
.main #admin_content h3 { 
	color: #007f80;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0;
}
#video_samples {
	position: relative;
	top: 40px;
	left: 125px;
	width: 671px;
	height: 309px;
	background: url(../img/video/video_box.png);
}
#video_samples #arrow {
	position: relative;
	left: -25px;
	top: 10px;
	border: 0;
}
#video_samples .top_text {
	font-weight: bold;color: #ffffff;font-size: 14px;position:relative;left: -20px;
}
#slide-images{
	position:relative;
	left: -25px;
	top: 20px;
	display:block;
	margin:0px;
	padding:0px;
	width:438px;
	height:245px;
	overflow:hidden;
}

#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#slide-images li img{
	display:block;
	background-color:#FFFFFF;
}
#sample_button_1 {
	position: relative;
	top: -225px;
	left: 468px;
	width: 186px;
	height: 34px;
	margin: 0 0 7px;
	padding: 0;
	background: url(../img/video/video_1_on.png);
	background-repeat: no-repeat;
}
#sample_button_2 {
	position: relative;
	top: -225px;
	left: 468px;
	width: 186px;
	height: 34px;
	margin: 0 0 7px;
	padding: 0;
	background: url(../img/video/video_2_off.png);
	background-repeat: no-repeat;
}
#sample_button_3 {
	position: relative;
	top: -225px;
	left: 468px;
	width: 186px;
	height: 34px;
	margin: 0 0 7px;
	padding: 0;
	background: url(../img/video/video_3_off.png);
	background-repeat: no-repeat;
}
#sample_button_4 {
	position: relative;
	top: -225px;
	left: 468px;
	width: 186px;
	height: 34px;
	margin: 0 0 7px;
	padding: 0;
	background: url(../img/video/video_4_off.png);
	background-repeat: no-repeat;
}
#sample_button_5 {
	position: relative;
	top: -225px;
	left: 468px;
	width: 186px;
	height: 34px;
	margin: 0 0 7px;
	padding: 0;
	background: url(../img/video/video_5_off.png);
	background-repeat: no-repeat;
}
#sample_button_6 {
	position: relative;
	top: -225px;
	left: 468px;
	width: 186px;
	height: 34px;
	margin: 0 0 7px;
	padding: 0;
	background: url(../img/video/video_6_off.png);
	background-repeat: no-repeat;
}
.message {
	position: relative;
	color: #ff0000;
	font-weight: bold;
	left: 260px;
	top: 50px;
}
