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

body{
margin:0;
padding:0;
background: #d2e6f8;
font-family: 'Open Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
font-size: .8em;
color: #333;
top:0;
}

.a.link {color:#fffffff;  font-style: underline;  font-weight: bold;}
.a.visited {color:#fffffff;  font-style: underline;  font-weight: bold;}
.a.hover {color:#fffffff;  font-style: underline;  font-weight: bold;}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 1151px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: url(/images/background.jpg) no-repeat;
min-height: 765px;
background: #fffff;
}

#topsection{
background: #FFFFFF;
height: 84px; /*Height of top section*/
}

#topsection2{
background: #FFFFFF;
height: 83px; /*Height of top section*/
}


#topsection h1{
margin: 0;
}

#contentwrapper{
float: left;
width: 100%;

}

#contentcolumn{
margin-left: 0px; /*Set left margin to LeftColumnWidth*/

}

#contentwrapper2{
float: left;
width: 100%;
}

#contentwrapper3{
float: left;
width: 100%;
background: url(/images/background.jpg) no-repeat #ffffff;
min-height: 1200px;
}
#contentcolumn2{
margin: 0px; /*Set left margin to LeftColumnWidth*/

}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -1151px; /*Set left margin to -(MainContainerWidth)*/
background: #FFFFFF;
}
.menu{
 float: left;
 padding-left: 28%; 
 padding-top: 3%;
}
.logo{
 float: left; 
 width: 188px;
 height: 71px;
}
.tright{
background: #2d537a;
height: 15px;
padding: 5px 10px 10px 10px;
color: #ffffff;
font-weight: bold;
font-size: 1.2em;
}

.rightd{
padding-right: 20px;
padding-left: 20px;
 font-size: 1em;
 color: #ffffff;
line-height: 1.2em;
}
.rightwrapper{
 float: left;	
 margin-left: 666px;
 margin-top: 0;
 background: #3f8992;
 width: 485px;
 height: 500px;
 margin-top: -500px;
}
.right{
 background: url("/images/right_top.jpg") no-repeat right top;
 width: 485px;
 height: 135px;
}
.leftwrapper{
background: url("/images/leftreap.jpg") repeat-y;
float: left;
height: 498px;
width: 666px;
line-height: 1.5em;
}
.left{
 padding-left: 98px;
 padding-right: 15px;
 font-size: 1em;
}

h1{
padding: 15px 0;
font-size: 25px;
margin-bottom: 0;
font-weight: 300;
font-size: 1.8em;	
color: #336699;
}
h2{
padding: 15px 0;
font-size: 25px;
margin-bottom: 0;
font-weight: 300;
font-size: 1.4em;	
color: #336699;
}

h3{
font-size: 1em;	
color: #999999;
}



#footer{
height: 15px;
clear: left;
width: 98%;
background: #2c5379;
color: #cccccc;
padding: 10px 12px 10px;
font-size: .9em;
}

#footer a{
color: #cccccc;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
vertical-align: top;
}

.innertube2{
margin-left: 10px; 
margin-right: 10px;/*Margins for inner DIV inside each column (to provide padding)*/
}


.innercontentr{
float:left;
width: 600px;
padding-right: 20px;
padding-left: 20px;
margin-left: 200px;
background: #ffffff;
min-height: 650px;
line-height: 1.8em;
padding-top: 30px;
}

.innercontentl{
float: left;
font-size: .8em;
width: 50px;	
}

#hours ul{
    margin-left: -40px;
}
#hours ul li {
    margin-left: 0px;
    color: #666666;
    font-size: 1.1em;
    border-bottom: 1px solid #ccc;
    line-height: 35px;
	list-style-type: none;
}

#hours ul li span {
    font-weight: normal;
}
/* ####### responsive layout CSS ####### */

@media (max-width: 1151px){ /* responsive layout break point */
	#maincontainer{
	width: 100%;
	}
	
	#contentwrapper{
	float: none;
	}
	
	#leftcolumn{
	float: none;
	width: 100%;
	margin-left: 0;
	}
	
	#contentcolumn{
	margin-left: 0;
	}
}

/*Menu*/
#tabs {
	float:left;
	width:125%;
	height: 150%;
	font-size:92%;
	line-height:normal;
	overflow:hidden;
	}

#tabs ul {
	margin:0;
	padding: 15px 15px 0 0px;
	list-style:none;
	
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("/images/left.png") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("/images/right.png") no-repeat right top;
	/*padding:6px 15px 4px 6px;*/
	padding:12px 21px 10px 12px;
	margin-right:1px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}


