/*********************/
/*  Left navigation  */
/*********************/
.left-nav img.center {
   clear: both;
	text-align: center;
	float: none;
	display: block;
	margin:0 auto;
	margin-top: 7px;
	padding: 1px;
	border: 1px solid rgb(150,150,150);
}

.left-nav img.center-borderless {
   clear: both;
	float: none;
	display: block;
	margin: 0 auto;
	margin-top: 7px;
	padding: 1px;
	padding-bottom: 14px;
	border: none;
}
.left-nav p.center {
	text-align: center;
}
.left-nav p.message {
	text-align: center;
	color: white;
	font-size: 120%;
	font-weight: bold;
}

/*  Left navigation links  */
.left-nav-links {
   width: 138px; 
   margin-top: 0px;
	font-size: 10pt;
	padding-top: 4px;
}
.left-nav-links a {
   display: block;
	font-style: normal; 
   color: white; 
   background-color: #085B23;
	padding: 2px;
	margin: 0px;
   border: 3px solid #085B23
}
.left-nav-links a.red {
	font-weight: bold;  
   color: red;
}
.left-nav-links a:link {
   text-decoration: none
}
.left-nav-links a:visited {
   text-decoration: none
}
.left-nav-links a:hover {
   color: yellow;
	text-decoration: none;
	border: 3px outset #085B23
}
.left-nav-links a:active {
   color: yellow;
	text-decoration: none;
	border: 3px inset #085B23
}

/*********************/
/*  Top navigation  */
/*********************/

.top-nav a {
	font-weight: bold;  
   color: #CCCCCC; 
	padding: 0px;
	margin: 0px;
   border: none;
	font-size:89.6%;
}
.top-nav a:link {
   text-decoration: none
}
.top-nav a:visited {
   text-decoration: none
}
.top-nav a:hover {
   color: white;
}
.top-nav a:active {
   color: white;
}

/***********************/
/*  bottom navigation  */
/***********************/

.bottom-nav a {
	font-weight: bold;  
   color: #666666; 
	padding: 1px;
	margin: 0px;
   border: none;
}
.bottom-nav a:link {
   text-decoration: none
}
.bottom-nav a:visited {
   text-decoration: none
}
.bottom-nav a:hover {
   color: white;
}
.bottom-nav a:active {
   color: white;
}

/********************/
/*  HEADER SECTION  */
/********************/
.header h1 {
   font-size: 280%;
	text-align: center;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #333333;
	margin-top: 1px;
	margin-bottom: 2px;
}
.header h2 {
	font-size: 22px;
	font-weight: bold;
	color: #085B23;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}
.headmessage {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	margin-right: 5px;
}

/********************/
/*  FOOTER          */
/********************/
.footer p {
   font-size: 9px;
   margin-top: 3px;
   margin-bottom: 6px;
   margin-left: 6px;
   margin-right: 6px;
   color: rgb(250,250,250);
}

/********************/
/*  MAIN CONTENT    */
/********************/
.content, .appcontent {
   width: auto;
	position: relative;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	float: none;
   padding-top: 12px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 12px;
}

.content .orange {
	color: #FF6600;
}
.content .big {
	font-size: 100%;
	font-weight: bold;
}
.content .orange-bold {
   font-weight: bold;
	color: #FF6600;
}
.content h1 {
   clear: both;
	margin: 3px 0 2px 0;
	padding: 4px 20px 3px 20px;
	color: #333333;
	font-weight: bold;
	font-size: 250%;
	text-align: center;
}
.content h2 {
   clear: both;
   margin: 2px 1px 1px 2px;
	color: #085B23;
	font-weight: bold;
	font-size: 180%;
	text-align: center;
}
.content h3 {
   clear:both;
	margin:1px 1px 5px 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #085B23;
	font-weight: bold;
	font-size: 160%;
	text-align: center;
}
.content h3.black {
	color: #333333;
}
.content p {
   clear:both;
	margin-top: 6px;
   font-size: 130%;
	text-align: justify;
}
.content p.center {
	text-align: center;
}
.content p.enumeration-green {
   margin-left: 12px;
   text-indent: -12px;
	color: #085B23;
	font-weight: bold;
}

.content a {
	font-weight: bold;  
   color: #085B23; 
	padding: 1px;
	margin: 0px;
   border: none;
}
.content a:link {
   text-decoration: none
}
.content a:visited {
   text-decoration: none
}
.content a:hover {
   color: #333333;
}
.content a:active {
   color: #333333;
}
.content a.red {  
   color: red; 
}

.content ul {
	list-style:none;
	margin:0.5em 0 1.0em 0;
}

.content ul li {
	background:url('/img/bg_bullet_full_o.gif') no-repeat 0 0.5em;
	line-height:1.4em;
	font-size:120%;
	display: block;
	z-index:9999; margin-left:2px; margin-right:0; margin-top:0; margin-bottom:0.2em; padding-left:12px; padding-right:0; padding-top:0; padding-bottom:0
}

.content ol {
	margin:0.5em 0 1.0em 20px !important /*Non-IE6*/;
	margin:0.5em 0 1.0em 25px /*IE6*/;
}

.content ol li {
	list-style-position:outside;
	margin:0 0 0.2em 0;
	line-height:1.4em;
	font-size:120%;
}


.content img.center-borderless {
   margin: 0 auto;
	margin-top: 1px;
	padding: 1px;
	padding-bottom: 2px;
	border: none;
	float: none;
}

.content img.right-borderless {
   margin: 0 auto;
	margin-top: 1px;
	margin-right: -8px;
	padding: 1px;
	border: none;
	float: right;
}

.content img.left-borderless {
   margin: 0 auto;
	margin-top: 1px;
	margin-left: -8px;
	padding: 1px;
	border: none;
	float: left;
}

.imageleft { float: left; margin: 10px; }
.imageright { float: right; margin: 10px; }

/* Tesimonials */
.simplepad {
   width: auto;
	height: 100%;
	position: relative;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	float: none;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	margin-left: 1px;
	margin-right: 1px;
	padding: 3px;
	font-size: 8pt;
}

.simplepad img.center {
   clear: both;
	float: none;
	display: block;
	margin: 0 auto;
	padding: 1px;
	border: none;
}
.simplepad p.msgtitle {
	font-size: 9pt;
}
.simplepad p.sig {
   font-size: 7pt;
}

.pad-1-3-top p {
	padding: 2px;
	margin: 5px;
}
.pad-1-3-top a {
	font-weight: bold;  
   color: #333333;
	padding: 5px;
	margin: 5px;
   border: none;
}
.pad-1-3-top a:link {
   text-decoration: none
}
.pad-1-3-top a:visited {
   text-decoration: none
}
.pad-1-3-top a:hover {
   color: #085B23;
}
.pad-1-3-top a:active {
	color: #085B23; 
}

.pad-1-1-top p {
	padding: 2px;
	margin: 5px;
}
.pad-1-1-top a {
   font-size: 7.5pt;
	font-weight: bold;  
   color: #333333;
	padding: 1px;
	margin: 1px;
   border: none;
}
.pad-1-1-top a:link {
   text-decoration: none
}
.pad-1-1-top a:visited {
   text-decoration: none
}
.pad-1-1-top a:hover {
   color: #085B23;
}
.pad-1-1-top a:active {
	color: #085B23; 
}

.pad-1-1-bottom p {
	padding: 2px;
	margin: 5px;
}
.pad-1-1-bottom a {
   font-size: 7.5pt;
	font-weight: bold;  
   color: #333333;
	padding: 1px;
	margin: 1px;
   border: none;
}
.pad-1-1-bottom a:link {
   text-decoration: none
}
.pad-1-1-bottom a:visited {
   text-decoration: none
}
.pad-1-1-bottom a:hover {
   color: #085B23;
}
.pad-1-1-bottom a:active {
	color: #085B23; 
}

.pickup {
	font-size: 10pt;
	color: #085B23;
	font-weight: bold;
}
.pickup p{
	text-align: center;
}

.content table {
	clear:both;
	width:600px;
	margin:2.0em 0 0.2em 20px;
	table-layout: fixed;
	border-collapse:collapse;
	empty-cells:show;
	background-color:rgb(233,232,244);
}

.content table th.top {
	height:3.5em;
	padding:0 7px 0 7px;
	empty-cells:show;
	background-color:rgb(175,175,175);
	text-align:left;
	color:rgb(255,255,255);
	font-weight:bold; font-size:110%;
}

.content table th {
	height:3.0em;
	padding:2px 20px 2px 7px;
	border-left:solid 2px rgb(255,255,255);
	border-right:solid 2px rgb(255,255,255);
	border-top:solid 2px rgb(255,255,255);
	border-bottom:solid 2px rgb(255,255,255);
	background-color:rgb(225,225,225);
	text-align:left;
	color:rgb(80,80,80);
	font-weight:bold;
	font-size:110%;
}

.content table td {
	height:3.0em;
	padding:2px 7px 2px 7px;
	border-left:solid 2px rgb(255,255,255);
	border-right:solid 2px rgb(255,255,255);
	border-top:solid 2px rgb(255,255,255);
	border-bottom:solid 2px rgb(255,255,255);
	background-color:rgb(225,225,225);
	text-align:left;
	font-weight:normal;
	color:rgb(80,80,80);
	font-size:110%;
}
