/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #333333;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
  padding: 0;  margin: 0 0 0 0;  line-height:13px;
}

/* links */
a, a:link, a:visited {
	text-decoration: none;
	color: #F20202; 
	background: inherit;
}
a:hover {

	background: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
img {
	border: 0px solid #CCC;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #88ac0b;	
}
ul span, ol span {
	color: #666666;
}

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 */

/* banner */
span.banner {
	position: absolute;
	top: 25px; right: 30px;
	background: transparent;
	border: none;	
}	

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 855px;
	background: url(images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 820px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 855px;
	position: relative;
	height: 106px;
	background: #666 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;
	font-size: 41px;
	color: #F20202;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 27px; left: 50px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 1.1em '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: 75px; left: 170px;		
}
p.banner {
	position: absolute;
	top: 20px; right: 15px;
	background: transparent;
	border: none;	
}	
#postheader {
	color: #999;
	background: #666 url(images/rbox_top.png) no-repeat center top;
	clear: both;
	width: 855px;
	height: 20px;
}

/* Menu */
#menu {
	clear: both;	
	margin: 0; padding: 0 40px 0 0;
	background: url(images/tab_bg.jpg) repeat-y center top;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #ECECEC;
	color: #333;	
}
#menu ul li#current a {	
	background-color: #FFF;
	color: #333;
}

/* Main Column */
#main {
	float: right;
	width: 72%;
	padding: 0; margin: 0;
}
#main h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #4F82CB;
	padding: 0px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(images/bullet.gif) no-repeat 3px 50%;	
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	

#sidebar2 {
	float: left;
	padding: 0; margin: 0;	
	width: 100%;

}	
#sidebar2 ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0px 0 0px 0; padding: 0;
	text-decoration: none;	

	}
#sidebar2 ul.sidemenu li {

	background: url(images/go.gif) no-repeat 5px 5px;	

}
#sidebar2 ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	

}	
#sidebar {
	float: left;
	width: 218px;
	padding: 0; margin: 0;	

}	
#sidebar h1 {
	font:  1.0em Verdana, 'Trebuchet MS', Sans-serif;
	color: #4F82CB;
height: 16px;
	padding-top: 12px;
	padding-bottom: 5px;
	padding-right: 5px!important;
	padding-left: 16px;
}
#sidebar h4 {

	padding-bottom: 18px;
	margin: 0 0 0 0;
}
#sidebar .left-box {
	margin: 0 0 0px 0;
}

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0px 0 0px 0; 

padding: 0 0 0 0;
	text-decoration: none;		


}
#sidebar ul.sidemenu li {
	font:  1.0em Verdana, 'Trebuchet MS', Sans-serif;
	color: #000000;

height: 13px;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 15px;
	margin: 0 0 0 0;	
}
#sidebar ul.sidemenu a {
	color: #000000;
	text-decoration: none;	
	background-image: none;	
}

#sidebar ul.sidemenu li:hover {
	font: bold 1.0em Verdana, 'Trebuchet MS', Sans-serif;
	color: #fff;
	background: url(images/mainlevel_over.png) bottom center no-repeat;

}


/* Footer */	
#prefooter {
	color: #999;
	background: #666 url(images/rbox_bottom.png) no-repeat center top;
	clear: both;
	width: 855px;
	height: 20px;
}
#footer {

	background: url(images/footer_bg.png) no-repeat center top;
	clear: both;
	width: 855px;
	height: 43px;
	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; }

/* color buttons */

.color-blue .button2 {
	background: url(images/color-blue.png);
}

.color-green .button2 {
	background: url(images/color-green.png);
}

.color-orange .button2 {
	background: url(images/color-orange.png);
}

.color-red .button2 {
	background: url(images/color-red.png);
}

.color-purple .button2 {
	background: url(images/color-purple.png);
}

.color-grey .button2 {
	background: url(images/color-grey.png);
}

/* accessibility stuff */
div#header #access {
	position: absolute;
	z-index: 10000;
	top: 0;
	right: 0;
	padding-right: 30px;
	width: 200px;
	height: 16px;
	overflow: hidden;
	background: none;
}

div#header #buttons {
  background: none;
}

#access #selectors {
	position: relative;
	height: 8px;
}

#access span {
	background-repeat: no-repeat;
}

#access a {
	text-decoration: none;
}

#access #buttons {
	top: 505px; left: 555px;
}

#access .button {
	display: block;
	float: right;
	width: 13px;
	height: 16px;
	margin: 0 1px;	
	background-repeat: no-repeat
}

#access .button2 {
	display: block;
	float: right;
	width: 13px;
	height: 16px;
	margin: 0 1px;
	background-position: 50% 50%;
	background-repeat: no-repeat
}
.large .button {
	background: url(images/access-lrg.png);
}

.small .button {
	background: url(images/access-sml.png);
}

.medium .button {
	background: url(images/access-med.png);
}

div#borderound {
  background: url(images/rbox_mid.png) repeat-y;
  width: 845px;
}

div#borderound div.top {
  background: url(images/rbox_top.png) no-repeat;
  height: 9px;
  width: 845px;
  overflow: hidden;
}

#borderound div.middle {
	margin-top: -1px;
	width: auto !important;
	width: 100%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

div#borderound div.bottom {
  background: url(images/rbox_bottom.png) no-repeat;
  height: 13px;
  width: 845px;
  overflow: hidden;
}

#nav {
	margin-right: 12px;
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style:none;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/

#nav a {float:none;}
/* End IE5-Mac hack */

#nav li {
	float:right;
	height: 25px;
	background:url(images/red/tmenu_up_l.png) no-repeat bottom left;
	margin-left: 4px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
}

#nav li a {
	float:left;
	display:block;
	line-height: 25px;
	height: 25px;
	background:url(images/red/tmenu_up_r.png) no-repeat 100% 100%;
	text-decoration: none;
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 19px;
	padding-bottom: 0px;
	padding-left: 13px;
}

div#nav li:hover, div#nav li.sfhover {
	background: url(images/red/tmenu_over_l.png) no-repeat bottom left;
}
div#nav li:hover a, div#nav li.sfhover a {
  background: url(images/red/tmenu_over_r.png) no-repeat bottom right;
  color: #ffffff;
}

div#nav li.active a {
  background:url(images/tmenu_active_r.png) no-repeat bottom right;
  color: #000000;
}

div#nav li.active {
  background:url(images/tmenu_active_l.png) no-repeat bottom left;
}

#tabbar {
	float: none;
	height: 27px !important;
	height: 27px;
	background-image: url(images/tab_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0 10px 0 0;
}

#menu {
	clear: both;	
	margin: 0; padding: 0 40px 0 0;
	background: url(images/tab_bg.jpg) repeat-y center top;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}

