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

body,td,th {
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}
body {
	background-image: url(images/sba_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #616161;
	text-align:center;
}
@font-face {
    font-family: 'EurostileRegular';
    src: url('fonts/eurosti-webfont.eot?') format('eot'),
         url('fonts/eurosti-webfont.woff') format('woff'),
         url('fonts/eurosti-webfont.ttf') format('truetype'),
         url('fonts/eurosti-webfont.svg#webfont5pxdI1Di') format('svg');
    font-weight: normal;
    font-style: normal;

}
h1{
	font-family: 'EurostileRegular', Arial;
	font-size:20px;
}
h2{
	font-family: 'EurostileRegular', Arial;
	font-size:15px;
}
#container{
	margin:0 auto;
	text-align:center;
	background-color:#FFF;
	width:990px;
}
#header{
	margin-left:20px;
	margin-right:20px;
	text-align:left;
	width:950px;
	height:207px;
	background-color:#FFF;
}
#logo{
	height:174px;
	width:357px;
	margin-top:17px;
	margin-bottom:16px;
	float:left;
}
#flash{
	height:130px;
	width:402px;
	margin-top:45px;
	margin-bottom:32px;
	float:right;
}
#mainwindow{
	width:950px;
	margin-left:20px;
	margin-right:20px;
	text-align:left;
}
#main_left{
	margin-top:20px;
	margin-bottom:20px;
	width:510px;
	float:left;
	margin-right:10px;
	border-right:1px solid #e1e77c;
	padding-right:10px;
}
#main_full{
	margin-top:20px;
	margin-bottom:20px;
	width:910px;
	float:left;
	margin-right:10px;
	margin-left:10px;
	padding-right:10px;
	padding-left:10px;
}
.mainlink a{
	background-color:#876a80;
	color:#FFF;
	text-decoration:none;
	padding:5px;
}
.mainlink a:hover{
	background-color:#e1e77c;
	color:#666;
	text-decoration:none;
	padding:5px;
}
#main_right{
	margin-top:20px;
	margin-bottom:20px;
	width:400px;
	float:right;
}
#footer{
	width:950px;
	height:100px;
	padding-left:20px;
	padding-right:20px;
	border-top:5px solid #e1e77c;
	background-color:#FFF;
}
#footer_left{
	margin-top:20px;
	margin-bottom:20px;
	width:520px;
	text-align:left;
	float:left;
}
#footer_right{
	margin-top:20px;
	margin-bottom:20px;
	width:400px;
	text-align:right;
	float:right;
}
.clearall{
	clear:both;
}
.crearleft{
	clear:left;
}
.clearright{
	clear:right;
}


/* Navigation */

#navigation{
	height:33px;
	padding-left:20px;
	padding-right:20px;
	text-align:left;
	width:950px;
	background-color:#876a80;
	border-bottom:5px solid #e1e77c;
}

.ddsmoothmenu{
font: 12px Arial;
background: #876a80; /*background of menu bar (default state)*/
width: 100%;
color:#fff;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #876a80; /*background of menu items (default state)*/
color: #fff;
padding: 9px 20px;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #fff;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #e1e77c; 
color: #666666;
}

.ddsmoothmenu ul li a:hover{
	color: #666666;
	background: #e1e77c;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: 13px Arial;
width: 160px; /*width of sub menus*/
padding: 5px 20px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid fff;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: #fff;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

