/***********************************************/
/* ac_layout.css                                   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	line-height: 1.166;
	overflow: hidden;
}

a:link, a:visited, a:hover {
	color: #669933;
	text-decoration: none;
}

a:hover {
	color: #99CC33;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1 {
 font-size: 120%;
 color: #334D55;
}

h2 {
 font-size: 114%;
 color: #333333;
}

h3 {
 font-size: 100%;
 color: #334D55;
}

h4 {
 font-size: 100%;
 color: #333333;
}

h5 {
 font-size: 100%;
 color: #334d55;
}

ul {
 list-style-type: square;
}

ul ul {
 list-style-type: disc;
}

ul ul ul {
 list-style-type: none;
}

label {
 font: bold 100% Verdana,sans-serif;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.theCage {
	position: absolute;
	left:50%; top:0px;
	width:655px; height:655px;
	margin-left: -328px;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
	z-index:100;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

.logo {
	position: absolute;
	left:131px; top:120px;
	width:393px; height:510px;
}

.head {
	position: absolute;
	left:0px; top:0px;
	width:655px; height:65px;
}

.topRuler {
	background-color: #669933;
	position: absolute;
	left:0px; top:65px;
	width:100%; height:5px;
	/*z-index:-200;*/
}

.topBar {
	background-color: #99CC33;
	position: absolute;
	left:0px; top:70px;
	width:100%; height:20px;
	/*z-index:auto;*/
}

.topNav {
	/*background-color: #99CC33;*/
	position: absolute;
	left:0px; top:70px;
	width:655px; height:20px;
	z-index:50;
}

.left {
	position: absolute;
	left:0px; top:90px;
	width:131px; height:540px;
}

.bottomBar {
	background-color: #99CC33;
	position: absolute;
	left:0px; top: 630px;
	width:100%; height:20px;
	/*z-index:-100;*/
}

.bottomNav {
	/*background-color: #99CC33;*/
	position: absolute;
	left:131px; top: 630px;
	width:393px; height:20px;
	z-index:50;
}

.bottomRuler {
	background-color: #669933;
	position: absolute;
	left:0px; top:650px;
	width:100%; height:15px;
	text-align: center;
	font-size: 10px;
	color: #CCCCCC;
	/*z-index:-200;*/
}

.bottomRuler a:link, a:visited, a:hover {
	color: #AAAAAA;
	text-decoration: none;
}

.bottomRuler a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

/***********************************************/
/*Component Divs                               */
/***********************************************/

.content {
	position: absolute;
	left:131px; top:90px;
	margin-top:20px;
	margin-left:15px;
	width:393px; height:540px;
	white-space: normal;
	text-align:left;
}

.content a:link, a:visited, a:hover {
	color: #669933;
	text-decoration: none;
}

.content a:hover {
	color: #99CC33;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

.description {
	position: absolute;
	left:131px; top:90px;
	margin-top:20px;
	margin-left:15px;
	width:393px; height:80px;
	white-space: normal;
	text-align:left;
}

.gallery {
	position: absolute;
	left:131px; top:170px;
	margin-top:20px;
	margin-left:15px;
	width:400px; height:300px;
	white-space: normal;
	text-align:left;
}

.thumbnail {
	position: absolute;
	left:131px; top:470px;
	margin-top:20px;
	margin-left:15px;
	width:400px; height:160px;
	white-space: normal;
	text-align:left;
}

.thumbnail img{
	/*margin: 0px 13px 15px 0;*/
	/*border: 2px inset #D1CBAB;*/
}

.thumbnail a{
	border: 2px inset #D1CBAB;
}

.thumbnail a:active{
	border: 2px outset #FF6600;
}

/*************** #pageName styles **************/

#pageName {
	padding: 0px 0px 10px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb {
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

/************* #siteInfo styles ***************/

#siteInfo {
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img {
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************* #search styles ***************/

#search {
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form {
 	margin: 0px;
 	padding: 0px;
}

#search label {
	display: block;
	margin: 0px;
	padding: 0px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0px; padding: 0px;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}
