/* Schofield Centre stylesheet by Jeremy Williams */

body {
margin:0;
padding:0;
font:90%/1.4 Arial,Helvetica,sans-serif;
		}

/******* FONT STYLES *******/

p { margin:0.5em 1em 0 0;}

p.right {text-align:right; margin-right:1em;}
p.bigger {font-size:120%;}

h1,h2,h3,h4 {
font-family:Arial, Helvetica, sans-serif;
color:#993300;
font-weight:normal;
line-height:1;
}

li {font-size:120%;}


h1 {font-size:300%;margin-top:1em;}
h2 {font-size:200%;}
h3 {font-size:150%;}
h4 {font-size:120%;}

#sidebar h3 {color:#cc3300;margin-left:10px;font-size:16pt}
#sidebar p {color:#000033;margin-left:10px;font-size:9pt}
#sidebar ul li {margin-left:-10px;font-size:9pt}

.tablehead {font-size:120%; color:#993300; font-weight:bold;}

/******* IMAGES AND GRAPHICS *******/

img {
border:none;
display:inline;
}

.right-img {
float:right;
margin:0.5em 1em 1em 0.5em;
width:27em;
height:15em;
}

.left-img {
float:left;
margin:0.5em 1em 1em 0.5em;
width:27em;
height:15em;
}

.right-img-sml {
float:right;
margin:0 0 1em 1em;
width:9em;
height:5em;
}

.left-img-sml {
float:left;
margin:0 1em 1em 0;
width:9em;
height:5em;
}

.image-indent {margin-left:12em;}
.rule {margin:0 5px;}

/******* STRUCTURE AND LAYOUT DIVS *******/

#wrap {
height:100%;
margin-left:auto;
margin-right:auto;
background: url(images/faux.gif) right repeat-y;
}

#banner {
height:150px;
margin-bottom: 0;
background:#cc3300 url(images/banner.jpg) left no-repeat;
}
		
#navcontainer {
margin-bottom: 0;
background-color:#777777;
}

#content {
padding:1em;
margin-right:220px;
background:#ffffff url(images/skofewatermark.jpg) no-repeat;
background-position:bottom center;
}

#roomviews {
background:transparent url(images/conferences.jpg) no-repeat;}


#sidebar {
float:right;
width:220px;
background:#cccccc url(images/faux.gif) repeat-y;
}

#footer {
clear:both;
padding:10px;
background-color:#000033;
border-bottom:thick solid #993300;
color:#ffffff;
}

.border {border:1px solid #666666;}
.borderorange {border:1px solid #cc3300;}

.padded {padding:5px;}


/******* COLORS *******/

.c0 {background:#003333}
.c1 {background:#a2d2e5}
.c2 {background:#cc9966}
.c3 {background:#dde4ed}
.c4 {background:#cc9999}
.c5 {background:#999999}
.c6 {background:#ffdbb7}
.c7 {background:#d5dddf}
.c8 {background:#ffffff}
.c9 {background:#ffffff}





/******* LINKS *******/

a {
color:#003366;
text-decoration:none;
}

a:hover {
color:#0066cc;
text-decoration:none;
}

div.click-item a {
text-decoration:none;
color:#000000;
}

div.click-item a:hover {
text-decoration:none;
color:#000000;
}


/******* NAVIGATION BAR *******/

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
margin-top:-0.5em;
background-color: #000033;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 2em;
background-color: #000033;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}

#navcontainer ul li a#current 
{
background-color:#ffffff;
color:#000000;
font-weight:bold;
}