@charset "utf-8";
body  {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	background-color: #5b5b5b;
	background-image: url(../img/bodybg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	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:#ff0000; text-decoration: none; }

.main #container {
	width: 960px;
	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. */
	background:#ffffff;
}
.main #header {
	width: 960px;
	margin:0 auto;
	background:none;
/*	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 input { border: 1px solid #555555; margin:0; }
.main #header input.text { height:27px; padding:0 2px; }
.main #header a { text-decoration: none; color:#c1c1c1; font-size:8pt; }
.main #header a:hover { text-decoration: none; color:#000000; }

.main #header ul { margin: 5px 0; padding:0; }
.main #header li { display: inline; list-style: none; padding:6px; margin:0 2px; background: url(../img/menubg.jpg) repeat-x top center; font-size:8pt; }
.main #header li.active { background:#e9e9e9; margin:0 2px 0 0; }

.main #sidebar {
	background:#ffffff;
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* 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-left: 1px dotted #aaaaaa;
}
.main #sidebar .title { background: #a2bcce; height:14px; padding: 7px; color:#ffffff; border-bottom: 1px dotted #d0d0d0; }
.main #sidebar table { border-bottom: 1px solid #e0e0e0; font-size: 8pt; background: #ebf1f5; }
.main #sidebar table a { font-size: 8pt; }
.main #sidebar { font-size: 8pt; }
.main #sidebar .content ul { margin:0; padding:0; }
.main #sidebar .content li { margin-bottom:5px; list-style-type: decimal; }
.main #sidebar .content li span a { color: #ff0000; }

.main #mainContent {
	background:#ffffff;
	margin: 0 301px 0 0; /* 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 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.main #mainContent .title a { text-decoration: none; color:#777777; font-size:8pt; }
.main #mainContent a:hover { text-decoration: none; color:#333; }
.main #mainContent .title ul { margin:0; padding:6px 10px;  }
.main #mainContent .title  li { display: inline; list-style: none; margin:0; font-size:8pt; margin-right:5px; }
.main #mainContent .title { background: #e9e9e9; height:28px; color:#000000; border-bottom: 1px dotted #d0d0d0; /*padding:7px 0;*/ }
.main #mainContent .titles { background: #a40000; height:14px; color:#ffffff; border-bottom: 1px dotted #d0d0d0; padding:7px 5px; }
.main #mainContent .content { border-bottom: 1px dotted #d0d0d0; margin-bottom:20px; padding:10px 20px; }
.main #mainContent .padzero { padding:0; }
.main #mainContent li { list-style-type: none; }
.main #mainContent li a b { font-size: 11pt; font-style: italic; }

.main #contentbottom { background: #7b9aaf; height:40px; width:918px; border:1px solid #c8c8c8; padding:15px 20px; margin-top:20px;}
.main #contentbottom a { color: #ffffff; text-decoration: none; }
.main #contentbottom a:hover { color: #ff0000; text-decoration: underline; }

.main #footer {
	height: 17px;
	width: 960px;
	margin:0 auto;
	color:#ffffff;
}
.main #footer ul { margin:10px 0; padding:0; }
.main #footer li { list-style: none; margin:2px 0; }
.main #footer a { font-size: 8pt; color: #ffffff; text-decoration: none; }
.main #footer a:hover { color: #ff0000; text-decoration: underline; }

.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 #mainContent a.link { color: #0073ae; font-weight: normal; font-size: 9pt; }
.main #mainContent a.link:hover{ text-decoration:underline; color:#0073ae;}

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;}