@charset "UTF-8";
/* CSS Document */

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { 
	margin: 0; 
	padding: 0; 
	}
html { 
	height: 100%; 
	}
p,h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { 
	line-height: normal; 
	font-size: 1em; 
	font-weight: normal; 
	font-style: normal; 
	font-variant: normal; 
	}
ul,ol { 
	list-style: none; 
	}
.circle {
	list-style-type: circle;
	list-style-position: inside;
	margin-left: 20px; 
	margin-right: 20px; 
	}
fieldset,img { 
	border: none; 
	}
caption,th { 
	text-align: left; 
	}
table { 
	border-collapse: collapse; 
	}

/* Type */
body { 
	background-color: #EEEEEE;
	color: #000000; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font: 12px/18px; 
	height: 100%; 
	min-height: 100%; 
	min-width: 900px;
	}
.bodypress {
	min-width: 700px;
	}
a { 
	color: #64656E; 
	font-weight: bold;
	text-decoration: none; 
	}
a :hover { 
	color: #850000;
	text-decoration: underline;
	}
a:hover { 
	color: #850000;
	text-decoration: underline;
	}
a:visited { 
	text-decoration: none;
	}

.dark a {
	color: #2C2A30;
	}
.dark a:hover { 
	color: #850000;
	text-decoration: underline;
	}
strong { 
	color: #000000;
	font-weight: bold;
	font-variant: inherit;
	}
p { 
	color: #2C2A30;
	font-size: 14px; 
	margin-bottom: 10px; 
	margin-left: 20px; 
	margin-right: 20px; 
	}
.nomargin {
	margin: 0;
	}
#PressFloatWraper p {
	margin-left: 0;
	margin-right: 0;
	}
h1 { 
	font-variant: small-caps; 
	font-weight: bold; 
	font-size: 36px; 
	line-height: 40px; 
	margin-left: 4px; 
	margin-bottom: 4px; 
	color: #000000; 
	}
#ContentTextWraper h1 {
	color: #850000;
	}
h2 { 
	font-variant: small-caps; 
	font-size: 25px; 
	color: #850000;
	font-weight: bold; 
	}
h3 { 
	color: #8C8C8C; 
	font-variant: small-caps; 
	font-size: 14px; 
	margin-bottom: 0px; 
	margin-left: 20px; 
	margin-right: 20px;
	}	
h4 { 
	font-size: 14px; 
	margin-left: 4px; 
	color: #FAFAFA; 
	}
h5 { font-variant: small-caps; text-align: right; font-size: 18px; margin-right: 4px; color: #BFBFBF;  }
h6 { font-variant: small-caps; text-align: center; font-size: 28px; color: #FAFAFA; }
.textlight {
	color: #B1B3C0;
	}
.textwhite {
	color: #FFFFFF;
	}
.textbold {
	font-weight: bold;
	}
.textbolder {
	font-weight: bolder;
	}
.textunder {
	text-decoration: underline;
	}
.textsmallcap {
	font-variant: small-caps;
	}	
.hidden {
	visibility: hidden;
	}
.textcenter {
	text-align: center;
	}
.textsize18 {
	font-size: 18px;
	}
.textsize16 {
	font-size: 16px;
	}
.block {
	display: block;
	}
.margin0 {
	margin: 0px;
	}
#preload {
	display: none;
	}	
/* Layout */
	/* Global Wrapper */
#Wrapper { 
	/*margin: 0 auto;*/
	width: 900px;
	min-height: 100%;
	height: auto;
	margin: 0 auto -90px; /* the bottom margin is the negative value of the footer's height */
	} /* End Global Wrapper */
	/* Header */
#GlobalHeader { 
	position: relative;
	height: 0px;
	padding: 120px 0 0 0; 
	border-bottom: 2px solid #B1B3C0; 
	background: url(../Images/GlobalHeader.jpg) no-repeat;
	background-color: FAFAFA;
	z-index: 50; 
	}
#GlobalPaddingPush {
	position: relative;
	height: 18px;
	}
	/* End Header */
	/* Footer */
#GlobalFooter {
	position: relative; 
	width: 900px; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 0 0 0 0; 
	text-align: center; 
	background: url(../Images/GlobalFooter.jpg) no-repeat; 
	background-position: 0 -5px;
	}
.footeraddpad {
	margin: 0 0 10px 0;
	}
.footernomargin {
	margin: 0;
	}	
.push {
	height: 90px; 
	} /* End Footer */

	/* Content Wrapper */
#Content {
	clear: both;
	overflow: hidden; 
	padding: 0; 
	position: relative; 
	margin: 0;
	width: 100%;
	}
	
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	}
/* common column settings */
.colright, .colmid, .colleft {
	float:left;
	width:100%;
	position:relative;
	padding-top: 2%;
	}
.col1, .col2, .col3 {
	float:left;
	position:relative;
	/* padding:0 0 1em 0; */
	overflow:hidden;
	/*background-image: url(../Images/Background/col_top.png), url(../Images/Background/col_bottom.png);
	background-repeat: repeat-x;
	background-position: top left, bottom left;*/
	background-color: #FFFFFF;
	z-index: 100;
	}
/* 2 Column (right menu) settings */
.rightmenu {
	/* right column background colour */
	}
.rental {
	}
.rental .rightmenu .col1 {
	padding: 0 2% 2% 2%;
	}
.rightmenu .colleft {
	right:25%;			/* right column width */
	/*background:#FFFFFF;		/* left column background colour */
	}
.rightmenu .col1 {
	width:71%;			/* left column content width (left column width minus left and right padding) */
	left:25%;			/* 27 (right column width) plus (left column left padding) */
	padding: 2%;
	}
.rightmenu .col2 {
	width:19%;			/* 21 right column content width (right column width minus left and right padding) */
	left:27%;			/* 31 (right column width) plus (left column left and right padding) plus (right column left padding) */
	padding: 2%;
	}	
#ContentTextWraper { 
	position: relative; 
	padding: 10px; 
	background-image: url(../Images/Background/contenttext_top.png), url(../Images/Background/contenttext_bottom.png);
	background-repeat: repeat-x;
	background-position: top left, bottom left;
	background-color: #B1B3C0;
	/* background: #B1B3C0; */
	}
.ConentText_margin {
	margin-top: 18px;
	}
#PressFloatWraper {
	position: relative; 
	padding: 10px; 
	width: 700px;
	margin: 0 auto 0px; /* the bottom margin is the negative value of the footer's height */
	}