@charset "utf-8";

* { /* zero out margins and padding on all elements unless otherwise specified */
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 { 
	padding-top: 1em; 	
}
p {
	line-height: 1.4em;
	padding:.5em 0 .5em 0;
}
h1 { 
	font-size: 18px;
}
h2 { 
	font-size: 16px;
}
h3 { 
	font-size: 14px;
}

body {
	background: #fffbce;
	color: #645f4d;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 90%;
	background-image: url(images/crown_molding.gif);
	background-repeat: no-repeat;
	background-position:center top;
}
img { 
	border: 0px;
}
table {
	border-style: none;
	margin: 10px 0;
}
td {
	padding: 2px;
	vertical-align: top;
}
th {
	padding-top: 15px;
}
a:link {
	color: #a70f29;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #c41230;
}
a:hover {
	text-decoration: none;
	color: #a70f29;
}
a:active {
	text-decoration: underline;
	color: #a70f29;
}
#toplevelcontainer {
	padding-top: 90px;
	width: 730px;
	position: relative;
	margin: auto;

}
#container {
	width: 730px;
	overflow: auto;
	background: #fffef0;
	} 
#navcontainer {
	margin-bottom: 20px;
}
#navcontainer ul {
	background: #c41230 url(images/nav_bar.gif) no-repeat;
	height: 35px;
	color: #FFF;
	float: left;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#navcontainer ul li { 
	display: inline; 
}
#navcontainer ul li a {
	padding: 5px 20px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	float: left;
}
#navcontainer ul li a:hover{    /* applys a higlighted image on hover*/
	background: url(images/nav_highlight.gif) center center repeat-x;;
	color: #fff;
}
#currentnav{   /* to be used on the nav link that the page is currently on (constant highlight) along with no anchor */
	background: url(images/nav_highlight.gif) center center repeat-x;
	color: #fff;
	padding: 5px 20px;
	color: White;
	font-size: 18px;
	float: left;
}
#sideborder {  /* applies a boder on the sides of body and sidebar1*/
	border-right: 10px solid #a70f29;
	border-left: 10px solid #a70f29;
	border-top-style: none;
	border-bottom-style: none;
	padding-bottom: 10px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #c41230 url(images/sidebar_bottom.gif) bottom no-repeat;  /* the background color will be displayed for the length of the content in the column, but no further */
	color: #fffef0;
	padding: 85px 0 75px 0;
	margin-right: 20px;
	margin-left: 20px;
}
#sidebar1inset {
	padding: 0 10px 0 10px;
}
#sidebar1 a{
 	color:#fffef0;
	text-decoration: none;
}
#sidebar1 a:hover{
 	color:#fffef0;
	text-decoration: underline;
}
.spacer {
	clear:both;
}
#award { /* hack used as div to replace house png with gif in IE6 */
	z-index: 2;
	position: absolute;
	top: 140px;
	right: -55px;
	background: url(images/award.png) no-repeat;
	width: 151px;
	height: 102px;
}
.sidebarnew {
	padding-top: 3em;
	background: url(images/sidebar_divider.gif) top center no-repeat;
}
div#sidebar1inset li{
	padding-bottom: .3em;
	margin-left: 15px;
	list-style-image: url(images/bullet_sidebar.gif);
}
#house { /* hack used as div to replace house png with gif in IE6 */
	z-index: 1;
	position: absolute;
	top: -5px;
	right: -20px;
	background: url(images/frank_lloyd_wright_house.png) no-repeat;
	width: 297px;
	height: 221px;
}
#maincontent {    /* 	margin: 0 250px 0 0; the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px;
} 
#branding {
	margin: 0 250px 0 0;
	padding-left: 15px;
}
#branding a{
	text-decoration: none;
}
#branding img {
	float: left;
	margin: 8px 15px 0 0;
}
#branding h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	padding: 1em 0;
	color: #c41230;
}
.smallc {
	font-variant:small-caps;
}
div#maincontent li {
	padding-top: .5em;
	margin-left: 15px;
	list-style-image: url(images/bullet.gif);
}
.smaller {
	font-size: smaller;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#footer { 
	background: url(images/footer_background.gif) no-repeat top;
	height: 120px;
	text-align: center;
} 
#footer p {
	padding: .5em;
}
#projectsPanel td {
	text-align: center
}
