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

#cse-search-form{
	width: 250px;
}

#container #gallery_container{
	display:none;
	margin-left:auto;
	margin-right:auto;
	height:170px;
	width:1290px;
}

#container #gallery_container #gallery{
	display:none;
	position:relative;
	top:0;
	left:0;
	height:170px;
	width:280px;
}

#container #gallery_container #gallery img{
	display:none;
	height:170px;
	width:280px;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
	
#container #gallery_container #gallery IMG.active {
	display:none;
    z-index:2;
}

#container #gallery_container #gallery IMG.last-active {
	display:none;
    z-index:1;
}

.wordpresscontainer {
	display:none;
}

a:link {
	color:#66CCFF;
	text-decoration: none;
}
a:visited {
	color: #3399ff;
	text-decoration: none;
}
a:hover{
text-decoration: underline;
}

hr { width:30%; float:left; }

h1,h2,h3,h4,h5,h6 { 
	font-family:Maiandra GD, Arial, Helvetica, sans-serif;
}
p { 
	background-color:#000;
}

img
{border:none;}

body  {
	background-color: #222;
	color: #fff;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
}
.thrColFixHdr #container {
	margin: 0 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. */
	width: 100%;
} 
.thrColFixHdr #container #header {
	padding: 0 10px 0 20px;  /* 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. */
} 
.thrColFixHdr #container #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.thrColFixHdr #container #header #motto {
	color: #ccc;
	font-size: 12px;
	left: 419px;
	top: 53px;
	position: absolute;
	width:330px;
}
.thrColFixHdr #container #header #title {
	left: 150px;
	position: absolute;
	top: 10px;
}
.thrColFixHdr #container #colcontainer {
	top: 80px;
	position: absolute;
	width: 100%;
	background-color:#000
}
.thrColFixHdr #container #colcontainer #col01 {
	font-size: 12px;
	line-height: 1.8em;
	float: left; /* since this element is floated, a width must be given */
	padding: 15px 0 15px 20px;
	width: 280px; /* 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 */
}
.thrColFixHdr #container #colcontainer #col01 ul {
	display: block;
	list-style-type: disc;
}
.thrColFixHdr #container #colcontainer #col02 {
	font-size: 12px;
	line-height: 1.8em;
	float: left;
	width: 650px; /* 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 */
	padding: 0 0 0 20px;
} 

.thrColFixHdr #container #colcontainer #col02 .gallery_item {
	border-style: solid;
	border-color:#999;
	border-width:thin;
	width:300px;
	height:65px;
	padding:10px;
	margin:5px 0 5px 0;
} 

.thrColFixHdr #container #colcontainer #col02 .gallery_item_image {
	border-style: solid;
	border-color:#33CCFF;
	border-width:thin;
	float:left;
	height:60px;
	width:100px;
} 

.thrColFixHdr #container #colcontainer #col02 .gallery_item_info {
	float:right;
	height:65px;
	line-height:5px;
	width:190px;
} 

.thrColFixHdr #container #colcontainer #col03 {
	float: left;
	width: 220px;
	padding: 15px 0 15px 20px;
}
.thrColFixHdr #container #colcontainer #col03 p {
	color: #CCCCCC;
	font-size: 8px;
	line-height: 1.8em;
	text-align: center;
}
.thrColFixHdr #container #colcontainer #col03 img{
	padding: 10px;
}
.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;
}
.fltlft {
	float: left;
}
.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;
}
#disclaimer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	color: #666;
	text-align:center;
}

#copyright{
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	float: left;
	width: 280px;
}
#copyright_apycom, #copyright_apycom a{
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	width:280px;
}
#navbottom{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align:center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 350px;
}

.sociable-hovers {opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40)}

.sociable-hovers:hover {opacity: 1;	-moz-opacity: 1; filter: alpha(opacity=100)}

.formbutton {font-family: arial; font-size:8pt; color:#55472C}