body {
 margin: 0px;
 padding: 0px;

	background: White;
 color: Black;
}

caption, th, td {
	font-weight: normal;
}

a {
	color: #0000FF;
	background: transparent;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

/* Containers */
body#normal #container { background: White url(images/stanford_background.jpg) no-repeat top left; }
#container { 
 color: Black;
 width: 960px;
 height: 736px;
 margin: 0px auto 0px auto;
 position: relative;
}

#page_content {
 
}

#content {
	width: 465px;
 height: 420px;
 position: absolute;
 top: 260px;
 left: 50px;
 overflow: auto;
 z-index: 10;
}

#content #pad {
 padding: 0px 5px;
}

#content_wide {
	width: 900px;
 height: 420px;
 position: absolute;
 top: 260px;
 left: 50px;
 overflow: auto;
 z-index: 10;
}

#content_wide #pad {
 padding: 0px 5px;
}


/* Home Page Overrides */
body#home #container { background: White url(images/home_background.jpg) no-repeat top left; }
body#home #content { width: 585px; }
body#home h1 { color: White; }

/* Wheelchair Page Overrides */
body#wheelchair #container { background: White url(images/stanford_background.jpg) no-repeat top left; }
body#wheelchair #RHS {
 position: absolute;
 top: 137px;
 right: 0px;
 height: 538px;
 width: 536px;
 z-index: 5;
 text-align: right;
}

/* Enquiry Form Page Overrides */
body#enquiry #container { background: White url(images/stanford_background.jpg) no-repeat top left; }
body#enquiry #content { width: 850px; }

/* Standard Tags */
p {
	text-align: justify;
	font: .9em/1.6em Verdana, Geneva, Arial, Helvetica, sans-serif;
 margin-bottom: 8px;
}

ul {
 font: .9em/1.6em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
 font: bold 2.2em Arial, Helvetica, sans-serif;
 margin: 0px;
 padding: 0px;
 color: #00448B;
}

h2 {
 font: bold 1.6em Arial, Helvetica, sans-serif;
 margin: 30px 0px 12px 0px;
 padding: 0px;
 color: #00448B;
}

h2.luxury {
 font: bold 1.3em Arial, Helvetica, sans-serif;
}

p.mission {
 font-size: 1em;
 line-height: 1.8em;
 margin-right: 80px;
 margin-bottom: 40px;
}

p.options {
 color: #00448B;
 margin-bottom: 3px;
}

p.more { color: #00448B; }

#menu2 {
 position: absolute;
 top: 107px;
 left: 215px;
 width: 600px;
 height: 90px;
 z-index: 10;
}

#RHS {
 position: absolute;
 top: 137px;
 right: 0px;
 height: 538px;
 width: 500px;
 z-index: 5;
 text-align: right;
}

table#table_luxury td {
 width: 49.9%;
 vertical-align: top;
}

ul.blue_square {
 font: .9em/1.6em Verdana, Geneva, Arial, Helvetica, sans-serif;
 margin: 0px 0px 0px 10px;
 padding: 0px;
}

ul.blue_square li {
 list-style: none;
 background: transparent url(images/blue_square.gif) no-repeat 0px 5px;
 margin: 0px;
 padding: 0px 0px 0px 20px;
}

table#contact td {
 vertical-align: top 
}

table#contact td.option p {
 color: #00448B;
 font-weight: bold;
 padding-right: 20px;
}

#news h2 {
 font-size: 100%;
 margin-bottom: 0px;
}

#news p.date {
 margin: 0px;
 font-size: 80%;
 font-style: italic;
 color: Black;
}

#news p.more {
 margin: 0px;
 text-align: right;
}

#news_item img { border: none; }
#news_item img.news1 { float: left; margin-bottom: 10px; margin-right: 10px; }
#news h2 { margin-top: 0px; }
.clear { clear: both; }

#tabs {
 font-size: 93%;
 float: left;
 width: 100%;
 line-height: normal;
 background: transparent url(images/tabs/bg.gif) repeat-x scroll 50% bottom;
}

#tabs ul {
 padding: 10px 10px 0px 10px;
 margin: 0px;
 list-style-type: none;
}

#tabs li {
 padding-right: 0px;
 padding-left: 9px;
 background: url(images/tabs/left.gif) no-repeat left top;
 float: left;
 padding-bottom: 0px;
 margin: 0px;
 padding-top: 0px;
}

#tabs a {
 padding-right: 15px;
 display: block;
 padding-left: 6px;
 font-weight: bold;
 background: url(images/tabs/right.gif) no-repeat right top;
 float: left;
 padding-bottom: 4px;
 color: #776655;
 padding-top: 5px;
 text-decoration: none;
}

#tabs a { float: none;}
#tabs a:hover { color: #333333; }
#tabs #current { background-image: url(images/tabs/left_on.gif); }
#tabs #current li { border-bottom: None !important; }

#tabs #current a {
 background-image: url(images/tabs/right_on.gif);
 padding-bottom: 5px;
 color: #333333;
}

#enquiry_form {
 border: 1px solid #776655;
 border-top: none;
 background: White;
 padding: 20px 10px 5px 0px;
}

#enquiry_form fieldset { border: 1px solid #E3E3E3; margin-left: 10px;}

#enquiry_form legend { font: bold .8em Verdana, Geneva, Arial, Helvetica, sans-serif; }

#enquiry_form td { width: auto; }

#enquiry_form td.label {
 font: normal .8em Verdana, Geneva, Arial, Helvetica, sans-serif;
 text-align: right;
 width: 150px;
}

#enquiry_form input:focus, #enquiry_form textarea:focus{ background-color: Azure; }

table#eform_outer { width: 810px; }

table#eform_outer td.half {
 vertical-align: top;
 width: 45%;
}

table#eform_outer td.next { text-align: right; padding: 10px 0px; }




