﻿/*
 * Redefine HTML tags
 */
body { margin:0px; padding:0px; font-family: Arial, Helvetica, sans-serif; font-size:11px; background-color: #D2DEDF; color: #000000; }
div { margin:0px; padding:0px; }
p { margin:0px; padding:0px; }
form { display:inline; padding:0px; margin:0px; }
img { border:0; }

/* 
 * Some essentials
 */
.clear { clear:both; }
.icon { vertical-align:middle; }

/*
 * Page wrapper
 */
#wrapper { width:767px; margin:20px auto; background-color: #FFFFFF; border:20px solid white; }


/*
 * Header
 */
.header { height:115px; background-color: #CCD7D8; background-image: url(images/headerBg.jpg); background-position: right top; background-repeat: no-repeat; }
.header a { display: block; height:115px; width: 238px; background-image: url(images/headerLogo.jpg); background-position: top left; background-repeat: no-repeat; }
.headerDivider { height:21px; margin:1px 0px 1px 0px; background-color: #A9BBBC; }


/*
 * Footer
 */
.footer { height: 130px; background-image: url(images/footerBg.jpg); background-position: top left; background-repeat: no-repeat; }


/*
 * Extended footer
 */
.footerextended { width:807px; margin:20px auto; }
.footerextended div.left { float:left; width: 50%; color: #563849; }
.footerextended div.left a { color: #563849; text-decoration:none; }
.footerextended div.right { float:right; width:45%; color: #563849; text-align:right; }
.footerextended div.right a { color: #563849; text-decoration:none; }


/*
 * Central content
 */
.centralcontent { }

.leftnav { float:left; width:229px; height:auto; padding-top:15px; margin:0; background-color: #; }
.leftnav ul { margin:0; padding:0; }
.leftnav ul li { margin:0; padding:0; list-style:none; }
.leftnav ul li { list-style-image: url('/images/bullet1.jpg'); margin-bottom:9px; margin-left:30px; }

.leftnav ul li { list-style-image: url(images/bullet1.jpg); margin-bottom:9px; }
.leftnav ul li a { display:block; text-transform:uppercase; text-decoration:none; color: #53253F; }
.leftnav ul li a.selected { color: #C27B0A; }
.leftnav ul li a:hover { text-decoration:underline; }
.centraltext { float:left; width:527px; margin-left:10px; margin-bottom:20px; background-color: #F0F3F2; color: #893743; background-image: url(''); background-position: bottom right; background-repeat: no-repeat; }
.centraltext div { margin-left:20px; padding-top:10px; width:420px; color: #000000; font-size:11px; }
.centraltext div p { margin-bottom:10px; line-height: 18px; letter-spacing:1px; }
.centraltext h3 { font-size:18px; color: #8C9790; }
.centraltext ul li { margin-bottom:10px; }
