@charset "UTF-8";
/* CSS Document */

/************* misc styling****************/
.logo{
	padding-top: 63px;
	padding-bottom: 0 px;
	border-color:#FFFFFF;
	}
	
img{
	border-color:#FFFFFF;
	}

	
h1{
	font-family: Helvetica, sans-serif;
	font-weight: lighter;
	font-size:20px;
	font-style: normal;
	}	
	
.bodycopy{
	font-family: Helvetica, sans-serif;
	font-size:14px;
	}
	

td{
	padding: 10px;	
	}
	
p{
	font-family:Helvetica, sans-serif;
	font-size:15px;
	}	
			
/*******************end**********************/	
		
	
/******************* Div Styles*******************/



#page{
	/*margin-left:15%;*/
	margin:0 auto 0 auto;
	width:1024px;
	font: Helvetica, sans-serif;
	}
	
#body{
	/*margin-left:51px;
	margin-right:51px;*/
	/*height:1522px;*/
	height:1530px;
}		
			
			
#header{
	margin-left:51px;
	margin-right:51px;
	}

#navbar{
	margin-left:373px;
	margin-top:-17px;
	}	



/********************End Div Styles***********************/


/******** Diffenent color headings for each page***********/	
.headindex{
	color:#333333;
	}
	
.headblog{
	color:ff6666;
	}
			
.headadvertising{
	color:#99cc66;
	}
	
.headoverview{
	color:#0099ff;
	}
	
.headsales{
	color:#333399;
	}
	
.ratecardhead{
	color:#cc9966;
	}	
	
.contacthead{
	color:#ff6666;
	}	
	
.headacrchive{
	color:#ff0099;
	font-family:Helvetica, sans-serif
	}			
/************** END******************/	



/******************NAV BAR*********************/
#cssdropdown, #cssdropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}

#cssdropdown li {
	float: left;
	position: relative;
	}

	
ul a:hover {
	color: #5D5D5D; 
	border-bottom-style: solid;
	border-bottom-width:medium;     
	}
	
.mainitems{
	font-family: Helvetica, sans-serif;
	font-size:16px;
	padding-right:21px;
	border-bottom:17px;

	}

.mainitems a{
	margin-left: 6px;
	margin-right: 8px;
	text-decoration: none;
	color:#000000;
	padding-bottom:8px;

	}

.subuls{
	display: none;
	width: 10px;
	position: absolute;
	top: 1.2em;
	left: 0;
	border: none;
	background-color: #FFFFFF ;
	}

.subuls li{
	width: 100%;
	border:none;
	}

.subuls li a{
	text-decoration: none;
	border-bottom:none;
	}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	}

#restofcontent { /*wrap rest of content of the page inside this div*/
	clear: left;
	}

/********************END*****************************/

		
/*********Changes the current page link on the nav bar***********/	
.archcurrent{
	border-bottom-style:solid;
	border-bottom-color: #ff0099;
	color:#CC6699;
	font-family: Helvetica, sans-serif;
	font-size:16px;
	text-decoration: none;
	padding-bottom:10px;
	}
	
.overcurrent{
	border-bottom-style:solid;
	border-bottom-color: #0099ff;
	color:#CC6699;
	font-family: Helvetica, sans-serif;
	font-size:16px;
	text-decoration: none;
	padding-bottom:9px;
	}	

.homecurrent{
	border-bottom-style:solid;
	border-bottom-color: #5D5D5D;
	color:#CC6699;
	font-family: Helvetica, sans-serif;
	font-size:16px;
	text-decoration: none;
	padding-bottom:9px;
	}	

.contactcurrent{
	border-bottom-style:solid;
	border-bottom-color: #ff6666;
	font-family: Helvetica, sans-serif;
	font-size:16px;
	text-decoration: none;
	padding-bottom:9px;
	}
	
.advertcurrent{
	border-bottom-style:solid;
	border-bottom-color: #99cc66;
	font-family: Helvetica, sans-serif;
	font-size:16px;
	text-decoration: none;
	padding-bottom:9px;
	}		

.ratecardcurrent{
	border-bottom-style:solid;
	border-bottom-color: #cc9966;
	font-family: Helvetica, sans-serif;
	font-size:16px;
	text-decoration: none;
	padding-bottom:9px;
	}
	
.salescontactcurrent{
	border-bottom-style:solid;
	border-bottom-color: #333399;
	font-family: Helvetica, sans-serif;
	font-size:16px;
	text-decoration: none;
	padding-bottom:9px;
	}	
	
.biocurrent{
	border-bottom-style:solid;
	border-bottom-color: #617f7f;
	font-family: Helvetica, sans-serif;
	font-size:16px;
	text-decoration: none;
	padding-bottom:9px;
	}		

/***************END******************/


/****Page Link Colors- each page has different color links****/

.linkoverview{
	color: #0099ff;
	}
	
a.linkoverview:hover{
	color:#0099ff;
	text-decoration:none;
	}	
	
.linkratecard{
	color:#cc9966;
	text-decoration:underline;
	font-family: Helvetica, sans-serif;
	}
		
a.linkratecard:hover{
	color: #cc9966;
	text-decoration:none;
	}
		
.linkcontact{
	color: #333399;
	}
		
.linkarchive{
	color:#ff0099;
	font-family: Helvetica, sans-serif;
	font-size:11px;
	}
	
a.linkarchive:hover {
	color: #ff0099;
	text-decoration:none;
	}

.linkadvert{
	color:#99cc66;
	font-family:Helvetica, sans-serif;
	}

a.linkadvert:hover{
	color:#99cc66;
	text-decoration:none;
	}	

.linksales{
	color:#333399;
	}

a.linksales:hover{
	text-decoration:none;
	color:#333399;
	}	
	
.linkhome{
	color:#4D4D4D;
	font-family:Helvetica, sans-serif;
	}
	
a.linkhome:hover{
	border:thin;
	color:	#4D4D4D;	
	}
	
.linkbio{
	color:#60807f;
	font-family:Helvetica, sans-serif;
	}	
	
a.linkbio:hover{
	border:thin;
	text-decoration:none;	
	}
	
#space {
	margin-top:11px;
}

#space2 {
	margin-top:9px;
}

#space3 {
	margin-top:1px;
}

#space4 {
	margin-top:14px;
}
	
	/* ISSUU SMART LOOK FIX */
#issuusb-shadow{border-collapse: separate;}
table #issuusb-shadow, td, tr{
padding: 0px;
}		
	
/*****************End***********************/			
	
