﻿html, body {margin:0;padding:0;font-family:Arial, Helvetica, sans-serif;min-width:975px;position:relative;height:100%;}
form {min-height:100%;position:relative;}

/*Skeleton*/
#top {height:18px;}
header {padding:20px 0;background:url('images/headerbkgd.jpg') top center no-repeat;height:125px;}
nav {background:url('images/menu.png') top center repeat-x;height:40px;font-size:110%;font-weight:bold;line-height:40px;}
main {padding:20px;width:935px;margin:0 auto;position:relative;background-color:#fff;padding-bottom:90px;display:block;}
aside {width:155px;float:left;padding:10px;}
aside p, .box p {margin:0;font-size:90%;}
footer p {margin:1em 0 0;}
footer {padding:15px 0;position:absolute;bottom:0;left:0;width:100%;height:50px;}
h2 {margin:0;font-weight:normal;}
h3 {margin-bottom:0;}
.accordion h3 {cursor: pointer;background:#ccc;border-radius:10px;padding:3px;}
a, a:link, a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
.box {padding:15px;float:left;margin-left:20px;width:203px;height:210px;margin-bottom:20px;position:relative;}
.box.wide {width:330px;}
 a.box {color:black;}
 a.box:hover {text-decoration:none;}
.box .band  {position:absolute;top:0;left:0;height:70px;width:100%;}
.box img {position:relative;margin-bottom:25px;margin-top:-20px;}
nav a, footer a {display:inline-block;padding:0 .75em;}
a img {border:0;}
.NoBorder td {border:0;}
.left {float:left;}
img.left {margin-right:10px;}

/*Search Screen*/
.searchMenu input {width:100px;}
.searchMenu .spacer {height:.5em;}
.searchMenu .chosen-container {width:110px!important;}

.profile {width:201px;height:200px;padding:10px 16px;border-left:solid 1px whitesmoke;float:left;margin:15px 0}
.profile:nth-child(4n+1) {border-left:none;}
.profile img {display:block;}
.profile span {display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}

/*Centered Content*/
header, nav, footer, .box {text-align:center;}

/*All Caps*/
nav, aside h2 {text-transform:uppercase}

/*Dark Green*/
#top, footer, aside {background-color:#13764e;color:white;}
nav a {color: #13764e;}

/*Green*/
.green, h1 {color:#1b9865;}

/*Blue*/
.blue {color:#1979b6;}

/*Orange*/
.orange {color:#f06423;}

/*White*/
footer a {color:white;}

/*Light Green*/
.greenlt {background-color:#bee2d2;}

/*Light Blue*/
.bluelt {background-color:#91c5ea;}

/*Light Orange*/
.orangelt {background-color:#fbc153/*OLD:#f9ac1a;*/}

/*Gray Background*/
nav, .box {background-color:#e6e7e8;}
header {background-color:#ccc;}

/*Profile Page*/
input[disabled] {display: inline; width: auto; border: none; color: black; background: transparent;}