
@import url("css/master.css");

.boxes {
 font-size: 11px;
 font-weight:bold;
 color: #333333;
 font-family: Arial;
 line-height:13px;
 background-image:url(images/b_bg_shadow.gif);
 background-position:top left;
}

#div_brands {
    width:170px;
    height:130px;
    background-image:url(images/b_brands_n.gif);
    background-position:top left;
    background-color: #e8eff6;
}


#div_agencies {
    width:170px;
    height:130px;
    background-image:url(images/b_agencies_n.gif);
    background-position:top left;
    background-color: #e8eff6;
}

#div_networks {
    width:170px;
    height:130px;
    background-image:url(images/b_networks_n.gif);
    background-position:top left;
    background-color: #e8eff6;
}

#div_publishers {
    width:170px;
    height:130px;
    background-image:url(images/b_publishers_n.gif);
    background-position:top left;
    background-color: #e8eff6;
}


#container {
    width: 941px;
    margin: auto;
}



/* CALL OUTS */

#callout-block {
    width: 216px;
   	padding-bottom: 5px;
}

.co_title_image {
  width:203px;
  height:34px;
  background-color: #367c2b;
  margin-bottom: 10px;
}


.co_content {
 padding-left: 10px;
 font-size: 12px;
 font-weight:bold;
 color: #333333;
 font-family: Arial;
 margin-bottom: 10px;
}

.co_content a {
 color: #0071b6;
}

.co_content a:hover {
 color: #367c2b;
}


a.white_link {
   color: #ffffff;
   font-weight:bold;
   font-family: Arial;
   font-size: 12px;
}



#copy-block {
    padding:20px;
	width:651px;
	margin:3px;
	border: 1px solid #acaaaa;
    
    
}


#copy-block-main {
    width: 660px;
    height: 430px;
    float: left;
    margin: 18px 0 0 18px;
    padding: 0 0 0;
    border: 1px solid #9c9b9b;
    background-image: url(../images/img_main.jpg);
    background-repeat: no-repeat;
}






#footer {
    clear: both;
	width:917px;
	padding-top: 0px;
    padding-left: 15px;
    padding-bottom: 10px;
    font-size: 11px;
    color: #0065ab;
}

#footer a.nav {
    padding: 0px 5px 0px 5px;
    color: #0065ab;
    text-decoration: none;
}

#footer a.nav:hover {
    padding: 0px 5px 0px 5px;
    color: #367c2b;
    text-decoration: underline;
}

#footer #sharethis {
    color: #333333;
    font-size: 11px;
}

#footer #connect {
    font-size: 11px;
    color: #367c2b;
    font-size: 12px;
}



/*  FONTS   */


#copy-block {
    font-size: 12px;
    color: #333333;
    font-family: Arial;
    line-height: 16px;
}
#copy-block p {
    margin-top: 22px;
}

#copy-block h2 {
    font-size: 22px;
    color: #367c2b;
    margin-bottom: 22px;
    font-family: sans-serif;
}

#copy-block h3 {
    font-size: 14px;
    color: #367c2b;
    margin-bottom: -15px;
}



#copy-block ul ,#copy-block li {
   margin-left: 12px;
   list-style: circle;
}

.nounder {
    text-decoration: none;
}




/* forms  */

#contact-area {
	width: 500px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 371px;
	font-family: Arial;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
	outline:none;
}





#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}


label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 14px;
}
.form-wrapper {
	padding-left:115px;
}
#contact-area .checkboxes input, #contact-area .checkboxes2 input {
	width:auto;
float:none;
margin:0 10px 0 0;
padding:0;
border:none;
}
#contact-area .checkboxes {
	margin-bottom:10px;
	padding-left:30px;
}
#contact-area .checkboxes2 {
	margin-bottom:10px;
}
.clearboth {
    clear: both;
}


/* MAIN MENU BOTTOM    */

#copy-block-nav {
    width: 660px;
    height: 50px;
    margin-top: 380px;
    padding: 0;
    display: block;
    background-color: #55a4dc;
}

#but-brands {
height: 50px;
width: 141px;
background: url(../images/nav_brands.gif) 0px 0px no-repeat;
float: left;
}

#but-brands:hover {
background: url(../images/nav_brands.gif) 0px -50px no-repeat;
}

#but-agencies {
height: 50px;
width: 164px;
background: url(../images/nav_agencies.gif) 0px 0px no-repeat;
float: left;
}

#but-agencies:hover {
background: url(../images/nav_agencies.gif) 0px -50px no-repeat;
}

#but-adnetworks {
height: 50px;
width: 189px;
background: url(../images/nav_adnetworks.gif) 0px 0px no-repeat;
float: left;
}

#but-adnetworks:hover {
background: url(../images/nav_adnetworks.gif) 0px -50px no-repeat;
}

#but-publishers {
height: 50px;
width: 166px;
background: url(../images/nav_publishers.gif) 0px 0px no-repeat;
float: left;
}

#but-publishers:hover {
background: url(../images/nav_publishers.gif) 0px -50px no-repeat;
}





