body {
	background: #d4d4d4;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0 0 30px;
	margin: 0;
	line-height: 20px;
	}
	
/* Baseline grid overrides */
/*#wrapper,
#header
 {
	background: none !important;
	}*/
	
	
hr, .hide, .flash_block_replaced_content {
	display: none;
	}
	
img {
	border: none;
	}
	
p {
	margin: 0 0 20px 0;
	}

/*  links */

a {
	color: #f57f35;
	text-decoration: none;
	outline: none;
	}
	
a:hover {
	text-decoration: none;
	 color: #e41b47;
	}
	
.more{
	padding: 0 0 0 13px;
	background: url(more.gif) no-repeat 0 5px;
}

.more:hover{
	background: url(more.gif) no-repeat 0 -35px;
}

.note{
	color: #7D7D7D;
}

* html li {
	height: 1px;
}
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	/* font-family: Arial, Helvetica, sans-serif;*/
	color: #333;
	line-height: 18px;
	}
	
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6
  {
 	height: 1px;
	}
	
h1 object,
h2 object,
h3 object,
h4 object,
h5 object,
h6 object
	{
	display: block;
	position: relative;
	left: -3px;
	}	
	
h1 {
	font-size: 30px;
	line-height: 32px;
	margin: 0 0 16px;
	font-weight: normal;
	}
	
h2, h3, h4 {
	font-size: 14px;
	margin: 16px 0 0 0;
	font-weight: bold;
	}
	
h2 {
	font-size: 20px;
	line-height: 24px;
	color: #F57F35;
	}
	
h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	}
	
h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #474747;
	}

h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	}
	
.clear{
	min-height: 1px;
}

* html .clear{
	height: 1px;
}

.clear:after {
	height: 0;
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	}
	
/* [ Wrapper ] */

#wrapper {
	margin: 0;
	padding: 0;
	background: #fff url(wrapper.gif) repeat-x 0 0;
	}
	
/* [ Site Header ] */

#site_header_wrapper {
	position: relative;
	margin: 0;
	}
	
#site_header {
	position: relative;
	}
	
/* [ Page Header ] */

#page_header_wrapper {
	height: 145px;
	z-index: 999;
	position: relative;
	background: url(page_header_wrapper.gif) no-repeat right 0;
	}
	
#page_header {
	height: 145px;
	width: 703px;
	margin: 0 auto;
	position: relative;
	}
	
#page_header_logo {
	position: absolute;
	bottom: 0;
	left: 0;
	}

	
/* [ Main ] */

#main_wrapper {
    padding: 40px 0 40px;
    background: url(main_wrapper.gif) no-repeat 0 bottom;
}

#main {
	width: 703px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	min-height: 1px;
	}
	
* html #main {
	height: 1px;
	}
	
#main:after {
	height: 0;
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	}
	
	
/* [ Content ] */

#breadcrumb{
      text-align: left;
      position: absolute;
      font-size: 10px;
      right: 0;
      top: -30px;
      padding: 0px 0 0;
      
    }

#content {
	padding: 0px; 
	color: #332d29;
	position: relative;
	min-height: 400px;
	z-index: 1;
	float: right;
	width: 447px;   
	}
	
* html #content {
	height: 400px;
	}


.feature{
	background: #332d29 url(feature.gif) no-repeat 0 0;
	padding: 10px;
	position: relative;
	min-height: 1px;
	margin: 10px 0;
	color: #fff;
}

* html #content .feature{
	height: 1px;
}

.feature .feature_bottom{
	background: url(feature_bottom.gif) no-repeat 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5px;
	display: block;
	visibility: visible;
	width: 100%;
}

.feature .more{
	background: url(feature_more.gif) no-repeat 0 4px;
}

.dark_arrow{
	padding-left: 10px;
	background: url(dark_arrow.gif) no-repeat 0 4px;
	margin: 5px 0;
}

.calander_link{
	padding-left: 22px;
	background: url(calander_link.gif) no-repeat 0 0;
}

	
/* [ Sidebar ] */
#sidebar {
	width: 226px;
	float: left;
	position: relative;
	padding: 35px 0 0;
	z-index: 1000;
	}
	
.sidebar_panel{
    min-height: 1px;
    position: relative;
    margin: 0 0 35px;
}

#sidebar h3{
	font-size: 12px;
	line-height: 18px;
	border-bottom: solid 3px #ec8a00;
	color: #ec8a00;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 10px;
}

#sidebar p{
	margin: 0 0 10px;
	padding: 0 10px 0 0;
}

#sidebar h3 a{
	color: #ec8a00;
	text-decoration: none;
	padding: 0 13px 0 0;
	background: url(more.gif) no-repeat right -100px;
}

#sidebar h3 a:hover{
	color: #ec8a00;
	text-decoration: none;
	background: url(more.gif) no-repeat right 5px;
}

* html #sidebar_panel{
    height: 1px;
}
	
#student_login{
    margin: 0 0 10px;
    background: url(student_login.gif) no-repeat 0 0;
    height: 100px;
    padding: 13px 10px 0;
}

#student_login h3{
    margin: 0 0 7px;
    padding: 0 0 0 15px;
    color: #fff;
    font-weight: bold;
    height: 16px;    
    background: url(student_login_h3.gif) no-repeat 0 2px;
}



#student_login .control{
    margin: 6px 0;
}

#student_login .control label{
    width: 63px;
    color: #fff;
    display: block;
    float: left;
    text-align: right;
    clear: none;
}


#student_login .control input,
#student_login .control span{
    width: 123px;
    height: 20px;
    padding: 4px 5px 0;
    float: left;
    clear: none;
    margin: 0 0 0 7px;
    border: none;
    background: url(student_login_input.gif) no-repeat 0 0;
    color: #332d29;
}


#student_password .control input,
#student_password .control span{
    width: 96px;
    background: url(student_password_input.gif) no-repeat 0 0;
}

#student_submit{
    position: relative;
    min-height: 1px;       
}

#student_submit a{
    display: block;
    border: none;
    background: url(student_submit_input.gif) no-repeat 0 0;    
    text-transform: uppercase;
    text-indent: -700px;
    padding: 0;
    margin: 0;
    height: 24px;
    position: absolute;
    top: -29px;
    right: 3px;
    width: 23px;
    cursor: pointer;
}

#student_submit a:hover{
    background: url(student_submit_input.gif) no-repeat 0 bottom;
}

.logged_copy{
	display: block;
	color: #fff;
	margin:10px 0 10px;
}

.logged_copy a{
	color: #fff;
	font-weight: bold;
}

.logged_copy a:hover{
	text-decoration: underline;
}

.logout .logout_button{
	width: 104px;
	height: 24px;
	display: block;
	background: url(logout_button.gif) no-repeat 0 0;
	visibility: visible;	
}

.logout .logout_button:hover{
	background: url(logout_button.gif) no-repeat 0 -24px;
}
	
.sidebar_tile a {
	display: block;
	color: #fff;
	margin: 10px 0;
	width: 226px;
	}
	
.sidebar_tile a:hover {
	background-position: bottom;
	}

/* [ Footer ] */
#footer_wrapper {
	clear: both;
	font-size: 11px;
	color: #474747;
	line-height: 16px;
	background: #d4d4d4 url(footer_wrapper.gif) repeat-x 0 0;	
	}

#footer_wrapper a {
	color: #6b6b6b;
	text-decoration: none;
	}
	
#footer_wrapper a:hover {
	color: #8e8e8e;
	}
	
#footer_wrapper h3{
	font-size: 12px;
	line-height: 18px;
	border-bottom: solid 3px #979797;
	color: #5a5a5a;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 13px;
}
	
#footer_tools_wrapper {
	background: url(footer_tools_wrapper.gif) no-repeat 0 0;
	height: 170px;
	}
	
	
#footer_tools {
	width: 703px;
	margin: 0 auto;
	position: relative;
	clear: both;
	min-height: 1px;
	padding: 30px 0 0;
	background: none;   
	}
	
.footer_tool_right{
	width: 235px;
	float: right;
}

.footer_tool_left{
	width: 209px;
	margin-left: 25px;
	float: left;
}

#tool_summerstays{
	margin-left: 0;
}

#tool_vic p{
	margin: 0 0 10px;
	line-height: 14px;
}

#tool_contact .method{
	color: #959595;
	display: block;
	float: left;
	width: 65px;
}
	

#footer {
	width: 703px;
	margin: 0 auto;
	position: relative;
	clear: both;
	min-height: 1px;
	background: none;   
	padding: 15px 0 0;
	}
	
* html #footer {
	height: 1px;
	}
	
#footer p {
	margin: 0;
	}
	
#footer_links a{
	color: #474747;
}
	
#footer_logo{
	position: absolute;
	top: 15px;
	right: 10px;
}

#site_credit{
	padding-top: 15px;
}
	
/* [ Datagrid ] */

.datagrid {
	width: 100%;
	border: 1px solid #666;
	border-collapse: collapse;
	}
	
	.datagrid th {
		background: #eee;
		border-bottom: 1px solid #666;
		text-align: left;
		padding: 2px 5px;
		}
		
	.datagrid td {
		border-bottom: 1px solid #ccc;
		padding: 2px 5px;
		}

/* [ Generic vCard ] */

.vcard {
	line-height: 16px;	
	}
	
	.fn {
		font-size: 14px;
		font-weight: bold;
		}
		
	.adr {
		border-top: 1px solid #ccc;
		padding: 5px 0;
		}
		
	
	
/* [ Sidebar Promotions ] */

.sidebar_tile_contact{
    background: url(promotions/sidebar_tile_contact.gif) no-repeat 0 0;
    height: 44px;    
}

.sidebar_tile_booklet{
    background: url(promotions/sidebar_tile_booklet.gif) no-repeat 0 0;
    height: 70px;    
}

.sidebar_tile_hotel{
    background: url(promotions/sidebar_tile_hotel.gif) no-repeat 0 0;
    height: 57px;    
}

/* [ buttons ] */

.back_button{
	display: block;
	height: 24px;
	width: 104px;
	background: #ff0000 url(back_button.gif) no-repeat 0 0;
	text-transform: uppercase;
	text-indent: -9000px;
}

.back_button:hover{
	background: url(back_button.gif) no-repeat 0 -24px;
}

.back_link{
	margin-bottom: 10px;
	padding: 10px 0;
	border-bottom: solid 1px #f6e0d4;
	border-top: solid 1px #f6e0d4;
}

.toolstrip{
	margin: 20px 0;
	padding: 10px 0;
	border-bottom: solid 1px #f6e0d4;
	border-top: solid 1px #f6e0d4;
}

.toolstrip a,
.toolstrip .jumpto{
	padding-right: 15px;
}

.btn_big{
	height: 35px;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-transform: uppercase;
	text-indent: -9000px;
}

.btn_big:hover{
	background-position: 0 -35px;
}

.btn{
	height: 30px;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-transform: uppercase;
	text-indent: -9000px;
}

.btn:hover{
	background-position: 0 -30px;
}

.info_btn{
	width: 225px;
	background-image: url(info_btn.gif);
}

.hotel_btn{
	width: 225px;
	background-image: url(hotel_btn.gif);
}

.fw_img{
	margin: 0 0 20px;
}
