/*----------------------------+
 | Site: Site Name				    |
 +----------------------------*/

 
@import url("reset.css");


/* Core layout 
======================================================================*/
body {font:11px Verdana, Arial, Helvetica, sans-serif; color:#7f8084; background:#f7f7f7 url(../images/core/bg2.gif) repeat-x 0 0; padding:2px 0 0 0;}
#container {margin:0 auto; width:800px;}

#banner-container {width:800px; background:url(../images/core/banner-shaddow.gif) no-repeat 0 0;}
	#logo-banner {padding:0 14px 0 16px; width:770px; height:159px; background:url(../images/core/logo-banner-bg.gif) no-repeat 16px 0;}
	#navigation {background:url(../images/nav/background-full.gif) no-repeat 0 0; height:26px; margin:0 14px 0 16px; padding:5px 0 0 0; overflow:hidden;}
	#flash-cta-banner {padding:0 0 0 16px; height:180px; overflow:hidden;}
		#flash {width:547px; height:180px; float:left; overflow:hidden;}
		#cta {width:233px; padding:30px 0 0 0; float:left; background:url(../images/core/cta-bg.gif) no-repeat 0 0;}
			#cta img {padding:0 0 38px 0;}
	
#content-container {width:720px; padding:20px 40px 0 40px; background:#fff url(../images/core/white-shaddow-bg.gif) repeat-y 0 0;}
#content-container-end {width:800px; height:40px; background:url(../images/core/white-bg.gif) no-repeat 0 0;}

#footer {width:720px; padding:0 40px 15px 40px;}
	#footer img {float:right;}
	#footer p {padding:7px 0 0 0; color:#999;}


/* Services layout 
----------------------------------------------------------------------*/
ul#services-list {padding:0 0 15px 0; margin:0 0 0 0;}
ul#services-list li {background:#f7f2e7; border:1px solid #e7e1d4; padding:10px 10px 0 10px; margin:15px 0 0 0; height:1%; list-style:circle}

ul#extra {padding:8px 0 15px 15px; margin:0 0 0 0; list-style:circle}
ul#extra li {padding:8px 10px 0 10px; margin:0 0 0 0; height:1%; list-style:circle}

/* Navigation layout 
======================================================================*/
ul#nav {list-style:none; float:left; width:770px; display: inline-block; height:26px; clear: both; padding:0 0 0 16px;}
ul#nav li {float:left; height:26px; overflow:hidden; padding:0 0 0 19px;}
ul#nav li a {display:block; height:26px; text-indent:-9999px;}
ul#nav li a:hover {background-position:0 -26px!important;}

ul#nav li#home a {background:url(../images/nav/home.gif) no-repeat; width:82px;}
ul#nav li#profile a {background:url(../images/nav/profile.gif) no-repeat; width:108px;}
ul#nav li#services a {background:url(../images/nav/services.gif) no-repeat; width:122px;}
ul#nav li#bookings a {background:url(../images/nav/bookings.gif) no-repeat; width:182px;}
ul#nav li#contact a {background:url(../images/nav/contact.gif) no-repeat; width:139px;}

#footer a {color:#777; text-decoration:none;}
#footer a:hover {text-decoration:underline;}

#content-container a {color:#fd830c; text-decoration:none;}
#content-container a:hover {text-decoration:underline;}


 /* Font Style
======================================================================*/
h1 {}
h2 {font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; padding:0 0 10px 0; color:#4a7fb5; font-weight:normal;}
h3 {font:16px Arial, Helvetica, sans-serif; color:#333; padding:0 0 10px 0; text-transform:uppercase;}
h4 {font-size:14px; color:#FF6600; padding:0 0 10px 0; text-transform:uppercase;}
h5 {font-size:14px; color:#666; padding:0 0 10px 0; text-transform:uppercase;}
p {line-height:17px; padding:0 0 15px 0;}

#content-container ul.list {padding:0 0 0 0;}
#content-container li.list {list-style:none; background:url(../images/list-square.gif) no-repeat 0 5px; padding:0 0 0 15px; height:15px; color:#333;}





/* Extras 
======================================================================*/
hr {margin:15px 0 20px 0; height:1px; padding:0 0 0 0; border:none; border-bottom:1px solid #ccc;}





 /* Form Style
======================================================================*/
form.form fieldset,
form.form ol, 
form.form li, 
form.form legend {
	margin: 0;
	padding: 0;
}

form.form fieldset { border: 0; }

form.form ol {list-style: none; background:none; }

form.form li {margin-bottom: 5px;  background:none; }

form.form label {
	display: inline-block;
	width: 150px;
	float:left;
}

form.form input, form.form textarea {
	width: 250px;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
	font: normal 13px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

form.form select {
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
	font: normal 13px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #333;}

form.form select.select-full {width:258px !important;}

form.form textarea { height: 50px; }

form.form select {
	padding: 0;
	width: auto;
}

form.form li.button { margin-top: 15px; }

form.form li.button input {
	width: auto;
	border: 0;
	background: #fd830c;
	color: #fff;
	cursor: pointer;
}

form.form fieldset legend {
	padding: 20px 0;
	font-weight: bold;
	font-size: 18px;
	color: #444;
	_margin: 0 -7px; /* IE Win fix */
}

/* IE Mac legend fix */
form.form legend {
  display: inline-block;
}
