/* CSS Document */

body	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	background-image:url(../images/bg.jpg);
	margin:0 auto 0 auto;
	padding:0px;
}

div#page	{
	margin:0 auto 0 auto;
	padding:0 5px 0 5px;
	background-image:url(../images/content-bg-interior.gif);
	background-repeat:repeat-y;
	height:auto;
	width:780px;
}

div#headContainer	{
	float:left;
	width:780px;
	height:85px;
	padding:0px;
	margin:0px;
	background-image:url(../images/top-nav_bg.gif);
	background-repeat:repeat-x;
}
	div#logo	{
		float:left;
		width:222px;
		height:85px;
		margin:0px;
		padding:0px;
	}
	
h1	{
	color:#e49c30;
	font-size:17px;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

h2	{
	color:#333333;
	font-size:15px;
	font-weight:normal;
	padding:0px 5px 5px 0px;
	margin:0px;
}

h3	{
	color:#333333;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	padding:5px 0px;
	margin:0px;
}

div#interiorContent	{
	width:780px;
	float:left;
	margin:0px;
	padding:0px;

}
	
div#contentArea	{
	width:634px;
	padding:0px;
	margin:0px;
	float:right;
}
	
div#textContent	{
	padding:25px;
}

.smallText {
	font-size:9px;
}

/* STYLES CARRIED OVER FROM OLD SITE */
#leftCol {
	width:265px;
	float:left;
	height:auto;
	padding:0 5px 0 0px;
	margin:0 10px 0 0;
	border-right:1px solid #DDDEE0;
}
.caption {
	border-top:1px solid #DDDEE0;
	padding:10px 10px 10px 0;
	text-align:center;
	font-size:12px;
}
#leftCol ul, #rightCol ul {
	margin:5px;
	padding:5px 0 5px 5px;
}
#leftCol ul li, #rightCol ul li {
	padding:0 0 5px 5px;
	margin:5px;
	list-style-image:url(../images/bullet.gif);
}
#leftCol ul li ul, #rightCol ul li ul {
	margin:5px;
	padding:5px 0 0px 5px;
}
#leftCol ul li ul li, #rightCol ul li ul li {
	padding:0 0 5px 5px;
	margin:0px;
	list-style-image:url(../images/bullet.gif);
}

.contentList {
	margin:5px;
	padding:5px 0 5px 50px;
}
.contentList li {
	padding:0 30px 5px 5px;
	margin:5px;
}
li.contentListItem {
	padding:0 30px 5px 5px;
	margin:5px;
	list-style-image:url(../images/bullet.gif);
}
#rightCol {
	width:290px;
	float:left;
	height:auto;
	margin:0px;
	padding:0 0px 0 10px;
}
.orangeBlock {
	background-color:#f4d7ac;
	border:1px solid #e4951d; 
	
	width:288px;
	padding:10px 0 10px 0;
	margin:0 0 20px 0;
	text-align:center;
	color:#c37a0d;
	font-weight:bold;
	font-size:11px;
}


.orangeBlockLeft {
	background-color:#f4d7ac;
	border:1px solid #e4951d; 
	height:auto;
	width:255px;
	padding:10px 0 10px 0;
	margin:0 0 20px 0;
	text-align:center;
	color:#c37a0d;
	font-weight:bold;
	font-size:11px;
}
img.orangeBlockImg {
	background-image:url(../images/smallThumbsBG.gif);
	background-repeat:no-repeat;
	width:80px;
	height:110px;
	margin:0 7px 0 7px;
}

img.orangeBlockImg-LargeNew {
	background-color:#f4d7ac;
	border:1px solid #e4951d; 
	padding:5px;
	margin:0;
}
img.orangeBlockLeftImg {
	background-image:url(../images/smallThumbsBG.gif);
	background-repeat:no-repeat;
	width:80px;
	height:110px;
	margin:0 1px 0 3px;
}

/* new styles for pages with larger thumbnails in orange boxes */
#leftColLarge {
	width:279px;
	float:left;
	height:auto;
	padding:0 13px 0 0px;
	margin:0 0 0 0;
	border-right:1px solid #DDDEE0;
}
#rightColLarge {
	width:279px;
	float:right;
	height:auto;
	margin:0px;
	padding:0 0px 0 11px;
}
.orangeBlockLarge {
	background-color:#f4d7ac; 
	border:1px solid #e4951d; 
	height:auto;
	width:278px;
	padding:10px 0 10px 0;
	margin:0 0 10px 0;
	text-align:center;
	color:#c37a0d;
	font-weight:bold;
	font-size:11px;
}

.orangeBlockLarge a:hover {
	color:#666666;
}

img.orangeBlockImgLarge {
	background-image:url(../images/largeThumbsBG.gif);
	background-repeat:no-repeat;
	width:268px;
	height:150px;
	margin:5px;
	border:0;
}
div.paragraphsLarge {
	width:278px;
}

/* ---------------------------------------- TABLE CHART ATTRIBUTES ------------------------------------ */
.charts {
	width:290px;
	margin:20px 0 20px 0;
}
table.chartInfo {
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	width:290px;
	background-color:#ffffff;
}
table.chartInfo td {
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	font-size:11px;
	padding:0 5px 0 5px;
	text-align:center;
}
.chartHeader {
	background-color:#DDDEE0; 
	color:#000000; 
	font-weight:bold;
	text-align:center;
	line-height:16px;
	padding:2px 0px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}
.chartsLarge {
	width:500px;
	padding:10px 15px 10px 15px;
	margin:20px 0 20px 0;
}
table.chartInfoLarge {
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	width:535px;
	background-color:#ffffff;
}
table.chartInfoLarge td {
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	font-size:11px;
	padding:5px;
	text-align:center;
}
td.orangeBg {
	background-color:#f4d7ac;
}
td.orangeBg img {
	padding-top:5px;
	padding-bottom:5px;
}

.chartHeader a	{
	color:#333333;
	weight:bold;
}
.chartHeader a:hover	{
	color:#e49c30;
	text-decoration:none;
}

.orangeBlock a	{
	color:#333333;
	weight:bold;
}
.orangeBlock a:hover	{
	color:#666666;
	text-decoration:none;
}

/* END CARRIED OVER STYLES */

a	{
	color:#333333;
	font-weight:bold;
}
a:hover	{
	color:#E49C30;
	text-decoration:none;
}

.otherImages	{
	margin: 0px 0px 20px 20px;
}

/* === FOOTER === */
	
div#footer	{
	width:790px;
	margin:0 auto 0 auto;
	background-image:none;
	padding:0px;
	}	
	
	div#footerText	{
	text-align:center;
	font-size:10px;
	color:#ffffff;
	padding:0px;
	margin:0px;
	line-height:17px;
	}

	
	div#footer a	{
	color:#ffffff;
	text-decoration:none;
	}
	div#footer a:hover	{
	color:#000000;
	text-decoration:underline;
	}
	
/* FORM STYLES */

/* -------------------------------- CONTACT FORM ATTRIBUTES ---------------------------------- */
.formObjects {
	border:1px solid #868687;
	height:18px;
}
.formFields {
	border:1px solid #868687;
}
table.formTable {
	width:575px;
	margin:0 0 0 0px;
	padding:0px;
	border:1px solid #868687;
	color:#333333;
}
table.formTable td {
	margin:0px;
	padding:2px 10px 2px 10px;
	background-color:#dddee0;
	border:0px;
}
.buttons {
	border:1px solid #868687;
	padding:2px; 
	margin:0px; 
	background-color:#e49c30; 
	cursor:pointer;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
}
.buttons:hover {
	border:1px solid #868687;
	padding:2px; 
	margin:0px; 
	background-color:#ffffff; 
	cursor:pointer;
	color:#666666;
	font-weight:bold;
	font-size:12px;
}

	
/*---------------------------------- FIX FOR FLOATED ELEMENTS WITHIN A CONTAINER DIV --------------------------*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*--- Fix for IE on Mac ---*/
.clearfix
{
	display: inline-block;
}

/*--- Hack for bug in IE6 ---*/
* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}
