/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #abb7cf;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #555; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #2180BC;
	background: inherit;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: none;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;	 		
}
h1 {
	font-size: 150%;	
	font-weight: normal;
	color: #006699;
}
h2 {
	font-size: 140%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 120%;
	color: #666666; 
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
/* start - table */
table {
	border-collapse: collapse;
}
tr {
	height: 35px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

em
{
	color:#8EB50C;
	font-size: 95%;
	text-decoration: underline;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; 
	padding: 15px 0 15px 0;	
}
.searchform input.textbox { 
	width: 180px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 70px;
	height: 24px;
	padding: 0 5px;
	vertical-align: top;
	background: #8EB50C url(../images/button-bg.png) repeat-x 0 0;
	border: none;
	font: bold 12px Arial, Sans-serif; 
	margin: 10px;
	color: #FFF;
}

#wrap {
	width: 820px;
	background: #abb7cf url(../images/content.png) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	width: 760px;
	margin: 10px auto;
}
#header {
	width: 820px;
	position: relative;
	height: 103px;
	background: #abb7cf url(../images/header.png) no-repeat center top;
	padding: 0;	
	color: #FFF;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 44px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	text-decoration: none;
	background: transparent;
	top: 25px; left: 47px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	top: 70px; left: 55px;		
}

#header #header-links {
	position: absolute;
	top: 20px; right: 30px;	
	color: #C6DDEE;
	font-size: 10px;	
}
#header #header-links a {	
	color: #FFF;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #D4E59F;	
}

/* Menu */
.divMenu
{
	background: #abb7cf url(../images/menu.png) repeat-x 0 0;
    height: 50px;
    width: 780px;
    margin: 0px auto;
}

.menu {
    position: relative;
    height: 50px;
    padding: 0px;
    margin: 0px 20px;
    overflow: hidden;
}

.menu li {
    float: right;
    list-style: none;
}

.menu li.back {
    background: url("../images/current.png") no-repeat right -30px;
    width: 9px;
    height: 30px;
    z-index: 8;
	top: 10px;
    position: absolute;
}

.menu li.back .left {
    background: url("../images/current.png") no-repeat top left;
    height: 30px;
    margin-right: 9px;
}

.menu li a {
    font: bold 12px/37px Verdana, Arial, Tahoma, Sans-serif;
    text-decoration: none;
    color: #fff;
    outline: none;
    text-align: center;
    top: 7px;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: auto 10px;
}

.menu li a:hover, .menu li a:active, .menu li a:visited {
    border: none;
}

.menu li.current a {
	border: none;
	color: #D4E59F;
}


/* Main Column */
#main {
	float: left;
	width: 70%;
	padding: 0; margin: 5px 0 0 5px;
	display: inline;
	font-size: 120%;
}
#main h2 {
	margin-top: 10px;
	font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #88ac0b; 
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #abb7cf;
	background: url(../images/square-green.png) no-repeat 3px 50%;	
	text-transform: none;
}

#main h3 {
	margin-top: 10px;
	font: Bold 110% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #88ac0b; 
	padding: 5px 0 5px 10px; 	
	text-transform: none;
}

#main h2 a {
	background: none;
	color: #88ac0b;
	text-decoration: none;
}

#main ul li {
	list-style-image: url(../images/bullet.png);
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 26.5%;
	padding: 0; margin: 0;	
	color: #68774A;	
	text-align: center;
}	
#sidebar h3 {
	margin-top: 10px;
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #728D26;	
}

#ads
{
	background-color: transparent;
}

* html body #sidebar ul.sidemenu li {
	height: 1%;
}

/* Footer */	
#footer {
	color: #C6DDEE;
	background: #abb7cf url(../images/footer.png) no-repeat center top;
	clear: both;
	width: 820px;
	height: 65px;
	text-align: center;	
	font-size: 92%;	
	padding: 7px 0px 0px 0px;
}
#footer a { 
	color: #FFF;
	text-decoration: none; 
}

#bg_banner {
	background: url(../images/banner/bgBanner.png) no-repeat center top;
	width: 540px;
	height: 100px;
	padding: 9px 0px 0px 15px;
	margin-left: -5px;
}

#banner {
	width: 510px;
	height: 100px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

.pdfIcon {
  float: right;
  display: block;
  text-align: center;
}

#logo {
  float: right;
  margin: -75px 20px;
}

img {
   	border: 0px;
}

#preview
{
	position:absolute;
	border:1px solid #abb7cf;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}