/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .85em/1.35em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #333333; 
	background: #A9BAC3 url(../images/bg2.gif) repeat-x;
	text-align: center;
}

/* links */
a { 
	color: #333; 
	text-decoration: underline; 
}
a:hover {
	color: #060;
}

/* headers */
h1, h2, h3 {
	font: bold 1em "Trebuchet MS", Arial, Sans-serif;
	color: #333;	
}
h1 { 
	font-size: 1.5em; 
	color: #06c; 
} 
h2 { 
	font-size: 1.4em; 
	text-transform:uppercase;
}
h3 { 
	font-size: 1.15em; 
}

p, h1, h2, h3, table { 
	margin: 10px 15px 10px 0; 
	padding-left: 15px; 
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
}
ul span, ol span {
	color: #666666; 
}

/* ../images */
img {
	border: 1px solid black;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
  border: none; 
}
img.float-left { 
  margin: 5px 15px 5px 0;
  border: none; 
}
a img {  
  /*border: none;*/
}
a:hover img {  
  /*border: 1px solid #CCC !important;*/ /* IE fix*/
  /*border: none;*/
}

code { font: 500 1em/1.5em "Courier New", Courier, Monaco, monospace; text-align: center; }
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote { 
	margin: 15px; 
	padding: 0 0 0 20px; 
	background: #fafafa; 
	color: #06c; font: 
	bold 1.2em/1.5em Georgia, "Bookman Old Style", Serif; 
	border-color: #f2f2f2 #f2f2f2 #f2f2f2 #4284b0; 
	border-style: solid; 
	border-width: 1px 1px 1px 4px; 
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: solid 1px #ccc;
	background: #fff; 
	padding: 2px 3px; 
	color: #06c;	
}
/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 820px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* header */
#header {
	position: relative;
	height: 85px;	
	background: #000 url(../images/headerbg2.gif) repeat-x 0 100%;	
}
#header h1#logo { 
	font: bolder 3.0em "Trebuchet MS", Arial, Sans-serif !important; 
	position: absolute; 
	margin: 5px; 
	padding: 0; 
	top: 0; 
	left: 5px; 
}
#header h2#slogan {
	position: absolute;	 
	top:45px; left: 20px;
	color: #666666;
	text-indent: 0;
	font: bold 11px Tahoma, "trebuchet MS", Sans-serif; 
	text-transform: none;	
}
/* main */
#main { 
	float: left; 
	margin-left: 15px; 
	width: 80%; 
	padding-top: 30px; 
	padding-right: 0; 
	padding-bottom: 60px; 
}


/* sidebar */
#sidebar { 
	float: left; 
	width: 18%; 
	margin: 0; 
	padding-top: 30px; 
	padding-bottom: 0; 
	padding-left: 0; 
	display: inline; 
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a { 
	display:block; 
	font-weight:bold; 
	color: #333; 
	font-size: 0.95em; 
	text-decoration:none; 
	padding:2px 5px 2px 10px; 
	background: #f2f2f2; 
	border-left:4px solid #ccc; 
	min-height:16px; 
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #06c;
	border-left:4px solid #06c;
}

/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	padding: 0; margin:0;		
}

/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	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: #FFF;
}
#footer .footer-left{
	float: left;
	width: 50%;
}
#footer .footer-right{
	float: right;
	width: 50%;
}

/* menu tabs */
#header ul { 
	z-index: 999999; 
	position: absolute; 
	margin:0 0 0; 
	padding: 0; 
	list-style:none; 
	right: 0; 
	font: bold 13px Arial, "Trebuchet MS", Tahoma, verdana, sans-serif; 
	bottom: 6px; 
}
#header li { 
	margin: 0; 
	display:inline; 
	padding:0; 
}
#header a {
   float:left;
   background: url(../images/tableft2.gif) no-repeat left top;
   margin:0 0 0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span { 
	float:left; 
	display:block; 
	background: url(../images/tabright2.gif) no-repeat right top; 
	padding:6px 15px 3px 8px; color: #fff; 
}
/* 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; 
}
.no-float { 
	float: none;
}
.align-left  {	
	text-align: left; 
}
.align-right {	
	text-align: right; 
}
.align-center {	
	text-align: left; 
}

/* additional classes */
.clear { 
	clear: both; 
}
.green {	
	color: #3c3; 
}
.gray  {	
	color: #BFBFBF; 
}
.dark-gray  {	
	color: #333; 
}
.pic-title { font-size: 0.75em; font-weight: bolder; text-align: center; }
