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


body { font: 100% Verdana, Arial, Helvetica, sans-serif;
background-image: url(../images/background_texture.jpg);
margin: 0; 
padding: 0;
text-align: center; 
color: #000000; }

a:link { color: #333; }

.visitors-template #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.visitors-template #header {
	padding: 0 10px 0 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. */
}
.visitors-template #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 */
}

.visitors-template #header td#login {
font-family: helvetica; font-size: 12px; color: #999999;

}

.visitors-template #mainContent {

	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the   
	              div box */
	clear: left;
	
}
.visitors-template #mainContent #feature-movie {
	padding-top: 1px;
	height: 310px;
	width: 780px;
		
}
	
	
.visitors-template #mainContent #feature_squares_table {

	/* background-image: url(../images/visitors_home/info_boxes_bg.gif); */

}

#feature-squares {

	margin-top: 2px;
	border: 1px solid #CCC;

}

#pro_links_header {
background-image: url(../images/visitors_home/vis_home_pro_header_bg.gif);
background-repeat: no-repeat;
border-bottom: 1px solid #CCC;
}

.visitors-template #mainContent .feature-square {

	background: #CCC; 
	background-repeat: no-repeat;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #333;

}


.visitors-template #mainContent #feature-squares #square1 {
border-right: 1px solid #DDD;
background-image: url(../images/visitors_home/info_boxes_bg.gif);
}

.visitors-template #mainContent #feature-squares #square2 {
border-right: 1px solid #DDD;
background-image: url(../images/visitors_home/info_boxes_bg.gif);
}

.visitors-template #mainContent #feature-squares #square3 {
background-image: url(../images/visitors_home/info_boxes_bg.gif);
}

.visitors-template #mainContent #feature-rectangle {

background-image: url(../images/visitors_home/info_boxes_bg.gif);
margin-bottom: 24px;

}

.visitors-template #mainContent #feature-rectangle p {

font-family: verdana; font-size: 11px; margin-left: 50px; margin-right: 50px; text-align: center; color: #333;

}

.visitors-template #container #mainContent #page-content {
	display: block;
	width: 780px;
}

h2 {
	font-family: helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #666;
	margin-left: 24px;
}

.visitors-template #mainContent .feature-square h3 {

	font-size: 12px; 
	color: #333;
	text-align: center;
	color: #000000;
	

}

.visitors-template #mainContent .feature-square p {
font-size: 11px;
display: block;
margin: 0 10px;
line-height: 16px;
}

.visitors-template #mainContent .feature-square p#hours-of-operation {
font-size: 11px;
display: block;
margin: 16px 10px 0 10px;
font-weight: bold;
color: #333;
text-align: center;
}

.visitors-template #mainContent .feature-square p.square-link {
margin-top: 12px;
text-align: center;
font-size: 12px;
}

.visitors-template #footer {
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	display: block;
	margin: 0 0 0 0;
}
.visitors-template #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 */
	font-size: 10px;
	color: #666666;
}
.visitors-template #container #mainContent #page-title {
	height: 80px;
}
.visitors-template #container #mainContent #page-content ul {
	list-style-type: none; list-style-position: inside; margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.visitors-template #container #mainContent #page-content ul li {
	margin-left: 0; padding-left: 0; left: 0; font-size: 11px; padding-bottom: 8px; line-height: 18px;
}
.visitors-template #container #mainContent #page-content ul li:before {
content: "\00BB \0020"; }