/*** HTML ELEMENTS ***/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: normal 13px Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #e0e0e0 url(images/bg.gif) repeat-x;
	text-align: center;
	line-height: 20px;
}

/* links */
a { 
	color: #006a9b;
	background-color: inherit;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	background-color: inherit;
	text-decoration: none;
}

/* headers */
h1, h2, h3 {
	font: normal 1em verdana, Arial, Sans-serif;
	color: #006a9b;	
}
h1 { font-size: 2.0em; color: #006a9b; } 
h2 { font-size: 1.8em; color: #006a9b;}
h3 { font-size: 1.5em; }

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

/* images */
img.float-right { margin: 5px 0px 5px 15px; }
img.float-left { margin: 5px 15px 5px 0px; }

/*** LAYOUT ***/
#wrap {
	background: #ffffff;
	width: 820px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #ffffff;
	border: 1px solid #ffffff;
}

/* header */
#header {
	position: relative;
	height: 110px;	
	background: #ffffff url(images/headerbg.gif) repeat-x 0% 100%;	
}
.logo {
	position: absolute;
	margin: 0; padding: 0;
	top: 0;
	border: 0px;
}
#slogan {
	float: left;
	margin: 15px 0px 0px 300px; 
}
#slogan h1 {
	color: #006a9b;
	font: normal 30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
}

/* main */
#main {
	float: left;
	margin-left: 10px;
	padding: 0;
	width: 400px;
	border-left: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
}
#main p { text-align: justify; }

/* main */
#main2 {
	float: left;
	margin-left: 10px;
	padding: 0;
	width: 600px;
	border-left: 1px dotted #cccccc;
}
#main2 p { text-align: justify; }

.ctr { text-align: center; }

/* sidebar */
#sidebar {
	float: left;
	width: 190px;
	margin: 0;	
	padding: 0; 
	display: inline;		
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:1px 0 10px 5px;
	padding:0;	
}
#sidebar ul.sidemenu li {
	border-bottom: 1px dotted #cccccc;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #006a9b;	
	text-decoration:none;	
	padding:4px 5px 4px 10px;
	background: #ffffff;	
	min-height:18px;
}
* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:4px 5px 4px 10px;
	background: #006a9b;
	color: #ffffff;
}
#sidebar ul.sidemenu a.active {
	background: #006a9b;
	color: #ffffff;
}

/* rightbar */
#rightbar {
	float: right;
	width: 200px;
	padding: 0px;
    margin: 0px;
}

/* Footer */
#footer { 
	clear: both; 
	color: #666666; 
	background: #e0e0e0; 
	border-top: 5px solid #006a9b;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;
	text-align: center;	
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #006a9b;
}

/* menu tabs */
#header ul {
 z-index: 999999;
 position: absolute;
 margin:0; padding: 0;
 list-style:none;
 right: 0; 
 bottom: 6px !important; bottom: 5px;
 font: bold 16px verdana, sans-serif;	
}
#header li {
 display:inline;
 margin:0; padding:0;
}
#header a {
 float:left;
 background: url(images/tableft.gif) no-repeat left top;
 margin:0;
 padding:0 0 0 4px;
 text-decoration:none;
}
#header a span {
 float:left;
 display:block;
 background: url(images/tabright.gif) no-repeat right top;
 padding:6px 15px 3px 8px;
 color: #ffffff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
 color:#ffffff;
}
#header a:hover {
 background-position:0% -42px;
}
#header a:hover span {
 background-position:100% -42px;
}
#header #current a {
 background-position:0% -42px;
 color: #ffffff;
}
#header #current a span {
 background-position:100% -42px;
 color: #ffffff;
}
/* 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; }
.orange {	color: #ff7d30; }
.gray  {	color: #BFBFBF; }

