@charset "UTF-8";
/* CSS Document */
body  {
	font-family: Verdana, Geneva, sans serif;
	background: #96c0bc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

img, div { behavior: url(iepngfix.htc); border:0; }

object {margin: 0; padding: 0; border: 0;outline: none;-moz-outline-style: none;}

a:link{color:#981120;text-decoration: none;}
a:visited{color:#981120;text-decoration:none;}
a:hover{color:#981120;text-decoration:underline;}

.twoColFixLtHdr #container { 
	width:900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/main-bg.png);
	background-repeat:repeat-y;
	table-layout:fixed;
} 
.twoColFixLtHdr #header { 
	width:900px;
	height:215px;
	margin-top:0px;
	padding-top:50px;
	background-position:bottom;
	background-image:url(images/flash-bg.jpg);
	background-repeat:no-repeat;
	border:0;
	border:hidden;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 9px;
}
.twoColFixLtHdr #mainContent {
	width:516px;
	font-size:12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 35px;
	margin-right: 10px;
	margin-left: 240px;
	padding-right: 60px;
	padding-left: 60px;
} 
.twoColFixLtHdr #footer {
	width:900px; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(images/footer-bg.png);
	background-repeat: no-repeat;
	background-position:bottom;
	margin: auto;
} 
.twoColFixLtHdr #footer p {
	text-align:center;
	font-size:9px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0 21px 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;
}
#linktxt {
	font-size:12px;	
	padding: 0 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/****************   ACCORDION   ****************/
.AccordionTitle, .AccordionContent, .AccordionContainer
{
  position:relative;
  width:100%;
  height:100%;
}

.AccordionTitle
{
  height:20px;
  overflow:hidden;
  cursor:pointer;
  font-family: Verdana, Geneva, sans serif;
  font-size:11px;
  font-weight:bold;
  vertical-align:middle;
  text-align:left;
  -moz-user-select:  none
}

.AccordionContent
{
  height:100%;
  overflow:auto;
  display:none;
}

/*.AccordionContainer
{
  border-top: solid 1px #C1C1C1;
  border-bottom: solid 1px #C1C1C1;
  border-left: solid 2px #C1C1C1;
  border-right: solid 2px #C1C1C1;
}*/
/****************   END ACCORDION   ****************/


/****************   BIO   ****************/
#bio {
	text-align: left;
	float: left;
	list-style: none;
	border: 1px solid #96c0bc;
	width:228px;
	padding: 0px;
	margin-left:0px;
	
}
.floatLeft-bio { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
/****************   END BIO   ****************/
