/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */

body {
	font: 73%/1.5em  arial, sans-serif;
	color: #333;
	text-align: center;
	overflow: -moz-scrollbars-vertical;
	background-color: #FFFFFF;
}


/* links */
a, a:visited {
	text-decoration: none;
	color: #696C92; 
}
a:hover {
	color: #696C92;
	text-decoration: none;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */

.image_caption { 
   line-height: 8px; 
   font-size: 10px; 
   padding: 0px 3px 5px 3px; 
   text-align: left; 
}
h1, h2, h3,  {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #000000;	
}
ul span, ol span {
	color: #666666;
}
img {
	border: 0px ;
}


code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
	margin:0px;
	border: 0px solid #ffffff;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
input {
	border:1px solid #CCCCCC;
	color:#888BB5;
	font-family: Verdana, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	height: 18px;
	padding: 0px;
}

input.checkbox { border: none; vertical-align: middle;}

select {
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

textarea {
	width:400px;
	padding:2px;
	border:1px solid #CCCCCC;
	height:100px;
	display:block;
	color:#888BB5;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
input.button { 
	margin: 0; 
	font: bolder 8px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}

/* search */
form.search {
	position: absolute;
	top: 35px; right: 25px;
	background: transparent;
	border: none;	
	text-align: center;
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #CCC url(images/headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}

form.search a { 
   color: #cccccc; 
   font-size: 11px; 
   text-decoration: underline; }



/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	background: #CCC url(images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 820px;
	position: relative;
	height: 106px;
	background: #CCC url(images/header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 28px; left: 50px;	
}
#header h1#logo-text a {
	color: #FFF;
}
#header h1#logo-text a:hover {
	text-decoration: none;
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 5px 0 0 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 74px; left: 58px;		
}

/* Menu */
#breadcrumb {
	clear: both;	
	margin: 0; padding: 0 40px 0 40px;
	background: url(images/menu.jpg) repeat-y center top;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}
#breadcrumb div, #breadcrumb span  { 
   color: #ffffff; 
   background: none; 
   font-size: 13px;
}
#breadcrumb a { 
   color: #ffffff; 
   text-decoration: underline; 
}




/* Main Column */
#main {
	float: left;
	width: 72%;
	padding: 0; margin: 0;
	background-color: #ffffff;
}
#main h1 {
	margin-top: 10px;
	margin-bottom: 2px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(images/square-green.png) no-repeat 3px 50%;
}
#main h1 a {
	color: #88ac0b; 	
	background: none;
}
#main h1 a:hover {
	color: #88ac0b; 
	text-decoration: underline;
}
#main div.content {
	padding: 10px;		
	margin: 0;
}
#main div.not_found {
   padding: 40px;
   text-align:center;
}
div.post-cats { padding-left: 10px; }

.art-info-1 { 
   float: left; 
   width: 380px;
   padding: 0px 0px 10px 10px;
}
.art-info-2 { 
   float: right; 
   text-align: right;
   padding: 0px 0px 10px 0px;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 0px 10px 25px 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding: 2px 0px 2px 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding: 2px 0px 2px 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding: 2px 0px 2px 20px; margin: 0 10px 0 5px;

}

.email {
   padding-right: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/email.gif) no-repeat right center; 
}
.print {
   padding-right: 24px;
   padding-bottom: 1px;
   padding-top: 1px; 
   background: url(images/print.gif) no-repeat right center; 
}
.digg { 
   padding-right: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/digg.png) no-repeat right center; 
}



/* Sidebar */	
#sidebar {
	float: right;
	width: 26.5%;
	padding: 0; margin: 0;	
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(images/headerbg.gif) repeat-x left bottom;
	border: 1px solid #EFF0F1;
}

#sidebar h1 a {
   color: #555;
}
#sidebar a.selected { 
   color: #4EBF37; 
}
#sidebar .nav-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 0 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0px 0 -1px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bold;
	background-image: none;	
}




/* Sidebar - feeds and link management */

#feeds {
   text-align: left;
	font-weight: bold;
	padding-left: 10px; 
	padding-top: 10px; 
	line-height: 20px;
	padding-bottom: 10px; 
}
.rss {
	padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
	background: url(images/webfeed.gif) no-repeat left center;
}
.del-icio-us { 
   padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/delicious.gif) no-repeat left center; 
}
.yahoo { 
   padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/add_yahoo.gif) no-repeat left center; 
}
.google { 
   padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/add_google.gif) no-repeat left center; 
}





/* Sub-category navigation */
#sidebar ul.sidemenu ul {
	margin: 0px 0px 3px 0px;
	padding: 0px;
	margin-left: -8px;
	list-style: none;
}

#sidebar ul.sidemenu ul li {
   font-size: 10px;
   border: none;
}

#sidebar ul.sidemenu ul ul li {
   font-size: 9px;
}



/* optional non-list navigation */

      .altmenu {
	font-weight: bold;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
	text-indent: 0px;
	border-bottom-color: #eeeeee;
      }
      
      .altmenu div {
	text-align: left;
      }
      
      div.catMenu-0 {
	font-size: small;
	padding-left: 0px;
	color: #696C92;
	text-decoration: none;
	font-weight: bold;
}
      div.catMenu-1 {
	font-size: x-small;
	padding-left: 3px;
	color: #696C92;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	padding-right: 3px;
}
.calendarbox {
	float: left;
	height: 20px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	
}

      .catMenu-2 a{
	font-size: small;
	padding-left: 3px;
	color: #696C92;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
      .catMenu-3 a{
	font-size: small;
	padding-left: 3px;
	color: #696C92;
	text-decoration: none;
}
      .catMenu-4 a{
	font-size: small;
	padding-left: 3px;
	color: #696C92;
	text-decoration: none;
}
      
      .altmenu div a {
	padding-left: 3px;
	background: no-repeat 0px 0px;
	text-align: left;
      }




/* Next/Previous Links */	

#nextlinks { 
   font-size: 11px;
   font-weight: bold; 
   padding-bottom: 35px;
   padding-left: 10px;
   padding-right: 10px;
}

#nextlinks .prev { text-align: left; float: left;  }
#nextlinks .next { text-align: right;  float: right; }

#nextlinks a { 
   text-decoration: underline;
}


/* Footer */	
#footer {
	color: #666666;
	background: #CCC url(images/footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 55px; 
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

/* Printer Friendly Page classes */
#printer #main {
	padding: 0; margin: 20;
	font-size: 12px;
}
#printer #main h1 {
	margin-top: 0px;
	color: #000000;
	padding: 5px 0 5px 10px;
	background: none;
	border-bottom: 1px solid #EFF0F1;
}

#printer a { color: #000000; text-decoration: none; font-weight: bold; }
#printer a:hover { text-decoration: underline; }
#printer #main { text-align: left; width: 95%;}
.shadow {
	background-image: url(/images/shadow.png);
}
.leftshadow {
	background-image: url(/images/leftshadow.png);
}
.greylines {
	background-color: #CCCCCC;
}
.mlsline a{
	height: 20px;
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCCCCC;
	text-align: right;
	text-decoration: none;
}

.wrapper {
	width: 976px;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-image: url(/images/bodybg.jpg);
}
.frontwrapper {
	width: 950px;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-image: url(/images/bodybgfront.jpg);
}
.topbar {
	height: 93px;
	width: 961px;
	text-align: left;
}
.bottemareagraphic {
	float: left;
	width: 481px;
	margin: 0px;
}

.flashpicture {
	width: 480px;
	float:left;
	margin-bottom: 10px;
	
}
.newscolumn {
	width: 233px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	height: 405px;
}
.loginbox {
	height: 40px;
	width: 233px;
}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: 0a086d;
	text-decoration: none;
}


.sportsnewscolumn {
	float: right;
	width: 233px;
	height: 405px;
	
}
.interiortopbar {
	height: 163px;
	width: 954px;
	right: auto;
	bottom: auto;
	float: left;
	margin-left: 11px;
}
.maincontent {
	float: left;
	width: 954px;
	margin-left: 11px;
}

.interiorimagearea {
	height: 233px;
	width: 954px;
	float: left;
	margin-left: 11px;
}
.menuwrapper {
	float: left;
	width: 378px;
	height: 200px;
}
.bargraphic {
	float: right;
	height: 16px;
	width: 576px;
}
.contentarea {
	width: 954px;
	float: none;
}
.lightpurplebackgound {
	background-color: #C8C8ED;
	text-align: left;
	
}
.lightpurplebackgoundnewsfeeds {
	background-color: #C8C8ED;
	
}
.lightyellow {
	background-color: #FBEED5;
}
.lightyellowheadlines {
	background-color: #FBEED5;
}
.frontarticle_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #888bb6;
	text-decoration: none;
	text-align: left;
}
.news_feeds_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #9999cc;
	text-decoration: none;
	text-align: left;
}
.headlinesaref a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bolder;
	color: #696C92;
	text-decoration: none;
	text-align: left;
	padding-left: 7px;
	width: 160px;
	float: left;
	line-height: 112%;
	margin-bottom: 7px;
}
.calendarheader a{
	font-size: x-small;
	font-weight: bold;
	color: #696C92;
	text-decoration: none;
}
.headlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #696C92;
	text-decoration: none;
	text-align: left;
	padding-left: 7px;
	float: left;
	height: 23px;
	width: 160px;
	line-height: 115%;
}
.summary_para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: left;
	line-height: 120%;
}
.homewelcometitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	text-align: left;
	line-height: 120%;
}

.feedstext {
	font-family: Arial,  sans-serif;
	font-size: x-small;
	color: #000000;
	text-align: left;
	line-height: 120%;
	text-decoration: none;
	padding: 0px;
}
.email_printer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	text-align: left;
	line-height: 120%;
}
.yellowloginbox {
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #EFB852;
	border-right-color: #EFB852;
	border-bottom-color: #EFB852;
	border-left-color: #EFB852;
	
}
.dark_purpleBG {
	background-color: #888BB5;
	text-indent: 0px;
}
.right_bg {
	background-image: url(/images/rightshadow.png);
	background-repeat: repeat-y;
}
.left_bg {
	background-image: url(/images/leftshadow.png);
	background-repeat: repeat-y;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.fileattachments {
	float: left;
	width: 570px;
}

p {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-indent: 0px;
}
.article_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	margin-bottom: 10px;
}
.infocontainer {
	float: left;
	width: 570px;
	padding-right: 5px;
}

.addressline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #0E0E64;
	text-decoration: none;
	line-height: 100%;
	text-align: left;
}
.addressline a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #0E0E64;
	text-decoration: none;
	line-height: 100%;
	text-align: left;
}
.articleheadlineslarger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: 696c92;
}
.summaryarea {
	float: left;
	width: 570px;
	
}
