/* CSS Document */
html, body, #container {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #container {
	height: auto;
}
body{
	margin:0;
	padding:0;
  	text-align:center;
  	font-family:arial, sans-serif;
  	font-size: 80%;
 	color:#00394D;
	width:100%;	
}
a:link{
	color:#8E8502;
}
a:visited{
	color:#8E8502;
}
a:hover{
	color:#00394D;
	text-decoration:none;
}
img{
	border:none;
}
h1{
	font-size:150%;
	color:#8E8502;
	text-align:center;
	font-weight:normal;
	line-height:2em;
}
h2{
	font-size:1.2em;
	color:#8E8502;
	margin:1em 0;
	line-height:1;
	border-top:1px solid #00394d;
	border-bottom:1px solid #d4d0c8;
	padding:0.5em 0	
}
h3{
	font-size:1em;
	color:#8E8502;
	font-weight:normal;
	line-height:1.2;
	margin:1.2em 0;
	padding:0;
	background-color:#f6f6f6;
}
p{margin-top:0;}
caption{text-align:left;padding:0.3em 0;margin:0}
table#discovery{
	empty-cells:hide;
	margin:0 0 1em 0;
}
table#discovery th{
	text-align:center;
	font-size:0.85em;
	vertical-align:top;
	padding:0 0.4em;
	background:#eee;
}
#discovery td{vertical-align:top;padding:0 0.5em;border:1px solid #ddd }
#discovery td ul{margin:0;padding:0;list-style:none;}
#discovery td li{margin:0.5em 0 1em 0;}
#top_home{
	background-image: url(/assets/gfx/top_home.jpg);
  	background-repeat: no-repeat;
	background-position:top right;
	/*width:100%;*/
	height:118px;
}
#container{
	text-align:center;
	position: absolute;
	top: 0;
    left: 0;
}
#wrap{
	/*width:50em;*/
	width:670px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}
#logo_home{
	height:80px;
	margin-top:20px;
}

#sidecontent{	
	width:200px;
	float:left;
	margin-bottom:160px;    
}
/*.TopMenuGroup
{	
	color: #8f8602;
	font-weight: bold;
	height:20px;
	cursor: pointer;	
	padding:0 0.5em;
	font-size:95%;
}
.MenuGroup
{
	cursor: pointer;
	cursor: hand;
	border:1px solid #1E3D80;
	background-color:#fff;	
}
.TopMenuItem
{	
	padding:0em 0;	
}
.TopMenuItemHover
{	
	padding:0em 0;
	color:#477187;
}
.MenuItem
{
	font-weight:bold;
	color:#8f8602;
	padding:0 0.7em;
}
.MenuItemHover
{
	font-weight: bold;
	color: #477187;
	padding:0 0.7em;
}*/
/* END menu styles */
.clear{
	clear:both;
}
#footer{
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	height:159px;	
}
#footer {
    \width: 100%;
    w\idth: 100%;
}
#footerimg{
	background:url(/assets/gfx/bottom_home.jpg);
	background-repeat:no-repeat;
	text-align: center;
	height:160px;
}
#footerlinks{
	text-align:left;
	border-top:1px solid #D5CF82;
	width:100%;
	
	color:#8A8A8A;
	font-size:10px;
	position:relative;
	z-index:3;
	margin-bottom:135px;
}
#footerlinks h3{display:inline; margin-left:5px; background:none;}
#main{border-top:1px solid #999}
#main h2{
    margin:0;
    border:0 none;
}
#content{
	/*float:left;
	width:70%;*/
	width:450px;
	margin-left:30px;
	height: auto;
	margin-bottom:10px;
	margin-left:210px;

}
#content p img{margin-top:1em}
.container{
	border:1px solid #ccc;

	padding:0.1em 0.5em;
}
.container ul{margin:0}
#newsbox .container{padding-bottom:5.5em}
#newsbox{
	color:#00394D;

}
#newsbox h2{
        margin:0;
}
#emailBox{
	margin-top:20px;
}

#banners{ 
	position:relative;
	z-index: 1; 
    width:  656px;  
    height:   107px;  
    padding: 0;  
    margin:  0; 
	margin-bottom:1em;
	border-width:1px;
	border-style:solid;
	border-color:#00394D;
	overflow:hidden;
} 
#banners div{
	width:  656px;  
    height:   107px;
}
div#banners img {       
    background-color: #eee;  
    width:  164px; 
    height: 107px; 
    top:  0; 
    left: 0;
	margin:0;padding:0;
}
.btm-container{padding:0.5em;border:1px solid #ccc;margin-top:1em;height:350px;}
.btm-container p,.btm-container h2{text-align:right}
.btm-container p{font-size:85%}
