@import url("city2bar.css");

/* @group working */

.container {
	margin:  60px 20px 20px 20px;
	min-width: 976px;
}

.column table td {
  border-bottom: solid 1px #eee;
  padding: 2px;
  }
  
img {
	border: 0;
}  

/* @end */

/* @group Global */

/* Styles That Appear on Every Page */

body {
  margin: 0 0 15px;
  padding: 0;
  font: 11pt/1.5 sans-serif, gotham, arial, helvetica;
  background: #e2f3f5 url(/images/site_images/logo.gif) no-repeat top center;
	
}

body.blog {
  margin: 0 0 15px;
  padding: 0;
  background-image: none;
  font: 11pt/1.5 sans-serif, gotham, arial, helvetica;
  background-color: #333;
	
}

p, div, ul, ol, span, em, strong, li, h1, h2, h3, h4, h5, h6, 
table, td, dt, dd, dl, img, fieldset, label {
  /*position: relative;*/
  margin: 0;
  padding: 0;
  /*text-align: left;*/
  font-weight: normal;
  }

p, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.1em;
  /*this was 0.8*/
  }

strong {
  font-weight: bold;
  }

/* @group Global Text Styles */

span.grey {
  color: #CCCCCC;
  }

span.orange {
  color: #ff6600;
  }

span.white {
  color: #FFFFFF;
  }

span.black {
  color: #000000;
  }

span.blue {
  color: #00ACEE;
  }

span.indent {
  text-indent: 30px;
  display: block;
  }

a,
a:visited {
  text-decoration: none;
  }

/* @end */

/* @end */

/* @group Main Navigation */

.nav {
  text-align: center;
  background: #666666 url(/images/site_images/nav_bg2.gif) repeat-x scroll 0px 0px;
  height: 33px;
  overflow: hidden;
}

/* @group Left Nav */

.nav_left {
  margin-right: 31px;
  font-size: 2px;
  background: transparent url(/images/site_images/left_top_corner2.gif) no-repeat;
  height: 31px;
  width: auto;
  left: 0;
  }

.nav_left ul {
  list-style: none;
  font-size: 13px;
  color: #000000;
  overflow: hidden;
  height: 33px;
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 13px;
  }

.nav_left ul li {
  display: block;
  float: left;
  clear: none;
  list-style-type: disc;
  list-style-position: inside;
  background: url(/images/site_images/nav_item_border2.gif) no-repeat scroll right 0px;
  }

.nav_left ul li a {
 	 color: #fff;
 	 font-size: 13px;
  	line-height: 13px;
  	border-bottom: 0px solid #cccccc;
 	 display: block;
  	padding: 9px 9px 5px;
	text-transform: none;
	font-weight: normal;
}

.nav_left ul li a:hover {
  color: #00ACEE;
  border-bottom: 0px solid #00ACEE;
  
  }

.nav_left ul li a.active {
  color: #00ACEE;
  border-bottom: 0px solid #00ACEE;
  
  }

.nav_left ul li.last {
  display: block;
  float: left;
  background-image: none;
  }

.nav_left ul li.last a:hover {
  text-decoration: none;
  padding: 9px 0 5px 9px;
  }

/* @end */

/* @group Right Nav */

.nav_right {
  margin-top: -31px;
  margin-left: 9px;
  height: 9px;
  font-size: 2px;
  background: transparent url(/images/site_images/right_top_corner2.gif) no-repeat scroll 100% 0;
  height: 31px;
  left: 0;
  float: right;
  }

.nav_right ul {
  list-style: none;
  margin: 0 15px 0 0;
  text-align: right;
  font-size: 13px;
  color: #000000;
  overflow: hidden;
  height: 28px;
  z-index: 1;
  background: url(/images/site_images/nav_bg2.gif) repeat-x scroll 0 0;
  padding: 0;
  width: 250px;
  }

.nav_right ul li {
  display: block;
  background: url(/images/site_images/nav_item_border2.gif) no-repeat scroll right 1px;
  text-align: right;
  float: right;
  }

.nav_right ul li a {
  color: #fff;
  text-decoration: none;
  border-bottom: 0px solid #cccccc;
  display: block;
  padding: 9px 9px 5px;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  text-transform: none;
  
  
  
  }

.nav_right ul li a:hover {
  color: #00ACEE;
  border-bottom: 0px solid #00ACEE;
  }

.nav_right ul li a.active {
  color: #00ACEE;
  border-bottom: 0px solid #00ACEE;
  }

.nav_right ul li.first {
  background-image: none;
  }

/* @end */

/* @end */

/* @group Content */

/* @group Blog */

#blog {
	margin: 0 auto 20px;
	padding: 0;
	display: block;
	position: relative;
	width: 850px;
	height: auto;
}

#blog h1 {
	color: #FFFFCC;
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	text-align: left;
	margin: 0 0 20px 20px;
	padding: 0;
	line-height: 35px;
}

/* @group Post Form */


#blog a {
	color: #88c7d5;
}

#blog a:hover {
	color: #fff900;
}






#blog_form {
	display: block;
	position: relative;
	margin: 0 20px 20px 0;
	width: 530px;
	padding: 0;
	font-size: 80%;
	float: left;
}

#blog_form_top {
	height: 20px;
	width: 530px;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	background: url(../images/blog_form_top_bg.png) no-repeat 0 0;
}

#blog_form_bottom {
	height: 20px;
	width: 530px;
	margin: 0;
	margin-bottom: 50px;
	padding: 0;
	display: block;
	position: relative;
	background: url(../images/blog_form_bottom_bg.png) no-repeat 0 0;
}

#blog_form form {
	padding: 0 20px;
	display: block;
	position: relative;
	background-color: #666;
	margin: 0;
}

#blog_form form fieldset {
	margin: 0;
	padding: 0;
	border-width: 0;
	border-style: none;
	width: auto;
	height: auto;
	display: block;
	position: relative;
}

#blog_form form fieldset p label {
	color: #FFF;
	font-size: 20px;
	line-height: 25px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
}



#blog_form form fieldset p label span.message {
	color: #FFF;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	display: inline;
	position: relative;
	padding: 0;
	margin: 0;
}

#blog_form form fieldset p input {
	margin: 5px 0 40px;
	padding: 4px;
	background-color: #FFFFCC;
	display: block;
	float: none;
	clear: none;
	position: relative;
	border: 1px solid #eee;
	color: #333;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	text-align: left;
	width: 480px;
}

#blog_form form fieldset p textarea {
	margin: 5px 0 40px;
	padding: 4px;
	background-color: #FFFFCC;
	display: block;
	float: none;
	clear: none;
	position: relative;
	border: 1px solid #eee;
	color: #333;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	text-align: left;
	width: 480px;
	height: 150px;
}

.submit {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	text-align: left;
}

/* @group Blog Themes */

#blog_form form fieldset #blog_themes {
	margin: 0 0 20px;
	padding: 0;
	display: block;
	position: relative;
	height: auto;
	width: 100%;
}

#blog_form form fieldset #blog_themes p label {
	color: #FFF;
	font-size: 20px;
	line-height: 25px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	display: block;
	position: relative;
	padding: 0;
	margin: 0 0 5px;
}

#blog_theme_preview {
	float: left;
	display: block;
	position: relative;
	width: 145px;
	margin: 0;
	padding: 0;
	height: 135px;
}

#blog_theme_preview p {
	display: block;
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	color: #FFF;
}

#blog_form form fieldset #blog_themes #blog_theme_chooser {
	margin: 0 0 0 20px;
	padding: 0 2px 0 6px;
	display: block;
	float: left;
	clear: none;
	position: relative;
	color: #333;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	text-align: left;
	width: 315px;
	height: auto;
}

#blog_form form fieldset #blog_themes #blog_theme_chooser li {
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 4px;
	float: left;
	width: 70px;
	list-style-type: none;
	list-style-image: none;
}

#blog_form form fieldset #blog_themes #blog_theme_chooser li img {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	border: 1px solid #eee;
}

#blog_form form fieldset #blog_themes #blog_theme_chooser li input {
	padding: 0;
	margin: 3px auto 0;
	text-align: center;
	display: block;
	position: relative;
}



/* @end */

/* @group Blog Categories */

#blog_form form fieldset #blog_form_categories {
	margin: 0 0 40px;
	padding: 0;
	display: block;
	clear: both;
	position: relative;
	height: 140px;
}

#blog_form form fieldset #blog_form_categories label {
	color: #FFF;
	font-size: 20px;
	line-height: 25px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	display: block;
	position: relative;
	padding: 0;
	margin: 0 0 10px;
}

#blog_form form fieldset #blog_form_categories select {
	margin: 5px 0 0;
	padding: 4px;
	background-color: #FFFFCC;
	display: block;
	float: left;
	clear: none;
	position: relative;
	border: 1px solid #eee;
	color: #333;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	text-align: left;
	width: 130px;
	height: 100px;
}

#blog_form form fieldset #blog_form_categories p {
	display: block;
	float: right;
	position: relative;
	margin: 0 0 40px 10px;
	padding: 0;
	width: 340px;
}

#blog_form form fieldset #blog_form_categories p label {
	color: #FFF;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	clear: none;
	float: none;
}

#blog_form form fieldset #blog_form_categories p input {
	margin: 5px 0 0;
	padding: 4px;
	background-color: #FFFFCC;
	display: block;
	float: none;
	clear: none;
	position: relative;
	border: 1px solid #eee;
	color: #333;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	text-align: left;
	width: 300px;
}

/* @end */

/* @group Image Upload */

#blog_form form fieldset #blog_form_upload p label {
	color: #FFF;
	font-size: 20px;
	line-height: 25px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
}

#blog_form form fieldset #blog_form_upload p input {
	margin: 5px 0 40px;
	padding: 4px;
	background-color: #FFFFCC;
	display: block;
	float: none;
	clear: none;
	position: relative;
	border: 1px solid #eee;
	color: #333;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	text-align: left;
	width: 480px;
}

/* @end */

/* @group Submit */

#blog_form form fieldset p.submit input {
	margin: 0;
	display: block;
	float: none;
	clear: none;
	position: relative;
	color: #FFF;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	text-align: right;
	border-width: 0;
	border-style: none;
	padding: 0;
	background-image: none;
	width: auto;
	background-color: transparent;
}

#blog_form form fieldset p.submit input:hover {
	margin: 0;
	display: block;
	float: none;
	clear: none;
	position: relative;
	color: #FFF;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	text-align: right;
	background-color: transparent;
	border-width: 0;
	border-style: none;
	padding: 0;
	background-image: none;
}

/* @end */

/* @group Sidebar */

.sidebar_banner {
	text-align: center;
	margin: 10px auto;
	padding: 0;
	display: block;
	position: relative;
}

#blog_sidebar {
	width: 300px;
	min-height: 400px;
	float: right;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	background-color: transparent;
	font-size: 80%;
}

#blog_sidebar_top {
	height: 20px;
	width: 300px;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	background: url(../images/blog_sidebar_top_bg.png) no-repeat 0 0;
}

#blog_sidebar_bottom {
	height: 20px;
	width: 300px;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	background: url(../images/blog_sidebar_bottom_bg.png) no-repeat 0 0;
}

#blog_sidebar h3 {
	color: #FFFFCC;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	text-align: left;
	margin: 0 0 10px 20px;
	padding: 0;
	line-height: 25px;
}

#blog_sidebar_content {
	background-color: #666;
	display: block;
	position: relative;
	float: none;
	clear: none;
	margin: 0;
	padding: 1px 10px 0;
}

#blog_sidebar_content h4 {
	color: #FFFFCC;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	text-align: left;
	margin: 0 0 10px;
	padding: 0;
	line-height: 18px;
}

#blog_sidebar_content p {
	margin: 0 0 10px;
	padding: 0;
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
}



/* @end */



/* @end */



/* @end */

#main_wrapper {
  background-color: #FFFFFF;
}

#main_border {
  padding: 30px 0 20px;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  background-color: #FFF;
  }

#main_blog_wrapper {
  background-color: #333;
  min-width: 976px;
	margin-left: 20px;
	margin-right: 20px;
}

#main_blog_border {
  padding: 30px 0 20px;
  background-color: #333;
}

/*added by Ryan and Warren on Feb 5 */

.column {
margin: 0;
padding: 0.5em 1em;
height: 1%;
}

/*end add*/

/*  peekaboo bug fix for IE6, IE7 */

/* Hides from IE5-mac \*/
* html .column {
  height: 1%;
  }

/* End hide from IE5-mac */

div.divider {
  border-bottom: 1px solid #cccccc;
  height: 1px;
  font-size: 1px;
  margin: 5px 0 10px;
  }

.column_clear {
  clear: both;
  height: 1px;
  font-size: 1px;
  border: none;
  background: transparent;
  width: 100%;
  }

/* Adhoc Horizontal Block for Alerts/Notifications and Sub Menus */

/* @group Adhoc */

div.adhoc {
  clear: both;
  float: none;
  width: 100%;
  height: auto;
  }

div.adhoc h3 {
  color: #e20000;
  font-size: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0 0 10px 10px;
  }

div.adhoc h4 {
  text-align: left;
  margin: 0;
  color: #ff6600;
  font-size: 13px;
  padding: 0 0 10px 25px;
  line-height: 13px;
  }

div.adhoc p {
  padding: 0 0 15px 25px;
  text-align: left;
  color: #666666;
  font-size: 11px;
  }

/* @group Adhoc Sub-Menu */

div.adhoc ul {
  list-style: none;
  margin: 0 0 5px 25px;
  text-align: left;
  font-size: 13px;
  color: #000000;
  overflow: hidden;
  height: 18px;
  width: auto;
  list-style-type: disc;
  list-style-position: inside;
  padding: 0;
  }

div.adhoc ul li {
  float: left;
  list-style-type: disc;
  list-style-position: inside;
  background-position: 0;
  border-right: 1px solid #eeeeee;
  }

div.adhoc ul li a {
  color: #666;
  display: block;
  padding: 0 9px;
  border-bottom-color: #cccccc;
  }

div.adhoc ul li a:hover {
  color: #00ACEE;
  padding: 0 9px;
  border-bottom-color: #00ACEE;
  }

div.adhoc ul li a.active {
  color: #00ACEE;
  padding: 0 9px;
  border-bottom-color: #00ACEE;
  }

/* @end */

/* @group Notification */

div.adhoc p.notification {
  background-color: #eeeeee;
  color: #e20000;
  width: 100%;
  text-align: center;
  height: 20px;
  margin: 0 0 25px;
  padding: 6px 0 0;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  clear: both;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  }

div.adhoc p.notification strong {
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 2px;
  }

/* @end */

/* @end */

/* Three Column Layout */

/* @group Left Sidebar */

#left_sidebar {
  float: left;
  width: 180px;
  padding: 0 0 20px;
  font-size: 11px;
  }

#left_sidebar h2 {
  color: #666;
  font-size: 17px;
  padding: 0 0 10px;
  line-height: 22px;
  font-weight: normal;
  }

#left_sidebar h3 {
  font-size: 13px;
  color: #333333;
  line-height: 13px;
  padding: 0 0 10px;
  }

#left_sidebar h4 {
  color: #ff6600;
  font-size: 13px;
  padding: 5px 0 10px;
  line-height: 13px;
  }
  
#left_sidebar h5 {
  color: #666;
  font-size: 11px;
  padding: 0 0 10px;
  line-height: 13px;
  font-weight: normal;
  }  
  
  
  

#left_sidebar p {
  padding: 0 0 10px;
  color: #999;
  font-size: 11px;
  }
  
  

#left_sidebar a {
  padding: 0 0 10px;
  color: #66594e;
  
  }

#left_sidebar a:hover {
  color: #000;
  background-color:#fffeec ;
  }

#left_sidebar em {
  color: #e20000;
  font-style: normal;
  }

#left_sidebar strong {
  color: #333333;
  font-weight: bold;
  }

#left_sidebar ul {
  list-style: none;
  width: 100%;
  margin-left: 5px;
  margin-bottom: 30px;
  }

#left_sidebar ul li {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
  color: #333333;
  }

#left_sidebar ul li a {
  padding: 0 0 10px;
  text-align: left;
  color: #a3967b;
  line-height: 1em;
  font-weight: bold;
  font-size: 11px;
  }

#left_sidebar ul li a:hover {
  color: #000000;
  }

#left_sidebar img.parenthesis {
  margin: 0 0 40px 40px;
  border-style: none;
  border-width: 0;
  padding: 0;
  text-align: right;
  }
  
  .description_list li span {
	font-size: 11px;
	color: #9b9b9b;
	display: block;
	}
  
  
  
  

/* @end */

/* @group Middlle Column */


#middle_column img.parenthesis2 {
  border-style: none;
  border-width: 0;
  padding: 100px;
  text-align: right;
  }
  
#middle_column img.icons {
  border-style: none;
  border-width: 0;
  padding: 5px;
  text-align: left;
  }


#middle_column {
  margin: 0 228px 0 170px;
  background: #ffffff;
  font-size: 80%;
  padding-bottom: 20px;
  }

#middle_column .column h1 {
  margin: 0 0 0 0;
  color: #666;
  font-weight: normal;
  }

#middle_column .column h1 a {
  color: #a3967b;
  font-size: 29px;
  line-height: 29px;
  padding-bottom: 2px;
  
  }

#middle_column .column h1 a:hover {
  color: #000000;
  background-color: #fffeec;
  }


#middle_column .pagination  {
	font-size: 15px;
	padding-top: 20px;
	font-weight: normal;
}


#middle_column .pagination a:link {
	padding: 3px;
	border: 1px solid #43a1ff;
	margin-left: 2px;
	margin-right: 2px;
	background-color: #fff;
	color: #43a1ff;
}

#middle_column .column .pagination a:hover {
	color: #ff3fd9;
	text-decoration: none;
	border: 1px solid #ff3fd9;
	background-color: #fff;
	
	
}


#middle_column .pagination a:active {
	color: white;
	text-decoration: none;
	border: 1px solid #fff;
	background-color: #43a1ff;
	
	
}




#middle_column .column h2 {
  margin: 0 0 20px;
  color: #666;
  font-size: 25px;
  line-height: 22px;
  font-weight: normal;
  }

#middle_column .column h2 a {
  color: #999999;
  font-size: 12px;
  line-height: 12px;
  padding: 0 0 2px 10px;
  display: inline-block;
  }

#middle_column .column h2 a:hover {
  color: #000000;
  }

#middle_column .column h3 {
  color: #75afc7;
  font-size: 20px;
  padding: 20px 0 10px;
  line-height: 20px;
  }

#middle_column .column h4 {
  color: #9b9b9b;
  font-size: 17px;
  padding: 20px 0 5px;
  line-height: 17px;
  }
  
  
  #middle_column .column h4 a:link {
  color: #009cff;
  }
  
    #middle_column .column h4 a:hover {
  color: #000;
  }
  
  
  #middle_column .column h5 {
  color: #a3967b;
  font-size: 18px;
  padding: 20px 0 5px;
  line-height: 17px;
  
  }
  
  #middle_column .column h5 a:link {
  color: #009cff;
  }
  
  
  #middle_column .column h5 a:hover {
  color: #000;
  }
  
  
  #middle_column .column h7 {
  color: #75afc7;
  font-size: 29px;
  padding: 5px 0 10px;
  line-height: 20px;
  font-weight: normal;
  text-transform: none;
  }

  #middle_column .column h7 a:hover {
  color: #000;
  background-color: #fffeec;
  }
  
  
  #middle_column .column h9 {
  color: #5c8a9e;
  font-size: 20px;
  
  }
  
  
  
  
  
  
  
  /*----------------Img Star---------------*/
  
  
	p span.article_header {
   display: block;
}

p span.article_header  img{
   display: inline;
}
   
p span.article_header a{
   
}
 
p span.article_header a hover{
   
}
  
  
  
  /*----------------Img Star---------------*/
  
  
  
  #middle_column .column h4 a:hover {
  color: #000;
  
  }
  
  
  
  #middle_column .column h8 {
  color: #9b9b9b;
  font-size: 15px;
  padding: 10px 0 5px;
  line-height: 25px;
  }
  
   #middle_column .column h8 a {
  color: #a3967b;
  font-size: 16px;
  padding: 10px 0 5px;
  line-height: 15px;
  }
  
   #middle_column .column h8 a hover {
  font-size: 16px;
  padding: 10px 0 5px;
  line-height: 15px;
  }

#middle_column .column p {
  padding: 0 0 10px;
  color: #666666;
  font-size: 12px;
  border-bottom-color: #666;
  line-height: 15px;
  }

#middle_column .column strong {
  color: #333333;
  font-weight: bold;
  }

#middle_column .column em {
  color: #e20000;
  font-style: normal;
  }

#middle_column .column a {
  color: #a79e74;
  }

#middle_column .column a:hover {
  color: #000;
  }

#middle_column .column ul {
  list-style-position: inside;
  list-style-type: circle;
  opacity: 1;
  margin: 10px 0 20px;
  }

#middle_column .column ul li {
  color: #333333;
  font-size: 12px;
  line-height: 27px;
  }

#middle_column .column img {
  text-align: center;
  border-style: none;
  border-width: 0;
  display: block;
  /*margin: 5px auto;*/
  }

/* @group Float Block */

/* for blocks of text with floating images on the index3.php welcome page */

#middle_column .column div.float_block {
  margin: 20px 0 10px;
  height: 250px;
  background-color: transparent;
  }

#middle_column .column div.float_block div.float_clear {
  clear: both;
  height: 1px;
  font-size: 1px;
  border: none;
  background: transparent;
  }

#middle_column .column div.float_block h3 {
  color: #e20000;
  font-size: 20px;
  padding: 10px 0;
  line-height: 20px;
  }

#middle_column .column div.float_block h2 {
  color: #333333;
  font-size: 15px;
  line-height: 15px;
  margin: 0 0 10px;
  }

#middle_column .column div.float_block div.float_left {
  float: left;
  display: inline;
  width: 49%;
  height: auto;
  background-color: transparent;
  }

#middle_column .column div.float_block div.float_left img {
  margin: 0 auto 0 0;
  border: 0;
  overflow: hidden;
  display: block;
  }

#middle_column .column div.float_block div.float_right {
  float: right;
  display: inline;
  text-align: left;
  width: 49%;
  clear: none;
  height: auto;
  background-color: transparent;
  }

#middle_column .column div.float_block div.float_right img {
  margin: 0 0 0 auto;
  border: 0;
  overflow: hidden;
  display: block;
  }

/* @end */

/* @group Article */

#middle_column .column div.article {
  position: relative;
  padding: 0 0 5px;
  display: block;
  margin: 0 0 20px;
  border-bottom: 1px solid #eeeeee;
  }

#middle_column .column div.article div.article_header {
  background: url(/images/site_images/feed-icon-16x16.gif) no-repeat scroll 0 0;
  margin: 0;
  height: 20px;
  padding: 0 0 0 25px;
  display: block;
  position: relative;
  overflow: hidden;
  }

#middle_column .column div.article div.article_header h3 {
  color: #a3967b;
  font: normal 20px/17px Arial, Helvetica, sans-serif;
  display: inline;
  width: auto;
  background-position: 0 0;
  }




#middle_column .column div.article div.article_header h3 a {
  color: #a3967b;
  
  }

#middle_column .column div.article div.article_header h3 a:hover {
  color: #000000;
  background: #fff496;
  }
  
  
  /*-------additional Headers*/
  
  
#middle_column .column div.article div.article_header h5 {
  color: #a3967b;
  font: normal 17px/17px Arial, Helvetica, sans-serif;
  display: inline;
  font-weight: bold;
  width: auto;
  background-position: 0 0;
  }




#middle_column .column div.article div.article_header h5 a {
  color: #a3967b;
  }

#middle_column .column div.article div.article_header h5 a:hover {
  color: #000000;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  


#middle_column .column div.article span.date {
  color: #666666;
  margin: 0 0 10px;
  display: block;
  font: normal 11px/11px Arial, Helvetica, sans-serif;
  }
  
  #middle_column .column div.article span.resource_small {
  color: #666666;
  margin: 0 0 10px;
  display: block;
  font: normal 11px/11px Arial, Helvetica, sans-serif;
  }

#middle_column .column div.article div.article_body {
  color: #666666;
  margin: 0 0 5px;
  font: 12px/15px Arial, Helvetica, sans-serif;
  }

#middle_column .column div.article div.article_body p img {
  text-align: center;
  border: 0;
  display: block;
  margin: 5px 5px 10px 0;
  }

#middle_column .column div.article span.more {
  padding: 0 0 0 10px;
  font-size: 11px;
  line-height: 11px;
  color: #000000;
  }

#middle_column .column div.article span.more a {
  color: #666666;
  text-decoration: none;
  padding: 0 1px;
  font: 11px/11px Arial, Helvetica, sans-serif;
  }

#middle_column .column div.article span.more a:hover {
  color: #00ACEE;
  padding: 0 1px;
  font: 11px/11px Arial, Helvetica, sans-serif;
  }

#middle_column .column div.article span.feed_link {
  color: #999999;
  padding: 0 10px;
  font: 11px/11px Arial, Helvetica, sans-serif;
  }

#middle_column .column div.article span.feed_link a {
  color: #666666;
  padding: 0 0 0 5px;
  font: 11px/11px Arial, Helvetica, sans-serif;
  }

#middle_column .column div.article span.feed_link a:hover {
  color: #00ACEE;
  padding: 0 0 0 5px;
  font: 11px/11px Arial, Helvetica, sans-serif;
  }

#middle_column .column div.article span.comments_link {
  color: #000000;
  padding: 0 5px 0 0;
  font: 11px/11px Arial, Helvetica, sans-serif;
  }

#middle_column .column div.article span.comments_link a {
  color: #666666;
  padding: 0 1px;
  font: 11px/11px Arial, Helvetica, sans-serif;
  }

#middle_column .column div.article span.comments_link a:hover {
  color: #00ACEE;
  padding: 0 1px;
  font: 11px/11px Arial, Helvetica, sans-serif;
  }

/* @end */

/* @group Resource List */

#middle_column .column ul.resource_list_container {
  float: left;
  list-style: none;
  margin: 0 0 20px 20px;
  width: 248px;
  overflow: hidden;
  border: 1px solid #dad9d1;
  }

#middle_column .column ul.resource_list_container li.resource {
  padding: 0 0 5px;
  list-style: none;
  float: left;
  clear: both;
  }

#middle_column .column ul.resource_list_container li.resource span.resource_header {
  background-color: #fdfdfd;
  list-style-type: none;
  margin: 0;
  display: block;
  float: left;
  clear: none;
  padding: 5px 10px;
  height: 20px;
  width: 235px;
  color: #fdfdfd;
  }

#middle_column .column ul.resource_list_container li.resource span.resource_header h3 {
  font-size: 15px;
  color: #06bcdb;
  line-height: 15px;
  margin: 0;
  padding: 2px 0 0;
  float: left;
  display: block;
  }

* {
	
}

#middle_column .column ul.resource_list_container li.resource span.resource_header img.toggle_list {
  margin: 0 5px 0 0;
  border: 0;
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  }

#middle_column .column ul.resource_list_container li.resource span.add_resource {
  position: relative;
  list-style-type: none;
  background-color: #FFFFFF;
  height: 20px;
  padding: 0 10px;
  clear: both;
  border-bottom: 1px solid #eeeeee;
  float: left;
  width: 235px;
  text-align: right;
  }

#middle_column .column ul.resource_list_container li.resource span.add_resource a {
  color: #00ACEE;
  }

#middle_column .column ul.resource_list_container li.resource span.add_resource a:hover {
  color: #000000;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.odd {
  margin: 0;
  padding: 0 10px;
  display: block;
  float: left;
  clear: none;
  position: relative;
  list-style-type: none;
  list-style-image: none;
  height: auto;
  min-height: 25px;
  width: 235px;
  background-color: #ffffff;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.odd a {
  float: left;
  display: block;
  font-size: 12px;
  line-height: 25px;
  height: 25px;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.odd a.active {
  color: #ff6600;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.odd ul.resource_rating {
  display: block;
  float: right;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.odd ul.resource_rating li {
  padding: 0 1px;
  display: inline;
  float: left;
  list-style-type: none;
  width: 16px;
  height: 13px;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.odd div.resource_content {
  clear: both;
  float: none;
  display: block;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.odd div.resource_content p {
  color: #000000;
  font-size: 11px;
  line-height: 12px;
  display: block;
  padding: 5px 0;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.odd div.resource_content p em {
  color: #e20000;
  font-style: normal;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.odd div.resource_content div.resource_comments {
  color: #999;
  font-size: 11px;
  line-height: 11px;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.odd div.resource_content div.resource_comments p {
  color: #000000;
  font-size: 11px;
  line-height: 12px;
  padding: 5px 0;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.odd div.resource_content div.resource_comments p em {
  color: #e20000;
  font-style: normal;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.odd div.resource_content div.resource_comments div.resource_comment_block {
  display: block;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.odd div.resource_content div.resource_comments div.resource_comment_block p {
  font-size: 11px;
  line-height: 11px;
  padding: 6px 0;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.odd div.resource_content div.resource_comments div.resource_comment_block span.comment_name {
  color: #ff6600;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.odd div.resource_content div.resource_comments div.resource_comment_block span.comment_posted {
  color: #999;
  font-style: italic;
  line-height: 11px;
  padding: 3px 0 0;
  display: block;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.odd div.resource_content div.resource_comments div.resource_comment_block ul.comments_flag_menu {
  margin: 3px 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
  line-height: 11px;
  color: #999;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.odd div.resource_content div.resource_comments div.resource_comment_block ul.comments_flag_menu li {
  color: #000;
  display: inline;
  list-style: none;
  float: left;
  padding: 0 3px 0 0;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.odd div.resource_content div.resource_comments div.resource_comment_block ul.comments_flag_menu li a {
  font-size: 11px;
  line-height: 11px;
  color: #999;
  list-style: none;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.odd div.resource_content div.resource_comments div.resource_comment_block ul.comments_flag_menu li a:hover {
  color: #ff6600;
  margin: 0;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.odd div.resource_content div.resource_comments a.add_comment {
  clear: both;
  display: block;
  position: relative;
  font-size: 11px;
  line-height: 11px;
  color: #ccc;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.odd div.resource_content div.resource_comments a.add_comment:hover {
  color: #ff6600;
  }

#middle_column .column ul.resource_list_container li.resource div.add_resource_form {
  width: 100%;
  }

#middle_column .column ul.resource_list_container li.resource div.add_resource_form form {
  width: 100%;
  padding: 3px 0 0;
  display: block;
  border: 0;
  ;
  }

#middle_column .column ul.resource_list_container li.resource div.add_resource_form form h3 {
  font-size: 14px;
  color: #00ACEE;
  padding: 0 0 0 10px;
  }

#middle_column .column ul.resource_list_container li.resource div.add_resource_form form fieldset {
  border: 0;
  display: block;
  width: 100%;
  padding: 5px 0;
  }

#middle_column .column ul.resource_list_container li.resource div.add_resource_form form fieldset label {
  display: block;
  clear: both;
  padding: 6px 0 3px 10px;
  color: #e20000;
  font-size: 11px;
  line-height: 11px;
  }

#middle_column .column ul.resource_list_container li.resource div.add_resource_form form fieldset input {
  padding: 0;
  margin: 0 15px 0 10px;
  border: 1px solid #eae9dd;
  display: block;
  clear: both;
  font-size: 12px;
  text-decoration: none;
  background-color: #faf9f4;
  width: 223px;
  line-height: 14px;
  }

#middle_column .column ul.resource_list_container li.resource div.add_resource_form form p {
  padding: 5px 15px 0 10px;
  margin: 0;
  display: block;
  position: relative;
  text-align: right;
  }

#middle_column .column ul.resource_list_container li.resource div.add_resource_form form p input.form_button {
  margin: 0;
  padding: 0 0 0 5px;
  display: inline;
  position: relative;
  float: none;
  clear: none;
  background-color: transparent;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.even {
  padding: 0 10px;
  display: block;
  float: left;
  clear: none;
  background-color: #f3f3ee;
  list-style: none;
  height: auto;
  min-height: 25px;
  width: 235px;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.even a {
  float: left;
  clear: none;
  font-size: 12px;
  line-height: 25px;
  height: 25px;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.even ul.resource_rating {
  float: right;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.even ul.resource_rating li {
  padding: 0 1px;
  display: inline;
  float: left;
  clear: none;
  list-style-type: none;
  width: 16px;
  height: 13px;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.even div.resource_content {
  clear: both;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.even div.resource_content p {
  color: #000000;
  font-size: 11px;
  line-height: 12px;
  clear: none;
  padding: 5px 0;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.even div.resource_content p em {
  color: #e20000;
  font-size: 11px;
  font-style: normal;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.even div.resource_content div.resource_comments {
  color: #999;
  font-size: 11px;
  line-height: 11px;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.even div.resource_content div.resource_comments p {
  color: #000000;
  font-size: 11px;
  line-height: 12px;
  clear: none;
  padding: 5px 0;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.even div.resource_content div.resource_comments p em {
  color: #e20000;
  font-size: 11px;
  font-style: normal;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.even div.resource_content div.resource_comments div.resource_comment_block {
  display: block;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.even div.resource_content div.resource_comments div.resource_comment_block p {
  color: #000000;
  font-size: 11px;
  line-height: 11px;
  padding: 6px 0;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.even div.resource_content div.resource_comments div.resource_comment_block span.comment_name {
  color: #ff6600;
  font-size: 11px;
  line-height: 11px;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.even div.resource_content div.resource_comments div.resource_comment_block span.comment_posted {
  color: #999;
  font-size: 10px;
  font-style: italic;
  line-height: 10px;
  padding: 3px 0 0;
  clear: both;
  float: none;
  display: block;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.even div.resource_content div.resource_comments div.resource_comment_block ul.comments_flag_menu {
  margin: 3px 0;
  list-style: none;
  display: block;
  font-size: 10px;
  line-height: 10px;
  color: #999;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.even div.resource_content div.resource_comments div.resource_comment_block ul.comments_flag_menu li {
  font-size: 10px;
  line-height: 10px;
  color: #000;
  display: inline;
  list-style: none;
  float: left;
  padding: 0 3px 0 0;
  margin: 0;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.even div.resource_content div.resource_comments div.resource_comment_block ul.comments_flag_menu li a {
  font-size: 10px;
  line-height: 10px;
  color: #999;
  list-style: none;
  padding: 0;
  margin: 0;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.even div.resource_content div.resource_comments div.resource_comment_block ul.comments_flag_menu li a:hover {
  color: #ff6600;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.even div.resource_content div.resource_comments a.add_comment {
  margin: 0;
  padding: 0;
  clear: both;
  display: block;
  position: relative;
  font-size: 11px;
  line-height: 11px;
  color: #ccc;
  }

#middle_column .column ul.resource_list_container li.resource ul.resource_list li.even div.resource_content div.resource_comments a.add_comment:hover {
  color: #ff6600;
  }

/* @end */

/* @group Media Block */

#middle_column .column div.media_block {
  width: 150px;
  margin: 0 25px 25px 0;
  display: inline-block;
  position: relative;
  padding: 0;
  height: 400px;
  float: left;
  clear: none;
  }
  
  
  /* THIS IS THE FIX FOR THE AD/SUPPORTER PAGE*/
  
#middle_column .column div.media_ad {
  width: 150px;
  margin: 0 25px 25px 0;
  display: inline-block;
  position: relative;
  padding: 0;
  height: 130px;
  float: left;
  clear: none;
  }
  
  /* END FIX */
  
  
  

#middle_column .column div.media_block img {
  margin: 0 0 5px;
  border: 0;
  }

#middle_column .column div.media_block a img {
  margin: 0 0 5px;
  border: 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  background-color: transparent;
  }

#middle_column .column div.media_block a:hover img {
  margin: 0 0 5px;
  border: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  background-color: transparent;
  }

#middle_column .column div.media_block h3 {
  font-size: 15px;
  color: #00c0df;
  line-height: 17px;
  margin: 0 0 5px;
  }

#middle_column .column div.media_block div.media_rating {
  font-size: 11px;
  color: #CC0000;
  line-height: 12px;
  clear: both;
  }

#middle_column .column div.media_block div.media_rating span.rating_left {
  display: inline-block;
  float: left;
  }

#middle_column .column div.media_block div.media_rating span.rating_right {
  display: inline-block;
  }

#middle_column .column div.media_block div.media_rating span.rating_right ul {
  margin: 0;
  padding: 0 0 0 3px;
  }

#middle_column .column div.media_block div.media_rating span.rating_right ul li {
  padding: 0 1px;
  display: inline;
  clear: none;
  list-style-type: none;
  float: left;
  margin: 0;
  }

#middle_column .column div.media_block p {
  font-size: 11px;
  line-height: 13px;
  color: #666;
  clear: both;
  float: none;
  }

#middle_column .column div.media_block span.date_posted {
  font-size: 9px;
  color: #999;
  padding: 0 0 0 3px;
  }

/* @end */

/* @group Media Paging */

#middle_column .column #media_paging {
  width: 100%;
  display: block;
  float: none;
  clear: both;
  }

#middle_column .column #media_paging ul {
  float: none;
  clear: both;
  width: 100%;
  height: 35px;
  list-style-type: none;
  border-top: 1px solid #eeeeee;
  }

#middle_column .column #media_paging ul li {
  list-style-type: none;
  margin: 0;
  padding: 0 2px 0 0;
  position: relative;
  display: inline;
  clear: none;
  float: none;
  color: #ff9900;
  }

#middle_column .column #media_paging ul li a {
  font-size: 11px;
  line-height: 11px;
  color: #ff9933;
  }

#middle_column .column #media_paging ul li a:hover {
  color: #000;
  }

/* @end */

/* @end */

/* @group Right Sidebar */

#right_sidebar {
  float: right;
  width: 238px;
  margin: 0;
  padding: 0 0 20px;
  font-size: 80%;
  background-color: #ffffff;
  }

#right_sidebar h2 {
  color: #e20000;
  font-size: 17px;
  padding: 10px 0 10px 20px;
  }

#right_sidebar h3 {
  font-size: 13px;
  color: #333333;
  line-height: 13px;
  padding: 0 20px 10px;
  }

#right_sidebar p {
  padding: 0 0 10px;
  color: #999;
  font-size: 11px;
  }

#right_sidebar h4 {
  margin: 0;
  color: #ff6600;
  font-size: 13px;
  padding: 5px 0;
  line-height: 13px;
  }

#right_sidebar a {
  padding: 0 0 10px;
  text-align: left;
  color: #333333;
  font-size: 11px;
  }

#right_sidebar a:hover {
  color: #00ACEE;
  }

#right_sidebar em {
  color: #e20000;
  font-size: 11px;
  line-height: 11px;
  font-style: normal;
  }

#right_sidebar strong {
  color: #333333;
  font-size: 11px;
  line-height: 11px;
  font-weight: bold;
  }

#right_sidebar ul {
  list-style: none;
  width: 100%;
  margin: 0 0 0 5px;
  }

/* Global Link Border Fix Raj */

#right_sidebar a img, a:hover img {
  border: 0;
  text-align: center;
  padding: 0 0 0px;
  }

#right_sidebar ul li {
  display: block;
  float: none;
  }

/* @group Recent Image */

#right_sidebar img.recent_image {
  display: block;
  border: 0;
  text-align: center;
  padding: 0 0 5px;
  }

#right_sidebar img.support_image {
  text-align: center;
  display: inline;
  position: static;
  border: 0;
  text-align: center;
  padding: 0 0 5px;
  left: 12px;
  }

/* @end */

/* @group Google */

#google {
  margin: 5px 0 0;
  padding: 5px 0 0;
  text-align: center;
  }

#google h2 {
  text-align: center;
  color: #666;
  font-size: 11px;
  font-weight: bold;
  padding: 0 0 3px;
  }

#google p {
  text-align: center;
  color: #999;
  font-size: 10px;
  line-height: 11px;
  padding: 0 0 5px;
  }

/* @end */

/* @end */

/* One Column Layout */

/* @group One Column */

#one_column {
  width: 100%;
  padding: 20px 0;
  }

#one_column img.one_column_header_img {
  text-align: center;
  border: 0;
  display: block;
  margin: 10px auto;
  }

#one_column h2 {
  margin: 0 0 20px;
  color: #e20000;
  font-size: 30px;
  line-height: 30px;
  padding: 0 0 0 30px;
  top: 0;
  }

#one_column h2 a {
  color: #999999;
  font-size: 12px;
  line-height: 12px;
  padding: 0 0 2px 10px;
  display: inline-block;
  }

#one_column h2 a:hover {
  color: #000000;
  }

#one_column h3 {
  color: #e20000;
  font-size: 20px;
  padding: 20px 0 10px 30px;
  line-height: 20px;
  }

#one_column h4 {
  color: #ff6600;
  font-size: 17px;
  padding: 20px 50px 5px;
  line-height: 17px;
  }

#one_column h5 {
  color: #000000;
  font-size: 20px;
  padding: 10px 50px 5px;
  line-height: 20px;
  }

#one_column p {
  padding: 0 50px 10px;
  text-align: left;
  color: #666666;
  font-size: 12px;
  border-bottom-color: #666;
  line-height: 15px;
  }

#one_column strong {
  padding: 0 0 5px;
  color: #333333;
  font-weight: bold;
  }

#one_column em {
  padding: 0 0 5px;
  color: #e20000;
  font-style: normal;
  }

#one_column a {
  padding: 0 0 5px;
  text-align: left;
  color: #333333;
  font-size: 12px;
  border-bottom-color: #666;
  line-height: 15px;
  }

#one_column a:hover {
  color: #00ACEE;
  }

#one_column ul {
  list-style-position: inside;
  list-style-type: circle;
  opacity: 1;
  margin: 10px 0 20px;
  padding: 0 50px;
  }

#one_column ul li {
  color: #333333;
  font-size: 12px;
  line-height: 27px;
  }

#one_column img {
  text-align: center;
  border: 0;
  display: block;
  margin: 5px 50px;
  }

/* @group Button */

#one_column div.button {
  background: transparent url(/images/site_images/button_bg.gif) no-repeat scroll 0 0;
  position: relative;
  width: 97px;
  height: 21px;
  margin: 5px 5px 5px 50px;
  padding: 9px 0 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  }

#one_column div.button a {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  }

#one_column div.button a:hover {
  color: #333333;
  }

/* @end */

/* @end */

/* @group Box Bottom */

.bottom_left {
  font-size: 2px;
  background: url(/images/site_images/bottom_left_corner.gif) no-repeat scroll;
  height: 20px;
  width: 600px;
  margin-right: 10px;
  }

.bottom_right {
  margin-top: -20px;
  margin-left: 9px;
  height: 20px;
  font-size: 2px;
  background: transparent url(/images/site_images/bottom_right_corner.gif) no-repeat scroll 100% 0;
  width: 16px;
  left: 0;
  float: right;
  }

#bottom {
  clear: both;
  height: 20px;
  float: none;
  background-color: #cccccc;
}

/* @end */

/* @end */

/* @group VBB Forum */

/* @group VBB Styles */

.page {
  background: #FFFFFF;
  color: #999999;
  }

.page a:link, .page_alink {
  
  }

.page a:visited, .page_avisited {
  
  }

.page a:hover, .page a:active, .page_ahover {
  
  }

td, th, p, li {
  font: 10pt arial, helvetica;
  }

.tborder {
  background: #FFFFFF;
  color: #CCCCCC;
  border-collapse: collapse;
  }

.tcat {
  background: #ffffff url(/images/gradients/gradient_tcat.gif) repeat-x top left;
  color: #75afc7;
  font: 13pt arial, helvetica, sans-serif;
  }

.tcat a:link, .tcat_alink {
  color: #990000;
  font-size: 13px;
  }

.tcat a:visited, .tcat_avisited {
  color: #990000;
  }

.tcat a:hover, .tcat a:active, .tcat_ahover {
  color: #0099FF;
  }

.thead {
  background: transparent;
  color: #999999;
  font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  }

.thead a:link, .thead_alink {
  color: #000000;
  }

.thead a:visited, .thead_avisited {
  color: #333333;
  }

.thead a:hover, .thead a:active, .thead_ahover {
  color: #0099FF;
  }

.tfoot {
  background: #FFFFFF;
  color: #000000;
  }

.tfoot a:link, .tfoot_alink {
  color: #CC0000;
  }

.tfoot a:visited, .tfoot_avisited {
  color: #990000;
  }

.tfoot a:hover, .tfoot a:active, .tfoot_ahover {
  color: #0099FF;
  }

.alt1, .alt1Active {
  background: #FFFFFF;
  color: #999;
  }

.alt2, .alt2Active {
  background: #FFFFFB;
  color: #999;
  }

td.inlinemod {
  background: #FFFFCC;
  color: #000000;
  }

.wysiwyg {
  background: #F5F5FF;
  color: #000000;
  font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  }

textarea, .bginput {
  font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  }

.button {
  font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  }

select {
  font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  }

option, optgroup {
  font-size: 11px;
  font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  }

.smallfont {
  color: #999;
  font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  }
 .smallfont a:link {
  font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  color: #ccc;
  }

  
  

.time {
  xcolor: #666686;
  }

.navbar {
  font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  }

.highlight {
  color: #CC3300;
  }

.fjsel {
  background: #3E5C92;
  color: #E0E0F6;
  }

.fjdpth0 {
  background: #F7F7F7;
  color: #000000;
  }

.panel {
  background: #fff url(/images/gradients/gradient_panel.gif) repeat-x top left;
  color: #000;
  padding: 10px;
  border: 0px outset;
  }

.panelsurround {
  background: #ffffff url(/images/gradients/gradient_panelsurround.gif) repeat-x top left;
  color: #cc0000;
  }

legend {
  color: #22229C;
  font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  }

.vbmenu_control {
  background: #fbf9e7;
  color: #cc0000;
  font: 11px arial, lucida, 'lucida grande', arial, helvetica, sans-serif;
  padding: 3px 6px 3px 6px;
  white-space: nowrap;
  }

.vbmenu_control a:link, .vbmenu_control_alink {
  color: #FFFFFF;
  }

.vbmenu_control a:visited, .vbmenu_control_avisited {
  color: #FFFFFF;
  }

.vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover {
  color: #FFFFFF;
  }

.vbmenu_popup {
  background: #fbf9e7;
  color: #000000;
  border: 1px solid #000;
  }

.vbmenu_option {
  background: transparent;
  color: #000000;
  font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  white-space: nowrap;
  cursor: pointer;
  }

.vbmenu_option a:link, .vbmenu_option_alink {
  color: #000;
  text-decoration: none;
  }

.vbmenu_option a:visited, .vbmenu_option_avisited {
  color: #000;
  text-decoration: none;
  }

.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover {
  color: #FFFFFF;
  text-decoration: none;
  }

.vbmenu_hilite {
  background: transparent;
  color: #000;
  font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  white-space: nowrap;
  cursor: pointer;
  }

.vbmenu_hilite a:link, .vbmenu_hilite_alink {
  color: #FFFFFF;
  text-decoration: none;
  }

.vbmenu_hilite a:visited, .vbmenu_hilite_avisited {
  color: #FFFFFF;
  text-decoration: none;
  }

.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover {
  color: #FFFFFF;
  text-decoration: none;
  }

div.navbar {
  
  }

/* ***** styling for 'big' usernames on postbit etc. ***** */

.bigusername {
  font-size: 14pt;
  }

/* ***** small padding on 'thead' elements ***** */

td.thead, th.thead, div.thead {
  padding: 4px;
  }

/* ***** basic styles for multi-page nav elements */

.pagenav a {
  text-decoration: none;
  }

.pagenav td {
  padding: 2px 4px 2px 4px;
  }

/* ***** de-emphasized text */

.shade, a.shade:link, a.shade:visited {
  color: #777777;
  text-decoration: none;
  }

a.shade:active, a.shade:hover {
  color: #FF4400;
  text-decoration: underline;
  }

.tcat .shade, .thead .shade, .tfoot .shade {
  color: #DDDDDD;
  }

/* ***** define margin and font-size for elements inside panels ***** */

.fieldset {
  margin-bottom: 6px;
  }

.fieldset, .fieldset td, .fieldset p, .fieldset li {
  font-size: 14px;
  }

/* ***** don't change the following ***** */

form {
  display: inline;
  }

label {
  cursor: default;
  }

.normal {
  font-weight: normal;
  }

.inlineimg {
  vertical-align: middle;
  }

.underline {
  text-decoration: underline;
  }

/* @end */

/* @group Forum Column */

#forum_column {
  margin: 0 228px 0 0;
  background: #ffffff;
  font-size: 80%;
  padding-bottom: 20px;
  }

#forum_column img.one_column_header_img {
  text-align: center;
  border: 0;
  display: block;
  margin: 10px auto;
  padding: 0;
  }

#forum_column h2 {
  margin: 0 0 20px;
  color: #75afc7;
  font-size: 30px;
  line-height: 30px;
  padding: 0 0 0 30px;
  top: 0;
  }

#forum_column h2 a {
  color: #999999;
  font-size: 12px;
  line-height: 12px;
  padding: 0 0 2px 10px;
  display: inline-block;
  }

#forum_column h2 a:hover {
  color: #000000;
  }

#forum_column h3 {
  color: #75afc7;
  font-size: 20px;
  padding: 20px 0 10px 30px;
  line-height: 20px;
  }
  
  #forum_column h3 a {
  color: #75afc7;
  font-size: 20px;
  padding:none;
  line-height: 20px;
  }
  
  
  
  
  
  

#forum_column h4 {
  color: #6293a7;
  font-size: 17px;
  padding: 20px 35px 5px; /*took this out June 25th, 2008"*/
  line-height: 17px;
  }
  
  #forum_column h4 a {
  color: #f39c06;
  font-size: 17px;
  padding: 20px 0px 5px;
  line-height: 17px;
  }

#forum_column h5 {
  color: #000000;
  font-size: 20px;
  padding: 10px 50px 5px;
  line-height: 20px;
  }

#forum_column p {
  padding: 0 50px 10px;
  color: #666666;
  border-bottom-color: #666;
  line-height: 15px;
  }

#forum_column strong {
  color: #333333;
  }

#forum_column em {
  padding: 0 0 5px;
  color: #e20000;
  font-style: normal;
  }

#forum_column a {
  color: #333333;
  color: #00ACEE;
  }

#forum_column a:hover {
  color: #00ACEE;
  }

#forum_column ul {
  list-style-position: inside;
  list-style-type: circle;
  opacity: 1;
  margin: 10px 0 20px;
  padding: 0 50px;
  }

#forum_column ul li {
  color: #333333;
  font-size: 12px;
  line-height: 27px;
  }

#forum_column img {
  border: 0;
  xdisplay: block;
  xmargin: 5px 10px;
  }

/* @group Button */

#forum_column div.button {
  background: transparent url(/images/site_images/button_bg.gif) no-repeat scroll 0 0;
  width: 97px;
  height: 21px;
  margin: 5px 5px 5px 50px;
  padding: 9px 0 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  }

#forum_column div.button a {
  color: #FFFFFF;
  }

#forum_column div.button a:hover {
  color: #333333;
  }

/* @end */

/* @end */

/* @end */

/* @group Footer */

/* Sitemap and Copyright Area */

#footer {
  clear: both;
  text-align: center;
  min-wdth: 976px;
	padding: 5px 0 0;
	width: 100%;
}

#footer ul {
  list-style: none;
  text-align: center;
  font-size: 11px;
  color: #000000;
  overflow: hidden;
  height: 12px;
  width: auto;
  line-height: 11px;
  }

#footer ul li {
  display: inline;
  margin: 0 10px 0 0;
  font-size: 11px;
  line-height: 11px;
  }

#footer ul li a {
  color: #666;
  }

#footer ul li a:hover {
  color: #00ACEE;
  }

#footer ul li a.active {
  color: #000000;
  }

#footer p {
  margin: 0;
  text-align: center;
  color: #999;
  font-size: 10px;
  line-height: 11px;
  padding: 3px 0 0;
  }

#footer a {
  color: #333333;
  line-height: 10px;
  }

#footer a:hover {
  color: #00ACEE;
  }

#footer a.active {
  color: #000000;
  }

/* @end */

/* @group Clearfix
--------------------------------------  */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }

.clearfix {
  display: inline-block;
  }

/* Hides from IE-mac \*/

* html .clearfix {
  height: 1%;
  }

.clearfix {
  display: block;
  }

/* End hide from IE-mac */

/* @end */

/* This is the fix for the tinymce height*/




/* End tinymce fix*/

/* Hunter */

#image-list {
  list-style-type: none;
  }

/* End Hunter */