﻿/*	Desc: *title* Screen Style Sheet
	Author: *your name*
	Date: *last modified date 03/08*
	+ Colours
	- *colour hex* *colour name* (*purpose*)
=== === === === === === === === === === */
/*=STRUCTURE Actual element items may vary
=== === === === === === === === === === */

/*=COMMON
=== === === === === === === === === === */
html {
margin: 0;
padding: 0;
border: 0;
background: #54504D;
height: 100.001%;
color: #2D1E08;
font-family: Calibri, Arial, Helvetica, sans-serif;
}

body {
margin: 0;
padding: 0;
border: 0;
background: #54504D;
height: 100.001%;
color: #2D1E08;
font-family: Calibri, Arial, Helvetica, sans-serif;
}

#wrap {
background: transparent url(img/oxleyWrapBgHdr960.jpg) no-repeat top left;
margin: 0 auto;
padding: 0;
width: 960px;
}

#wrapII {
background: transparent url(img/oxleyTileYbg2.jpg) repeat-y top left;
margin: 0 auto;
padding: 0;
width: 960px;
}

li {
line-height: 120%;
}

p {
line-height: 120%;
}

img {
border: 0;
}

a {
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*=HEADER
=== === === === === === === === === === */
/* #header {
background: transparent;
height: 370px;
width: 720px;

float: right;
} */
h1.header {
display: none;
}

h2.header {
margin-top: 288px;
font-size: 28px;
line-height: 1em;
}

/*=NAVIGATION - slidingNav.css
=== === === === === === === === === === */
/*=CONTENT = Sidebar + Main
=== === === === === === === === === === */
#main {
background: transparent;
float: right;
width: 680px;
color: #2D1E08;
}

h3 {
color: #3A3428;
font-variant: small-caps;
font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif;
}

h2 {
color: #101F3A;
font-variant: small-caps;
font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif;
}

#main p, h3 {
padding: 0 30px;
}

#main table {
padding: 0 30px;
}

#main ul {
padding: 0px 36px;
margin: 0px 36px;
list-style-type:disc;
}

#sidebar {
background: transparent url(img/sidebarBttmBg.jpg) no-repeat bottom left;
float: left;
width: 230px;
margin-top: 245px;
height: 730px;/*640*/
}

#sidebar p {
padding: 0;
}

#sidebar h3 {
padding: 0;
}

/*=FOOTER
=== === === === === === === === === === */
#footer {
background: transparent url(img/oxleyTileYbg2.jpg) repeat-y top left;
margin: 0;
padding: 0;
line-height: 0;
clear: both;
height: 0px;
width: 960px;
height:auto;
padding-bottom:8px;
}

p#bttmNav  {
text-align:center;
width:650px;
padding:0 30px 0 240px;
font-variant:small-caps;
font-size:.86em;
}



/*-- Innerfade container styles -----------*/
#hdrSlides {
float: right;
width: 270px; /*380tot -110*/;
height: 155px; /*310tot -155*/;
padding-top: 155px;
padding-right: 110px;
overflow: hidden;
}

ul#portfolio {
margin: 0px;
padding: 0px;
}

#portfolio li {
margin: 0px;
padding: 0px;
list-style-type: none;
}

/*----------- Presentation Classes ------*/
.taCenter {
clear: both;
text-align: center;
padding-left:140px;
}

.taRight {
clear: both;
text-align: right;
margin-right: 90px;
color: #665E51;
}

address.taCenter {
clear: both;
text-align: center;
font: normal small-caps normal .86em Calibri, Arial, Helvetica, sans-serif;
color: #101F3A;
}

img.rightPic {
float:right;
margin-left: 1em;
border: 1px #C0B3A2 solid;
}

img.leftPic {
float:left;
margin-right: 1em;
border: 1px #C0B3A2 solid;
}

p.taCenter img {
border: 1px #C0B3A2 solid;
}

.smCaps {
font-variant:small-caps;
}

#about-history dt {
	float:left;
	padding-top:2px;
	width: 70px;
	clear:left;
}
#about-history dd {
	float:left;
	width: 560px;
	margin-left: 8px;
}

#about-history dd p {
	margin-top:0;
	margin-bottom: 14px;
	padding-left: 0;
	padding-right:0;
}