﻿body
{
    background-color: #ffffff;
    background-image: url(/images/MediaCenter/background.gif);
    background-repeat: repeat-x;
    color: #444444;
    font-family: Arial;
    font-size: 14px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

/*  BANNER AREA ------------------------------------------------------------------------- */


#ContainerDivOuter
{
    width: 100%;
    text-align: center;
}
#ContainerDiv
{
    width: 990px;
    margin: 20px auto;
}

#content
{
    background-image: url(/images/MediaCenter/gummybears.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #Fff;
    border: solid 2px #888888;
    margin-top: auto;
    margin-bottom: 0px;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 30px;
    float: left;
    width: 680px;
}
#ContentBodyRight #content
{
    margin-left: 18px;
    margin-right: 0px; 
}
#ContentBodyLeft #content
{
     margin-left: 0px;
     margin-right: 18px; 
}
#sidepanel
{
	background-image: url(/images/MediaCenter/peppermints.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
h4
{
    font-family: Arial;
    font-size: 16px;
    color: #000000;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    border-bottom: solid 1px #888888;
    padding-bottom: 2px;
    margin-bottom: 8px;
    letter-spacing: -.5px;
    margin-top: 15px;
}
h1
{
    width: 100%;
    border-bottom: solid 1px #888888;
    padding-bottom: 8px;
    padding-top: 4px;
    margin-bottom: 0px;
}
h1 a.taggedlink:link, h1 a.taggedlink:visited
{
    font-family: Arial;
    font-size: 24px;
    letter-spacing: -1px;
    color: #000;
    font-weight: normal;
}
.authorPubdate
{
    height: 17px;
    border-bottom: 1px solid #F0F0F0;
}
div.post .pubDate
{
    color: #666666;
    font-size: 10px;
    float: right;
}

div.post .text
{
    padding-top: 10px;
}
.bookmarks
{
    float: left;
    font-size: 11px;
}

/*----------------------------
						Menu
----------------------------*/

#menu
{
    background: #f4f4f4;
    border: 1px solid silver;
    padding: 2px 5px 2px 5px;
    margin-bottom: 40px;
}

#menu a.apmlfilter
{
    float: right;
    margin-right: 10px;
    background: url(../../pics/apml.png) no-repeat left 1px;
    padding-left: 16px;
}

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

#menu ul li
{
    display: inline;
}

#menu ul li a
{
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
    color: #000;
}

#menu ul li a.feed img
{
    margin-right: 3px;
    margin-bottom: -2px;
}

.recentPosts a
{
    font-size: 11px;
    letter-spacing: -.2px;
}
.recentPosts a:link, .recentPosts a:visited
{
}
.recentPosts a:active, .recentPosts a:hover
{
    color: #000;
    text-decoration: underline;
}
ul.recentPosts li
{
    padding-bottom: 0px;
}
a
{
    color: #001857;
}
.sidebarcontent
{
    margin: 30px 0px;
}

.PageIntroArea
{
    width: 100%;
    margin: 0px;
}
.PageIntroLeft
{
    width: 300px;
    display: block;
    float: left;
    margin-right: 40px;
}
.PageIntroRight
{
    width: 300px;
    display: block;
    float: left;
    border: solid 1px #ccc;
    background-color: #f4f4f4;
    padding: 15px;
}
.PageBodyArea
{
    min-height: 500px;
    width: 100%;
    margin: 0px;
}

