/*
    Document   : global
    Created on : Mar 27, 2010, 10:56:03 AM
    Author     : clementsm
    Description:
        Purpose of the stylesheet follows.
*/


root {
    display: block;
}
* {
    margin:0;
    padding:0;
}
body {
    font:75%/18px Arial, Helvetica, sans-serif;
    height:auto;
    color:#000;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

h1 {
    font-size:2em;
    line-height:3em;
    margin-bottom:1em;
}
h2 {
    font-size:1.6em;
    line-height:2.4em;
    margin-bottom:0.8em;
}
h3 {
    font-size:1.4em;
    line-height:2.1em;
    margin-bottom:0.7em;
}
h4, h5, h6, p, q, cite, blockquote, address {
    font-size:1.2em;
    line-height:1.5em;
    margin-bottom:0.6em;
}
li, dd, dt {
    font-size:1.2em;
    line-height:1.8em;
}
li li, li p, td p, blockquote p, p cite, blockquote cite {
    font-size:1em;
}
a, a:visited {
    color:#000;
    text-decoration: none;
    border-bottom: 1px #600 dotted;
}
a:hover, a:active {
    outline:none;
    color:#600;
    border-bottom: 1px #000 solid;
}
/* Lists */
ol{
    list-style:decimal;
}
#wrap {
    width:100%;
}
#innerWrap {
    overflow:hidden;
    width:1110px;
    margin:0 auto;
}
#container {
    width:960px;
    padding:10px;
    margin:0 auto;
}
.home #wrap {
    background:#fff url('../assets/home_background_468x1px.png') top left repeat-x scroll;
}
.home #innerWrap  {
    background:#fff url('../assets/home_featuredBG_1110x497px.jpg') top center scroll no-repeat;
}
.content #wrap {
    background:#fff url('../assets/content_background_1x270px.png') top left repeat-x scroll;
}
.content #innerWrap {
    width:1070px;
    background-position:0 105px;
    background-attachment:scroll;
    background-repeat: no-repeat;
}
.about #innerWrap {
    background-image:url('../assets/about_featureBG_1070x200px.jpg');
}
.clients #innerWrap {
    background-image:url('../assets/client_featureBG_1070x200px.jpg');
}
.contact #innerWrap {
    background-image:url('../assets/contact_featureBG_1070x200px.jpg');
}
.services #innerWrap {
    background-image:url('../assets/services_featureBG_1070x200px.jpg');
}
.broadcast #innerWrap {
    background-image:url('../assets/broadcast_featureBG_1070x200px.jpg');
}
.corporate #innerWrap {
    background-image:url('../assets/corporate_featureBG_1070x200px.jpg');
}
.nonprofit #innerWrap {
    background-image:url('../assets/nonProfit_featureBG_1070x200px.jpg');
}
.packages #innerWrap {
    background-image:url('../assets/packages_featureBG_1070x200px.jpg');
}
.packages #innerWrap {
    background-image:url('../assets/services_featureBG_1070x200px.jpg');
}
.webvideo #innerWrap {
    background-image:url('../assets/webVideo_featureBG_1070x200px.jpg');
}
.work #innerWrap {
    background-image:url('../assets/work_featureBG_1070x200px.jpg');
}
/*
    Site Branding.  Home page works through attaching the "home" class to the body tag.
*/
#branding {
    position: relative; /* Positioning Context for Header Items */
    padding-top:1em;
    width:100%;
    height:500px;
    vertical-align: bottom;
}
.content #branding {
    height:320px;
}
#branding a {
    color:#fff;
}
#branding h1 {
    display:block;
    float:left;
    width:275px;
    height:63px;
    text-indent: -999em;
    background: url('../assets/logo_275x63px.png') no-repeat left top;
}
#branding li {
    list-style:none;
    display:inline;
}
/*
    Social Icon Set
*/
#social {
    position:relative;
    top:1em;
    margin-left:1em;
    display:block;
    float:left;
    width:120px;
    height:42px;
    background: url('../assets/social_120x42px.png') no-repeat left top;
}
#social li {
    display:inline;
    float:left;
}
#social a {
    display:block;
    width:23px;
    height:22px;
    border:none;
    text-indent: -999px;
}
#social a:hover, #social a:active {
    outline:none;
    text-decoration: none;
}
#taglineGroup {
    width:430px;
    position:absolute;
    top:180px;
    left:1em;
    font-family: Corbel, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color:#fff;
}
.content #taglineGroup {
    top:140px;
}
#taglineGroup h2 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom:5px;
    font-family: Corbel, "Lucida Sans Unicode", "Lucida Grande", sans-serif;

}
#taglineGroup p {
    font-size: 18px;
    line-height: 18px;
    margin:0 0 20px 0;
}
#taglineGroup p + p {
    font-size: 12px;
    margin:0;
    padding-left:20px;
    line-height:22px;
    background: transparent url('../assets/work_bg_85x22px.png') left top no-repeat;
    width:85px;
}

#missionStatement {
    position:absolute;
    top:410px;
    left:175px;
    color:#aaa;
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-size:13px;
    line-height: 13px;
    padding-left:12px;
    background: transparent url('../assets/rt_arrow_wt_7x7px.png') left center scroll no-repeat;
}
#highDefinition {
    top:250px;
    left:850px;
    position:absolute;
    color:#ccc;
    font-family: Corbel, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
}
#highDefinition abbr {
    border:none;
    cursor: pointer;
}
/*
Navigation:

Just trusty suckerfish for the drop-down menu, only have the CSS for one level, since
I don't think this layout will need more.
*/
#mainNav {
    float:right;
    margin:0;
}
#mainNav ul {
    z-index:99;
    margin:0;
    padding:0;
}
#mainNav li {
    margin:0;
    text-transform: uppercase;
    padding:0 1em;
    background: url('../assets/manNav_separator_2x12px.png') right center no-repeat;
    float:left;
    width:auto; /* need this so opera does not choke */
}
#mainNav li.last {
    padding-right:0;
    background: none;

}
#mainNav a {
    color:#333;
    border:none;
    line-height: 63px;
    display:block;
}
#mainNav a:hover, #mainNav a:active {
    color:#600;
    outline:none;
}
/* Second Level */
#mainNav li ul {
	position: absolute;
	width: 8em;
	left: -999em;
        top:60px;
        background: url('../assets/bg_white_70.png') left top repeat scroll;
}
#mainNav li ul li {
    width:auto;
    background: none;
    padding:0;
    margin:0;
}
#mainNav li ul a {
    margin:0 1em;
    line-height:30px;
}
#mainNav li:hover ul, #mainNav li.sfhover ul {
    left: auto;
}
/*  Content */
#content {
    width:100%;
    overflow:hidden; /* so it contains floated components */
    margin-bottom: 40px;
    z-index: 10000;
}
#features {
    margin: 0;
    padding: 0;
}
#features li {
    position:relative;
    width:210px;
    height:200px;
    margin:0 40px 0 0;
    display:block;
    float:left;
}
#features li.last {
    margin-right:0;
    float: right;
}
#features h4, #content h4 {
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    font-size: 18px;
    line-height: 18px;
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: 400;
}
#features p {
    font-family:Arial, Arial, Helvetica, sans-serif;
    margin-bottom:0.5em;
}
#features .more {
    position:absolute;
    top:164px;
    background: url('../assets/background_feature_anchor_1x36px.png') left top repeat-x scroll;
    height:36px;
    width:100%;
    line-height:16px;
    font-size:10px;
    text-align: right;
    text-transform: lowercase;
}
#features .more a {
    color:#fff;
    padding:0 10px;
    background: url('../assets/rt_arrow_wt_7x7px.png') left center no-repeat scroll;
}
/*
Footer
*/
#siteInfo {
    clear:left;
    width:100%;
    height:50px;
    line-height:50px;
    border-top:2px dotted #666;
    text-align: center;
}
#siteInfo abbr {
    border:none;
    cursor:pointer;
}
#siteInfo ul {
    margin:0 auto;
}
#siteInfo li {
    margin:0 1em;
    display:inline;
    font-size: 10px;
}
#siteInfo li:before {
    content: '* ';
}
#siteInfo a {
    border:none;
}
#siteInfo a:hover, #siteInfo a:active {
    border:none;
}
/*
    Commonly used list stules
*/
ul ol, ul ul, ol ol {
    margin-left: 1em;
}
li {
    margin-left:2em;
}
ol li {
    list-style-type: decimal;
}
ul li {
    list-style-image: url('../assets/rt_arrow_maroon_7x7px.png');
}
/*
    Section: Corporate
*/
#corporateInfo {
    margin:0 0px 220px 10px;
    width:950px;
    display:block;
    overflow: hidden;
}
#corporateInfo li {
    display:block;
    width:220px;
    float:left;
    margin:0 20px 0 0;
}
#corporateInfo li.last {
    margin-right:10px;
    float:right;
}
#corporateInfo h5 {
    text-transform: uppercase;
    font-size: 16px;
    line-height:16px;
    margin: 8px 0;
    width:auto;
}
#corporateInfo li ul {
    margin:8px 0 0 0;
    position:absolute;
    width:210px;
    height:180px;
    padding:5px;
}
#corporateInfo li ul li {
    background: transparent url('../assets/rt_arrow_maroon_7x7px.png') 0 7px no-repeat scroll;
    list-style-type: disc;
    line-height:1.5em;
    height:auto;
    margin: 0.2em 0;
    padding-left:1em;
    width:80%;
    clear:left;
}
/*
    Miscellanous functional styles
*/
.required {
    color:#f00;
}
.floatRight {
    float:right;
}
.floatLeft {
    float:left;
}
.clearBoth {
    clear:both;
}
.clearLeft {
    clear: left;
}
.clearRight {
    clear:right;
}
#npVideo {
    z-index: 100;
    float:left;
    margin:20px 2em 1em 0;
}
/* Designer Branding */
.brandBy {
    padding-right:20px;
    background: url('../../assets/BrandBy.jpg') right center no-repeat scroll;
}
/* Contact Form */
#contactForm {
    width:auto;
    margin:2em 0;
    float:left;
}
#contactForm fieldset {
    margin: 1em 0; /*  space out the fieldsets a little*/
    padding: 2em 1em;
}
#contactForm fieldset + p {
    margin-top: 2em;
}
#contactForm legend {
    padding: 2px 6px;
}
/* Float the labels left, and give them some width, so everything lines up
    unless of course, you have the label on the right of a radio button or
    checkbox - we deal with those separately */
#contactForm label {
    float: left;
    clear:left;
    width: 8em;
}
#contactForm input + label {
    float:none;
}
#contactForm fieldset, #contactForm legend, #contactForm input[type="text"], textarea {
    border: 1px solid #ccc;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
#contactForm textarea {
    padding:0.5em;
}
#contactForm input[type="text"] {
    width:200px;
    padding: 0 0.5em;
}
#contactForm input[type="checkbox"]{
    margin-right:1em;
}
#contactForm input:focus, #contactForm textarea:focus {
    background: #ffc;
}
/* This is for future use
#contactForm option {
    background: transparent url('../assets/accept.png') right center scroll no-repeat;
    padding-right:30px;
}
*/
#addresses {
    margin:2em 0;
    width:33%;
    float:right;
}