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

body,
html {
    margin:0;
    padding:0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 8pt;
	/* background:url(../media/images/layout/bg_center_tile.jpg) repeat-y center; */
	background:#000000 url(../media/images/layout/SWT_blackBG.jpg) repeat-x;
    }

a {
	color:#666666;
}

.main {
	position:relative;
	top:-280px;
	width:850px;
	margin-left:auto;
	margin-right:auto;
    background-color: #edebc2;
}

.infobar {
	position:relative;
	height:90px;
	background:url(../media/images/layout/bg_location_bar.jpg) center no-repeat;	
}

.crumbs {
	position:relative;
	height:20px;
	background:url(../media/images/layout/breadcrumbs_bg.jpg) center no-repeat;
	padding:10px 10px 10px 10px;
	z-index:-1;
}

.leftfloat {
	float:left; 
	width:250px; 
	background:url(../media/images/layout/bg_sidebar.jpg) repeat-y;  
	min-height:600px; 
	padding:0;
}

.rightfloat {
	float:right; 
	width:550px; 
	font-family: Georgia; font-size:1.3em; 
	font-weight: normal; 
	padding-left:25px; 
	padding-right:25px;
	background:url(../media/images/layout/body_bg_top.jpg) no-repeat;
	background-color:#FFFFFF;
	min-height:600px;
}

.footer {
	clear:both; 
	background:url(../media/images/layout/bg_location_bar.jpg) no-repeat;
}

.leftnav {
padding:0px 0px 0px 0px;
width:197px;
text-align:center;
background:url(../media/images/layout/subMenuBorder.jpg) repeat-y;
}

.leftnav a {
display: block;
padding-top:20px;
padding-bottom:20px;
color: #000000;
width:150px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
font-stretch:wider;
color:#AAAA44;
text-decoration:none;
background:url(../media/images/layout/subMenuButton.jpg);
}

.leftnav a:hover
{
background:url(../media/images/layout/subMenuButton_Over.jpg);
}

#dropdown {
	position:absolute;
	width: 250px;
	height:100px;
	z-index:100;
}

.locHeader
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:10px;
	padding-left:20px;
	background:url(../media/images/layout/locHeaderbg.png) no-repeat;
}

#dropdownflash
{
	z-index:100;
}

#calendarTitle
{
	padding-left:30px;
}
