﻿/* templates/home.css */
h1, h2 {
color: #f3c548;
font-family: arial,helvetica,geneva,verdana,sans-serif;
}
h3 {
color: #ffff99;
}
h4, h5, h6, p {
color: #fff;
}
#Content a, #Content a:link {
color: #ffffcc;
}
#Content a:hover, #Content a:focus, #Content a:active {
color: #f3c548;
}
#Content a:visited {
}
#MainWrapper {
min-height: 0;
z-index: 600;
background: ffff00;
border-bottom:1px solid #c7c7c7;
}
#MainNav {
width: 100%;
}
#HomeBanner { 
width: 100%; 
}
#Col3 {
padding-bottom: 0;
}
#Content {
z-index: 900;
min-height: 365px;
/* border-bottom: 2px solid #cdc673; */
background: transparent;
}
iframe {
overflow: hidden;
}
/* ---- add this button ---- */
#at15s {
top: 165px !important;
}
/* cmspage & above main/below main panels
---------------------------------------------------------*/
#Content .cmspage {
margin: 0; /*need to remove margins so that the container collapses when no cmspage content is available*/
}
#Content .cmspage h1, #Content .cmspage h2, #Content .cmspage h3, 
#Content .cmspage h4, #Content .cmspage h5, #Content .cmspage h6, 
#Content .cmspage p {
margin-left: 10px;
margin-right: 10px;
}
.cmspage ol, #Content .cmspanel ol {
margin-left: 17px;
margin-right: 10px;
}
.cmspage ul, #Content .cmspanel ul, .cmspage ul.Plain, #Content .cmspanel ul.Plain {
margin-left: 20px;
margin-right: 10px;
}
#Content .cmspanel {
margin: 10px;
}
