﻿/* CSS Document */
html { 
height: 100%; 
margin-bottom: 1px;
}
body {
  font-family: Verdana,sans-serif;
  font-size: 75%;
  background: #FFF url('../images/bg05.jpg');
  color: #2A2A2A;
  margin: 0;
  padding: 0;
}
a {
  color: #727272;
  text-decoration:none;
}
a:hover {
  color: #2A2A2A;
  text-decoration:none;
}
a img {
  border: 0;
}
h1, h2, h3, h4 {
  font-weight: normal;
  color: #2A2A2A;
}
.clr{
	clear:both;
}
/* {menu}*/
.blumenu{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-color: #FFFFFF;
}

.blumenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #0C3F6E;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff
}

.blumenu ul li{
display: inline;
}

.blumenu ul li a{
	float: left;
	color: #FFFFFF;
	padding: 5px 24px 5px 24px;
	text-decoration: none;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #ffffff;
}

.blumenu ul li a:visited{
color: #FFFFFF;
}

.blumenu ul li a:hover, .blumenu ul li .selected{
	color: #0C3F6E !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #ffffff;
}
/* [box] */
#mc_container {
  width: 930px;
  margin: 0 auto;
  min-width: 930px;
  padding-bottom: 50px;  
  position: relative;  
  background: transparent;
}
#mc_container .mc_content {
	background: url(../images/grd_whiteBox_left.png) repeat-y top left;
	padding-left: 16px;
	clear: both;
}
#mc_container .mc_contentInner {
  background: url(../images/grd_whiteBox_right.png) repeat-y top right;
  padding-right: 16px;
}
#mc_container .mc_bottom {
	background: url(../images/grd_bottomBody.png) no-repeat left top;
	height: 16px;
}
#mc_container .mc_bottomInner {
  height: 100%;
}
#mc_container .mc_bottomCorner {
  height: 100%;
}

/* header include styles */

#headertop {
	height: 1%;
	margin: 2;
	padding: 2;
	background-color: #6E0C0E;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url('../images/hdr_bg.gif');
}
#headertop h1.logo {
	padding: 10px 10px 0px 10px;
	float: left;
	margin: 0;
	width: 360px;
}
#headertop .contact {
  float: right;
  padding: 20px;
}
#headertop .byline {
	float: right;
	padding-right: 30px;
	padding-top: 30px;
}
#headertop .contact a{
  color: #fff;  
  font-size:1.25em;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  background: url(../images/arrow_contact.png) no-repeat center left;
}
#headertop .contact a:hover{
  color: #C6873F;
  background: url(../images/arrow_contact_over.png) no-repeat center left;
  border:0;
}
#headertop:after {
  display: block;
  content: '.';
  clear: both;
  visibility: hidden;
  height: 0;
}

#headernav {
	height: 35px;
	background-color: #FFFFFF;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* header nav styles */
#promotions {
  height: 1%;
  padding: 1.5em;
  background-color: #DDD;
}
.slim {
 padding: .5em !important;
}

#promotions:after {
  display: block;
  content: '.';
  clear: left;
  visibility: hidden;
  height: 0;
}
#promotions #promotion_left {
  width: 49%;
  float: left;
  cursor: pointer;
}
#promotions #promotion_right {
  width: 49%;
  float: right;
  cursor: pointer;
 }
.box {
  margin-left: 0em;
}
.box.rounded .box_corner, .box.rounded .box_header {
  height: 5px;
}
.box.rounded .box_header {
  background: url(../images/box_up_left_gray.png) no-repeat;
}
.box.rounded .box_header .box_corner {
  background: url(../images/box_up_right_gray.png) no-repeat top right;
}
.box.rounded .box_footer {
  background: url(../images/box_down_left_gray.png) no-repeat;
}
.box.rounded .box_footer .box_corner {
  background: url(../images/box_down_right_gray.png) no-repeat top right;
}

#main {
  padding: 2em;
  background: #FFF;
}
#main a {
  border-bottom: dotted #727272 1px;
}
#main a:hover {
  border-bottom: dotted #2A2A2A 1px;
}
#main .fc a, #main .fc a:hover  {
  border:0;
}
#main p {
  margin:.5em 0 1em 0;
  line-height: 1.5em;
  text-align: left;
}
#main textarea {
  width:157px;
  height:38px;
  border:1px solid #254F7C;
  color: #254F7C;
  background: #E0E7ED; 
  padding:5px;
}
#tagline {
 font-size: 100%;
}
#features {
  padding: 0em;
  height: 1%;
  margin: 0;
}
#features #featureleft {
  margin: 0;
  padding: 0;
  width: 220px;
  float: left;
}
#features #featureright {
  margin: 0;
  padding: 0;
  width:620px;
  float: right;
}
#features:after {
  display: block;
  content: '.';
  clear: both;
  visibility: hidden;
  height: 0;
}
#features h2 {
  font-size: 1.8em;
  margin: 0;
  margin-bottom: .5em;
}
#features h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	color: #0C3F6E;
}
/* sets COLOR to green or blue */
.advertiser {
  color: #0C3F6E;
}
.boldpoint {
  color: #0C3F6E;
}

/* feature images CSS */

#features .thumbcontainer {
	float: right;
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
	width: 300px;
}
#features .thumbcontainer2 {
	float: right;
	padding: 10px;
	margin-bottom: 1em;
	width: 150px;
	height: 180px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}
#features .thumbcontainer A{
  border: 0;
}
#features .thumbcontainer IMG{
  border: thin solid #808080;
  margin: 0;
  margin-left: 1em; 
  margin-bottom: 1em;
}

#features ul {
 list-style: disk;
 padding: 0;
 margin: .5em 0 1em 0;
} 

#features li  {
  font-weight: normal;
  line-height: 1.5em;
  margin-left: 2em;
}
#features li.idea, #features li.thumb, #features li.bpoint  {
  font-weight: bold;
  line-height: 1.5em;
  padding-top: .5em;
  padding-left: 0px;
  padding-right: 0;
  min-height: 56px;
  height: 56px;
  margin-bottom:.5em;
  margin-left: 0;
  list-style: none;
}
/*controls the advertiser and publisher menu defaults*/
#main .pagemenu {
  width: 200px;
  font-size: 1em;
  margin: 0;
  padding: 0;  
}
#main .pagemenu a {  
 display: block;   
 padding:8px 16px;
 text-decoration: none;
 color: #2A2A2A;
 font-weight: normal;
 border-top: dotted #DDD 1px;
 border-bottom: dotted #DDD 1px;
 margin:-1px;
 position:relative;
 z-index:0;
 top: 0px;
 left: 7px;
}
#main .pagemenu a:hover {  
 text-decoration: none;
 background: url(../images/arrow_nav2.png) no-repeat center left;
}

#main .pagemenu a.sidenav_active {
  font-weight: bold;
  background: url(../images/arrow_nav2.png) no-repeat center left;
}
#main .advertisermenu a:hover {
  background-color:#E6F4E3;
  border-top: dotted #3E8633 1px !important;
  border-bottom: dotted #3E8633 1px !important;
  z-index:10;
 }
#main .advertisermenu a.sidenav_active {
  background-color:#ACDCA5;
  border-top: dotted #3E8633 1px !important;
  border-bottom: dotted #3E8633 1px !important;
  z-index:11;
}
#main .publishermenu a:hover {
  background-color:#E0E7ED;
  border-top: dotted #718BA9 1px !important;
  border-bottom: dotted #718BA9 1px !important;
  z-index:10;
 }
#main .publishermenu a.sidenav_active {
	background-color: #0C3F6E;
	border-top: dotted #718BA9 1px;
	border-bottom: dotted #718BA9 1px;
	z-index: 11;
	color: #FFFFFF;
}
#main .publishermenu a.sidenav_active2 {
	background-color: #E0E7ED;
	border-top: dotted #718BA9 1px;
	border-bottom: dotted #718BA9 1px;
	z-index: 11;
}
.message {
 margin: 5px 10px 15px 10px;
 text-align: center;
 color: #FF0000;
 font-size: 24px;
}
#footer{
  font-size: .9em;
  height: 1%;
  margin: 0;
  padding: 0 1em;
}
#footer:after {
  display: block;
  content: '.';
  clear: right;
  visibility: hidden;
  height: 0;
}
#footer div.nav {  
  float: right;
  padding-right: .5em;
  margin: 0;
  padding: 0;
  padding-left: .5em;
}
#footer div.nav:after {
  clear:left;
  content:'.';
  display:block;
  height:0pt;
  visibility:hidden;
}
#footer a {
  display: block;
  float:left;
  margin-right: 1em;
  font-weight: normal;
  color: #0C3F6E;
}
#footer a:hover {
  color: #125EA5;
  border-bottom: dotted #125EA5 1px;
}
#footer #copyright {
  display: inline;
  color: #727272;
  float: left;
  padding: 1em;
  padding-top: 0em;
  padding-bottom: 0em;
  font-size: .9em;
}
.picright {
	float: right;
}

