/* ---------------------------------------- Document */
html,body {
	margin:0;
	padding:0;
	background:#999;
	height:100%;
	}

body {
	font:0.6em Verdana,Arial, sans;
	color:#000;
	}

p { 
	margin:15px 10px 5px 10px;
	/* line-height: 11pt; */
	}

a, a:visited, a:active, a:link {
	color: #900;
	text-decoration:none;
	}

a:hover {
	color:#900;
	text-decoration:underline;
	}

a img { 
	border:0;
	}

h1 {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 1.7em;
	text-transform:uppercase;
	color:#990000;
	background-image:url(img/h1.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding:0 0 0 11px;
	margin:15px 0 0 0;
	}

h2 {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 1.3em;
	text-transform:uppercase;
	color:#990000;
	padding:0 0 0 10px;
	margin:15px 0 -10px 0;
	}
	
form {
	margin:0;
	padding:0;
	}
	
li {
	padding:5px 0 0 0;
	}

.star {
	color:#990000;
	font-size:1.4em;
	font-weight:bold;
	}			 
/* ---------------------------------------- Container */

#container {
	width:780px;
	margin:0 auto;
	min-height:100%;
	}

/* ---------------------------------------- Header */
#header {
	height:85px;
	background:#130352;
	}

.logo {
	float:left;
	margin:14px 0 0 30px;
	}
	
.search {
	float:right;
	margin:30px 20px 0 0;
	color:#fff;
	}

*html .search {
	margin:30px 16px 0 0;
	}
			
/* ---------------------------------------- Search */
.banner {
	background: #ccc;
	height:102px;
	background-image:url(img/topBanner.png);
	background-repeat:no-repeat;
	}
   
.topnav {
	float: right;
	text-align:center;
	margin:-22px 10px 0 0;
	}
	 
#border1 {
	width:780px;
	height:20px;
	line-height:20px;
	background:#5A6C89;
	color:#fff;
	}

.slogan {
	margin:0 0 0 33px;
	}

.date {
	margin:0 0 0 413px;
	color:#ccc;
	}

*html .date {
	margin:0 0 0 400px;
	}
				 
#border2 {
	width:780px;
	height:10px;
	line-height:20px;
	background:#5A6C89;
	}

.cleaner {
	clear:both;
	line-height:0;
	font-size:0;
	display:block;
	}

#path p {
	padding:0 0 0 5px;
	}

#wrapper {
	min-height:300px;
	background-image:url(img/mainBg.png);
	background-repeat:repeat-y;
	margin:0;
	padding:0px 0px 0px 0px;
	}

*html #wrapper{
	height:300px;
	}

#content {
	width:400px;
	float:left;
	margin:6px 0 0 27px;
    min-height:300px;
    }
	
*html #content{
	height:100%;
	margin:5px 0 0 25px;
	}


/* ---------------------------------------- News */
#news {
	float:left;
	width:390px;
	}

#news img {
	margin:10px 10px 5px 0px;
	float:left;
	}

#news p {
	margin:10px 10px 10px 0px;
	}

/* ---------------------------------------- TABLE */
table.listing {
border-collapse: collapse;
margin: 0em;
}
td.listing {
border-bottom: 1px solid #003366;
}
tr.listing {
border: 0px;
}
table.indent {
	margin:0px 0px 0px 10px;
}

/* ----------------------------------------- Promo box - rounded corners */
/* set millions of background images */
.rbroundbox {background: url(img/nt.gif) repeat; }
.rbtop div { background: url(img/tl.gif) no-repeat top left; }
.rbtop { background: url(img/tr.gif) no-repeat top right; }
.rbbot div { background: url(img/bl.gif) no-repeat bottom left; }
.rbbot { background: url(img/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	}
	
.rbcontent { margin:0; }

.rbroundbox {
	width:100%; 
	margin:1em auto;
	}

 /* ---------------------------------------- Left menus */
#navigation {
	float:left;
	width:170px;
	}

#navigation h2 {
	font-size:1.1em;
	font-weight:bold;
	padding:10px 2px 0 33px;
	margin:0;
	}

#navigation p {
	padding:0 2px 5px 33px;
	margin:0;
	}
	
a.mLinks, a.mLinks:active, a.mLinks:visited, a.mLinks:link {
	padding:6px 0 3px 0;
	display:block;
	border-bottom:1px solid #B4B8C2;
	text-decoration:none;
	font-weight:bold;
	color:#369;
	}

a.mLinks:hover {
	border-bottom:1px solid #900;
	text-decoration:none;
	color:#369;
	}
	
a.loginLinks, a.loginLinks:active, a.loginLinks:visited, a.loginLinks:link {
	padding:6px 0 3px 5px;
	margin-left:-5px;
	display:block;
	border:2px solid #900;
	text-decoration:none;
	font-weight:bold;
	color:#369;
	}

a.loginLinks:hover {
	border:2px solid #900;
	text-decoration:none;
	color:#369;
	}

ul.menu li {
	list-style-type:none;
	padding:5px 0 5px 0;
	}	
	
ul.subMenu {
	margin:0;
	padding:3px 0px 3px 15px;
	}

a.mmLinks, a.mmLinks:active, a.mmLinks:visited, a.mmLinks:link {
	padding:0px 0px 3px 0px;
	display:block;
	border-bottom:1px solid #B4B8C2;
	text-decoration:none;
	font-weight:bold;
	color:#990000;
	outline: none;
	}

a.mmLinks:hover {
	border-bottom:1px solid #900;
	text-decoration:none;
	color:#990000;
	}
	
.menu li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
	}

.subMenu li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
	}
	
ul#menuX li.underline {
	margin: 0;
	padding:6px 0px 3px 0px;
	font-weight:bold;
	color:#990000;
	border-bottom:1px solid #B4B8C2;
}

a.mmLinksDrop, a.mmLinksDrop:active, a.mmLinksDrop:visited, a.mmLinksDrop:link {
	padding:3px 0px 3px 0px;
	display:block;
	border-bottom:1px solid #B4B8C2;
	text-decoration:none;
	font-weight:bold;
	text-decoration:none;
	color:#990000;
	}

a.mmLinksDrop:hover {
	border-bottom:1px solid #900;
	text-decoration:none;
	color:#990000;
	}

ul ol {
	margin:0;
	padding:0px 0px 0px 13px;
	}

ul#menuX ol li b {
	font-size:.8em;
	text-decoration:none;
	font-weight:bold;
	color:#990000;
	}
	
 /* ---------------------------------------- Right columns */
#right {
	float:right;
	width:160px;
	margin:0;
	}

#right h2 {
	background:#A72223;
	color:#fff;
	font-size:1.1em;
	padding:2px 0 2px 10px;
	margin:5px 0 0 0;
	width:150px;
	}

*html #right h2{
	width:100%;
	}
	
#right p { 
	margin:10px 10px 5px 10px;
	}
	
#right p.small {
    font-family: Arial, Helvetica, sans-serif;
		font-size:.9em;
		line-height: 11px;
		color: #666;
	}

#right p.right_small_spacing {
	margin: 0px 10px 5px 10px;
}

.right_li {
	margin: 0px 10px -5px 10px;
}

/* ---------------------------------------- Banners */
#topAd {
	padding:20px 5px 5px 350px;
	}

#middleAd {
	margin:10px 2px 10px -3px;
	}

#leftAd {
	margin:17px;
	}

#rightAd {
	margin:17px;
	}
 
.ad1 {
	float:left;
	margin:10px 5px 5px 0;
	}

.ad2 {
	float:left;
	margin:10px 0 5px 10px;
	} 
	
.ad3 {
	float:left;
	margin:10px 5px 5px 0;
	} 
	
.ad4 {
	float:left;
	margin:10px 0 5px 10px;
	} 	
	
.microcapLink {

  background: #FFFF00;

  color: #000;

  text-align: center;

  font-size: 2em;

  margin: 5px 1px 1px 1px;
  
  font-family:"Trebuchet MS", Verdana, Arial;
  
}		 
/* ---------------------------------------- Footer */
#footer {
	text-align:center; 
	background:#130352;
	width:100%;
	}

#footer p {
	margin:0;
	padding:5px 10px 5px 10px;
	color:#ccc;
	font-size:.9em;
	}
	
#footer .fLinks {
	color:#ccc;
	text-decoration:underline;
	}
	
#footer a:hover {
	color:#fff;
	text-decoration:underline;
	}