/* Microdot House CSS Document */

body{ font-family: Arial,Verdana, Helvetica, sans-serif; background: #ffffff; text-align: center}
.clear { clear:both;}
.no_css{ display:none}

/* page container */
#container{ width:780px; outline: solid 1px #cccccc; margin:0 auto; text-align: left}

/* apply only to IE */
* html #container{  border: 1px solid #cccccc; }

/* top container */
#top_container{ position:relative; text-align:center; font-weight: bold; margin-top:20px; color: #000066}
/* apply only to IE */
* html #top_container{  margin-top:0px;}

#top_banner{height:8px; background-image: url(../images/banner_top.gif);}
#mid_banner{background-image: url(../images/mid_banner.jpg); padding-top: 12px;}

#bottom_banner{height:8px; background-image: url(../images/banner_bottom.gif);}

.title{font-size:185%;}
.proprietor{font-size:95%; font-style: italic; line-height: 26pt;}

/* Navigation */
#navigation{ margin-left:33px}
#navigation ul{
	list-style-type: none;
	padding:0px 0px 0px 0px;
	margin: 12px 0px 0px 0px;
}
#navigation li{ float: left; padding: 0px 8px 10px 10px}
#navigation a{ 
	text-align: center;
	font-size: 75%;	
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	}
.button{width: 100px; background-color: #cc9966; padding: 2px 0px 2px 0px}

/* content container */
#content_container{ font-size:75%; color:#000066;}
#content_container p{line-height: 18pt; margin:0px;}
#home_img{align:center; margin-left: 37px}

/* Page Headers*/
H1{font-size: 150%; color:#000066; margin-left: 120px; margin-top: 0px;}
H2{font-size: 120%;}

.content{position:relative; width: 710; margin-left:35px; margin-right:35px;}
.content a:link{color: #000066; text-decoration: none;}
.content a:hover{color: #000066; text-decoration: none; font-weight: bold;}
.text_right{float:left; margin-top: 20px;}
.img_right{float:right;}
.text_left{float:right; margin-top: 20px;}
.img_left{float:left;}

.content ul{padding:0px 0px 0px 0px; margin: 0px 0px 0px 15px;}
.content li{padding:0px 0px 10px 0px;}

/* Tariff table */
.content table, table td{ border: 1px solid #cc9966; }
.content table td{border: 1px solid #cc9966; width:0%; padding: 4px 0px 4px 0px; color:#000066; font-weight:bold; font-size:75%;}

/* Reservation */
.reservation{ border: 0px solid green; margin-left: 120px}
.reservation table, table td{ border: 0px; width:90%; color:#000066; font-size:100%; }
.reservation table td{padding: 4px 0px 4px 0px; font-weight:bold; }

/* Tariff table subtext */
.subtext{ font-style:italic; font-size:95%; font-weight:bold; line-height:24pt;}

/* Contact us paragraph */
.contact{text-align:center; padding-left: 45px}

.map{font-weight:bold; font-size:1.3em;}

/* Footer */
#footer{ 
	font-size:70%;
	color:#cc9966;
	font-weight:bold;
	text-align:center;
	background-image: url(../images/footer.gif);
	padding-top: 8px;
	}
#footer p{padding: 0px 0px 5px 0px; margin:0px;}
#footer a:link, a:visited{ text-decoration: none; color: #cc9966 }
#footer a:hover{ text-decoration: none; color: #000066 }