@charset "utf-8";
/* You can use this website template anywhere you want, for anything you want. All I ask is that you link back to Blank CSS (www.blankcss.com) in some way. Thank you very much and enjoy! */

/******** Body Elements ********/

* {
	margin: 0;
	padding: 0;
	/*border: 0;*/
}

body {
	background-color: #36AAD3;
	font-family: arial, verdana, tahoma;
	/*font-family: Verdana, Arial, sans-serif;*/
	font-size: 12px;
	line-height: 180%;
	color: #3d3d3d;
	/*color: #000000;*/
	text-align:center;
}

/******** Layout Elements ********/

.wrapper {
	width: 750px;
	margin: 0 auto;
	border: 1px solid #1B576F;
	background-color:#FFFFFF;
	text-align:left;
}

.header {
	background-image:url(../images/bckgrnd_header.jpg);
	/*height: 332px;*/
	height: 273px;
	margin: 0 0 0 0;
	text-align: center;
	line-height: 50px;
}

/* OLD MENU
.menu {
	background-image:url(../images/bckgrnd_menu.jpg);
	height:46px;
	margin: 0 auto;
	padding: 22px 0 0 237px;
}
*/

/******   H3    */
ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url("../images/menu/OFF.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:1px solid #74b0c6;
	border-top:1px solid #74b0c6;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0px;
}
ul#menu li a{
	display:block;
	float:left;
	color:#6d7078;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;
	background:transparent url("../images/menu/DIVIDER.gif") no-repeat top right;
	}
ul#menu li a.active{
	background:transparent url("../images/menu/HOVER.gif") no-repeat top right;
	color:#1B576F	
}

ul#menu li a:hover{
	background:transparent url("../images/menu/HOVER.gif") no-repeat top right;
	color:#1B576F
	}

.content {
	margin: 0 0 10px 230px;
	padding: 5px;
}

.contentNoLeft{
        position:reletive;
	text-align:center;
    	margin: 20px 30px 10px 0;
	padding: 5px;
        
}

.left {
	margin: 0 0 10px 0;
	float: left;
	width: 210px;
	padding: 5px;
}

.footer {
	background-image:url(../images/bckgrnd_footer.jpg);
	height: 25px;
	padding: 15px 0 0 5px;
	margin: 0 0 0 0;
	clear: both;
	font-size: 11px;
	color: #1B576F;
}

.Row {
	text-align: center;
    	width:750px;
    	padding-bottom:20px;
}

.rowleft {
    	width:32%;
    	float:left;
    	padding-bottom:10px;
}
.rowmiddle {
   	width:33%;
   	float:left;
   	padding-bottom:10px;
}
.rowright {
	width:32%;
	float:left;
	padding-bottom:10px;
} 
/*********** map ******************/

#map { 
    height: 350px; 
    width:  600px;
    margin-bottom: 10px;
}
/******** Document Styles ********/

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #aa0000;
	text-transform: uppercase;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 15px;
	font-weight: bold;
	color:#1B576F;
	font-style:italic;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color:#1B576F;
	font-style:italic;
}	

a, a:active, a:visited {
	color: #2d2d2d;
	text-decoration: underline;
}

a:hover {
	color: #aa0000;
	text-decoration: underline;
}

.header a, .header a:active, .header a:visited {
	color: #aa0000;
}

.header a:hover {
	color: #2d2d2d;
	text-decoration: underline;
}

p {
	margin: 0 0 15px 0;
}

.quote {
	margin: 10px 30px 10px 30px;
	padding: 5px;
	border: 1px #CCCCCC dashed;
}

.footer p {
	font-family: arial, verdana, tahoma;
	margin: 0;
	font-size: 11px;
	line-height: 13px;
}


/******** List Styles Styles ********/
ul.bullet {list-style-type: disc;}

ul li {
	margin: 0 0 0 3px;
	list-style: none;
}

ul ul li {
	margin: 3px 0 3px 30px;
	list-style: circle;
}

ul ul {
	margin: 0 0 15px 0;
}
.page_header
{
    height: 30px;
    margin-left: 0px;
    padding-left: 5px;
    white-space: nowrap;
    background:#A1E7E6/*#83CFE6;#36AAD3;*/
}

ul#navlist
{
    margin-left: 0px;
    padding-left: 5px;
    white-space: nowrap;
    background:#A1E7E6/*#83CFE6;#36AAD3;*/
}

#navlist li
{
    display: inline;
    list-style: none;
}
#navlist li a{
	color:#1B576F; 
	margin: 0 0 0 0;
	padding-right:4px;
}


/* location */
.now_open_name {
   color: #2ba6d9; 
   font-style:italic;
}

.now_open_txt {
    color: red;
}