* {
	margin: 0;
	padding: 0;
	border: 0;
}







/* Layout */

body {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	height: 100%;
	background: #464646;
	color: #000000;  
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: small;
}

/* Font sizing hack for consistency */
* html body {
    font-size: x-small; /* for IE5 Win */
    f\ont-size: small; /* for other IE versions */
}
html>body {
    font-size: small; /* for opera */
}

#centerColumn { 	
	margin: 0 auto;
	width: 1024px;
	text-align:left;
	vertical-align: top;	
	background-color:#fff;
}

#header {
	width: 1024px;
	height: 95px;
	background: #fff url(../images/header_tagline.png) no-repeat 731px 8px;
}
#header #logo {
	float: left;
	display: inline;
	padding-top: 17px;
	padding-left: 31px;
}
body#home_sec #header {height:110px; background-position: 731px 24px;}
body#home_sec #header #logo {padding-top: 33px;}


#banner {
	width: 1024px;
	height: 144px;
}
body#home_sec #banner {height: 244px;}

#banner img {
	display: inline;
	float: left;
	background: #cbcbcb;
}
#banner #banner1 {
	margin-right: 6px;
}

#banner #banner2 {
	margin-right: 1px;
}

#banner #banner3 {
	float: right;
	margin-left: 1px;
}

#nav {
	width: 1024px;
	height: 32px;
	background: #7d7d7d url(../images/nav_bg.png);
}
body#home_sec #nav {background-image: url(../images/homepage_nav_bg.png);}

#nav ul {
	padding-left: 54px;
	padding-top: 4px;
	list-style:none;
}

#nav li {
	display: block;
	float: left;
}
#nav a {	
	color: #fff;
	text-decoration: none;
}

#mainBody {
	background: #fff url(../images/background.png) no-repeat top left;
}
body#home_sec #mainBody {
	background: #fff url(../images/homepage_background.png) no-repeat top left;
}

#subnav {
	height: 32px;
}
#subnav ul {
	padding-top: 5px;
	list-style:none;
}
#subnav li {
	display:inline;
	float: left;
}

#subnav a {
	color: #626262;
	text-decoration: none;
}
#subnav .selected a,
#subnav a:hover {
	color: #dc8315;
}

.prop {
	height:497px;
	float:right;
	width:1px;
}
body#home_sec .prop {
	height:382px;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

#footer {
	clear: both;
	color: #aaa;
	font-size: 80%;
	margin-top: 5px;
}

#footer a {
	color: #eee;
	text-decoration: none;
}




#mainBody #content {
	width: 490px;
	padding-bottom: 60px;
	margin-left: 337px;
	margin-top: 21px;
	
	color: #706c6e;
}
#mainBody #content p {
	position: static;
	display: block;
}

body#home_sec #mainBody #content {
	margin-left: 0;
	margin-top: 0;
}
body#home_sec #mainBody #content #content_image {
	position: relative;
	left: 325px;
	top: 13px;
}





/* Typography */

p {
	margin: 0 0 1em 0;
}

h1,h2,h3,h4,h5 {
	margin:0 0 .7em 0;
	font-weight: normal;
	color: #706c6e;
}
h1 {font-size:150%;color: #dc8315;}
h2 {font-size:130%;}
h3 {font-size:115%;}
h4 {font-size:100%;}

#content a {
	color: #dc8315;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

#content ul {
	margin-bottom: 0.7em;
}
#content li {
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}

ol#footnotes {
	font-size: 75%;
}
a.footnote {
	font-size: 75%;
	vertical-align: baseline;
	position: relative;
	bottom: 0.4em;
}

h3.title {
	font-style: italic;
}

#content img {
	padding: 5px;
}

dt {
	font-size:130%;
	margin-bottom: 0.5em;
}
dd {
	margin-bottom: 1em;
}

hr {
	margin:1em 0 1em 0;
	border-bottom: 1px solid #706c6e;
}


span.date {
	display: block;
	font-style: italic;
	margin: .3em 0 .3em 0;
}
span.location {
	display: block;
	margin:0 0 1em 0;
}
h3.newstitle {
	margin: 1em 0 .3em 0;
}
div.newsitem {
	clear: left;
	margin-bottom: 2em;
}
div.person {
	margin-bottom: 2em;
}
div.partner {
	margin-top: 5em;
}



body#about_sec img.portrait {
	position: relative;
	float: left;
	margin-right: -168px;
	margin-left: -168px;
}

div.quote {
	position: relative;
	width: 225px;
	float: left;
	margin-right: -268px;
	margin-left: -268px;
	
	font-style: italic;
	font-size: 16px;
	color: #dc8315;
}


img.logo {
	float: left;
	margin-right: -170px;
	position: relative;
	margin-left: -170px;
}



