/* Tag Overrides */
html,body{
	height:100%;
}
body{
	color:#ffffff;
	background-color:#fff;
	background-position:center;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;	
	margin:0px;
	padding:0px;
	font-size:12px;
}

a{
	outline:none;
}

#container_table{
	width:100%;
	height:100%;
}

#site_container{
	width:822px;
	margin:auto;
	background-color:#464646;
	border: solid green 1px;
}

#header{
	width:100%;
	height:68px;
	text-align:left;
}

#logo{
	margin-top:15px;
	margin-left:62px;
}

#content_wrap{
	width:822px;
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
}

#content_wrap a{
	color:#CADE58;
}

#content_wrap a:hover{
	color:#cccccc;
}

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;
}


.gallery_thumbnail img:hover{
	border:solid #fff 1px;
}

#content_wrap{
	width:822px;
	height:548px;
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
}

#home_content{
	
	padding:0;
	text-align:left;
	position:absolute;
	top:140px;
	left:0px;
}

#opaque_nav_bg{
	padding:5px;
	background-image:url(/img/home/nav_bg.png);
	width:245px;
	text-align:left;
}

#opaque_nav_bg a{
	margin-top:13px !important;
	display:block;
}

#logo_image{
	margin-bottom:30px;
}