@charset "utf-8";
/* CSS Document */

/*Per Pro CSS and HTML book*/
p,dl {margin-top:1em;margin-bottom:1em;}
dd {margin-left:40px;}
h1 {font-size:2em;      font-weight:bold; margin:0.67em 0;}
h2 {font-size:1.5em;    font-weight:bold; margin:0.83em 0;}
h3 {font-size:1.125em;  font-weight:bold; margin:1em 0;}
h4 {font-size:1em;      font-weight:bold; margin:1.33em 0;}
h5 {font-size:0.75em;   font-weight:bold; margin:1.67em 0;}
h6 {font-size:0.5625em; font-weight:bold; margin:2.33em 0;}
pre{font-family:monospace; white-space:pre; margin:1em 0;}
hr  {height:2px; border:1px; margin:0.5em auto 0.5em auto;}
img{ border:0px;padding:0px;display:block;}
body{font-family:Verdana, Arial, Helvetica, sans-serif;}


/* Jello */
body {
	padding: 0 478px 0 478px; /* these side paddings together determine the natural min-width */
	margin: 0;
	text-align: center; /* this centers the wrappers in older IEwin versions */
	background:#FFFFFF;
}
		
#sizer {
	margin: 0 auto 0 auto; /* this centers the wrappers in standards browsers */
	width: 99%; /* here is the critical value for customizing the Jello behavior */
	max-width: 400px;  /* version for IE is at the bottom of this style block */
}

#expander {
	background-color:#FFFFFF;
	margin: 0 -477px 0 -477px; /* these side margins should be the same or slightly less than body paddings */
	min-width: 955px; /* This prevents Safari from losing the negative margins in narrow windows */
	position: relative;
}

/* Holly hack for IE. Must be zero, not the usual 1% value, due to IE bug \*/
* html #expander { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper { width: 100%; } 


/*Equal Length Columns*/
#sidebar,#nav{
margin-bottom:-100000px; padding-bottom:100000px;
}

#wrapper{overflow:hidden;}

/* Holly hack for IE. Must be zero, not the usual 1% value, due to IE bug \*/
* html #wrapper { 
overflow:visible;
}
/* */

#nav {
	width: 150px;
	float: left;
	display: inline; /* IEwin doubled margin bug fix */
	text-align: left;
	margin-left: 0px;
	background:url(../images/leftBkgd.jpg) top left repeat-y;
	clear:both;
}

#content {
	width: 80%;
	margin-right: 2%;
	text-align: left;
	float: right;
	display: inline;
}

#header {
	height:100px; 
	background-image:url(../images/topBkgd.jpg);
	background-repeat:repeat-x;
	background-position:0 0; 
	color:#fff;
}

#logo {
	float:left;
}

#topNav{
	float:right;
}

#minHeight{
height:550px;
width:0px;
float:left;
}

#footer{
width:99%;
text-align:center;
font-size:.7em;
float:left;
clear:both;
padding-bottom:6px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*Nav Menu*/
#nav ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav ul li
{
float: left;
clear: both;
margin: 0px;
}

#nav ul li a
{
text-decoration: none;
background-image:url(../images/buttonUp.jpg);
height: 50px;
line-height: 50px;
float: left;
width: 150px;
display: block;
text-align: center;
}

#nav ul li a:hover
{
background-image:url(../images/buttonOver.jpg);
}

#breadcrumb
{
	font-size:.6em;
}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover {
	color: #0000FF;
	text-decoration: none;
}

/*Image Gallery*/
div.gallery {
	width:90%;
	margin:10px;
	clear:both;
}

div.thumbnail{
	float:left;
	background-color:#FFFFFF;
	margin:3px;
	height:78px;
	width:102px;
}

#basic-accordian{
	width:150px;
	background-color:#FFFFFF;
}

.accordion_headings{
	padding:5px;
	background-image:url(../images/buttonUp.jpg);
	height:50px;
	line-height:45px;
	text-indent:10px;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}


.accordion_child{
	padding-left:5px;
	height:200px;
	overflow:hidden;
}

.imageViewer td
{
width:35px;
}

.imageViewer td a
{
text-decoration:none;
color:#0000FF;
font-size:.7em;
}

/*Nice Rounded Boxes*/
.linkList{
margin-right:7px;
margin-bottom:10px;
width:180px;
float:left;
}

.linkList ul{
list-style: none;
padding: 0;
margin: 0;
}

.linkList ul li a
{
text-decoration: none;
font-size:.8em;
}

.adminOptions{
	color:#000099;
	font-size:.7em;
}

.b2h, .b3h, .b4h, .headh{background:#3e527c;}
.b2bh, .b3bh, .b4bh, .contenth {background: #ddd;}
.b2h, .b2bh, .b3h, .b3bh, .b4h, .b4bh, .headh, .contenth{border:#aaa;}

.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh{font-size:1px; overflow:hidden; display:block;}
.b1h {height:1px; background:#aaa; margin:0 5px;}
.b2h, .b2bh {height:1px; border-right:2px solid; border-left:2px solid; margin:0 3px;}
.b3h, .b3bh {height:1px; border-right:1px solid; border-left:1px solid; margin:0 2px;}
.b4h, .b4bh {height:2px; border-right:1px solid; border-left:1px solid; margin:0 1px;}
.headh {border-right:1px solid; border-left:1px solid;}
.headh h3 {margin: 0px 10px 0px 10px; padding-bottom: 3px; font-size:1em; color:#FFFFFF;}
.contenth {border-right:1px solid; border-left:1px solid;}
.contenth div {margin-left: 12px; padding-top: 5px;}