﻿.content
{
    float: left;
    width: 375px;
    margin: 0px 0 5px 80px;
    position:relative;
}
.rightPanel
{
    float:right;
    width: 225px;
    position:relative;
    margin:40px 40px 0px 20px;
}

.homeContent
{
    float: right;
    width: 650px;
    margin: 5px 30px 0px 10px;
    padding:0px;
}
.homepageContent
{
    float: right;
    width: 660px;
    margin: 10px 30px 25px 10px;
    padding:0px;
}
.clearBoth
{
    clear:both;
    margin:0px;
}
.homeContent .modalBackground
{
    width:350px;
    padding: 10px;
    text-align: center;
    background-color: #DEF3FE;
    border: solid 1px #E5E5E5;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.homeContent .modalBackground p
{
    text-align:center;
}
.modalBack
{
    background-color: #000000;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
	filter: alpha(opacity=80);
	opacity:.8;					
}
.modalHeader
{
    padding: 5px;
    font-size: 20px;
    color: #333333;
}
.popupMenu
{
    /*position:absolute;*/
    visibility:hidden;
    height:auto;
    width:auto;
    /*opacity:.9;
    filter:alpha(opacity=90);*/
    padding:5px;
    border:solid thin white;
}
.orderNav
{
    width:100%;
    float:left; 
    
}
.orderNav ul
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.orderNav li
{
    padding: 0px;
    margin: 0px;
    width: 100%;
    background-image: url( 'images/repeat.jpg' );
    background-repeat: repeat-x;
    height:auto;
    margin-bottom:3px;
    border-top:solid thin #E9E9E9;
    border-left:solid thin #E9E9E9;
    border-right:solid thin #E9E9E9;
}
.orderNav li:hover
{
    background-image: url( 'images/repeat_on.jpg' );
    background-repeat: repeat-x;
}
.entry
{
    height:70px;
    margin:0px;
    padding:0px;
    float:left;
    width: 100%;
}
.DragHandleClass
{
    background-position: left top;
    width: 32px;
    height: 50px;
    background-image: url(  'images/Move-32.png' );
    background-repeat: no-repeat;
    cursor: move;
    margin-left: 5px;
    margin-top: 2px;
    margin-right: 15px;
    padding: 0px;
}
.orderNav h2 
{
    font-size: 22px;
    padding:0px;
    margin: 5px, 0px, 0px, 0px;
    font-weight: normal;
}
.orderNav p
{
    font-size: 12px;
    padding:0px;
    margin: 5px, 0px, 5px, 0px;
}
.sctPanel
{
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #DEF3FE;
    border: solid 1px #E5E5E5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.sctPanel h2
{
}
.blogPanel
{
    margin-top: 0px;
    margin-bottom:30px;
    width:100%;
    /*background-color: #DEF3FE;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
}

.blogPanel .header
{
    /*margin-top: -20px;
    margin-left: 11px;
    margin-right: 7px;
    padding: 5px;
    width: auto;
    height: 20px;
    background-color: #ACE0FD;
    border: solid 1px #E5E5E5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size:18px;
    color:#333333;*/
}
.blogPanel .cont
{
    padding:0px 13px 0px 11px;
    
}
.blogPanel .foot
{
    width: 100%;
    padding: 2px;
    margin: 5px 0px -15px 0px;
    /*background-color: #CFEEFE;*/
    color: Gray;
    font-size: small;
    text-align: right;
    /*border: solid 1px #E5E5E5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
}
.imgRight
{
    float: right;
    border: thin solid #937E7B;
    padding: 2px;
    margin-left: 25px;
}
.imgLeft
{
    float: left;
    border: thin solid #937E7B;
    padding: 2px;
    margin-right: 45px;
    
}
.imgCen
{
    border: thin solid #937E7B;
    padding: 2px;
}
.formContact
{
    padding: 0px;
    margin: 0px;
    border: 1px solid #BBCBD7;
    vertical-align: top;
}
.formPanel
{
    width: 500px;
    padding:5px;
    text-align:left;
}
.imgThumb
{
    border: thin solid #83E747;
    padding: 3px;
    height: 75px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.imgThumbHover
{
    border:solid thin #22490A;
    padding:3px;
    height:75px;
    float:left;
    margin-right:5px;
    margin-bottom: 5px;
}
.pnlClose
{
    float: right;
    right: -15px;
    top: -15px;
    position: absolute;
}
.animNav li
{
    float:left;
    position:relative;
    width:175px;
}
.content ul
{
    margin-left:0px;
    padding:0px;
}
.content li
{
    background-position: left top;
    margin-left:20px;
    padding:0px;
}
.content li p
{
    margin-left: 30px;
}
.announce
{
    font-size: 26px;
    text-align:right;
}
.linkTable
{
    width:500px;
    margin:0px;
    padding:0px;
}
.linkTable a
{
    font-size: 20px;
    display: block;
    padding: 10px;
    height: 30px;
    line-height: 30px;
}
.linkTable a:hover
{
}
.ballstrategy
{
    margin-left:35px;
    width:400px;
    height:100px;
}
.ballplanning
{
    margin-left:135px;
    width:400px;
    height:100px;
}
.ballcreative
{
    margin-left:235px;
    width:400px;
    height:100px;
}
.creativeText, .strategyText, .planningText
{
    width:315px;
    float:right;
}
.creativeText p, .strategyText p, .planningText p
{
    margin:0px;
    padding:0px;
}
.planningText h2
{
    margin:0px;
    padding:0px;
    color:#999999;
}
.planningText a
{
    color:#999999;
    text-decoration:underline;
}
.strategyText h2
{
    margin:0px;
    padding:0px;
    color:#5F7792;
}
.strategyText a
{
    color:#5F7792;
    text-decoration:underline;
}
.creativeText h2
{
    margin:0px;
    padding:0px;
    color:#9D6E9A;
}
.creativeText a
{
    color:#9D6E9A;
    text-decoration:underline;
}
.addrblock
{
    width:180px;
    float:right;
}
.block
{
    width:100%;
    height:auto;
    margin-top:15px;
    margin-bottom:5px;
}
.blogbox
{
    width:250px;
    height:auto;
    background-image: url('../../Images/blogbox_mid.jpg');
    background-repeat: repeat-y;
    clear:both;
    margin-top:15px;
    overflow: hidden;
}
.blogbox .text
{
    margin: 0px 28px 0px 28px;
    height: 200px;
    overflow: hidden;
}
.blogbox h3
{
    color: #5F7792;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-weight: normal;
}
.blogbox p
{
    margin:0px;
    padding:0px;
}
.blogbox .bloglink
{
    margin: 0px;
    padding: 0px;
    line-height: 14px;
    font-size: 14px;
    line-height: 14px;
    text-indent: 0px;
    text-decoration: underline;
    font-size: 16px;
    display: inline;
    color: #9D6E9A;
}
.blogbox .newsTick h2
{
    color:#5F7792;
}
.blogbox .newsTick a
{
    text-decoration:underline;
}
.blogbox .newsTick img
{
    visibility: hidden;
}
.mininav .blue 
{
    color:#5F7792;
}
.mininav .grey
{
    color:#666666;
}
.mininav .pink
{
    color:#9D6E9A;
}
