

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	color: #666666;
	margin: 10px 0 0 0;
	padding: 5px 0 50px 0;
	background: #fff;
	text-align: center;
	font: 75%/140% Tahoma, 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}

/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #08670d;		
}
a:visited {
	text-decoration: none;
}
a:hover {
	background: #08670d; 
	color: #fff;
}

/* headers 
**********************************************************************************************/
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #08670d;
}
h1 {	
	font-weight: normal;
	padding: 5px 0 10px 0;
	margin: 0;
	font-size: 260%;
}
h2 {
	color: #08670d;
	padding: 20px 10px 5px 10px;
	margin: 0;
}
h3 {
	font-size: 150%;	
	font-weight: normal;
	padding: 20px 10px 5px 10px;
	margin: 0;	
}

p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #08670d;
}
dd {
  padding-left: 25px; 
}

/* images
**********************************************************************************************/
img {
	background: #fafafa;
   border: 1px solid #dcdcdc;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 2px 10px 2px 35px;  
    border: 1px solid #ECF8FE;
	background: #79b17c;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #000;	
	font-size: 130%;
}

/* form elements
**********************************************************************************************/
form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1; 
	background: #fdfdfd; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;  	
}
textarea {
	width: 400px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}

/* login form
**********************************************************************************************/
.loginform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 12px 0 5px 8px;	
	width: 250px;	
}
.loginform p { margin: 0; padding: 0 0 5px 0; }
.loginform input.textbox { 
	width: 170px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.loginform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/*------------------------------------------
   LAYOUT
-------------------------------------------*/ 
#wrap-out {
	position: relative;
	background: #fff ;
	width: 900px;	
	margin: 0 auto;
	text-align: left;	
}
#wrap {
	/*background: url(images/header-photo1.jpg) no-repeat right top;*/
	width: 900px;	
	margin: 0 auto;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 900px;	
	padding: 0; 		
	margin-left: 5px;	
	background: transparent;
	display: inline;	
}
#header {
	position: relative;
	width: 900px;	
	height: 315px;	
	padding: 0 0 0 0;	
	margin: 0 auto;
	background: transparent;
}
#header img {border: none;position: absolute; top: 66px; padding: 0; margin: 0;}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font-size: 260%;
	letter-spacing: -1.5px;
	color: #000;
	text-transform: none;
	text-decoration: none;
	 z-index: 100;
	/* change the values of top and left to adjust the position of the logo*/
	top: 95px; left: 30px;	
}
#header h1#logo-text a:hover {
	background: none;	border: none;
}
#header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #000;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 180px; left: 35px;		
}


/* Main Column
**********************************************************************************************/
#main {
	float: left;
	width: 895px;
	padding: 0; margin: 0;
	display: inline;		
}
#main h2 {
	padding-bottom: 3px;
	margin-top: 10px;
	font: normal 260% Georgia, "Times New Roman", Times, serif;
	letter-spacing: -2px;	
	text-transform: none;
	border-bottom: 1px solid #ebebeb;	
}
#main ul li {
	list-style-image: url(images/bullet.gif);
}
/* .news { color: #000; text-transform:uppercase;} */

/* Sidebar 
**********************************************************************************************/
#sidebar {
	float: right;
	width: 290px;
	padding: 0; margin: 15px 0 0 0;		
	display: inline;	
}	
#sidebar h3 {
	margin-top: 10px;
	padding: 15px 5px 3px 5px; 
	color: #666666;	
	letter-spacing: -.5px;	
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;
	text-decoration: none;		
	background: url(images/dots.gif) repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(images/dots.gif) repeat-x left bottom;
	padding: 2px 10px;
	margin: 0;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	background-color: transparent;
	border: none;
	color: #2769d7; 		
	font-weight: bold;		
	/* letter-spacing: .5px;  */
}
#sidebar ul.sidemenu li a:hover {	
	color: #000;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }
#sidebar .register { margin: 0 0 0 8px;}
/* Breadcrumbs
-------------------------------------------------------------------------------------- */
#breadcrumbs {
	font-size: 12px;
	margin: 0;
}
#breadcrumbs a {
	color: #777;
}
#breadcrumbs a:hover, #breadcrumbs a.YouAreHere {
	color: #08670d;
	background: none;
}

/* footer
**********************************************************************************************/
#footer-wrap {
	position: relative;
	clear: both;
	padding: 0;
	margin-top: 30px;
	background: #79b17c;
	color: #fff;
	width: 900px;
	float: left;		
}
#footer-content {	
    width: 880px;
}
#footer-content ul {
	 margin: 0 auto;
      list-style: none;
      display: table;
      white-space: nowrap; 
}
#footer-content li {
	 display: table-cell;
      line-height: 30px;
      padding: 0 5px;
}
#footer-content a {
	 padding: 0 5px;
	 color: #08670d;
	 border: none;
}
#footer-content a:hover {
    padding: 0 5px;
	color: #fff;
	text-decoration: none;
	background: #08670d;
}

/* alignment classes */
.float-left  { float: left; width: 300px; }
.float-right { float: right; width: 300px; text-align: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }


.menu {height:28px; position:relative; z-index:200; margin: 0; padding: 0;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:100px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:120px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited, .menu span {display:block;text-decoration:none; color:#08670d; width:120px; height:26px; border:1px solid #ebebeb; border-width:1px 0; background:#fff; padding-left:10px; line-height:24px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited, * html .menu span {width:120px; w\idth:120px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#79b17c (images/green-arrow.gif) no-repeat 92px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#79b17c url(images/green-arrow.gif) no-repeat 92px 8px;}
.menu ul ul :hover > a.drop {background:#79b17c url(images/green-arrow.gif) no-repeat 92px 8px;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#d5f0d6;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#fff;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:27px;left:0; width:120px;border-top:1px solid #fff;}
/* another hack for IE5.5 */
* html .menu ul ul {top:26px;t\op:27px;}

/* position the third level flyout menu */
.menu ul ul ul{left:120px; top:-1px; width:120px;}
* html .menu ul ul ul {left: 130px;}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-120px;}
* html .menu ul ul ul.left {left:-130px;}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#acd3ae; color:#000; height:auto; line-height:1em; padding:5px 10px; width:100px;border: 1px solid #fff; border-width: 0 0 1px 0; }
.menu ul ul a:hover {background: #acd3ae;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:120px;w\idth:110px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#79b17c;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#79b17c;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

