@charset "UTF-8";
/* CSS Document */
	
/* links */
a { 
	color: #c8d664;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #333;
	background-color: inherit;
}

p {
	FONT-SIZE: 8pt;
FONT-STYLE: normal;
FONT-FAMILY: Arial, Tahoma, Verdana;
COLOR: #333333;

}

.phome {
	FONT-SIZE: 9.5pt;
FONT-STYLE: normal;
FONT-FAMILY: Arial, Tahoma, Verdana;
COLOR: #333333;
line-height: 2em;
}

.title {
FONT-SIZE: 8.5pt;
font-weight:bold;
FONT-FAMILY: Arial, Tahoma, Verdana;
COLOR: #333333;
vertical-align:top;
line-height: 1em;

}

.title a{
FONT-SIZE: 8.5pt;
font-weight:bold;
FONT-FAMILY: Arial, Tahoma, Verdana;
COLOR: #333333;
vertical-align:top;
height: 1em;
}

.title a:hover {
COLOR: #c8d664;

}

.pdf {
FONT-SIZE: 7pt;
font-weight:normal;
FONT-FAMILY: Arial, Tahoma, Verdana;
COLOR: #333333;
vertical-align:top;
height: 1em;
}

/* headers 
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
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; 
}*/
/***********************
	  LAYOUT
************************/

body {
	background: #c8d664 url(images/bg-top.png) repeat-x;
	color: #202020;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 35px 0px 0px 0px;
	width: 866px;
	}

#wrap {
	background: #FFFFFF url(images/header.png);
	border-style: solid;
	border-width: 10px;
	border-color: #c8d664;
	width: 866px; height: 100%;
	margin: 0;	
	text-align: left;
	
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* header */
#header {
	position: relative;
	height: 130px;	
	background: #fff url(images/logo.jpg) no-repeat 0% 100%;
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	background: #000 url(logo.jpg);
	top: 10; left: 50px;	
}
#header h2#slogan {
	position: absolute;
	top:-42px;
	right: -1px;
}


#header h2#slogan2 {
	position: absolute;
	top:116px;
	right: 602px;
}

#header h2#postit2 {
	position: absolute;
	top:351px;
	right: 632px;
}

#header h2#subnav {
	position: absolute;
	top:1887px;
	right: 647px;
	width: 21%;
	margin:15px 0px 0px 30px;
	padding: 0;
	display: inline;
	bottom: 10px;
}

#header h2#subnav2 {
	position: absolute;
	top:839px;
	right: 655px;
	width: 21%;
	margin:15px 0px 0px 30px;
	padding: 0;
	display: inline;
	bottom: 10px;
}



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

#mainright {
	float: right;
	margin-right: 40px;
	padding: 0;
	width: 65%;		
}

.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: 21%;
	margin:15px 0px 0px 30px;	
	padding: 0; 
	display: inline;	
	bottom: 10px;	
}
#sidebar2 {
	float: left;
	width: 21%;
	margin:15px 0px 0px 30px;	
	padding: 500px 0 0 0; 
	display: inline;		
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:0px 0 0px 0px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:5px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;	
	text-decoration:none;	
	padding:3px 5px 2px 10px;
	border-left:4px solid #c8d664;	
	min-height:18px;
}


* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:3px 8px 2px 10px;
	color: #fff;
	background-color:#c8d664
}


/* sidenav*/

#header h2#subnav ul.sidenav {
	list-style:none;
	margin:0px 0 0px 0px;
	padding:0;		
}
#header h2#subnav ul.sidenav li {
	margin-bottom:5px;
	border: 1px solid #f2f2f2;
}
#header h2#subnav ul.sidenav a {
font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	display:block;
	font-weight:normal;
	color: #333;	
	text-decoration:none;	
	padding:3px 5px 2px 10px;
	border-left:4px solid #c8d664;	
	min-height:18px;
}


* html body #header ul.sidenav a { height: 18px; }

#header ul.sidenav a:hover {
font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding:3px 8px 2px 10px;
	color: #fff;
	background-color:#c8d664
}


/* sidenav2*/

#header h2#subnav2 ul.sidenav2 {
	list-style:none;
	margin:0px 0 0px 0px;
	padding:0;		
}
#header h2#subnav2 ul.sidenav2 li {
	margin-bottom:5px;
	border: 1px solid #f2f2f2;
}
#header h2#subnav2 ul.sidenav2 a {
font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	display:block;
	font-weight:normal;
	color: #333;	
	text-decoration:none;	
	padding:3px 5px 2px 10px;
	border-left:4px solid #c8d664;	
	min-height:18px;
}


* html body #header ul.sidenav2 a { height: 18px; }

#header ul.sidenav2 a:hover {
font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding:3px 8px 2px 10px;
	color: #fff;
	background-color:#c8d664
}


/*border-left:4px solid #ccc;

/* Footer */
#footer { 
	clear: both; 
	color: #999; 
	padding:10px 35px 10px 0px; 
	height: 30px;	  
	FONT-SIZE: 7pt;
	text-align:center;		
}
#footer a { 
	text-decoration: none; 
	font-weight: normal;	
	color: #999;
}

#footer a:hover { 
	text-decoration: none; 
	color: #c8d664;
}
#footer .footer-left{
	float: left;
	width: 23%;
}
#footer .footer-right{
	float: right;
	width: 65%;
}

/* menu tabs 
#header ul {
	z-index: 999999;
	position: absolute;
	margin:0;
	padding: 0;
	list-style:none;
	right: 24px;
	bottom: -84px !important;
	bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;
	width: 583px;
	background-color:#c8d664;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(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(tabright.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; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #c8d664; }
.gray  {	color: #BFBFBF; }


/*navigation 
#nav {
	border:none;
	
	}

#nav ul{
	display:block;
	background: url(images/nav.jpg) no-repeat  0% 100%;
	text-align:center;
	position: absolute;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
	list-style-type:none;
	width: 600px;
	height: 29px;
	left: 254px;
	top: 58px;
	width: 573px;
	}
#nav ul li{
	display:block;
	float:left;
	margin:0 1px 0 0;
	width: 142px;
	}

#nav li {
   display:block;
   text-align:center;
   margin:0; 
}

#nav ul li a{
	float:left;
	color:#fff;
	text-decoration:none;
	padding:7px 5px 0 5px;
	}

#nav ul li a:hover{
	color:#333;
	text-decoration:none;
	}*/

#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	position:absolute;
	left: 262px;
	top: 33px;
	width: 582px;
	background: url(images/nav.jpg) left no-repeat;
}


nav-menu a:link, nav-menu a:active, nav-menu a:visited
{
	text-decoration: none
}

#nav-menu a:hover
{
    COLOR: #333333;
	text-decoration: none;
	}

#nav-menu li
{
	float: left;
	margin: 0 0.01em;
	vertical-align: middle;
}

#nav-menu li a
{

FONT-SIZE: 9pt;
FONT-STYLE: normal;
FONT-FAMILY: ARIAL;
COLOR: #ffffff;
height: 4em;
line-height: 5em;
float: left;
width: 11.8em;
display: inline;
/* border: 0.1em solid #dcdce9;*/
text-decoration: none;
text-align: center;
vertical-align: middle;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:55em
} 


/***********************
	  TABLE
************************/


#hor-minimalist-a
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	background: #fff;
	margin: 0px;
	width: 568px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-a th
{
	font-size: 13px;
	font-weight: bold;
	color: #333;
	padding: 10px 8px;
	border-bottom: 2px solid #c8d664;
}
#hor-minimalist-a td
{
	width: 25%;
	color: #333;
	padding: 9px 8px 0px 8px;
	vertical-align:top;
}
#hor-minimalist-a tbody tr:hover td
{
	color: #333;
}
