html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  76%;
	height: 100%;
}
body {
	color: #000;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	text-align: center; 
	background: #000000 url(images/page-bg.jpg) repeat-x top;
}
/* Sets the style for unvisited links. */
a, a:link {
	color: #666;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #666;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #000;
	text-decoration: underline;/*	background-color: #F8D803;
	background-color:#C2CAD1;
*/
	
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #000;
}
.clear {
	clear:both;
}
.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.arrow {
	background: url(images/icons_arrow.gif) no-repeat left top;
	display: block;
	padding-left: 20px;
	margin-top: 8px;
}
/* ---------- Page Structure CSS ---------- */

#header {
	text-align: left;
/*	height: 125px; */
	height: 75px;
	padding-left: 30px;
	background: #000000;
}
#headlinks {
	float:right;
	width:250px;
	text-align:right;
	color: #C2CAD1;
	padding:25px 30px 0 0;
	font-size:10px;
}
#headlinkslogin {
	float:right;
	width:250px;
	text-align:right;
	color: #C2CAD1;
	padding:15px 30px 0 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#headlinks a, #headlinks a:link, #headlinks a:visited, #headlinks a:active {
	color: #F8D803;
}
#headlinkslogin a, #headlinkslogin a:link, #headlinkslogin a:visited, #headlinkslogin a:active {
	color: #F8D803;
}
#headlinks a:hover {
	color: #FFF;
	text-decoration:none;
}
#headlinkslogin a:hover {
	color: #FFF;
	text-decoration:none;
}
#outerWrapper {
	background-color: #000000;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 920px;
}
#contenttop {
	background: url(images/content-top.gif) no-repeat left top;
	height: 21px;
	width: 920px;		
}
#contentbottom {
	background: url(images/content-bottom.gif) no-repeat left bottom;
	height: 18px;
	width: 920px;
}



#twoColumnright { /* This sets the id for a 2 column layout with a right column only */
	overflow: hidden;
	background: #FFF url(images/content-fill.gif) repeat-y left;
	width: 920px;
}

#twoColumnright #rightColumn {
	float: right;
	padding: 15px 35px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 240px;
}
#twoColumnright #content {
	width:580px;
	margin: 0 0px 0 15px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 20px 10px 30px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#footer {
	padding: 35px 10px 10px 30px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background: url(images/footer.gif) no-repeat left top;
	height: 38px;
	color: #FFF;
	clear: both;
}
/* ---------- Navigation CSS ---------- */

#navcontainer {
	position:relative;
	height:40px;
	width:100%;
	font-family:Helvetica, Arial, Verdana, sans-serif;
}
#nav {
	position:relative;
	height:40px;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	background:url(images/nav-container-bg.gif) no-repeat left top;
	padding:0 0 0 23px;
}
#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
}
#nav ul li {
	display:block;
	float:left;
	margin:0px;
}
#nav ul li a {
	display:block;
	float:left;
	color:#FFF;
	text-decoration:none;
	padding:0 0 0 20px;
	height:40px;
}
#nav ul li a span {
	padding:12px 20px 0 0;
	height:28px;
	float:left;
}
#nav ul li a:hover {
	color:#fff;
	background:transparent url(images/nav-bg-over.gif) repeat-x left bottom;
}
#nav ul li a:hover span {
	display:block;
	width:auto;
	cursor:pointer;
}
#nav ul li a.current, #nav ul li a.current:hover {
	color:#fff;
	background:#1D6893 url(images/nav-left-on.gif) no-repeat top left;
	line-height:325%;
}
#nav ul li a.current span {
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background:#1D6893 url(images/nav-right-on.gif) no-repeat top right;
	height:40px;
	color: #000;
}
/* ---------- Typography CSS ---------- */
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	color: #666;
}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	color:#F00
}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
img {
	border: 0;
}
.spaced ol, .spaced ul, .spaced li {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}
p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 1.2em 0em 1.2em 0em;
}
li > p {
	margin-top: 0.2em;
}
pre {
	font-family: monospace;
	font-size: 1.2em;
	background: #F4F4F4;
	margin: 15px;
	padding: 10px;
	border: 1px dotted #CCC;
}
.narrow1 {
	line-height:1.1em;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
}
#footer a:hover {
	color: #ccc;
}
/* ---------- Two Column CSS ---------- */

.csscolumns {
	overflow:hidden;
	width: 100%;
}

#col_one_2 {
	margin: 0;
	float: left;
	width:48%;
	background-color: #ffffff;
}
#col_two_2 {
	margin: 0 0 0 12px; /* Puts a 12 pixel space between columns (left side) */
	float: left;
	width:48%;
	background-color: #ffffff;
}

/* ---------- Side column menu styles ---------- */
.styledmenu {
	width: 100%; /*width of menu*/
}
.styledmenu .headerbar {
	font: bold 13px Verdana;
	color: white;
	background: #000000 url(images/downarrow.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 2px; /*bottom spacing between header and rest of content*/
	margin-top:0px;
	text-transform: uppercase;
	padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}
.styledmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0; /*bottom spacing between each UL and rest of content*/
}
.styledmenu ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
	margin: 0px;
}
.styledmenu ul li a {
	color: black;
	background: #E7EAED;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
}
.styledmenu ul li a:visited {
	color: black;
}
.styledmenu ul li a:hover { /*hover state CSS*/
	color: white;
	background: #000000;
	text-decoration: none;
}
.simplemenu {
	width: 100%; /*width of menu*/
}
.simplemenu .headerbar {
	font: bold 13px Verdana;
	color: #000; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	margin-top:0px;
	text-transform: uppercase;
	padding: 7px 0 7px 0px; /*31px is left indentation of header text*/
}
.simplemenu ul {
	list-style-type: none;
	padding: 0 0 20px; /*bottom spacing between each UL and rest of content*/
	margin: 0;
}
.simplemenu ul li {
	margin: 0px;
	padding-bottom: 2px;
}
.simplemenu ul li a {
	font: normal 12px Arial;
	color: black;
	background: #FFF;
	display: block;
	padding: 4px 0 4px 5px;
	line-height: 17px; /*link text is indented 8px*/
	text-decoration: none;
	border-bottom: 1px solid #E9E9E9;
}
.simplemenu ul li a:visited {
	color: black;
}
.simplemenu ul li a:hover { /*hover state CSS*/
	color: #000;
	background: #E7EAED;
	text-decoration: none;
}
/* ---------- Common styles shared between both left and right columns ---------- */

.sidebarlt {
	padding: 6px;
	border: 1px solid #CECECE;
	background-color: #E7EAED;
}
.sidebardk {
	color: #FFFFFF;
	border: 1px solid #333;
	padding: 6px;
	background-color: #000000;
}
.sidebardk a, .sidebardk a:hover, .sidebardk a:visited, sidebardk a:active {
	color: #FFFFFF;
	text-decoration:underline;
}
/* ---------- Stylings for hierarchical Sitemap ---------- */

.sitemap span.none, .sitemap span.vert, .sitemap span.last, .sitemap span.midd {
	background:transparent 0px 0px no-repeat;
	width: 24px;
	height: 18px;
	display: block;
	float: left;
	margin-left: 1em;
}
.sitemap li {
	line-height: 1.65em;
}
.sitemap span.vert {
	background-image: url(images/map_vert.gif);
}
.sitemap span.last {
	background-image: url(images/map_last.gif);
}
.sitemap span.midd {
	background-image: url(images/map_midd.gif);
}
.sitemap, .sitemap ul, .sitemap li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* ---------- Stylings for homepage jQuery slider ---------- */

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li {
	width:920px;
	height:244px;
	overflow:hidden;
}

/* ---------- These are the styles for the contact form ---------- */
.required {
	font-size:9px;
	color:#C00;
}
.smallinput { font-family: verdana;	font-size: 8pt; }

.biginput { 	font-family: verdana;	
				font-size: 16pt;  
				padding: 1px;
				}
/* ---------- These are the styles for the data detail table ---------- */

#detail {
	margin-top: 20px;
}
#detail h3 {
	margin: 8px 0px 0px;
	padding: 0px;	
}
#detail p {
	line-height:normal;	
}
#detail a {
	font-weight:bold;	
}
#detail td.uline {
	border-bottom:1px solid #ccc;	
}

/* ---------- User Style ---------- */
#contenttopbooking {
	background: url(images/content-top.gif) no-repeat left top;
	height: 21px;
	width: 920px;		
}
#contentbottombooking {
	background: url(images/content-bottom.gif) no-repeat left bottom;
	height: 18px;
	width: 920px;
}
#twoColumnrightbooking { /* This sets the id for a 2 column layout with a right column only */
	overflow: hidden;
	background: #010 url(images/content-fill.gif) repeat-y left;
	width: 920px;
}
#twoColumnrightbooking #rightColumn {
	float: right;
	padding: 0px 35px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 240px;
}
#twoColumnrightbooking #content {
	width:580px;
	margin: 0 0px 0 15px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px 10px 0px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

.sitemapbar
{
	float:right; 
	padding-right:30px;
}
#error
{
	color: #F00;	
}
.yellow
{
	color:#F8D803;
	
}
.myred
{
	color:#F00;
	font-weight: bold;	
}
.message
{
	font-size: 2.0em;
	line-height:27px;
	margin-top: 0px;
	margin-bottom: 0px;
}