.column-3-right a img
{
	padding: 4px;
	border: 1px solid #ccc;
	margin: 1px;
}

.column-3-right a img:hover
{
	border-color: #06c;
}



body {
	text-align: left;
	color: #333;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 20px;
	background-color: #d6d6d6; 
}

#wrapper {
	background: url(../images/bg2.gif) repeat-x top;
}

.subpage 
#wrapper {
	background: url(../images/bg_subpage2.gif) repeat-x top;
}

#container {
	width: 971px;    /*982px*/
	margin: 0 auto;
/*	background-color:#FFF;*/
}

#top {
	height: 100px;	
}

#logo {
	width: 270px;
	height: 100px;
	background: url(../images/light.png) no-repeat left top;
	float: left;
}

#logo a {
	display: block;
}

#top-right {
	width: 585px;
	height: 100px;
	float: left;
}

#menu-container {
	padding-left: 23px;
	height: 38px;
}

#header {
	float: left;
	height: 295px;
	width: 982px;
}

#header-left-border {
	float: left;
	width: 13px;
	height: 295px;
	background: url(../images/header_left_border.png) no-repeat left bottom;
}

#header-center {
	float: left;
	width: 946px;
	height: 295px;
	background: #e4e4e4 url(../images/header_bg.png) repeat-x;	
	padding-left: 10px;
}

#header-slide-container {
	margin-top: 2px;
	width: 936px;
	height: 291px;
}

.header-left {
	float: left;
	margin-top: 10px;
}

.header-right {
	float: left;
	background: #6ba1db url(../images/header_right_bg.gif) repeat-x left bottom;
	width: 338px;
	height: 271px;
	margin-left: 10px;
	margin-top: 10px;
}

	.header-description {
		color: #ffffff;
		font-size: 12px;
		font-family:Arial,Helvetica,sans-serif;
	}
			
	.header-description h2 {
		color: #ffffff;
	}
			
	.header-description h2 {
		background: url(../images/h2_header_bottom_border.gif) repeat-x bottom;
		padding-bottom: 15px;
		margin-bottom: 8px;
	}
	
	.header-description li {
		font-weight: bold;
	}



/*** Menu ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.1em;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
	border-right: 1px solid #CACACA;
	border-left: 1px solid #CACACA;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
	z-index: 1;
}
.sf-menu li li {
	width: 180px;
	z-index: 11;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 38px; /* match top ul list item height */
	z-index: 11;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 180px; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
.sf-menu {
	float: left;
	margin-bottom: 1em;
	padding-right: 2px;
	background: url(../images/menu_bg_right_border.gif) repeat-y right bottom;
}
.sf-menu a {
	padding: 14px 20px 12px 20px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.sf-menu .current {
	background: #c9c9c9 url(../images/menu_bg_current.gif) repeat-x;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #777;
}
#nav-menu {
	background: #d9d7d7 url(../images/menu_bg.gif) repeat-x;
	height: 38px;
	float: left;
}
.sf-menu li {
	padding-left: 2px;
	background: url(../images/menu_bg_left_border.gif) no-repeat left bottom;
}
.sf-menu li li  a{
	padding: 5px 0 5px 10px;
	margin-left: -2px;
}
.sf-menu li li {
	background: #f2f2f2 url(../images/menu_top_border.gif) repeat-x left top;
}
.sf-menu li ul {
	
}
.sf-menu li li li {
	background: #eeeeee url(../images/menu_top_border_dark.gif) repeat-x left top;
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: #d9d7d7 url(../images/menu_bg_current.gif) repeat-x;
	outline: 0;
}
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background: #d9d7d7 url(../images/menu_bg.gif) repeat-x;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			15px; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrow-gray.gif') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 15px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
/* disabling: shadow.png does not exist. --Graham *x/
/*	background:	url('../images/shadow.png') no-repeat bottom right; */
	padding: 0 71px 9px 0;
	/*
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	*/
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}





/* header styles for subpage */

.subpage
#header-center-border {
	float: left;
	width: 956px;
	height: 105px;
	background: #e4e4e4 url(../images/header_bg.png) repeat-x;	
}

.subpage
#header {
	float: left;
	height:105px;
	width: 982px;
}

.subpage
#header-left-border {
	float: left;
	width: 13px;
	height: 105px;
	background: url(../images/header_left_border_subpage.png) no-repeat left bottom;
}

.subpage
#header-center-border {
	float: left;
	width: 956px;
	height: 105px;
	background: #e4e4e4 url(../images/header_bg_subpage.png) repeat-x;	
}

#header-content {
	width: 936px;
	margin: 0 auto;
	margin-top: 12px;
	background: #6ea5e0 url(../images/header_content_bg.gif) repeat-x;	
	height: 81px;
}	
#header-content-h1-padding {
	padding: 0 20px;
	padding-top: 13px;
}	
#header-content-h3-padding {
	padding: 0 20px;
	padding-top: 20px;
}	

	#header-content h1 {
		color: #fff;
		font-family: arial, sans-serif;
		font-size: 35px;
	}
	#header-content h3 {
		color: #fff;
		font-size: 20px;
	}

.subpage
#header-right-border {
	float: left;
	width: 13px;
	height: 105px;
	background: url(../images/header_right_border_subpage.png) no-repeat right bottom;
}
		
.subpage
#header h2 {
	background: url(../images/h2_header_bottom_border_subpage.gif) repeat-x bottom;
	padding-bottom: 15px;
	margin-bottom: 8px;
}
	
#header-right-border {
	float: left;
	width: 13px;
	height: 295px;
	background: url(../images/header_right_border.png) no-repeat right bottom;
}

.header-description-container {
	height: 211px;
}


	.jFlowPrev, .jFlowNext {
		height: 40px;
		float: right;
		margin-left: 10px;
		width: 48px;
		cursor: pointer;
	}

	.jFlowPrev {
		background: url(../images/prev.png) no-repeat 0 0;
	}
	.jFlowNext {
		background: url(../images/next.png) no-repeat 0 0;
	}
	.jFlowPrev:hover, .jFlowNext:hover {
		background-position: 0 -40px;
	}

	
	.jFlowPrev span , .jFlowNext {
		line-height:60px;
	}
	
	#jflow-controller {
		margin-top: 10px;
	}

#contentbg {
	background-color: #FFF;
	margin-left: 11px;
}

#content {
	width: 950px;
	margin: 0px auto;
}

	/* styles for 2 columns */
	
	/*left column is larger */
	
	#content .two-column-1-left {
		float: left;
		width: 589px;
		padding-left: 7px;
	}

	#content .two-column-1-right {
		float: left;
		width: 339px;
		margin-left: 9px;
	}
	
	/* right column is larger */

	#content .two-column-2-left {
		float: left;
		width: 220px;
		padding-left: 7px;
	}

	#content .two-column-2-right {
		float: left;
		width: 708px;
		margin-left: 9px;
	}
	


	/* styles for 3 equal columns */

	#content .column-3 {
		float: left;
		width: 310px;
		margin-left: 15px;
	}
	
	/* styles for standard 3 columns */

	#content .column-3-left {
		float: left;
		width: 220px;
		margin-left: 7px;
	}
	#content .column-3-center {
		float: left;
		width: 439px;
		margin-left: 9px;
	}
	#content .column-3-right {
		float: left;
		width: 260px;
		margin-left: 9px;
	}

.reportproblem {
	margin: 10px 0 10px 40px;
}
.reportproblem a:link {color: #d04527;}
.reportproblem a:visited {color: #d04527;}
.reportproblem a:hover {color: #d04527; text-decoration: underline;}


/* use this class to remove margin-left. This is for the first column since all columns have margin left. */

#content .first {
	margin-left: 0;
}



.admin {
	width: 630px;
}
.left {
	width: 300px;
}
.right {
	width: 300px;
}
#content h2 {
	background: url(../images/h2_bottom_border.gif) repeat-x bottom;
	
	padding: 10px 0;
		
}
	
#content h3 {
	margin-top: 10px;
	margin-bottom: 0px;
}
#content h2 {
	margin-top: 5px;
	padding-top: 0;
}

	
#content p {		
	padding-bottom: 10px;
}

#content .date {
	margin-bottom: 10px;
}
#content .date span {
	color: #888;
	font-size: 10px;
}

	
#footer {
	width: 936px;
	margin: 0px auto;
	padding-bottom: 11px;
}

#footer .box p {
	margin-top: 0px;
}
	
#footer .box p {
	margin-top: 0px;
}
#footer .box-padding {
	padding-top: 11px;
}




/*misc */


.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-lefttwocol {
	float: left;
	width: 420px;
}

.float-leftonecol {
	float: left;
	width: 650px;
}

.float-right {
	float: right;
}

.float-right-third {
	float: right;
	margin-right: 2px;
}

.display-none {
	display: none;
}

.image-left, .image-border, .image-right {
	padding: 3px;
	margin: 0 10px 5px 0;
	border: 1px #aaa solid;
}

.image-border {
	margin:0;
}

.image-right {
	margin:0 0 5px 10px;
}

.image-left-small, .image-right-small, .image-border-small {
	padding:3px 3px;
	margin:0 10px 0 0;
	border:1px #aaa solid;
}

.image-right-small {
	margin:0 0 0 3px;
}

.image-border-small {
	background:#fff;
}

.center-content h2 {
	margin-top: 10px;
}

.padding-10 {
	padding: 10px;
}
.padding-10-bottom {
	padding-bottom: 10px;
}
.padding-15 {
	padding: 15px;
}

.padding-20 {
	padding: 20px;
}

.textblock {
	border: 1px #bbb solid;
	padding: 10px;
	background-color: #f2f2f2;
}

#note {
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #992222;
	border: 1px #f0c020 solid;
	display: none;
	background-color:#ffffdd;
	text-align: center;
}

/* box style */


.box {
	width: 100%;
	margin-top: 15px;
	float: left;		
}
		
.top {
	width:100%;
	height:2px;
	background:url(../images/top.gif) no-repeat left top;
}
		
.top span {
	width: 2px;
	height:2px;
	background:url(../images/top-right.gif) no-repeat right top;
	float: right;
	overflow: hidden;
}

.box-contentmenu {
	background: url(../images/rightside.gif) repeat-y right top;
	width: 100%;
	float: left;
	background-color: #6EA5E0;
}

.box-contentmenu h2 {
	color: #FFF;
}

.box-content {
	background: url(../images/rightside.gif) repeat-y right top;
	width: 100%;
	float: left;
	background-color: #eaeaea;
}

.box-content-admin {
	background: url(../images/rightside.gif) repeat-y right top;
	width: 100%;
	float: left;
	background-color: #F1F1F1;
}
		
.box-content2 {
	background: url(../images/leftside.gif) repeat-y left top;
	width: 100%;
	float: left;	
	padding-bottom: 13px;			
}

.bottom {
	width:100%;
	height:2px;
	background:url(../images/bottom.gif) no-repeat left top;
	float: left;
}
		
.bottom span {
	width: 2px;
	height:2px;
	background: url(../images/bottom-right.gif) no-repeat right top;
	float: right;
	overflow: hidden;
}
		
.box p {
	margin:10px 0 0 0;
	/*clear: both;*/
}
		
.box-padding {
	padding: 15px 15px 0px 15px;
}

.box-padding h2 {
	padding-top: 0;
	margin-top: 0;
}
.box-padding h3 {
	padding-top: 0;
	padding-bottom: 10px;
	margin-top: 0;
}


/*  link styles*/

.header-link{
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
	font-size:11px;
}

.header-link {
	border-bottom: 1px #fff solid;
	padding-bottom: 2px;
	color: #fff;
	font-weight: bold;
	margin: 0 5px;
}

.header-content  {
	color: #c9b9c4;
}

.header-content  h2 {
	color: #ddd;
}

.header-content p {
	padding-bottom: 0px;
	margin-bottom: 5px;
}

.readmore-link {
	color: #aaa;
	font-size: 11px;
	font-weight: bold;
}

.posted-link {
	font-size: 12px;
	letter-spacing: 0px;
}




#footer .menu li a{
	display: inline;
	padding: 0 0 0 15px;
	font-size: 11px;
}

#footer .menu li {
	list-style: none;
	width: auto;
	float: left;
}

#footer .menu li a.current {
	font-weight: bold;
	color: #777;
}

#footer ul.menu {
	display: inline;
	float: right;
	width: auto;
	padding: 0;
	margin: 0;
}


.block ul {
	list-style: none;
}
ul.menu {
	list-style: none;
	text-align:left;
	margin:0;
	padding:0;
}


li.expanded, li.collapsed, li.leaf {
	list-style-image: none;
}

ul.menu li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}


/*table styles  */

.tabletwocol {
	width: 420px;
	float: left;
}

thead th {
	background: #DBEAFA none repeat scroll 0 0;
}
thead th {
	border-bottom:1px #bbb solid;
}
th {
	background-color: #DBEAFA;
	border-bottom:1px #ccc solid;
	padding-right: 1em;
	text-align: left;
}

td {
	background: #fff;
	border-top: 1px #fff solid;	
	border-bottom:1px #ccc solid;
	color: #333;
}

tr.even td {
	background:#fff;
	border-top: 1px #fff solid;	
	border-bottom: 1px #ccc solid;
}

td.active {
	background-color: #e4e4e4;
}

.bookav {
	text-align: right;
}


/* contact form style */
form {
  padding: 20px 0;
  margin: 0;
}
label {
	float: left;
	width: 100px;
	padding-right: 1px;
	font-weight: bold;
	color: #999;
}
input,
textarea{
	padding: 2px;
	font: 400 12px arial, sans-serif;
	background: #fafafa;
	border-width: 1px;
	border-style: solid;
	border-color: #c0c0ba;  
}
input:focus,
textarea:focus{  
  color: #333;
  background-color: #edf2f5;
}
#name, #email, #subject{
	width:250px;
}
#message{
	width:360px;
	height:150px;
}

#submit {
	height: 33px;
	background: url(../images/styled_button_gradient.png) no-repeat top left;
	margin-top: 0px;
	width: 87px;
	border: none;
	margin-right: 6px;
	font: bold 1em arial, sans-serif;
	cursor: pointer;
	color: #777;
}

/* use form-button class for input button tags. */

input.form-button {
	padding: 5px 15px;
	font: bold 1em arial, sans-serif;
	cursor: pointer;
	color: #777;
	background-color: #222;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #bbb #bbb #ccc;
	background: url(../images/gradient.gif) repeat-x;
}


/* uw logo */
#top-right .container-inline {
	margin: 0;
	padding: 0;
}
#top-right {
	float: right;	
}

#uwlogo {
	float: right;
	margin-top: 15px;
	width: 235px;
	height: 50px;
	padding: 0;
}






/* jflow */

.controller {
	float: left;
}


.header-content {
	height: 200px;
	width: 350px;
	background: #5588bb;
}

#jflow-controller {
	margin-top: 10px;
}

	
/* vertical menu */

.vertical-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.vertical-menu li {
	float: left;
	width: 100%;
	background:url(../images/border2.gif) repeat-x bottom;
}

.vertical-menu li a {
	display: block;
	padding: 5px 0px 5px 15px;
	background:url(../images/arrow2.gif) no-repeat left;
	color: #FFF;
}

.vertical-menu li a:hover {
	color: #BDDC9B;
}


/* CSS sliding doors button */

a.button, a.button-light  {
	background:url(../images/button.gif) no-repeat right top; 
	display: inline-block;
	height: 27px;
	margin-right: 6px;
	padding-right: 2px;
	color: #fff;
	font-size:11px;
	font-weight:bold;
	line-height:27px;
	vertical-align:middle;
}
a.button span, a.button-light span {
	background:url(../images/button.gif) no-repeat left top; 
	display: inline-block;
	height: 100%;
	line-height: 27px;
	padding: 0px 16px 0px 18px;
} 
a.button:hover, a.button-light:hover {
	background-position:right -155px;
}

a.button:hover span, a.button-light:hover span {
	color: #fff;
	background-position:left -155px;
}

a.button-light:hover span {
	color: #888;
}

a.button-light  {
	background:url(../images/button_2.gif) no-repeat right top; 
}

a.button-light span {
	background:url(../images/button_2.gif) no-repeat left top; 
	color: #777;
}

a.button-large  {
	background:url(../images/button_dark.png) no-repeat right top; 
	display: inline-block;
	height: 40px;
	margin-right: 6px;
	padding-right: 2px;
	line-height:40px;
	vertical-align:middle;
}
a.button-large span {
	background:url(../images/button_dark.png) no-repeat left top; 
	display: inline-block;
	height: 100%;
	line-height: 40px;
	padding: 0px 16px 0px 18px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
} 
a.button-large:hover {
	background-position:right -142px;
}

a.button-large:hover span {
	color: #fff;
	background-position:left -142px;
}
		
/* end of sliding buttons */

.selected_room { font-size: large; }