
/* Global CSS */

html {

}

body 
{
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color:#F2F2F2;
  background-image:url('images/top_background.jpg');
  background-repeat: repeat-x;
  color:#000000;
	line-height:16px;
}

H1
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12px; 
  font-weight:bold;
}

a
{ 
  text-decoration:none;
	color:#1D40B2;
}

a:hover 
{ 
  /* color:#02056F; */ 
} 

img
{
  margin-top:5px;
  margin-bottom:5px;
  padding:5px;
  border:1px solid #CCCCCC;
}

/* DIV CLASSES */

#header_top
{
  position:relative;
  width:915px;
  height:116px;
  background-repeat: no-repeat;
  background-image:url('images/header_background.png');
	margin-left:2px;
	z-Index:0;
}

#header_bottom
{
  position:relative;
	width:915px;
	height:25px;
	background-image:url('images/header_bottom.jpg');
	background-repeat:no-repeat;
	margin-top:-1px;
	margin-left:2px;
	z-Index:1
}

#banners
{
  width:900px;
	height:115px;
	margin-left:1px;
	/* background-image:url('images/header_banners/rotate.php'); */
	background-image:url('forum/images/element/new_forum_banners/rotate.php');
	background-repeat:no-repeat;
}

#content_top
{
  position:relative;
	margin-top:0px;
	margin-left:3px;
	width:916px;
	height:35px;
	background-image:url('images/content_top.jpg');
	background-repeat:no-repeat;
}

#content_middle
{
  position:relative;
	margin-top:0px;
	margin-left:3px;
	width:916px;
	background-image:url('images/content_middle.jpg');
	background-repeat:repeat-y;
  min-height: 500px;
  height: auto !important;
  height: 500px;
	overflow:visible;
	text-align:left;
	padding-top:10px;
	padding-bottom:30px;
}

#content_bottom
{
  position:relative;
	margin-top:0px;
	margin-left:3px;
	width:916px;
	height:16px;
	background-image:url('images/content_bottom.jpg');
	background-repeat:no-repeat;
	margin-bottom:25px;
}

#right_content
{
  position:absolute;
	right:20px;
	top:14px;
	width:165px;
	min-height: 300px;
	height: auto !important;
  height: 300px;
  overflow:visible;
	text-align:left;
}

/* Navigation menu area */
#nav_bar
{
  position:relative;
  width:172px;
  margin-top:0px;
  margin-left:20px;
  min-height: 300px;
  height: auto !important;
  height: 300px;
  overflow:visible;
  text-align:left;
	background-image:url('images/menu_middle.jpg');
	background-repeat:repeat-y;
}

#under_nav_content
{
  position:relative;
  width:170px;
  margin-top:15px;
  margin-left:18px;
  min-height: 300px;
  height: auto !important;
  height: 300px;
  overflow:visible;
  text-align:left;
}

#content_wrapper
{
  position:relative;
  width:525px;
	height:auto;
	margin-left:200px;
	margin-top:2px;
}

#menu_top
{
  position:relative;
	width:172px;
	height:36px;
	background-image:url('images/menu_top.jpg');
	background-repeat:no-repeat;
}

#menu_content
{
  padding-bottom:37px;
}

#menu_bottom
{
  position:relative;
	width:172px;
	height:36px;
	background-image:url('images/menu_bottom.jpg');
	background-repeat:no-repeat;
	position:absolute;
	bottom:0px;
}

/* REUSABLE CLASSES */

.quotes
{
  width:85%;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #CCCCCC;
	background-color:#F4F6FE;
}

.menu_item_wrapper_title
{
  position:relative;
  width:166px;
	height:18px;
	margin-left:3px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#F6E7C3;
	margin-top:1px;	
	/*
	background-image:url('images/top_menu_grad.png');
	background-repeat:repeat-x;		*/					
}

.menu_item_wrapper
{
  position:relative;
  width:166px;
	height:18px;
	margin-left:3px;
	border-bottom:1px solid #CCCCCC;
	background-color:#EEF0FB;								
}

.menu_item_wrapper:hover
{
  background-color:#E0E1EF;
}

.nav_title_text
{
  position:relative;
	width:auto;
	margin-left:5px;
	font-size:10px;
	padding-top:2px;
	font-weight:bold;
}

.nav_item_text
{
  position:relative;
	width:auto;
	margin-left:5px;
	font-size:10px;
	padding-top:2px;
}

.nav_item_text a
{
  text-decoration:none;
  color:#2C2D6D; 
}

.news_bar_left
{
  background-image:url('images/news_title_left.png');
	background-repeat:no-repeat;
	height:31px;
	width:12px;
	float:left;
}

.news_item_title
{
  position:relative;
	height:31px;
	width:auto;
  font-weight:bold;
	margin-bottom:5px;
	background-image:url('images/news_title_middle.png');
	background-repeat:repeat-x;
}

.news_bar_right
{
  background-image:url('images/news_title_right.png');
	background-repeat:no-repeat;
	height:31px;
	width:12px;
	float:right;
}

/* ERROR BAR */
.error_bar_left
{
  background-image:url('images/error_bar_left.png');
	background-repeat:no-repeat;
	height:31px;
	width:12px;
	float:left;
}

.error_item_title
{
  position:relative;
	height:31px;
	width:auto;
  font-weight:bold;
	margin-bottom:5px;
	background-image:url('images/error_bar_middle.png');
	background-repeat:repeat-x;
}

.error_bar_right
{
  background-image:url('images/error_bar_right.png');
	background-repeat:no-repeat;
	height:31px;
	width:12px;
	float:right;
}

/* Text bar with gradient */
.text_bar_grad_wrapper
{
  position:relative;
	height:31px;
	width:auto;
  font-weight:bold;
	margin-bottom:5px;
	background-image:url('images/text_bar_grad_middle.png');
	background-repeat:repeat-x;
}

.text_bar_grad_left
{
  background-image:url('images/text_bar_grad_left.png');
	background-repeat:no-repeat;
	height:31px;
	width:12px;
	float:left;
}

.text_bar_grad_right
{
  background-image:url('images/text_bar_grad_right.png');
	background-repeat:no-repeat;
	height:31px;
	width:12px;
	float:right;
}

/* Blue Text bar with gradient */
.page_head_bar_wrapper
{
  position:relative;
	height:31px;
	width:auto;
  font-weight:bold;
	margin-bottom:15px;
	background-image:url('images/page_head_middle.png');
	background-repeat:repeat-x;
}

.page_head_bar_left
{
  background-image:url('images/page_head_left.png');
	background-repeat:no-repeat;
	height:31px;
	width:12px;
	float:left;
}

.page_head_bar_right
{
  background-image:url('images/page_head_right.png');
	background-repeat:no-repeat;
	height:31px;
	width:12px;
	float:right;
}

.news_bar_text_wrapper
{
  position:relative;
	left:-2px;
	height:31px;
	width:auto;
	float:left;
}

.news_text_wrapper
{
  position:relative;
	width:auto;
	margin-left:10px;
	margin-top:10px;
}

.news_post_footer
{
  position:relative;
	width:auto;
	height:auto;
	margin-left:10px;
	margin-top:8px;
}

.news_post_footer_content
{
  color:#474749;
	font-size:10px;
}

.news_item_text
{
  position:relative;
	width:auto;
	height:auto;
	margin-bottom:30px;
	margin-right:10px;
}

.news_archive_content
{
  color:#474749;
	font-size:12px;
}

.comment_border
{
	border: 1px solid #CCCCCC;
}