@charset "utf-8";
body  {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	background: url(../img/bodybg.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
/*	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
body img { border:none; }
body input, body input.submit, body input:focus, body a {
  outline:0 none;
}
body a { color:#0073ae; font-size: 10pt; }
body a:hover { color:#c40000; text-decoration: none; }
.main #container {
	width: 844px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../img/contentbg.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 3px;
}
.main #header {
	background: url(../img/headerbg.jpg) repeat-x;
	height: 90px;
	width: 100%;
/*	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.main #header table { height: 90px; }
.main #header ul { margin:0; padding:0; }
.main #header li { display: inline; list-style: none; margin:0 5px; }
.main #header li a { font: 14pt "Times New Roman", serif; color:#000000; text-decoration: none; }
.main #header li a:hover { color:#aa0000; }

.main .middle { width:850px; margin:0 auto; }

.main #panel {
	background: url(../img/panelbg.jpg) repeat-x;
	height: 62px;
	width: 100%;
}
.main #panel a { color:#ffffff; text-decoration: none; }
.main #panel a:hover { color:#d2e0e9; text-decoration: underline; }
.main #panel .search { background: url(../img/searchbg.jpg) no-repeat center center; width:255px; height:22px; }
.main #panel input { background-color: transparent; width:245px; height:14px; border:none; font-size: 8pt; padding:4px 5px;}
.main #panel table { height: 62px; color:#ffffff; }
.main #panel .searchtext { font-size: 11pt; font-weight: bold; color: #ffae00; }
.main #panel .date { font: 12pt "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; font-weight: bold; font-style: italic; }

.main #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fafafa; /* the background color will be displayed for the length of the content in the column, but no further */
	border-right: 1px dotted #aaaaaa;
}
.main #sidebar .title { background: url(../img/sidetitle.jpg) repeat-x left; height:14px; padding: 7px; color:#ffffff; font-weight: bold; }
.main #sidebar table { border-bottom: 1px dotted #e0e0e0; }
.main #sidebar { font-size: 8pt; }

.main #mainContent {
	border-left:1px dotted #dadada;
	margin: 0 0 0 251px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
/*	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.main #mainContent #news { padding:10px 20px; }

.main #mainContent .title {
	background: url(../img/contenttitle.jpg) no-repeat center left; height:28px;
	padding: 0 10px;
	margin-bottom:20px;
}
.main #mainContent .content { border-bottom: 1px dotted #d0d0d0; margin-bottom:20px;}
.main #contentbottom { background: url(../img/contentbottom.jpg) no-repeat top; height:10px; margin:0 auto; padding:0; width:850px;}
.main #mainContent ul { margin:0; padding:0 30px; }
.main #mainContent li { list-style-type: none; }
.main #mainContent li a b { font-size: 11pt; }
.main #mainContent a.link { color: #0073ae; font-weight: normal; font-size: 9pt; }
.main #mainContent a.link:hover{ text-decoration:underline;}
.main #footer {
	background: url(../img/footerbg.jpg) repeat-x bottom;
	height: 150px;
	width: 100%;
	margin-top:30px;
}
.main #footer #bottommenu ul { margin:0; padding:0; }
.main #footer #bottommenu li {list-style: none; margin-bottom: 3px; text-shadow: #ffffff 1px 1px 0; }
.main #footer #bottommenu li a { font-size: 9pt; font-weight: bold; color: #181818;  text-decoration: none;}
.main #footer #bottommenu li a:hover { color: #aa0000; }

.main #footer #bottommenu {
	background: url(../img/footercontent.png) no-repeat center -3px;
	height: 119px;
	width: 826px;
	padding:0 30px;
	color:#eeeeee;
	margin: 0 auto;
}
.main #footer #bottommenu table.menu { height:99px; }
.main #footer a { font-size: 7pt; }
.main #footer td.botmenu a { color: #ffffff; }

.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;
}
.main #sidebar .seeAllTitle{ text-align:center; background:url(../img/contenttitle.jpg) no-repeat scroll right center;}
.main #sidebar .seeAll{ color:#555;}

div.search-results{margin:10px; margin-top:0; margin-bottom:0; font-family:Arial, Helvetica, sans-serif;}
div.search-results ol{margin:0; padding:0; padding:23px; padding-top:0;}
div.search-results ol li{margin:0; padding:0; list-style-type:none;border-bottom:dotted 1px #c3c3c3; padding-bottom:15px; padding-top:15px;}
div.search-results ol li a:link, div.search-results ol li a:active, div.search-results ol li a:visited{color:#3873ae; text-decoration:none;}
div.search-results ol li a:hover{color:#3873ae; text-decoration:underline;}
div.search-results ol li span a:link, div.search-results ol li span a:active, div.search-results ol li span a:visited{color:#555555; text-decoration:none; font-size:15px;}
div.search-results ol li span a:hover{color:#333333; text-decoration:underline;}

div.sponsored-results{background:#fff7d3; margin:15px; margin-bottom:0; font-family:Arial, Helvetica, sans-serif;}
div.sponsored-results h4{float:right; font-size:13px; color:#a3a3a3; padding-right:10px; font-weight:normal;}
div.sponsored-results ol{margin:0; padding:0; padding-top:15px; padding-bottom:10px;}
div.sponsored-results ol li{margin:0; padding:0; list-style-type:none; margin-left:20px; margin-right:15px; margin-bottom:10px;}
div.sponsored-results ol li a:link, div.sponsored-results ol li a:active, div.sponsored-results ol li a:visited{color:#008101; text-decoration:none;}
div.sponsored-results ol li a:hover{color:#008101; text-decoration:underline;}
div.sponsored-results ol li span{font-weight:normal;}
div.sponsored-results ol li span a:link, div.sponsored-results ol li span a:active, div.sponsored-results ol li span a:visited{color:#0001cd; text-decoration:underline; font-size:17px;}
div.sponsored-results ol li span a:hover{color:#0001cd; text-decoration:none;}

ul.paging{margin:0; padding:0; margin-left:30px; margin-bottom:25px;}
ul.paging li{list-style-type:none; display:inline; padding:5px; padding-left:7px; padding-right:7px; border: solid 1px #e3e3e3;}
ul.paging li.current{background:#3873ae; color:#ffffff; margin-left:5px; margin-right:5px; border:0;}
ul.paging li.prev, ul.paging li.next{border:0;}