@charset "UTF-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ffffff;
}
.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #758a8b;
	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. */
} 
.twoColFixRtHdr #header { 
	background: #758a8b; 
	padding: 0 10px 0 20px;
	height: 200px;
} 
.twoColFixRtHdr #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 */
}
#homestrip {
	width: 548px;
	height: 190px;
	position: absolute;
	top: 20px;
	background: url(images/home_strip.jpg) no-repeat;
	margin-left: 232px;
}
#strip {
	width: 780px;
	height: 190px;
	position: absolute;
	top: 40px;
	background: url(images/strip1.jpg) no-repeat;
}

#welcomestrip {
	width: 514px;
	height: 190px;
	position: absolute;
	top: 40px;
	background: url(images/welcome_strip.jpg) no-repeat;
	margin-left: 266px;
}

#locationstrip {
	width: 320px;
	height: 383px;
	position: relative;
	top: 0px;
	background: url(images/location_strip.jpg) no-repeat;
	margin-left: 348px;
}

#menucont
{
	width: 780px;
	position: absolute;
	top:  230px;
	background: #18324f url('../images/background-menucont1.png') repeat-x;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#menu
{
	margin: 0 auto;
	width: 700px;
	height: 21px;
	
}

#menu ul
{
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: 90% Georgia, "Times New Roman", Times, serif;
	letter-spacing: 4px;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	float: left;
	padding: 2px 14px;
	text-decoration: none;
	color: #FFF;
}

#menu ul li a.active
{
	background: #2d4663 url('../images/background-menucont-active2.png') repeat-x;
}

#menu ul li a:hover
{
	background: #2d4663 url('../images/background-menucont-hover.png') repeat-x;
}



#box1{
	width: 509px;
	height: 800px;
	background: url(images/welcome_big.jpg) no-repeat;
}
#box2{
	width: 509px;
	height: 766px;
	background: url(images/location_big.jpg) no-repeat;
}
#box3{
	width: 509px;
	height: 766px;
	background: url(images/acc_big.jpg) no-repeat;
}
#box4{
	width: 780px;
	height: 766px;
	background: url(images/contact_big.jpg) no-repeat;
}
#box5{
	width: 780px;
	height: 773px;
	background: url(images/home_full_image.jpg) no-repeat;
}
.twoColFixRtHdr #sidebar1 {	
	float: right;
	width: 230px; 
	color: white;
	font: 75%/16px Georgia, "Times New Roman", Times, serif;
	margin-top: 260px;
	list-style-type: square;
	list-style-position: outside;
	height: auto;
	padding-right: 10px;
	padding-top: 4px;
	margin-right: 10px;
	text-align: left;
}

.twoColFixRtHdr #sidebarloc {	
	float: left;
	width: 230px; 
	color: white;
	font: 75%/16px Georgia, "Times New Roman", Times, serif;
	list-style-type: square;
	list-style-position: outside;
	height: auto;
	padding-right: 10px;
	padding-top: 4px;
	margin-right: 10px;
	text-align: left;
	position: relative;
	margin-left: 530px;
	margin-top: 20px;
}

#sidebarcon {	
	float: left;
	width: 230px; 
	color: white;
	font: 75%/16px Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
	height: auto;
	padding-right: 10px;
	padding-top: 4px;
	margin-right: 10px;
	text-align: left;
	left: 30px;
	position: relative;
}

#sidebarhome {	
	float: left;
	width: 180px; 
	color: white;
	font: 75%/16px Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
	height: auto;
	padding-right: 10px;
	padding-top: 4px;
	margin-right: 10px;
	text-align: left;
	left: 30px;
	position: relative;
}

#sidebarhome h5{
	font-size: 190%;
	line-height: 110%;
}
#sidebarhome h4{
	font-size: 120%;
}
#sidebarcon h3{
	font-size: 150%;
}

#sidebar1 h3{
	letter-spacing: 4px;
}

#sidebarloc h3{
	letter-spacing: 4px;
}


.twoColFixRtHdr #mainContent { 
	margin: 0 200px 0 0;
	background-color: #758a8b;
	width: 100%;
}


.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#758a8b;
	border: 1px solid white;
	border-top-width: 1px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	margin-top: -18px;
} 
.twoColFixRtHdr #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 */
}

#footerright{
	float: right;
	position: relative;
	right: 12px;
	font-size: 125%;
	text-align: right;
	line-height: 22px;
	bottom: 80px;
}


a.pagelink:link { color: #18324f; text-decoration: none }

a.pagelink:hover { color: #333; text-decoration: none }

a.pagelink:visited { color: #999; text-decoration: none }

.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;
}