/* Editor Specific CSS */
#EDITOR_MODE .table_spacer {
	display:inline;
	height:3px;
	font-size: 3px;
	line-height: 3px;
}
#EDITOR_MODE {
	width:892px;
	background-image: none;
	background-color:#eff3ea;
}

#EDITOR_MODE #OneColLayout{
	width: 414px;
}
#EDITOR_MODE #TwoColLayout{
	width: 720px;
}

#EDITOR_MODE #TwoColLayout .right_column{
	width: 265px;
	background-color: #D9CDB3;
}

.table_spacer {
	display:none;
}


/* Global CSS Properties */

body {
	/*background-image: url(./images/bg_gradient.gif);
	background-repeat: repeat-x;*/
	font-size:11px;
	color: #3b3833;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
table{
	font-size:inherit;
	font-family: inherit;
}
h1{
	margin: 0px;
	font-style: normal;
	font-weight: normal;
	display: inline;
	color: #5c5639;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 14px;
}
h2{
	letter-spacing: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #5c5639;
}

h3{
	font-size: 12px;
	margin-left: 0px;
	margin-bottom: 8px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	font-weight: bold;
	color: #606250;
}
.content{
line-height:18px;
}
.content h1{
	margin: 0px;
	font-style: normal;
	font-weight: normal;
	display: inline;
	color: #5c5639;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 14px;
}

a{
	text-decoration: underline;
	color: #662618;
}

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

.divider{
	line-height: 1px;
	font-size: 1px;
	padding: 0px;
	margin: 0px;
	background-repeat:repeat-x;
	background-position:top left;
	width:100%;
	height:1px;
}
.divider.dotted{
	background-image:url('images/divider_dotted.gif');
}
.divider.solid{
	background-color: #bfbfbf;
}
.divider.grey{

	height: 6px;

	background-image: url(./images/divider_grey.gif);

}
ul{
margin: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-top: 0px;
padding-left: 15px;
}

/* Global Button Formatting */
a.buttons, button.buttons{
    border-right-color: #e1e1e1;
    border-bottom-color: #e1e1e1;
    border-left-color: #ffffff;
    border-top-color: #ffffff;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    background-repeat: repeat-x;
    background-image: url(./images/button_bg.gif);

    display:block;
    /*float:left;*/
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:11px;
    line-height:130%;
    text-decoration:none;
    color: #5c5639;
    cursor:pointer;
    padding:1px 10px 2px 10px; /* Links */
    margin: 0px;
}
button.buttons{
    width:auto;
    overflow:visible;
    padding:0px 10px 0px 10px; /* IE6 */
}
button[type].buttons{
    padding:0px 10px 1px 10px; /* Firefox */
    line-height:16px; /* Safari */
}
*:first-child+html button[type].buttons{
	margin-right: 0px;
	background-color: white;
	background-position: 2;
	line-height: 10px;
    padding:3px 10px 2px 10px; /* IE7 */
}

button.buttons  img, a.buttons img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
button.buttons:hover, a.buttons:hover{
    background-position: 0 -17px;
}
button.buttons:active, a.buttons:active{
    border-right-color: #ffffff;
    border-left-color: #e1e1e1;
    border-bottom-color: #ffffff;
    border-top-color: #e1e1e1;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    background-position: 0 -34px;
}
.buttonborder{
	margin: 0px;
	border-right-color: #6e684f;
	border-left-color: #6e684f;
	border-bottom-color: #6e684f;
	border-top-color: #6e684f;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	display: inline-table;
}
.buttonborder.topright
{
	margin-right: 0px;
	margin-top: 0px;
	height: auto;
	width: auto;
	margin-left: 20px;
	margin-bottom: 0px;
	float:right;
}
.podbutton{
	margin-right: 1px;
	margin-top: 4px;
}
/* 100% Wide Button Style */
.wide{
	width: 100%;
}
a.buttons.wide, button.buttons.wide{
	text-align: center;
	padding:1px 0px 2px 0px; /* Links */
}
button.buttons.wide{
    padding:0px 0px 0px 0px; /* IE6 */
}
button[type].buttons.wide{
    padding:0px 0px 1px 0px; /* Firefox */
}
*:first-child+html button[type].buttons.wide{
    padding:3px 0px 2px 0px; /* IE7 */
}

/* Global Form Formatting */
/*
form{
	display: inline;
}
form .InputText {
	margin-left: 1px;
	margin-bottom: 0px;
	margin-right: 1px;
	margin-top: 0px;
	height:15px;
	line-height: 11px;
	padding: 2px;
 	background-color: #ffffff;
 	border: 1px solid #878787;
}
form .mailinglist{
	width: 85px;
	margin-right: 1px;
	margin-top: 4px;
	height: 18px;
	border-color: #716c54;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
}
form .Button{
		background-repeat: repeat-x;
		background-image: url(./images/form_button_bg.gif);
		border-top-color: #ffffff;
		border-left-color: #ffffff;
		border-right-color: #d4d0c6;
		border-bottom-color: #d4d0c6;
		border-right-width: 1px;
		border-left-style: solid;
		border-bottom-style: solid;
		border-right-style: solid;
		border-top-style: solid;
		border-left-width: 1px;
		border-bottom-width: 1px;
		border-top-width: 1px;
		padding-right: 20px;
		padding-left: 20px;
		color: #5c5639;
}
form a:active *.Button{
	background-image: url(./images/form_button_bg2.gif);
	border-left-color: #d4d0c6;
	border-bottom-color: #ffffff;
	border-right-color: #ffffff;
	border-top-color: #d4d0c6;
	color: #5c5639;
}
form a:focus *.Button{
    border-left-color: #d4d0c6;
    border-bottom-color: #ffffff;
    border-right-color: #ffffff;
    border-top-color: #d4d0c6;
    color: #5c5639;
}
form a:hover *.Button{
    color: #5c5639;
}
form a:link, a:visited, a:active, a:hover {
    text-decoration: none;
}*/
/* Main Site */
#BlankFlash{
	position: absolute;
	z-index: 1;
	line-height: 0px;
	font-size: 0px;
}
#Background{
	background-color: #000000;
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
}
#Foreground{
	text-align: center;
	position: absolute;
	z-index: 3;
	width: 100%;
	height:100%;
	overflow: auto;
}

#SiteTopGutter {
	height: 40px;
	width: 902px;
}
#SiteHeader {
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: 3px;
	color: #a4a4a4;
	text-align: center;
	position: absolute;
	z-index: 4;
	height: 60px;
	width: 100%;
	left:0px;
}
#SiteBody {
	border-color: #4b4b43;
	border-style: solid;
	border-width: 1px;
	text-align: left;
	width: 902px;
	background-color: #000000;
}

#SiteFooter {
	margin-bottom: 20px;
	margin-top: 10px;
	color: #ffffff;
	font-size: 10px;
	width: 902px;
}
#SiteFooter .img_wrapper{
	line-height: 0px;
	font-size: 0px;
}
#SiteFooter a{
	text-decoration: none;
	color: #ffffff;
}
#SiteFooter a:hover{
	text-decoration: underline;
}
.centered {
	margin-right: auto;
	margin-left: auto;
}
.drop_shadow {

}
.drop_shadow.top .left {
	height: 18px;
	width: 18px;
	background-image: url(./images/shadows/black/top_left.gif);
	background-repeat: no-repeat;
}
.drop_shadow.top .center {
	background-repeat: repeat-x;
	height: 18px;
	background-image: url(./images/shadows/black/top.gif);
}
.drop_shadow.top .right {
	height: 18px;
	width: 18px;
	background-image: url(./images/shadows/black/top_right.gif);
	background-repeat: no-repeat;
}
.drop_shadow.middle .drop_shadow_left {
	background-image: url(./images/shadows/black/left.gif);
	background-repeat: repeat-y;
	width: 18px;
}
.drop_shadow.middle .drop_shadow_center {
}
.drop_shadow.middle .drop_shadow_right {
	background-repeat: repeat-y;
	width: 18px;
	background-image: url(./images/shadows/black/right.gif);
}
.drop_shadow.bottom .left {
	background-repeat: no-repeat;
	background-image: url(./images/shadows/black/bottom_left.gif);
	height: 18px;
	width: 18px;
}
.drop_shadow.bottom .center {
	background-repeat: repeat-x;
	height: 18px;
	background-image: url(./images/shadows/black/bottom.gif);
}
.drop_shadow.bottom .right {
	height: 18px;
	width: 18px;
	background-image: url(./images/shadows/black/bottom_right.gif);
	background-repeat: no-repeat;
}
#PageHeader{
	line-height: 0px;
	font-size: 0px;
	width:100%;
	height: 56px;
	background-color: #000000;
}
#PageBanner {
	margin: auto;
	background-color: #000000;
	height: 327px;
	width: 892px;
}
.Home #PageHeader, .Contact #PageHeader{
	display:none;
}
.Home #PageBanner, .Contact #PageBanner{
	height:383px;
}
#HorizontalNav{
	background-color: #000000;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
}
#PageBody {
	background-color: #000000;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.nav_column {
	background-color: #c9b89a;
	width: 173px;
}
.column_seperator_left{
	background-repeat: repeat-y;
	background-image: url(./images/column_seperator_left.gif);
	width: 3px;
}

#BodyColumn{
	background-color: #ede6d1;
	padding: 0px;
	width:100%;
}

#OneColLayout, #TwoColLayout, #ThreeColLayout, #VNavLayout{
	width:100%;
}
#ThreeColLayout .center{
	border-right-color: #beb8a7;
	border-left-color: #beb8a7;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
}
.column_seperator_right{
	font-size: 0px;
	line-height: 0px;
	background-repeat: repeat-y;
	background-image: url(./images/column_seperator_right.gif);
	width: 2px;
}

.padding{
	padding: 20px;
}

.content{
}

#screen_shot {
	border-width: 0px;
	background-repeat: no-repeat;
	background-image: url(./images/screen_shot.jpg);
	height: 819px;
	width: 995px;
}

/*Main Navigation CSS*/
#MainNav {
	margin-left: 1px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 1px;
	width:172px;
	padding: 0px;
}

#MainNav ul,#MainNav li {
	margin: 0px;
	padding: 0px;
}

#MainNav li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#MainNav .item {
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	cursor: hand;
}

#MainNav .nav_item .center{
	padding:0px;
	margin:0px;
}
#MainNav .nav_item {
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	width:100%;
}

/* Lofts Specific Nav Colour */
.Loftsat99 #MainNav .nav_item {
	background-color: #4d160a;
}
/* Annex Specific Nav Colour */
.Annex #MainNav .nav_item {
	background-color: #5c5639;
}
/* level 1 */
#MainNav ul .nav_item  {
	padding: 0px;
	margin: 0px;
}
#MainNav ul .nav_item a {
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	font-size:10px;
	font-weight:bold;
}
#MainNav ul .nav_item .left{
	display:none;
}

#MainNav ul .nav_item .center{
	padding-left: 7px;
	padding-right: 2px;
	padding-top:5px;
	padding-bottom: 5px;
}

#MainNav ul .nav_item .right{
	width: 15px;
	background-position:center left;
	background-repeat:no-repeat;
	background-image:none;
}
#MainNav ul .nav_item{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ccd0b0;
}

#MainNav .selected .nav_item{
	background-color: #7b6f5c;

}

#MainNav .over .nav_item{
	background-color: #342f27;

}

#MainNav ul .selected .nav_item .right{
	background-image: url('images/selected_arrow.gif');
}
#MainNav ul .selected .nav_item{

}

/* level 2+ */
#MainNav ul ul .nav_item a {
	color: #574f42;
	letter-spacing: 1px;
	text-align: left;
	font-size: 10px;
	font-weight:normal;
	text-transform: none;
	text-decoration: none;
}
#MainNav ul ul .over .nav_item, #MainNav ul ul .selected .nav_item, .Loftsat99 #MainNav ul ul .nav_item, .Annex #MainNav ul ul .nav_item{
	background-color:transparent;
}
#MainNav ul ul {
	margin-bottom: 1px;
	border-top-color: #796e5c;
	border-top-width: 1px;
	border-top-style: solid;
	margin-top: 0px;
	/*border-bottom-color: #00274f;
	border-top-color: #022447;
	border-right-color: #013f7c;
	border-left-color: #013f7c;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;*/
	padding-left:10px;
	padding-top:5px;
	padding-bottom:6px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #796e5c;
}
#MainNav ul ul ul {
	padding-left:13px;
	padding-top:0px;
	padding-bottom:0px;
}
#MainNav ul ul .nav_item{
	border-left-style: none;
	border-left-width: 1px;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-top-width: 1px;
	background-color: transparent;

}

#MainNav ul ul .nav_item .left{
	display:table-cell;

}
#MainNav ul ul .nav_item .right{
}
#MainNav ul ul .nav_item .center{
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:1px;
}
#MainNav ul ul .nav_item .content_background{
	background-color:transparent;
}
#MainNav ul ul .over .nav_item .content_background{
	background-color: #d9cdb8;
}
#MainNav ul ul .selected .nav_item .content_background{
	background-color:#7b6f5c;
}
#MainNav ul ul .selected .nav_item a{
	color: #ffffff;
}
/* DOT LINES */
#MainNav ul ul ul{
	border-left:1px solid #6b5e49;
}

#MainNav ul ul .nav_item{
	border-left:1px solid #6b5e49;
}
#MainNav ul ul .last_li ul{
	border-left:none;
}



#MainNav ul ul .last_item .nav_item{
	border-left:none;
}
#MainNav ul ul li.last_li,
#MainNav ul ul .nav_item .left{
	background-image:none;
	border-left:none;
}
#MainNav ul ul .nav_item .left{
	width:7px;
}
#MainNav ul ul .nav_item .left .icon{
	border-bottom-color: #6b5e49;
	width:7px;
	height:9px;
	border-bottom:1px solid;
}

#MainNav ul ul .last_item .nav_item .left .icon{
	border-left-color: #6b5e49;
	width:7px;
	border-left:1px solid;
}





/*Document Navigation CSS*/
#DocumentNav {
	background-color: #013f7c;
	width:285px;
	padding: 0px;
	margin: 0px;
}

#DocumentNav ul,#DocumentNav li {
	margin: 0px;
	padding: 0px;
}

#DocumentNav li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#DocumentNav .item {
	cursor: pointer;
	padding: 0px;

	margin: 0px;

	cursor: hand;
}

#DocumentNav .nav_item .center{
	padding:0px;
	margin:0px;
}
#DocumentNav .nav_item {
	padding: 0px;
	margin: 0px;
	width:100%;
}
/* level 1 */
#DocumentNav .nav_item  {
	padding: 0px;
	margin: 0px;
}
#DocumentNav .nav_item a {
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	font-size:10px;
	font-weight:bold;
}
#DocumentNav .nav_item .left{
	display:none;
}

#DocumentNav .nav_item .center{
	padding-left:10px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

#DocumentNav .nav_item .right{
	width: 15px;
	background-position:center left;
	background-repeat:no-repeat;
	background-image:none;
}
#DocumentNav .nav_item{
	border-left-color: #013e77;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #011c39;
	border-top-color: #023c7b;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #022f59;

}

#DocumentNav .over .nav_item{
	background-color: #012548;

}

#DocumentNav .selected .nav_item .right{
	background-image: url('images/selected_arrow.gif');
}
#DocumentNav .selected .nav_item{
	background-color: #022241;
}

/* level 2+ */
#DocumentNav ul ul .nav_item a {
	color: #ffffff;
	letter-spacing: 1px;
	text-align: left;
	font-size: 11px;
	font-weight:normal;
	text-transform: none;
	text-decoration: none;
}
#DocumentNav ul ul .over .nav_item, #DocumentNav ul ul .selected .nav_item{
	background-color:transparent;
}
#DocumentNav ul ul {
	margin-top: 1px;
	border-bottom-color: #00274f;
	border-top-color: #022447;
	border-right-color: #013f7c;
	border-left-color: #013f7c;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}
#DocumentNav ul ul ul {
	padding-left:13px;
	padding-top:0px;
	padding-bottom:0px;
}
#DocumentNav ul ul .nav_item{
	border-left-style: none;
	border-left-width: 1px;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-top-width: 1px;
	background-color: transparent;

}

#DocumentNav ul ul .nav_item .left{
	display:table-cell;

}
#DocumentNav ul ul .nav_item .right{
}
#DocumentNav ul ul .nav_item .center{
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:1px;
}
#DocumentNav ul ul .nav_item .content_background{
	background-color:transparent;
}
#DocumentNav ul ul .over .nav_item .content_background{
	background-color: #255b8d;
}
#DocumentNav ul ul .selected .nav_item .content_background{
	background-color: #022241;
}

/* DOT LINES */
#DocumentNav ul ul ul{
	border-left:1px solid #4d78a2;
}

#DocumentNav ul ul .nav_item{
	border-left:1px solid #4d78a2;
}
#DocumentNav ul ul .last_li ul{
	border-left:none;
}



#DocumentNav ul ul .last_item .nav_item{
	border-left:none;
}
#DocumentNav ul ul li.last_li,
#DocumentNav ul ul .nav_item .left{
	background-image:none;
	border-left:none;
}
#DocumentNav ul ul .nav_item .left{
	width:7px;
}
#DocumentNav ul ul .nav_item .left .icon{
	width:7px;
	height:11px;
	border-bottom:1px solid #4d78a2;
}

#DocumentNav ul ul .last_item .nav_item .left .icon{
	width:7px;
	border-left:1px solid #4d78a2;
}



#HOME_ADS{
	padding:20px;
	width:100%;
}

#HOME_ADS img{
	margin-top:10px;
}


/*Right Column Pod Style CSS */
.right_column{
	border-left-color: #beb8a7;
	border-left-style: solid;
	border-left-width: 1px;
	width: 223px;
}

.PodHeader{
	padding-top: 12px;
	background-repeat: repeat-x;
	background-image: url(./images/podheader.gif);
	line-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	border-bottom:1px solid #c1c59d;
	height: 43px;
	margin-bottom:1px;
}
.PodHeader .title{
	margin-top: 14px;
}



.pod_items,.pod_items ul,.pod_items li {
	margin: 0px;
	padding: 0px;
}
.pod_items li {
	list-style-type: none;
	_height: 0px; /* IE GAP HACK */

}

.pod_items ul li {
	_height: auto; /* IE GAP HACK */
	display:block;
}

.pod_items .list_item {
	cursor: pointer;
	padding: 15px;
	cursor: hand;
}
.pod_items .list_item .title{
	text-decoration: none;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.pod_items .list_item .info{
	font-size: 10px;
	font-style: italic;
	text-decoration: none;
	color: #595959;
}
.pod_items .over .list_item {
	background-color: #cfc9be;
}
.pod_items .selected .list_item {
	background-color: #7b6f5c;
}
.pod_items .selected .list_item .title{
	color: #ffffff;
}
.pod_items .selected .list_item .info{
	color: #dbd2a6;
}
.pod_items .last_item .divider.dotted {
	background-color: #514e3d;
	background-image: none;
}

.EVENTS_PAGE .pod_items .last_item {
	border-bottom: 1px solid #666666;
}

.pod_items .last_item .divider{
	display:none;
}


.PodFooter{
	text-align: right;
	background-repeat: repeat-x;
	background-image: url('images/footerbg.gif');
	height: 27px;
	width:100%;
}

/* changes the selected state colour on the homepage (quick fix) */
.HOME_PAGE .pod_items .selected .list_item{
	background-color: #e9e6d7;
}
.HOME_PAGE .pod_items .selected .list_item .title{
	color: #333333;
}
.HOME_PAGE .pod_items .selected .list_item .info{
	color: #333333;
}
.HOME_PAGE .pod_items .selected.over .list_item{
	background-color: #c9d1cf;
}

/* removes the footer on the events and news page listings */
.PodContent{
	color: #3b3833;
	padding: 15px;
}
.PodFooter .button_one{
	margin-right: 1px;
	margin-top: 1px;
}.NEWS_PAGE #NewsPod .PodFooter{
	display:none;
}
.NEWS_PAGE #NewsPod .last_item .divider.dotted {
	background-repeat: repeat-x;
	background-color: transparent;
	background-image: url(./images/divider_dotted.gif) ;
}


.NEWS_PAGE #NewsPod .last_item {
	border-bottom-style: none;
	border-bottom-width: 0px;
}
.EVENTS_PAGE #EventsPod .PodFooter{
	display:none;
}
.EVENTS_PAGE #EventsPod .last_item .divider.dotted {
	background-repeat: repeat-x;
	background-color: transparent;
	background-image: url(./images/divider_dotted.gif) ;
}
.EVENTS_PAGE #EventsPod .PodHeader {
	border-top:none;
}

/* Button Class */
.button_one {
	cursor: pointer;
}
.button_one .left, .button_one .right{
	width: 4px;
	height: 22px;
	background-repeat: no-repeat;
}
.button_one .left{
	background-image: url(./images/button_one/button_left.gif);
}
.button_one .right{
	background-image: url(./images/button_one/button_right.gif);
}
.button_one .center
{
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	background-repeat: repeat-x;
	background-image: url(./images/button_one/button_center.gif);
	height: 22px;
}
.button_one.over .left{
	background-position: 0 -22px;
}
.button_one.over .right{
	background-position: 0 -22px;
}
.button_one.over .center{
	background-position: 0 -22px;
}

/* Img Class */
.imgwrapper{
font-size: 0px;
line-height: 0px;
}
img.stroke, #map{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}
.image_area{
	line-height: 1px;
}

img.topleft
{
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	height: auto;
	width: auto;
	float:left;
}
img.left
{
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 10px;
	height: auto;
	width: auto;
	float:left;
}

img.topright
{
	margin-right: 0px;
	margin-top: 0px;
	height: auto;
	width: auto;
	margin-left: 10px;
	margin-bottom: 5px;
	float:right;
}
img.right
{
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 10px;
	height: auto;
	width: auto;
	float:right;
}
/* Snippets */
/* Summary Snippet */
.summary_set{
margin-right: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-top: 0px;
width: 515px;

}.summary_set .summary_item{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 10px;
	border-color: white;
	border-style: solid;
	border-width: 1px;
}
.summary_set .summary_item .summary_image{
	font-size: 0px;
	line-height: 0px;
	width: 70px;
}
.summary_set .summary_item .summary_description{

	padding-right: 0px;

	padding-left: 10px;

	padding-bottom: 10px;

	padding-top: 0px;

}
.summary_set .summary_item .summary_reflection{

	background-repeat: no-repeat;

	background-image: url(./images/summary_reflection.gif);

	height: 10px;

	width: 70px;

}
.summary_set .summary_item.over .summary_reflection{
	background-position: 0 -10px;
}
.summary_set .summary_item.over{
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	background-color: #e0e5eb;
}
.summary_set .summary_item h2{
	color: #003e7a;
}
.summary_set .summary_item.over u{
	color: #003e7a;
}
.summary_set .summary_item a{
	text-decoration: none;
}
.summary_set .summary_item .summary_button{
	cursor: pointer;
}
.CONTENT_PAGE .summary_set{
	width: 100%;
	margin: 0px;
}
.CONTENT_PAGE .summary_set .summary_item{
	padding: 0px;
}
.column_content.three .left{
	padding-right: 13px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.column_content.three .center{
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.column_content.three .right{
	padding-right: 0px;
	padding-left: 13px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.column_content.two .left{
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.column_content.two .right{
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.column_content.custom .left{
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.column_content.custom .right{
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.column_content.custom .center{
	
	font-size: 0px;
	line-height: 0px;
	width: 1px;
}
.column_content.custom .vdivider{
	background-color: #696969;
}



.mode_button{
	overflow:hidden;
	height:22px;
	background-repeat:no-repeat;
	float:left;
	margin-top:7px;
	display:none;
}
.mode_button.LOGGED_IN{
	display:block;
}
.mode_button.websitebtn{
	background-position: 0 0px;
	width:114px;
	background-image: url('images/tab_mode_website.gif');
}
.mode_button.v.over{
	background-position: 0px -22px;
}
.mode_button.websitebtn.selected{
	background-position: 0px -44px;
}

.mode_button.intranetbtn{
	background-position: 0 0px;
	width:132px;
	background-image: url('images/tab_mode_intranet.gif');
}
.mode_button.intranetbtn.over{
	background-position: 0px -22px;
}
.mode_button.intranetbtn.selected{
	background-position: 0px -44px;
}


.LoginArea.LOGGED_IN{
	display:none;
}
.LoginArea{
	display:block;
	padding-top:2px;
	padding-right:3px;
}
.LogoutArea{
	display:none;
}
.LogoutArea.LOGGED_IN{
	display:block;
	padding-top:4px;
	padding-right:3px;
}

.LISTING_POD{
	width:504px;
	margin: 15px;
}
.LISTING_POD .pod_header,
.LISTING_POD .pod_content,
.LISTING_POD .pod_footer{
	width:100%;
}

.LISTING_POD .pod_header .top_center{
	font-size: 14px;
	font-weight: bold;
	padding-left:10px;
	color: #004990;
}

.LISTING_POD .top_left{
	background-image: url('images/pods/pod_header_left.gif');
	width:4px;
	height:40px;
}
.LISTING_POD .top_center{
	background-image: url('images/pods/pod_header.gif');
	background-repeat: repeat-x;
	height:40px;
}
.LISTING_POD .top_right{
	background-image: url('images/pods/pod_header_right.gif');
	width:4px;
	height:40px;
}

.LISTING_POD .middle_left{
	background-image: url('images/pods/pod_left.gif');
	background-repeat: repeat-y;
	width:1px;
}
.LISTING_POD .middle_center{

}
.LISTING_POD .middle_right{
	background-image: url('images/pods/pod_right.gif');
	background-repeat: repeat-y;
	background-position: top right;
	width:1px;
}

.LISTING_POD .bottom_left{
	background-image: url('images/pods/pod_footer_left.gif');
	width:4px;
	height:32px;
}
.LISTING_POD .bottom_center{
	background-image: url('images/pods/pod_footer.gif');
	background-repeat: repeat-x;
	height:32px;
}
.LISTING_POD .bottom_right{
	background-image: url('images/pods/pod_footer_right.gif');
	width:4px;
	height:32px;
}

.FILE_POD_SORT{
	border-top: 2px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #ebebeb;
	width:100%;
}
.FILE_POD_SORT .NameSort{
	padding-left: 10px;
}
.FILE_POD_SORT .DateSort{
	width:110px;
	padding-left: 10px;
	background-image: url('images/header_divider.gif');
	background-repeat: repeat-y;

}

.file_list_item{
	width:100%;
}
.file_list_item .name_col{
	padding:5px;
	padding-left:10px;
}
.file_list_item .date_col{
	width:105px;
	padding:5px;
	padding-left:10px;
	background-color: #ebebeb;
}

.SlideShowArea{
	width: 100px;
	height: 282px;
	border:3px solid #B9B8B8;
	margin:15px;
	margin-bottom:0px;
}

/* Bentleys Specific Css */
.Bentleys .right_column{
	width: 265px;
	background-color: #d9cdb3;
}
.Bentleys #PageHeader #Logo{
background-image: url(./images/logo_bentleys.gif);
	width: 139px;
	height: 27px;
}
#DailySpecials{
	padding-top: 5px;
	font-size: 0px;
	word-spacing: 0px;
	line-height: 0px;
}
#DailySpecials .border{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}
#DailySpecials .overlap{
	border-left-style: none;
	border-left-width: 0px;
}

.RoomSummary{

}
.RoomSummary .title{
	padding-bottom: 10px;
}
.RoomSummary .border{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}
.RoomSummary .border.left{
	line-height: 0px;
	font-size: 0px;
	border-right-width: 0px;
	border-right-style: none;
}
.RoomSummary .border.right{
	padding-left: 15px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-top: 0px;
	color: #ffffff;
	background-color: #4d160a;
	border-left-style: none;
	border-left-width: 0px;
}
.RoomSummary .buttonarea{
	padding-top: 1px;
}
.txt_header_1_b{
	display:block;
	margin: auto;
}
.txt_header_1_r{
	display:none;
}
.txt_header_1_g{
	display:none;
}
.txt_header_2_b{
	display:block;
	margin: auto;
}
.txt_header_2_r{
	display:none;
}
.txt_header_2_g{
	display:none;
}
.cp_logo_b{
	display:inline;
}
.cp_logo_r{
	display:none;
}
.cp_logo_g{
	display:none;
}
#grafische_logo{
	margin-top: 5px;
	background-repeat: no-repeat;
	background-image: url(./images/grafische_b.gif);
	width: 16px;
	height: 25px;
}
/* Loftsat99 Specific Css */
.Loftsat99 #Background{
	background-color: #4d160a;
}
.Loftsat99 .right_column{
	width: 265px;
	background-color: #d9cdb3;
}
.Loftsat99 #PageHeader #Logo{
background-image: url(./images/logo_lofts.gif);
	width: 199px;
	height: 31px;
}
.Loftsat99 .RoomSummary .border.right{
	background-color: #4d160a;
}

.Loftsat99 .drop_shadow.top .left {
	background-image: url(./images/shadows/red/top_left.gif);
}
.Loftsat99 .drop_shadow.top .center {
	background-image: url(./images/shadows/red/top.gif);
}
.Loftsat99 .drop_shadow.top .right {
	background-image: url(./images/shadows/red/top_right.gif);
}
.Loftsat99 .drop_shadow.middle .drop_shadow_left {
	background-image: url(./images/shadows/red/left.gif);
}
.Loftsat99 .drop_shadow.middle .drop_shadow_right {
	background-image: url(./images/shadows/red/right.gif);
}
.Loftsat99 .drop_shadow.bottom .left {
	background-image: url(./images/shadows/red/bottom_left.gif);
}
.Loftsat99 .drop_shadow.bottom .center {
	background-image: url(./images/shadows/red/bottom.gif);
}
.Loftsat99 .drop_shadow.bottom .right {
	background-image: url(./images/shadows/red/bottom_right.gif);
}
.Loftsat99 .txt_header_1_b{
	display:none;
}
.Loftsat99 .txt_header_1_r{
	display:block;
	margin: auto;
}
.Loftsat99 .txt_header_1_g{
	display:none;
}
.Loftsat99 .txt_header_2_b{
	display:none;
}
.Loftsat99 .txt_header_2_r{
	display:block;
	margin: auto;
}
.Loftsat99 .txt_header_2_g{
	display:none;
}
.Loftsat99 .cp_logo_b{
	display:none;
}
.Loftsat99 .cp_logo_r{
	display:inline;
}
.Loftsat99 .cp_logo_g{
	display:none;
}
.Loftsat99 #grafische_logo{
	background-image: url(./images/grafische_r.gif);
}
/* Annex Specific Css */
.Annex #Background{
	background-color: #787048;
}
.Annex .right_column{
	width: 265px;
	background-color: #d9cdb3;
}
.Annex #PageHeader #Logo{
background-image: url(./images/logo_annex.gif);
	width: 126px;
	height: 49px;
}
.Annex .RoomSummary .border.right{
	background-color: #5c5639;
}
.Annex .drop_shadow.top .left {
	background-image: url(./images/shadows/green/top_left.gif);
}
.Annex .drop_shadow.top .center {
	background-image: url(./images/shadows/green/top.gif);
}
.Annex .drop_shadow.top .right {
	background-image: url(./images/shadows/green/top_right.gif);
}
.Annex .drop_shadow.middle .drop_shadow_left {
	background-image: url(./images/shadows/green/left.gif);
}
.Annex .drop_shadow.middle .drop_shadow_right {
	background-image: url(./images/shadows/green/right.gif);
}
.Annex .drop_shadow.bottom .left {
	background-image: url(./images/shadows/green/bottom_left.gif);
}
.Annex .drop_shadow.bottom .center {
	background-image: url(./images/shadows/green/bottom.gif);
}
.Annex .drop_shadow.bottom .right {
	background-image: url(./images/shadows/green/bottom_right.gif);
}
.Annex .txt_header_1_b{
	display:none;
}
.Annex .txt_header_1_r{
	display:none;
}
.Annex .txt_header_1_g{
	display:block;
	margin: auto;
}
.Annex .txt_header_2_b{
	display:none;
}
.Annex .txt_header_2_r{
	display:none;
}
.Annex .txt_header_2_g{
	display:block;
	margin: auto;
}
.Annex .cp_logo_b{
	display:none;
}
.Annex .cp_logo_r{
	display:none;
}
.Annex .cp_logo_g{
	display:inline;
}
.Annex #grafische_logo{
	background-image: url(./images/grafische_g.gif);
}

.reservationpod TEXTAREA {
	padding-left:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#5c5639;
	background-color: #FFFFFF;
	border: 1px solid #6f694d;
	width:230px;
}
.reservationpod SELECT {
	padding-left:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#5c5639;
	background-color: #FFFFFF;
	border: 1px solid #6f694d;
	width:235px;
}

.reservationpod INPUT {
	padding-left:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#5c5639;
	background-color: #FFFFFF;
	border: 1px solid #6f694d;
	width:230px;
}
.mailinglistpod input#email{
	width:100%;
/*	border:1px solid #ff0000;*/
}
.mailinglistpod input#sendspecials{
	margin:0px;
	margin-top:5px;
	margin-right:5px;
}

