

body {
	margin: 0px;
	background: url(http://www.mikewesteen.com/images/img01.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #73451D;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;

	color: #666666;
}

a:hover {
	background: none;
	color: #C3B9B9;
}








#wrapper {
	width: 900px;
	margin: 0 auto;
	background: url(http://www.mikewesteen.com/images/img04.jpg) no-repeat left top;
}

#wrapper .btm {


}

/* Header */

#header {
	width: 900px;
	height: 147px;
	margin: 0 auto;
	background: url(http://www.mikewesteen.com/images/header.jpg) repeat-y left top;
}

/* Logo */

#logo {
	float: right;
	width: 700px;
	color: #000000;
	padding: 10px 0 0 10px;
}

#logo h1, #logo p {
}

#logo h1 {
	float: left;
	padding: 10px 0 0 10px;
	margin-right: 20px;
	letter-spacing: -1px;
	text-transform: capitalize;
	font-size: 2.8em;
}

#logo h1 a {
	color: #000000;
}

#logo p {
	
	margin: 54px 0 0 0;
	padding: 3px 10px 3px 0px;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}

/* Search */

#search {
	float: right;
	width: 230px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 70px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 210px;
	border: none;
	text-transform: lowercase;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Menu */

#menua {
	width: 900px;
	height: 44px;
	background: url(http://www.mikewesteen.com/images/img03.jpg) no-repeat left top;
	margin: 0 auto;
	padding: 0;
}






/* menu 2   */


.menu {width:900px; height:32px; position:relative; z-index:100;border-right:0px solid #000; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:895px; w\idth:895px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}

.menu ul ul {width:100px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:110px;position:relative;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:100px; height:30px; border:0px solid #000; border-width:0px 0 0px 0px; padding-left:5px; line-height:29px; font-weight:bold; }
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:110px; w\idth:110px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#141886 url(http://www.mikewesteen.com/images/grey-arrow.gif) no-repeat 130px left;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#141886 url(http://www.mikewesteen.com/images/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#141886 http://www.mikewesteen.com/images/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#141886;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#141886;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:150px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:150px; top:-1px; width:120px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#A30F13; color:#fff; height:auto; line-height:2em; padding:5px 10px; width:150px;border-width:0 0px 0px 0px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:148px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#A30F13;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff; background:#A30F13;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}





/* menu 2 end */



/* Page */

#page {
	width: 890px;
	margin: 0 auto;
	padding-top: 10px;
}

/* Content */

#content {
	float: left;
	width: 500px;
	padding: 5px 5px 0 0;

}


#content2_old {
	float: left;
	width: 700px;
	padding: 5px 5px 0 0;
text-align: center;

}





#content23 {

            margin-left: 100px;

            padding: 5px 5px 0 0;

            text-align: center;

}
 

 

#content2 {

            margin-left: 160px;

            padding: 5px 5px 0 0;

            text-align: center;

}






#contentlistings {


	float: left;
	width: 500px;
	padding: 5px 5px 5px 5px;
	text-align: center;

}

.post {
	margin-left: 10px;
	padding-bottom: 10px;
	text-align: left;
}


.postc .titlec {
	padding-left: 5px;

	color: #A30F13;
}


.post .title {
	padding-left: 5px;
	border-left: 4px solid #1A1E73;
	color: #A30F13;
}

.post .title a {
	background: none;
	color: #A30F13;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	background: #E0E0E0;
	border-left: 4px double #F57601;
	border-right: 4px double #F57601;
	padding: 3px 10px 3px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.post .meta .comments,.post .meta .permalink {
}

.post .entry {
	padding: 10px 20px 20px 20px;
	text-align: justify;
}

/* Sidebar */

#sidebar_old {
	background: url(http://www.mikewesteen.com/images/left_col_background.gif) repeat-x left top;
	float: left;
	width: 150px;
	padding: 5px 10px 0 10px;
}


#sidebar {

            background: url(http://www.mikewesteen.com/images/left_col_background.gif) repeat-x left top;

            float: left;

            width: 150px;

            padding: 5px 0 0 10px;

}



#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;

}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 19px;
	border-bottom: 1px dashed #BCBCBC;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	color: #BCBCBC;
}









.address{	font-size: 14px;
	font-style: italic;
	color: #ffffff;}


#sidebar h2 {
	letter-spacing: -.5px;
	color: #444444;
}

#sidebar p {
	padding-bottom: 10px;
	text-align: left;
}

#sidebar a {
	color: #000000;
	border: none;
}

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





/* Sidebar2 */

#sidebar2 {

	background: url(http://www.mikewesteen.com/images/left_col_background.gif) repeat-x left top;

	float: right;
	width: 190px;
	padding: 15px 5px 0 10px;
vertical-align: top;
}

#sidebar2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar2 li {
	margin: 0;
	padding: 0;
}

#sidebar2 li ul {
	padding-bottom: 30px;
}

#sidebar2 li li {
	line-height: 35px;
	border-bottom: 1px dashed #BCBCBC;
}

#sidebar2 li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	color: #BCBCBC;
}

#sidebar2 h2 {
	letter-spacing: -.5px;
	color: #444444;
}

#sidebar2 p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar2 a {
	color: #000000;
	border: none;
}

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









/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}


.featuredrooms{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFFF;
}


/* Footer */

#footer {
	width: 900px;
	height: 10px;
	margin: 0 auto;
	padding: 10px 0 15px 0;
	background: #D13040;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	border-bottom: 1px #FFFFFF dotted;
}










/* Footer */

#bottom {
	width: 900px;
	height: 10px;
	margin: 0 auto;
	padding: 10px 0 15px 0;
	background: #A21E2E;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#bottom p {
	margin: 0;
	line-height: normal;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}

#bottom a {
	color: #FFFFFF;
	border-bottom: 1px #FFFFFF dotted;
}



#outside{
	border:1px solid #006600;
	background:#006600;
	}
#navigation-1 {
	padding:1px 0;
	margin:0px;
	list-style:none;
	width:100%;
	height:21px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	font:normal 8pt verdana, arial, helvetica;
}
#navigation-1 li {
	margin:0;
	padding:0;
	display:block;
	float:left;
	position:relative;
	width:148px;
}
#navigation-1 li a:link, #navigation-1 li a:visited {
	padding:4px 0;
	display:block;
	text-align:center;
	text-decoration:none;
	background:#006600;
	color:#ffffff;
	width:148px;
	height:13px;
}
#navigation-1 li:hover a, #navigation-1 li a:hover, #navigation-1 li a:active {
	padding:4px 0;
	display:block;
	text-align:center;
	text-decoration:none;
	background:#339933;
	color:#ffffff;
	width:146px;
	height:13px;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}
#navigation-1 li ul.navigation-2 {
	margin:0;
	padding:1px 1px 0;
	list-style:none;
	display:none;
	background:#ffffff;
	width:146px;
	position:absolute;
	top:21px;
	left:-1px;
	border:1px solid #006600;
	border-top:none;
}
#navigation-1 li:hover ul.navigation-2 {
	display:block;
}
#navigation-1 li ul.navigation-2 li {
	width:146px;
	clear:left;
	width:146px;
}
#navigation-1 li ul.navigation-2 li a:link, #navigation-1 li ul.navigation-2 li a:visited {
	clear:left;
	background:#006600;
	padding:4px 0;
	width:146px;
	border:none;
	border-bottom:1px solid #ffffff;
	position:relative;
	z-index:1000;
}
#navigation-1 li ul.navigation-2 li:hover a, #navigation-1 li ul.navigation-2 li a:active, #navigation-1 li ul.navigation-2 li a:hover {
	clear:left;
	background:#339933;
	padding:4px 0;
	width:146px;
	border:none;
	border-bottom:1px solid #ffffff;
	position:relative;
	z-index:1000;
}
#navigation-1 li ul.navigation-2 li ul.navigation-3 {
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	left:145px;
	top:-2px;
	padding:1px 1px 0 1px;
	border:1px solid #006600;
	border-left:1px solid #006600;
	background:#ffffff;
	z-index:900;
}
#navigation-1 li ul.navigation-2 li:hover ul.navigation-3 {
	display:block;
}
#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:link, #navigation-1 li ul.navigation-2 li ul.navigation-3 li a:visited {
	background:#006600;
}
#navigation-1 li ul.navigation-2 li ul.navigation-3 li:hover a, #navigation-1 li ul.navigation-2 li ul.navigation-3 li a:hover, #navigation-1 li ul.navigation-2 li ul.navigation-3 li a:active {
	background:#339933;
}
#navigation-1 li ul.navigation-2 li a span {
	position:absolute;
	top:0;
	left:132px;
	font-size:12pt;
	color:#fe676f;
}
#navigation-1 li ul.navigation-2 li:hover a span, #navigation-1 li ul.navigation-2 li a:hover span {
	position:absolute;
	top:0;
	left:132px;
	font-size:12pt;
	color:#ffffff;
}
                    
                    






.moreviews{
font-family: Arial,Garamond,Times New Roman, sans-serif;
font-size: 13px;
font-weight: bold;
color: #000000; 
}

A.moreviews:link {font-family: Arial,Garamond,Times New Roman, sans-serif;text-decoration:none; font-weight: bold; font-size: 13px; color: #000000;}
A.moreviews:visited {font-family: Arial,Garamond,Times New Roman, sans-serif;text-decoration:none; font-weight: bold; font-size: 13px; color: #000000;}
A.moreviews:hover {font-family: Arial,Garamond,Times New Roman, sans-serif;text-decoration:none; font-weight: bold; font-size: 13px; color: #c0c0c0;}
A.moreviews:active {font-family: Arial,Garamond,Times New Roman, sans-serif;text-decoration:none; font-weight: bold; font-size: 13px; color: #000000;}




}


A.featured_more:link {font-family: Arial,Garamond,Times New Roman, sans-serif;text-decoration:none; font-weight: bold; font-size: 13px; color: #ffffff;}
A.featured_more:visited {font-family: Arial,Garamond,Times New Roman, sans-serif;text-decoration:none; font-weight: bold; font-size: 13px; color: #ffffff;}
A.featured_more:hover {font-family: Arial,Garamond,Times New Roman, sans-serif;text-decoration:none; font-weight: bold; font-size: 13px; color: #B30000;}
A.featured_more:active {font-family: Arial,Garamond,Times New Roman, sans-serif;text-decoration:none; font-weight: bold; font-size: 13px; color: #FFFF00;}


   
A.featured_more1:link {font-family: Arial,Garamond,Times New Roman, sans-serif;text-decoration:none; font-weight: bold; font-size: 13px; color: #000000;}
A.featured_more1:visited {font-family: Arial,Garamond,Times New Roman, sans-serif;text-decoration:none; font-weight: bold; font-size: 13px; color: #000000;}
A.featured_more1:hover {font-family: Arial,Garamond,Times New Roman, sans-serif;text-decoration:none; font-weight: bold; font-size: 13px; color: #B30000;}
A.featured_more1:active {font-family: Arial,Garamond,Times New Roman, sans-serif;text-decoration:none; font-weight: bold; font-size: 13px; color: #FFFF00;}



label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
}


select
{

background: #E4F4F8;
border: 1px solid #781351
font-size: 7px;
text-align: left;
color: #781351;
font-family: arial, helvetica, sans-serif;
width: 110px;
}







input
{
color: #781351;
background: #E4F4F8;
border: 1px solid #781351
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
}
fieldset
{
border: 1px solid #781351;
width: 20em
}

legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px
}
