body {
    font: normal normal 11px/1.5 Georgia, "Times New Roman", Times, serif;
}

html, body {
	width: 100%; 
	height: 100%;
	margin: 0; 
	text-align: left;
}

table {
	height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

a {
    color: #000;
    text-decoration: none;
}

h1 {
    margin: 0 0 14px 0;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
}

h2 {
    margin: 0 0 14px 0;
    text-decoration: none;
    font-style: italic;
    font-weight: normal;
}

h3 {
    margin: 0;
    text-decoration: underline;
    font-style: normal;
    font-weight: normal;
}

ul {
  margin-bottom: 14px;  
}

p {
    margin: 0 0 11px 0;
}

label {
    display: block;
    clear: left;
	float: left;
	padding: 3px 0;
	width: 120px;
}

input {
	float: left;
    border: 1px solid #000000;
}

.text {
	padding: 1px;
    width: 149px;
}

input.submit {
    clear: both;
}

form {
     margin: 0 0 11px 0;
}

form li {
	clear: both;
    float: left;
    margin: 0 0 11px 0;
}

.main-area {
    margin: 20px 0 0 22px;
    min-height: 320px;
}

.content {
	float: left;
    padding: 4px 0 0 4px;
    margin: 28px 0 0 172px;
    display: inline;
}

.content h2 {
    margin: 0;
}

.column {
    float: left;
    display: inline;
    width: 200px;
}

#sidebarcontact {
	float: none;
    width: auto;
}

a:hover {
    text-decoration: underline;
}

/* == NAVIGATION */

.navigation {
    padding: 24px 6px 4px 28px; /* 28px is from 6px + 22px margin-left of container td. This is due to its position being fixed. */
    float: left;
    width: 162px; /* Original width, minus 4px padding-left and 6px padding-right. */
    display: inline;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
}

.navigation h1 a {
	display: block;
	text-indent: -999em;
    text-decoration: none;
    background: url(../images/logo.png) no-repeat 0 0;
    width: 50px;
    height: 14px;
    border-bottom: 1px solid #fff;
}

.navigation h2 {
    margin: 0;
}

.navigation h1 a:hover {
    color: #ffffff;
    border-bottom: 1px solid #000;
}

.current-cat a {
    text-decoration: underline;
}


/* == FOOTER */

.table-footer {
    vertical-align: bottom;
}

.table-footer td {
    vertical-align: bottom;
}

.footer-information {
	background: transparent url(../images/slingback-footer-small.png) repeat-x scroll 0 bottom;
    height: 188px;
    text-indent: -999em;
}

.footer-information div {
	height: 188px;
    width: 702px;
    margin: 0;
}


/* HOMEPAGE SPECIFIC FOOTER */

.home .footer-information {
  	background: transparent url(../images/slingback-footer-large.png) repeat-x scroll 0 bottom;
	height: 344px;
}

.home .footer-information div {
	background: transparent url(../images/slingback-footer-large.png) repeat-x scroll 0 bottom;
	height: 344px;
	width: 702px;
}

/* == CLIENTS page */

.clients .main-area {
    width: 928px; /* Based on table "width" attribute from existing site. */
}

/* == CONTACT page */

.contact .main-area {
   width: 828px; /* Based on table "width" attribute from existing site. */
}

#people {
    width: 228px;
}

/* == FORGOT PASSWORD PAGE */

.forgot-password .content {
    width: 528px;
}

.forgot-password .main-area {
    width: 906px; /* Based on table "width" attribute from existing site. */
}

/* == DIRECTOR PAGES */

.description {
    width: 298px;
}

.entry-wrapper {
	width: 348px;
}

.entry {
    margin: 0 15px 0 0;
    width: 348px;
}

.entry h3 {
	margin: 0 0 0 0;
    text-decoration: none;
}
.entry img {
	height: 196px;
    width: 348px;
}

.first .entry {
    margin-left: 200px;
}

.last {
    padding: 0;
}

.last div {
    width: 100px;
}
