/* Start of CMSMS style sheet 'basis' */
* {
    border: 0;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    font-size: 11px;
    line-height: 130%;
    font-family: Verdana, Tahoma, sans-serif;
    background: white url(../../resources/images/backgrounds/body.png) repeat-y top left;
}

h1 {
    font-size: 17px;
    margin-top: 25px;
    font-weight: bold;
}

h2 {
    font-size: 14px;
    color: #FA9E37;
    margin-top: 15px;

}

h3 {
    color:  #D31145;
    font-size: 14px;
    font-weight: bold;
}

p {
    margin-top: 15px;
}

address {
    margin-top: 15px;
}

p.lead {
    font-weight: bold;
}

p.date {
    font-style: italic;
    margin-top: 3px;
}

a {
    color: #FA9E37;
}

a:hover {
    color: #D31145;
}

li {
    margin-left: 20px;
}

div#container {
    width: 994px;
    min-height: 100%;
    position: relative;

    background: url(../../resources/images/backgrounds/container.jpg) no-repeat top left;


}

* html #container {
    height: 100%;
}

ul#banners {
    position: relative;
    height: 80px;
    margin-top: -80px;
    margin-left: 222px;
    width: 772px;
    background: url(../../resources/images/backgrounds/alldots.png) no-repeat bottom right;

    list-style-type: none;
}

ul#banners li {
    float: left;
    margin: 0;
    margin-right: 5px;

}

ul#banners li img {
    border: 1px solid  #E7E7E7;
    width: 123px;
    height: 60px;
}

ul#navigation {
    width: 197px;
    position: absolute;
    left: 0;
    top: 127px;
    list-style-type: none;
}

ul#navigation li {
    display: inline;
    list-style-type: none;
    margin: 0;
}


ul#navigation li a {
    width: 197px;
    display: block;
    height: 22px;
    margin-top: 2px;
    line-height: 22px;
    text-indent: 40px;
    text-decoration: none;
    text-transform: uppercase;
    color: #211F20;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    background: url(../../resources/images/backgrounds/menuitem.png) no-repeat 0 -22px;
}

ul#navigation li a.active, ul#navigation li a:hover {
    background-position: 0 0;
}

#navigation li H3 {
width: 197px;
    display: block;
    height: 22px;
    margin-top: 2px;
    line-height: 22px;
    text-indent: 40px;
    text-decoration: none;
    text-transform: uppercase;
    color: #211F20;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    background: url(../../resources/images/backgrounds/menuitem.png) no-repeat 0 0px;
}


ul#navigation li.alternative a {
    text-align: center;
    background: transparent;
    text-indent: 0;
    font-size: 10px;
    color: #A7A7A7;
    padding-top: 5px;
}

dfn {display: none;}

div#content {
    padding: 65px 257px 100px 222px;
    min-height: 368px;
}

* html div#content {
    height: 553px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 368px;
}

div.contact 		{ background: url(../../resources/images/contact.jpg) no-repeat right 85px; }
div.copywriting 	{ background: url(../../resources/images/copywriting.jpg) no-repeat right 85px; }
div.creative	 	{ background: url(../../resources/images/creative.jpg) no-repeat right 85px; }
div.home		 	{ background: url(../../resources/images/home.jpg) no-repeat right 85px; }
div.newsletter	 	{ background: url(../../resources/images/newsletter.jpg) no-repeat right 85px; }
div.aboutus	 		{ background: url(../../resources/images/aboutus.jpg) no-repeat right 85px; }
div.portfolio	 	{ background: url(../../resources/images/portfolio.jpg) no-repeat right 85px; }
div.textredaction 	{ background: url(../../resources/images/textredaction.jpg) no-repeat right 85px; }
div.training	 	{ background: url(../../resources/images/training.jpg) no-repeat right 85px; }



div#content img {
    margin-right: 15px;
}

div.NewsSummary {
    padding-left: 110px;
    overflow: hidden;
    width: 390px;
    margin-top: 15px;
}

div.NewsSummary img {
    float: left;
    margin: 0;
    margin-left: -110px;
    _margin-left: -55px;
}
/* End of 'basis' */

