
/* top elements */
* {
	padding: 0;
	margin: 0;
	/*line-height: 14px;*/
}

body {
	margin: 0;
	padding: 0;
	font: .9em Tahoma, Helvetica, sans-serif;
	color: #666666; 
	/*background: #A9BAC3 url(bg.gif) repeat-x;
	text-align: center;*/
}

/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	background-color: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	
}
h1 { font-size: 1.5em; color: #6297BC; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
/*ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666; 
}*/

.leftMargin{
	margin-left: 33px;
	}
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;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #E1E1E1; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
/*input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em sans-serif;
	color:#777;
}*/
textarea {
	width:300px;
	padding:2px;
	font: normal 1em sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin:0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 5px 0px 0px 0px; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #1B9AD2; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

#recaptcha_widget_div
{
	margin-left: 33px;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 820px; height: 100%;
	margin: 0 auto;	
	/*text-align: justify;*/
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* header */
#header {
	position: relative;
	height: 94px;
	background-color: #FFFFFF;
	z-index: 99999;
}
#menubg {
	position: relative;
	height: 23px;
	background: repeat-x 0% 100%;
	background-image: url(bg3.gif);
		}
#header h1#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0;
	left: 5px;
}
#header h2#slogan {
	position: absolute;
	top:35px;
	left: 121px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif;
	text-transform: none;
	width: 187px;
}
#header form.searchform {
	position: absolute;
	top: 4px;
	right: -80px;
	width: 341px;
	height: 30px;
}

/* main */
#main {
	float: left;
	margin-left: 0px;
	padding: 0;
	width: 50%;		
}

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

/* sidebar */
#sidebar {
	float: left;
	width: 25%;
	margin: 0;	padding: 0; 
	display: inline;		
}

/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	padding: 0;
	margin:0;
	line-height: 16px;
}

/* Footer */
#footer { 
	clear: both; 
	color: #000000; 
	/*background: #A9BAC3; */
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color:#333333;
}
#footer .footer-left{
	float: left;
	width: 65%;
	font-size:.8em;
}
#footer .footer-right{
	float: right;
	width: 30%;
	font-size:.8em;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
	margin:0;
	padding: 0;
	list-style:none;
	right: -2px;
	bottom: 24px!important;
	bottom: 11px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, sans-serif;
	width: 823px;
	height: 12px;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #FF6600; }
.gray  {	color: #BFBFBF; }
.inet_blue  {
     font-family: Arial;
	 font-size:14px;
	 font-weight:bold;
	color: #6297BC; }
.inet_content {
     font-family: Tahoma;
	 font-size:11px;
	 font-weight: normal;
	color: #000000; }
.inet_bluesmall  {
     font-family: Tahoma;
	 font-size:11px;
	 font-weight: normal;
	color: #000000; }
.inet_bluebold  {
     font-family: Tahoma;
	 font-size:11px;
	 font-weight: bold;
	color: #999999; }	
.inet_gray  {
     font-family: Arial;
	 font-size:14px;
	 font-weight:bold;
	color: #666666; }
	
.inetbutton
{
border:1px solid #000000;
background:#FFFFFF;
font-family:Tahoma;
font-weight:normal;
vertical-align: middle;
text-decoration:none;
font-size:9px;
color:#000000;
height:20px;
width: 75px;
}
.inetbutton1
{
border:1px solid #000000;
background:#ECE9D8;
font-family:Tahoma;

font-weight:normal;
vertical-align: middle;
text-decoration:none;
font-size:11px;
color:#000000;
height:20px;
width: 75px;
}
.inetbutton2
{
border:1px solid #000000;
background:#ECE9D8;
font-family:Tahoma;
font-weight:normal;
vertical-align: middle;
text-decoration:none;
font-size:11px;
color:#000000;
height:20px;
width: 134px;
}
.button
{
border-bottom-color:#FFFFFF;
border:1px solid #999999;
font-family:Tahoma;
font-weight:normal;
text-decoration:none;
font-size:11px;
color:#000000;
height:15px;
}
.border
{
border:1px solid #999999;
}
.noborder
{
border: none;
}
.inbg
{
background-image: url(b4.jpg);
background-position:left bottom;
background-repeat:repeat-x;
}
.inbg1
{
background-image: url(b4.jpg);
background-position:right bottom;
background-repeat:repeat-x;
}
.ba a:link {color: #000000;
font-weight: bold;
background: transparent;
line-height:1.5em;
text-decoration: none;
font-size:11px; }

td,th {
	font-size: 0.7em;
}
a:hover {
	color: #FF6600;
}
.style1 {color: #FF6600}
.style2 {font-size: 8pt}
.style3 {font-size: 10pt; }
.style4 {
	font-size: 12pt;
	font-weight: bold;
}
.style5 {font-size: 9pt; }
.style5 a, .style7 {	
	font-size: 10pt;
	color: #FF0000;
}
.style10 {font-size: 11px}
.style13 {font-size: 10px; font-weight: bold; }
.style19 {
	color: #CC0000;
	font-size: 9pt;
}
.style20 {
	font-size: 15px;
	font-weight: bold;
}
.style21 
{
	font-size: 10px; 
	font-weight: bold; 
	color: #0066CC; 
	text-align:center;
}
.style22 {font-size: 15px; margin: 3px 0px;}
#wrap #content-wrap #rightbar img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	  
	#nav
	{
		position:relative;
		top:-2px;
		left:1px;
		list-style-type: none;
		margin:0;
		padding: 0px;
		width: 98%;
	}
	
	#nav li ul
	{
		list-style-type:none;
		margin:0px;
		padding-left:15px;
		width:91%;
	}
	
	#nav li ul li ul
	{
		width:90%;
	}
	
	#nav li a{
		background: white url(glossyback.png) repeat-x bottom left;
		font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
		color: white;
		display: block;
		width: auto;
		padding: 3px 0;
		padding-left: 10px;
		text-decoration: none;
	}
	
	#nav li ul li a
	{
		background: white url(glossyback3.jpg) repeat-x bottom left;
	}
	
	#nav li ul li ul li a
	{
		background: white url(glossyback4.jpg) repeat-x bottom left;
	}

	#nav li a:hover {
		background: white url(glossyback2.png) repeat-x bottom left;	
	}
	
	#nav li ul li a:hover
	{
		background: white url(glossyback4.jpg) repeat-x bottom left;
	}
	
	#nav li ul li ul li a:hover
	{
		background: white url(glossyback5.jpg) repeat-x bottom left;
	}
	
	.redMenu
	{
		background: white url(glossyback_red.png) repeat-x bottom left !important;
	}
	
	.redMenu:hover
	{
		background: white url(glossyback_red2.png) repeat-x bottom left !important;
	}
	
	#header2
	{
		position: relative;
		height: 59px;
		background-color: #FFFFFF;
		z-index: 99999;
	}