@charset "UTF-8";
/*------------------------------------------------------------
------------------------ HTML ELEMENTS -------------------------
-------------------------------------------------------------*/

/*------------------------ page behaviour ------------------------*/
* {
	margin: 0; padding: 0;
} 
body {
	font: 71%/1.5em  'Trebuchet MS',Verdana, Arial, Sans-serif;
	background: url(../images/header-bg.gif) repeat-x;
	color: #666666;	
	text-align: center;		
}

/*------------------------ links ------------------------*/
a {	background: inherit;
	color: #eb760d;
	text-decoration:none;
}
a:hover {
	background: inherit;
	color: #eb760d;
	border-bottom: 1px solid #eb760d;
}

/*------------------------ headers ------------------------*/
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	/* text-transform: uppercase; */
	color: #555;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; text-transform: none;}

#main h1, #rightbar h1, #rightbar h2 {
	padding: 10px 0 5px 10px;
	margin: 0 0 0 10px;
	/* text-transform: uppercase; */
	border-bottom: 1px solid #f1f1f1; 	
}	
#sidebar h1, #sidebar h2 {
	padding: 10px 0px 5px 10px;
	background-color:#F8F8F8;
	/* background: url(square_arrow.gif) no-repeat 2px 12px; */
	margin: 0;
	/* text-transform: uppercase; */
	border-bottom: 1px solid #ccc; 
}

#sidemenu h1 {
    text-transform: uppercase;
}

#sidebar #tolobox-red h1, #sidebar #tolobox-red h2 {
	padding: 10px 0px 10px 20px;
	background-color:#ef8f38;
	/* background: url(square_arrow.gif) no-repeat 2px 12px; */
	margin: 0;
	text-transform: uppercase;
	color: #D4D4D4;
	border-bottom: 1px solid #ccc; 
}

.tolocontent h3 {
    margin:0pt 15px;
	padding-top:10px;
}

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #666666;	
}
ul span, ol span {
	color: #666666;
}

/*------------------------ images ------------------------*/
img {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 2px solid #999999;
}
a:hover img {  
  border: 2px solid #ef8f38 !important;       /* IE fix*/
  border: 2px solid #ef8f38;
}

#no-border-img{border:0;}

/*------------------------ 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: 4px;
	border:1px solid #eee;
	font: normal 1em/1.5em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:350px;
	padding:4px;
	font: normal 1em/1.5em 'Trebuchet MS',Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em 'Trebuchet MS',Verdana, Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}

/*------------------------ page search ------------------------*/
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
	vertical-align: top;
}
form.searchform input.button {
	width: 55px;
	vertical-align: top;
}

#main div iframe {
  width: 98%;
  margin: 10px 15px;
}

/*---------------------- EXTRA STYLES -----------------------*/

/*------------------------ highlight ------------------------*/
.highlight {
	padding: 1px 5px;
	background: #cccccc;
	font-weight: bold;
}

/*------------------------ checklist ------------------------*/
ul.checklist {
	list-style: none;
}
ul.checklist li {
	padding: 0 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0 3px;
}

/*------------------------ quote ------------------------*/
blockquote {
	padding: 15px 40px 15px 60px;
	background: url(../images/open_quotes.gif) 20px 10px no-repeat;
	font: 12px/1.5 Georgia, Times, serif;
}

p.quote {
	margin: 0;
	padding: 0;
	background: url(../images/close_quotes.gif) bottom right no-repeat;
}

#rightbar blockquote {
	padding: 15px 10px 15px 15px;

}

/*------------------------------------------------------------
------------------------ PAGE LAYOUT -------------------------
-------------------------------------------------------------*/
#wrap {
	margin: 0 auto;
   width: 950px;  	
	text-align: left;		
	background: #FFF;	
}
#content-wrap {
	clear:both;
   margin: 0; padding:0;
	width: 950px;	
}

/*------------------------ header ------------------------*/
#header {
	position: relative;
	background: url(../images/header-bg.gif) repeat-x;
	height: 125px;	
}
#logo {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 125px;
	width:800px;
	background-position: right;
}
#header .searchform {
	position: absolute;
	top: 5px; right: 3px;	
}

/*------------------------ main column ------------------------*/
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 54%;	
	border-left: 1px solid #f1f1f1;
}


/*------------------------ left sidebar ------------------------*/
#sidebar {
	float: left;
	width: 21%;
	margin: 0;	padding: 0; 
	display: inline;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0;	
	padding-right: 0;		
	text-decoration: none;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	/* background: url(../arrow.gif) no-repeat 2px 5px; */
	padding: 2px 5px 2px 20px;	
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;	
}

/*------------------------ right sidebar ------------------------*/
#rightbar {
	float: right;
	width: 21%;
	padding: 0;	
	/*border: 1px solid #666666; */
}

/*------------------------ footer ------------------------*/
#footer {
	clear: both;
	background: #FFF url(../images/footer-bg.gif) repeat-x left top;
	border-top: 1px solid #F2F2F2;
	text-align: center;	
	height: 50px;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}

/*------------------------ top menu ------------------------*/
#menu {
	clear: both;
	margin: 0; padding: 0;	
}
#menu ul {	
	position: relative; 
	bottom: 4px;
	margin: 0; padding: 0;	
	float: left;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	width: 850px;/* 775px; */
	border: 1px solid #808080;
	border-width: 0 0 4px 0;	
	list-style: none;
}
#menu ul li{
	display: inline;	
}
#menu ul li a {	
	position: relative; 
	float: left;
	color: #808080;
	padding: 0px 10px;
	text-decoration: none;
	/* background: white url(../menudivide.gif) repeat-y right top; */
	border-bottom: 4px solid #808080; 	
}
#menu ul li a:hover{
	color: black;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #3791D7;
}
#menu ul li#current a{
	color: #333;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #3791D7;
}

/*------------------------ side boxes ------------------------*/

#tolobox h1, #tolobox h2, #tolobox p {margin:0 10px;} /* keep margin at the top to 0 for text elements */

#tolobox p {padding-bottom:0.5em; margin-top:0.5em;}
#tolobox {background: transparent; margin-top:0.5em; padding-bottom:1em;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.x1, .x2, .x3, .x4 {display:block; overflow:hidden;}
.x1, .x2, .x3 { height:1px;}
.x2, .x3, .x4 { /* background:#e4e4e4; */    /* bg for top and bottom curve */
    border-left:1px solid #ccc;              /* border color for left */
    border-right:1px solid #ccc;             /* border color for right */
}
.x1 { margin:0 5px; background:#ccc;}        /* border color for top and bottom */
.x2 { margin:0 3px; border-width:0 2px;}
.x3 { margin:0 2px;}
.x4 { height:2px; margin:0 1px;}
.tolocontent {
    display:block;
   /* background:#e4e4e4; */
    border:0 solid #ccc;                     /* border color for left and right */
    border-width:0 1px;
}


/*------------------------ tolobox-red ------------------------*/
#tolobox-red h1, #tolobox-red h2 { margin: 0;} /* keep margin at the top to 0 for text elements */

#tolobox-red p {margin:0 10px;}

#tolobox-red p {padding-bottom:0.5em; margin-top:0.5em;}
#tolobox-red {background: transparent; margin-top:0.5em; padding-bottom:1em;}

.xtop-red, .xbottom-red {display:block; background:transparent; font-size:1px;}

/*-- top --*/
.x1-red, .x2-red, .x3-red, .x4-red {display:block; overflow:hidden;}
.x1-red, .x2-red, .x3-red { height:1px;}
.x2-red, .x3-red, .x4-red { background:#ef8f38;    /* bg for top and bottom curve */
    border-left:1px solid #ef8f38;              /* border color for left */
    border-right:1px solid #ef8f38;             /* border color for right */
}
.x1-red { margin:0 5px; background:#ef8f38;}        /* border color for top and bottom */
.x2-red { margin:0 3px; border-width:0 2px;}
.x3-red { margin:0 2px;}
.x4-red { height:2px; margin:0 1px;
}


/*-- bottom --*/
.x1b-red, .x2b-red, .x3b-red, .x4b-red {display:block; overflow:hidden;}
.x1b-red, .x2b-red, .x3b-red { height:1px;}
.x2b-red, .x3b-red, .x4b-red { /*background:#990000;     bg for top and bottom curve */
    border-left:1px solid #ef8f38;              /* border color for left */
    border-right:1px solid #ef8f38;             /* border color for right */
}
.x1b-red { margin:0 5px; background:#ef8f38;}        /* border color for top and bottom */
.x2b-red { margin:0 3px; border-width:0 2px;}
.x3b-red { margin:0 2px;}
.x4b-red { height:2px; margin:0 1px;
}

.tolocontent-red {
    display:block;
   /* background:#e4e4e4; */
    border:0 solid #eb760d;                     /* border color for left and right */
    border-width:0 1px;
}

/*------------------------ alinment classes ------------------------*/
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

/*------------------------ display classes ------------------------*/
.clear { clear: both; }
.block { display: block; }
.hide  { display: none; }	
.blue  {	color: #3791D7; }



/*------------------------ visibility ------------------------
#header, #sidebar, #rightbar, #main, #footer {	border: 1px solid #666666;} */
