/* MKKA Style Sheet */

/*** Body Setup ***/
body {
	text-align: center;
	font: .8em/1.2em arial, helvetica, verdana, sans-serif;
	background-color: #0099cc;
	margin: 0;
	padding: 0;
}

.hasLayout {
    zoom: 1;
}

/*** Main Div Layout ***/
#container {
	margin: 0 auto;
	width: 899px;
	text-align: left;
	background-image: url(../images/mkka_body_bg.jpg);
	background-repeat: repeat-y;
}

#wrapper {
	background-image: url(../images/mkka_body1.jpg);
	background-repeat: no-repeat;
	background-position: center 201px;	
	height: 100%;
}

#header {
	background: url(../images/mkka_top.jpg) no-repeat top left;
    height: 201px;   
}

#content {
	float:left;
	width: 530px;
}

#footer {
	background: url(../images/mkka_footer.jpg) no-repeat top left;
	height: 145px;
	clear: left;
}

/*** Content Font/Colors Setup ***/
#content h1 {
	margin: 0;
	padding: 8px 0 20px 0;
	color: #803500;
	font-size: 22px;
}

#content h2 {
	margin: 0;
	padding: 4px 0 14px 0;
	color: #a64500;
	font-size: 17px;
}

#content h3 {
	margin: 0;
	padding: 1px 0 9px 0;
	color: #004961;
	font-size: 14px;
	font-weight: bold;
}

#content p {
	margin: 0;
	padding: 0 0 12px 0;
	color: #333;
}

#content p.small {
	margin: 0;
	padding: 12px 0 12px 0;
	font-size: .8em;
	color: #666;
}

#content address {
	margin: 0;
	padding: 3px 0 14px 130px;
	color: #333;
	font-weight: bold;
}

#content address.alignLeft {
	margin: 0;
	padding: 3px 0 14px 0;
	color: #333;
	font-weight: bold;
}

#content a:link, 
  #content a:visited, 
  #content a:hover, 
  #content a:active {
	text-decoration: none;
	border-bottom: 1px dotted #999;
	color: #666;
} 

#content a:visited, 
  #content a:hover, 
  #content a:active {
  	border-bottom: 1px dotted #09c;
	color: #0099cc;
} 

/*** Navigation Setup ***/
ul#sidenav {
	float: left;
	list-style-type: none;
	display: block;
	width: 207px;
	margin: 6px 0 0 0;
	padding: 0 0 115px 79px;	
}

ul#sidenav li {
	padding: 2px 0;
	font-weight: bold;
}

ul#sidenav li a{
	text-decoration: none;
	color: #006080;
}

ul#sidenav li a:hover{
	color: #ca7602;
}

ul#sidenav a.selected, 
ul#footerNav a.selected {
	font-weight: bold;
	color: #000;
}

/*** Footer Setup ***/
ul#footerNav {
	padding: 35px 0 0 106px;
	margin: 0;
}

ul#footerNav li {
	display: inline;
	font-size: 12px;
	text-decoration: none;
	padding: 0 0 0 2px;
}

ul#footerNav li a {
	text-decoration: none;
	color: #666;
}

div#footer p a:link,
  div#footer p a:visited,
  div#footer p a:active {
  	text-decoration: none;
	color: #999;	
}

ul#footerNav li a:hover,
  div#footer p a:hover {
	color: #ca7602;
}

div#footer p {
	color: #f0f0f0;
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 12px 0 0 0;	
}

div#footer ul li.dividers {
	color: #999;
}

/*** Site Map Setup ***/
ul#siteMap {
	list-style-type: none;
	padding: 6px 0 0 42px;
	margin: 0;
}

ul#siteMap li {
	color: #a64500;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 9px 40px;
	background: url(../images/fish_icon.gif) left 4px no-repeat;
}

/*** Regular List Items Setup ***/
ul.items {
	list-style-type: none;
	padding: 6px 0 10px 42px;
	margin: 0;
}

ul.items li {
	color: #333;
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 9px 40px;
	background: url(../images/fish_icon.gif) left 4px no-repeat;
}

/*** Gallery Setup ***/
#gallery ul { 
	list-style: none; 
}

#gallery ul li { 
	display: inline;
	padding: 0 4px; 
}

#gallery ul img {
	border: 5px solid #fff;
	border-width: 5px 5px 8px 5px;
}

#gallery ul a:hover img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 8px 5px;
	color: #fff;
}

#gallery ul a:hover { 
	color: #fff; 
}

#gallery ul a:link, 
#gallery ul a:visited, 
#gallery ul a:hover, 
#gallery ul a:active { 
	text-decoration: none;
	border-bottom: 0;
}

/*** Table Setup ***/
table {
	border-right: 1px solid #A7A37E;
	border-bottom: 1px solid #A7A37E;
	background-color: #fff;
}

caption {
	text-align: left;
	font-size: 1.2em;
	color: #012f3c;
	padding: 16px 0 3px 0;
}

td, th {
	font-size: .9em;
	padding: 3px;
}

th {
	font-weight: bold;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	padding-top: 4px;
	border-left: 1px solid #A7A37E;
	font-size: 1.1em;
	cursor: pointer;
}

td {
	border-left: 1px solid #A7A37E;
}

.even {
	background-color: #E7F7FF;
}

.highlight {
	background-color: #FFFF99 !important;
	color: red;
}

/*** Misc Setup ***/
strong.arrow {
	padding: 0 0 3px 0;
	font-size: 17px;
	color: #666;
}

.externalLink {
	background: transparent url(../images/external.png) center right no-repeat;
	padding: 0 14px 0 0;
}

.pdfIcon {
	background: transparent url(../images/pdf_icon.gif) center right no-repeat;
	padding: 0 18px 0 0;
}

.emailIcon {
	background: transparent url(../images/email_icon.gif) center right no-repeat;
	padding: 0 20px 0 0;
}

.open {
	background: #fff1aa url(../images/arrow-square.gif) no-repeat;
	background-position: right 5px;
}

.close {
	background: #fcfaca url(../images/arrow-square.gif) no-repeat;
	background-position: right -51px;
}

#houseDirection h3 {
	cursor: pointer;
}

div.house {
	display: none;
}

h4 { font-size: 12pt; padding-top: 1px; padding-bottom: 0px;}

.mkkaHeader {font-size: 11pt; font-weight: bold; padding: 5px 0px;}

.pics { height: 138px; width: 178px; padding:0; margin:0; overflow: hidden }
.pics img { height: 120px; width: 160px; padding: 5px; border: 1px solid #ccc; background-color: #eee; top:0; left:0 }
.pics img {-moz-border-radius: 10px; -webkit-border-radius: 10px;}
