/* -------------  WOODS DESIGN 2008 -------------------*/

@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100.1%;
	background-color: #FFFFFF;
}

p {
	font-size: 0.7em;
	color: #6f7075;
	line-height: 1.6em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}

ol {
	font-size: 0.7em;
	color: #6f7075;
	line-height: 1.6em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}

.hilite {
	color: #D36202;
	font-weight: 300;
	margin-bottom: .1em;
	} 
	
a img {
	border: 0px;
}

a:link,a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover,a:active {
	color: #D36202;
	text-decoration: none;
}

a.current,a.current:hover,a.current:active {
	color: #6f7075;
	cursor: default;
}

h1 {
	font-size: 1.2em;
	color: #D36202;
	font-weight: 100;
	text-align: left;
	padding: 0px;
	margin-bottom: .8em;
}

h2 {
	font-size: 0.7em;
	line-height: 1.6em;
	color: #6f7075;
	font-weight: 100;
	margin-top: 0em;
	margin-bottom: 0em;
}


table.sculpture {
	border-collapse:collapse;
	margin-right: -20px;
	text-align: left;
	}
	
table.interactive{
	border-collapse:collapse;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}


td {
	width: 104px;
	font-size: 0.7em;
	color: #6f7075;
	vertical-align: bottom;
}

.twoColFixLtHdr #container {   /*the container div lets you center the content and give a specific width */
	width: 960px;
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	vertical-align: bottom;
	vertical-align: bottom;
} 



/* -------------  LEFT header styles -------------------*/

.twoColFixLtHdr #headerLEFT {
	float: left;
	background-color: #FFFFFF;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

/* -------------  main navigation menu -------------------*/

#headerLEFT ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

#headerLEFT li {
	display: inline;
} 

#headerLEFT li a:link,#headerLEFT li a:visited {
	margin-left: 1.5em;
	margin-right: 3em;
	padding: 0px;
}

#headerLEFT li a.current,#headerLEFT li a.current:hover,#headerLEFT li a.current:active {
	cursor: default;
}


/* -------------  RIGHT Header styles and right-side menu ----------------*/

.twoColFixLtHdr #headerRIGHT {
	background-color: #FFFFFF;
	margin: 0 0 0 330px;
	padding: 0 15px;
	text-align: right;
} 

#headerRIGHT a:link,#headerRIGHT a:visited {
	font-size: 0.7em;
	display: block;
	padding: 0.3em;
	text-align: right;
}

/* -------------  left sidebar styles -------------------*/

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* 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: none;
	padding-top: 120px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#sidebar1 a:link,#sidebar1 a:visited{
	color: #D36202;
}

#sidebar1 a:hover,#sidebar1 a:active {
	color: #b45402;
}

	
/* -------------  right sidebar styles -------------------*/

.twoColFixLtHdr #mainContent {
	text-align: right; 
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 315px; /* width for right-side portfolio column */
	padding-top: 50px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.twoColFixLtHdr #mainContent1col {
	text-align: right; 
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;    /* width for full-screen images. */	
	padding-top: 50px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.twoColFixLtHdr #mainContentTEXT {
	text-align: right; 
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 170px;    /* width for text below full-screen images. */	
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.twoColFixLtHdr #mainContentGROW {
	text-align: right; 
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 280px;    /* width for text below full-screen images. */	
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#mainContent h1,#mainContent h2 {
	text-align: right; 
}

#mainContent p {
	text-align: justify; 
}

#mainContent1col h1,#mainContent1col h2,#mainContent1col p {
	text-align: right; 
}

#mainContentTEXT h1,#mainContentTEXT h2,#mainContentTEXT p, #mainContentGROW p, #mainContentGROW h1 {
	text-align: left; 
}



#mainContent ul,#maincontent1col ul {
	margin-bottom: 15px;
	padding: 0;
	list-style: none;
	font-size: 9pt;
}

#mainContent li,#mainContent1col li {
	display: inline;
	font-size: 9pt;} 

#mainContent li a:link,#mainContent li a:visited,#mainContent1col li a:link,#mainContent1col li a:visited, {
	margin-left: 1.2em;
	margin-right: 0;
}


/* footer styles */

.twoColFixLtHdr #footer {
	background: #ffffff;
	margin: 0;
	padding: 0;
}
 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

