@import url("/core/css/global.min.css");





.frontend {
	text-align: center;
}
.frontend  {
	width: 962px;
	margin: 0 auto;
	background-color: #FFFFFF;
	text-align: left;
} 
.frontend #header {
	background-repeat: no-repeat;
	margin: 0px;
	padding: 35px 0 0 0;
	width: 962px;
	position:relative;
	background-image: url(../images/Standard/header.png);
	height: 45px;
} 



.frontend #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-bottom: 10px;
	display:none;
	clear: both;
}
.frontend #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	padding-bottom: 10px;
	display: block;
	margin: 0px;
	padding-left: 10px;
}
.frontend main {
	padding-bottom: 10px;
	margin: 0;
} 
.frontend #footer {
	padding-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
} 
.frontend #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.accessible {
	display: none;
}

#twitter-follow { border: 0;position: fixed;  top: 200px; right:0;}

#searchBox
{
	position: relative;
}

.suggest_link 
{
	padding: 2px 6px 2px 6px;
    background-color: #b1bb1e;
    color: #00295b;
	/* tranluscency by me
	filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85; */
}

.suggest_link_over 
{
	padding: 2px 6px 2px 6px;
	background-color: #929b18;
	cursor: pointer;
}

#search_suggest
{
	border: 0;
	position: absolute; 
	top: 35px;
	left: 825px;
	opacity: 0.95;
	z-index: 20000;
	background-color: #b1bb1e;
	/*min-width:200px;*/
}

#homeLink
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 75px;
	width: 250px;
	z-index: 100;
}

.keywordlist {
	text-indent: -999em;
}


body {
	margin: 0px;
	padding: 0px;
}


#homePageTextBg {
	background-image: url(/local/images/transparent-dk-blue.png);

}

.frontend #footer {
	padding-top: 10px;
	border-top-width: 1px;
	
	border-top-style: solid;
	border-top-color: #c1cc22;

} 

/*	For the status bar/menu at the bottom of the screen	*/
/*	Floats on page, against bottom.	Does not work for IE6	*/
	
#bottomMenuBar
{
	clear: both;
    position: fixed;
    bottom: 0px;
	left: 0px;
    right: 0px;
    height: 13px;
	padding: 2px;
	text-align: left;
    background: #c1cc22;
    color: #002047;    
    opacity: 0.8;    
    z-index: 11001;
    overflow: hidden;
}

#bottomMenuBar-left
{
	float: left;
}

#bottomMenuBar-right
{
	float: right;
}

#bottomMenuBar-container
{
	overflow: hidden;
}

#bottomMenuBar-wrapper
{
	float: right;
	position: absolute;
	left: 50%;
}

#bottomMenuBar-menu
{
	float: left;
	position: relative;
	left: -50%;
}

#bottomMenuBar-menu ul,
#bottomMenuBar-menu li
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

#bottomMenuBar-menu li
{
	text-align: center;
	vertical-align: middle;
	border-right-style: solid;
	border-width: 1px;
	border-color: #002047;
}

#bottomMenuBar-menu .noborder li
{
	border-style: none;
}

#bottomMenuBar-menu ul ul
{
	display: none;
}

#bottomMenuBar-menu a
{
	display: block;
	float: left;
}

#bottomMenuBar-menu ul a 
{
	padding: 1px 1em;
	display: block;
	line-height: 1.0;
	font-size: 12px;
}



