html, body
{
    background: url(../mimages/bodybg.gif) #80ba41 top repeat-x;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    font-family: arial;
}
form
{
    padding: 0px;
    margin: 0px;
}
a
{
    text-decoration: none;
}
#logo a
{
    background: url(../mimages/headergraphic.gif) top left no-repeat;
    height: 53px;
    width: 100%;
    display: block;
    text-indent: -1000em;
}
#logo
{
    background: url(../mimages/logobg.gif) bottom center repeat-x;
    width: 100%;
    margin: 0px;
    padding-top: 15px;
}
#content
{
    padding: 0px 6px 0px 6px;
}
#contentinside
{
    background: #a1cc72;
    height: inherit;
    padding: 5px;
    text-align: left;
}
#teaser
{
    background-color: #fff;
    text-align: center;
    height: 175px;
}
#teaserinside
{
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}
#wrapper
{
    width: auto;
    text-align: center;
}
#startdigital
{ background: url(../mimages/AOY.jpg) no-repeat;
    height: 142px;
      
    position: relative;
    margin-left: auto;
    margin-right: auto;
    
}
/*#startdigitalmonitor a
{
    background: url(../mimages/monitor.jpg) no-repeat;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 165px;
    height: 142px;
}
#nexttimestartdigital
{
    background: url(../mimages/nexttimestartdigital.jpg) no-repeat;
    position: absolute;
    text-indent: -1000em;
    left: 10px;
    top: 30px;
    width: 116px;
    height: 44px;
}*/
#startbutton a
{
    background: url(../mimages/morebutton.gif) no-repeat;
    position: absolute;
    text-indent: -1000em;
    left: 10px;
    top: 100px;
    width: 116px;
    height: 44px;
}
#nav ul
{
    padding: 0px;
    margin: 0px;
    margin-left: 6px;
    display: block;
    overflow: auto;
    margin-top: 5px;
}
#stories, #bottombuttons, #nav
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#nav li a
{
    padding: 0px;
    margin: 0px;
    color: #fff;
    font-size: 11px;
    font-family: "century gothic" , arial, verdana;
    display: block;
    text-align: center;
    padding: 6px;
}
#nav li a:hover
{
    background-color: #a1cc72;
}
#nav li
{
    float: left;
    padding: 0px;
    margin: 0px;
    display: block;
}
#clients table
{
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid #333;
}
#clients td
{
    padding: 2px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    width: 50%;
}
a img
{
    border: 0px;
}

.about_on #aboutnav a, .services_on #servicesnav, .work_on #worknav, .news_on #newsnav
{
    background-color: #a1cc72;
}

/** mystery space between ul and h1 on default news page - this should hack for presentation**/
#stories
{
    margin-top: -20px;
    padding: 0px;
    height: auto;
}

#stories li a
{
    display: block;
    background: #fff url(../mimages/storybg.gif) repeat-x 0 0;
    border-top: 1px solid #a1cc72;
    color: #333;
    font-size: 15px;
    font-weight: bold;
}
#stories li a:hover
{
    background: #fff url(../mimages/storybg.gif) repeat-x 0 -150px;
    color: #000;
}
#footer3
{
    background-color: #000;
    text-align: center;
    padding-bottom: 0px;
    height: 90px;
}
#footer3 p
{  background-color: #000;
    color: #666;
    margin: 4px 0px 0px 0px;
    width: 298px;
    line-height: 16px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
#footer3 a
{
    color: #80ba41;
}
#bottombuttons
{
    background-color: #000;
    padding-top: 6px;
    text-align: center;
    overflow: auto;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
#bottombuttons .local
{
    text-align: center;
    width: 64px;
    height: 28px;
    background: url(../mimages/bottom_button_tile.gif) top left;
    float: left;
    border: 1px solid #222;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-left: 1px;
}
#bottombuttons .local a
{
    color: #ccc;
    font-size: 11px;
    line-height: 29px;
    display: block;
    vertical-align: center;
}
#bottombuttons .ext
{
    width: 30px;
    margin-left: 2px;
    float: left;
}
.story
{
    background: url(../mimages/arrow.gif) top right no-repeat;
    display: block;
    line-height: 19px;
    padding: 13px 25px 13px 10px;
}
#article
{
    background-color: #fff;
    padding: 20px;
}
#article p, #article li
{
    font-size: 1.1em;
    line-height: 1.5em;
    color: #666;
    margin-top: 0px;
}
#article ul
{
    padding: 0px;
    padding-left: 15px;
}
#article h1
{
    color: #000;
    font-size: 1.8em;
    font-weight: normal;
    border-left: 8px solid #000;
    padding-left: 10px;
    margin-left: -20px;
}
#article h2
{
    font-size: 1.6em;
    margin-bottom: .2em;
    margin-top: 20px;
}
#article h3
{
    font-size: 1.4em;
    margin-bottom: 5px;
}
#article h4
{
    font-size: 1.1em;
    margin-bottom: 5px;
}
#article h5
{
    font-size: .9em;
    text-transform: uppercase;
    color: #666;
    margin-top: 0.1em;
}
#article a
{
    color: #a1cc72;
}
#awardslist p, #awardslist li, #clients li
{
    border-bottom: 1px dotted #ccc;
    padding: 3px;
    margin: 0px;
}
.dateline
{
    text-transform: uppercase;
    font-weight: bold;
}
strong
{
    color: #000;
}
blockquote
{
    margin-left: 10px;
}
#subnav
{
    float: right;
}
#subnav a
{
    padding: 5px 5px 5px 15px;
    background: url(../mimages/tinyarrow.gif) no-repeat 5px center;
    margin-right: 3px;
    font-size: 12px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#subnav a:hover
{
    background-color: #a1cc72;
    color: #fff;
}
#storyoptions
{
    float: right;
    background-color: #f1f1f1;
    border: 3px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    width: auto;
    font-weight: bold;
    padding-right: 0px;
}
#storyoptions a
{
    color: #333;
    margin-right: 2px;
}
#storyoptions img
{
    margin-right: 2px;
}
.teamphoto
{
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 40%;
    max-width: 150px;
    clear: both;
}
.required
{
    color: maroon;
}
#newslettersignup label
{
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}
.txt_email
{
    width: 100%;
}
fieldset
{
    padding: 20px;
    padding-top: 10px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.pull
{
    width: 40%;
    float: left;
    margin-right: 20px;
}
#content .pull strong
{
    color: #80ba41;
    font-size: 14px;
}
#startdigitalmonitor
{
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 50%;
}
#clientsimage
{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#aboutteam
{
    overflow: auto;
}
.intouchgroup
{
    margin-left: auto;
    margin-right: auto;
    border: 4px solid #fff;
    outline: 4px solid #ccc;
    display: block;
}
#morebutton a
{
    width: auto;
    color: #333;
    font-size: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: bold;
    text-align: center;
    border: 2px solid #ccc;
    padding: 10px;
    display: block;
    margin-top: 10px;
    background-color: #f1f1f1;
}
.morebutton4
{
    font-size: 1.4em;
    font-weight: bold;
    padding: 10px;
    padding: 10px 0;
    text-align: center;
}
.alt
{
    background-color: #f2f2f2;
}
#clients ul
{
    list-style: none;
    padding: 0px;
    border-top: 2px solid #ccc;
}
#icons
{
    width: 80px;
    float: right;
    margin-top: 15px;
}
#icons img
{
    float: left;
    border: 0px;
    margin-left: 10px;
}
.contactdetail
{
    float: left;
    width: 65%;
}

#kansascity img, #chicago img
{
    float: left;
    width: 30%;
    border: 1px solid #fff;
    outline: 1px solid #ccc;
    margin-right: 10px;
}

#kansascity, #chicago, #contactemails
{
    overflow: auto;
    margin-bottom: 10px;
    height: auto;
    clear: both;
    border-bottom: 1px dotted #ccc;
}

#contactemails
{
    padding-top: 10px;
}

#contactemails h3, #chicago h3, #kansascity h3
{
    margin: 0px;
}
#contactemails p, #chicago p, #kansascity p
{
    margin-top: 0px;
    line-height: 15px;
    margin-bottom: 5px;
}

#contactemails h3
{
    border-bottom: 1px dotted #ccc;
    padding-bottom: 2px;
    margin-bottom: 4px;
    margin-top: 15px;
}
