/* Tag Overrides */
html,body{
	height:100%;
}
body{
	color:#666666;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;	
	margin:0px;
	padding:0px;
	font-size:12px;
}

a{
	outline:none;
	color:#666666;
}

a:hover{
	color:#cccccc;
}

p{
	margin-top:0px;
	padding-top:0px;
}

h1{
	margin-top:0;
	padding-top:0;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:30px;
	text-align:right;
}

#header{
	position:relative;
	background-repeat:repeat-x;
}

#logo{
	position:absolute;
	bottom:0px;
}

#keep_paddling{
	position:absolute;
	top:27px;
	right:2px;
}

#container_table{
	width:100%;
	height:100%;
}

#content{
	min-height:600px;
}

#site_container{
	width:960px;
	margin:auto;
	text-align:left;
	background-color:#fff;
	background-image:url(/img/bodybg.gif);
	background-position:right 150px;
	background-repeat:no-repeat;
	
}

#header{
	width:100%;
	height:76px;
	text-align:left;
}

#content_wrap{
	width:960px;
	position:relative;
}

#footer {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 85%;
}

#footer-inner{
	background:none;
	text-align:right;
	height: 50px;
}

#footer p{
	margin:0;
	padding:15px 15px;
}

hr{
	border:none;
	height:1px;
	background-color:#999999;
}

img,table,td,form{
	border:0px;
	padding:0px;
	margin:0px;
}

/* Classes */
.red{
	color:#FF0000;
}

/* IDs */
#exampleID{
	color:#CCCCCC;
}

/* Browser Hacks */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
/* End hide from IE-mac */

/*This is for the display message when the site status is inactive*/
.message{
	background:#e9ebeb;
	border-bottom:dashed 1px;
	text-align:center;
	font-size:12px;
	padding-bottom:10px;
	margin-bottom:15px;
	position:absolute;
	width:100%;
	color:#000;
}
.message_error{
	background:#fbeeee;
	color:#EE0000;
}

#nav_table{
	margin-bottom:25px;
}

.gallery_thumbnail{
	float:left;
	width:136px;
	height:120px;
	background-position:center;
	background-repeat:no-repeat;
	vertical-align:middle;
}

.gallery_thumbnail img{
	border:solid #999999 1px;
}

.gallery_thumbnail img:hover{
	border:solid #fff 1px;
}

a.block_link{
	text-transform:uppercase;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding:0 5px 0 5px;
	border:solid #666666 1px;
	color:#fff;
	text-decoration:none;
	background-color:#efefef;
	color:#000 !important;
}

a.block_link:hover{
	background-color:#999999;
	color:#fff !important;
}
