body {
	margin: 0px 55px;
	font: 85% Georgia, "Times New Roman", Times, serif;
	color: #333;
	background: url(img/bg.gif) repeat;
}

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

#content li {
	background: url(img/list-bullet-body.gif) no-repeat;
	padding-left: 15px;
}

a {
	color: #41762E;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #A573AE;
	text-decoration: underline;
	border-style: none;
}

a:hover {
	color: #fff;
	background: #0066CC;
}


ul#nav {
	margin: 0;
	list-style: none;
	padding: 0px 0px 0px 30px;
}

#nav li {
	margin: 7px 0;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

#nav li a{
	color: #FFF;
	background: url(img/list-bullet.gif) no-repeat;
	border-style: none;
	text-decoration: none;
	padding-left: 20px;
	background: url(img/list-bullet.gif) no-repeat;
}

#nav li a.active {
	color: #FFFF33;
	text-decoration: none;
	background: url(img/list-bullet-hover.gif) no-repeat;
	padding-left: 20px;
	border-style: none;
}

#nav li a:hover {
	color: #FF9900;
	background: transparent url(img/list-bullet-hover.gif) no-repeat;
	border-style: none;
	text-decoration: none;
}

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */	

#OneColLayout #container {
	background: url(img/one-col-bg_container.gif) repeat-y;
}

#OneColLayout #content {
	width: 100%;
}

#TwoColLayout #container {
	background: url(img/bg_container.gif) repeat-y center;
}

#TwoColLayout #content {
	float: left;
	width: 50%;
}

#TwoColLayout #sidebar {
    float: left;
	width: 50%!important;
	width: 49.9%;
}

#footer {
	padding: 8px 0 1em;
	background: #FFFFFF;
}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 8px;
}

h1 {
	font-size: 1.6em;
	color: #cc6633;
}

h2 {
	font-size: 1.3em;
	color: #194477;
}

.contact {
	color: #cc3333;
	font-weight: bold;
}

p {
	line-height: 1.2em;
	text-align: justify;
	padding: 8px 0px 3px;
}

#footer p {
	padding-left: 20px;
}

#container, #footer {
	min-width: 680px;
	max-width: 1200px;
	margin: 0 auto;
}

#header {
position: relative;
background: url(img/header-bg.gif) repeat-x;
height: 200px;
}

#header img {
	border-style: none;
}

#right-image {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	width: 800px;
	height: 200px;
	margin-right: 0px;
}

div.cf_element	{
	width: 548px;
	height: 200px;
}

#left-image {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 220px;
	height: 200px;
}

.shell {
margin: 0 auto;
width: 85%;
}

.img a, a:hover {
	padding: 0px;
	border-style: none;
}

.floatright {
	float: right;
	margin: 0px 0px 5px 10px;
	border: 1px solid #ee5f03;
	padding: 0px;
	background: transparent;
}

.floatleft {
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px solid #ee5f03;
	padding: 0px;
	background: transparent;
}

#roomtable table a:link {
	color: #fff;
	background: #0066CC;
}
#roomtable table a:visited , a:active, a:focus{color: #A573AE;}
#roomtable table a:hover {color: #fff;}

#roomtable table caption {
		padding: 18px 2px 15px 2px;
		color: #000;
		background-color: inherit;
		font-weight: bold;
		text-align: center;
		text-transform: capitalize;
		}

	#roomtable table{
	border: 1px solid #D9D9D9;
	font-weight: bold;
	width: 100%;
	}
	
	#roomtable table tr td{
		padding: 6px 9px;
		text-align:left;

	}
	#roomtable table thead th{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #D9D9D9;
	font-weight: bold;
	text-align:left;
	padding: 16px 9px;
	color:#592C16;
	background: #fff;
	}
	#roomtable table tbody tr th{
	background-color: #fff;
	font-weight: normal;
	border-left: none;
	padding: 6px 9px;
	background-color: #E5E5D8;
	text-align: center;
	}
	#roomtable table tbody td{
			border-left: 1px solid #D9D9D9;
	}
	#roomtable table tbody tr.odd{
		background-color: #F3F3F3;
	}
	
#roomtable table tbody tr:hover {
	color: #333333;
	background-color: #E5E5D8;
}

#roomtable table tbody tr.odd:hover {
color: #333333;
	background-color: #E5E5D8;
}
	
	#roomtable table tfoot td, #roomtable table tfoot th{
	border-top: 1px solid #ccc;
	font-weight:bold;
	color:#FFFFFF;
	padding: 16px 12px;
	background: transparent;		
	}
