body {
    font:13px/1.5em arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;
    color: #424242;
    /*background: url(/images/body_bg.gif) repeat-x;*/
    text-align: center;
    padding: 0;
    margin: 0;
	border-top: 12px solid #ccc;
}
a {
    color: #FAA212;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h2 {
    font: bold 145% Arial, Helvetica, sans-serif;
    /*color: #c41d02;*/
	color: #FAA212;
    margin-bottom: 5px;
    margin-top: 13px;
}
h3, h3 a {
    font: bold 125% Arial, Helvetica, sans-serif;
    color: #FAA212;
    margin-bottom: 2px;
    margin-top: 0;
    text-decoration: none;
}
h4 {
    font: bold 110% Arial, Helvetica, sans-seriff;
    color: #352A9C;
    margin-bottom: 2px;
    margin-top: 0;
}

img { border: 0; }
    
#wrap {
    width: 810px;
    margin: 0 auto;
    text-align: left;
}
#header {
    position: relative;
    width: 810px;
    min-height: 70px;
}

#header #logo {
    margin: 5px;
    width: 100%;
    min-height: 65px;
    background: url(/images/brightgeist-media.png) top left no-repeat;
}

#header #logo img.bgm_logo {
    width: 406px;
    height: 61px;
    border: 0;
}
    
#header .top_nav {
	padding: 5px;
	background: url(/images/small_box_grad.gif) top left repeat-x;
    border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    width: 800px;
    height: 20px;
    text-align: left;
    margin-bottom:3px;
}

#header .top_nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#header .top_nav ul li {
    float: left;
    padding: 4px 2px;
    margin: 0;
    color: #333;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#header .top_nav ul li a {
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

#header .top_nav ul li a:hover {
    text-decoration: underline;
	color: #FAA212;
}


#logininfo {
    float: right;
    margin: 0;
    width: 800px;
    padding: 5px;
    float: left;
    color: #4A6D92;
    background-color: white;
    text-align: right;
    font-weight: bold;
}
#logininfo a {
    color: #4A6D92;
    text-decoration: none;
}
#logininfo a:hover {
    color: #e98125;
    text-decoration: none;
}
    
div.middlecontainer {
    clear: both;
    float: left;
    width: 800px;
    margin: 5px;
    padding: 0px;
}
   
#footer {
    clear: both;
    padding: 8px;
    background: url(/images/why_bg.gif) top left repeat-x;
    border-top: 1px solid #ccc;
    margin-top: 15px;
    text-align: center;
}
#footer a {
    font-size: 12px;
    text-decoration: none;
	border-bottom: 1px dotted #424242;
    color: #424242;
}
#footer a:active, #footer a:hover {
    color: #e98125;
}
#footer ul {
    margin: 15px;
    padding: 0;
    border: 0;
    list-style-type: none;
}
#footer ul li {
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
}
   
#copyright {
    clear: both;
	width: 700px;
    margin: 0px auto;
    font-size: 10px;
    text-align: center;
    color: #424242;
}
#copyright a {
    font-size: 10px;
    text-decoration: none;
}

/****************************************
*         EXTRA ELEMENTS CSS FOR USE      *
****************************************/

h3.finance, h3.biztech, h3.health, h3.ecms {
    /*color: #e98125;*/
	/*color: #c41d02;*/
	color: #FAA212;
    padding-top: 20px;
    height: 70px;
}
h3.finance {
    background: url(/images/finance_icon_sm.gif) top left no-repeat;
    padding-left: 90px;
}

h3.biztech {
    background: url(/images/bustech_icon_sm.gif) top left no-repeat;
    padding-left: 80px;
}

h3.health {
    background: url(/images/health_icon_sm.jpg) top left no-repeat;
    padding-left: 80px;
}

h3.ecms {
    background: url(/images/ecms_icon_sm.gif) top left no-repeat;
    padding-left: 65px;
}

#our_cats {
    clear: both;
    float: left;
    width: 755px;
    height: 175px;
    border-right: 1px solid #d2dce2;
    border-left: 1px solid #d2dce2;
    border-bottom: 1px solid #d2dce2;
    background: #fff url(/images/our_cat_top_bar.gif) top left no-repeat;
}

#our_cats .cat_listing {
    width: 150px;
    height: 125px;
    margin-top: 50px;
    float: left;
    font: 13px Arial, Helvetica, sans-serif;
    color: #666;
    line-height: 20px;
}

#our_cats #cat_finance {
    background: url(/images/lougi_finance.jpg) top left no-repeat;
    padding-left: 100px;
}

#our_cats #cat_bustech {
    background: url(/images/lougi_bustech.jpg) top left no-repeat;
    padding-left: 100px;
}

#our_cats #cat_health {
    background: url(/images/lougi_health.jpg) top left no-repeat;
    padding-left: 100px;
} 
    
    
#contact {
    float: left;
    height: 169px;
    width: 319px;
    background: #efefef;
	border: 1px solid #ccc;
    font-family: Arial, sans-serif;
    color: #242424;
    padding: 4px;
    margin-top: 20px;
    margin-left: 20px;
}
    
#contact a {
    text-decoration: none;
    color: #3A347B;
}
    
#contact a:hover {
    text-decoration: underline;
}

.contact_thumb {
    float: left;
    width: 90px;
    height: 169px;
    padding-left: 3px;
}

.contact_thumb img {
	border: 1px solid #ccc;
}
.contact_info {
    float: left;
    height: 169px;
    width: 220px;
    padding-left: 5px;
    line-height: 25px;
}

#contact h4 {
    font-size: 22px;
    margin-bottom: 3px;
    margin-top: 0;
    padding-left: 5px;
}

.contact_name {
    font-size: 18px;
    line-height: 24px;
}

.contact_job {
}



#howwedoit {
    margin-top: 15px;
    color: white;
	width: 798px;
	height: 255px;
	background: #4f72a1 url(/images/how_bg3.jpg) top left no-repeat;
}
#howwedoit h4 {
    font-size: 24px;
    color: white;
}
#howwedoit h5 {
    font: bold 14px Verdana, Arial, Helvetica, sans-serif;
    color: white;
    margin: 0px;
    padding-bottom: 5px;
}
div.learnmore {
    clear: both;
    width: 130px;
    height: 25px;
    padding-left: 620px;
    padding-top: 18px;
    text-align: right;
    overflow: hidden;
}
.learnmore a {
    font: bold 20px Verdana, Arial, Helvetica, sans-serif;
    color: white ;
    text-decoration: none;
}    
.learnmore a:hover, .learnmore a:active {
    text-decoration: underline;
}    
.howtab1 {
    float: left;
    padding: 10px;
    width: 245px;
    height: 180px;
}
.howtab2, .howtab3, .howtab4 {
    float: left;
    padding: 10px;
    padding-top: 115px;
    width: 157px;
    height: 75px;
}       
    
.orange {
	font-weight: bold;
	color: #e98125;
}  

#pressbody {
    clear: both;
    float: left;
    width: 600px;
    margin: 5px;
    padding: 0px;
    line-height: 17px;
}
#pressbody p, #pressbody li {
    margin-top: 17px;
    margin-bottom: 17px;
    text-align: justify;
}
#pressfoot1 {
    padding-top: 15px;
}
#pressfoot2 {
    padding-top: 15px;
    margin-left: 20px;
}

#logintable td {
    padding: 6px;
    border: 1px #CCCCCC solid;
}

#logintable td.left {
    background-color: #DCDCFF;
    border: 1px #CCCCCC solid;
}

.formtable td {
    padding: 5px;
    vertical-align: top;
}
#contactleft, #contactright {
    float: left;
    width: 250px;
    height: 400px;
    padding: 10px;
}
#contactleft p {
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    padding-left: 17px;
}
#contactleft a {
    text-decoration: none;
}
#contactright img {
    border: 0;
}
#pubterms {
    line-height: 20px;
}
#pubterms li {
    margin-bottom: 8px;
}

.pubinfoanswers {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 17px;
    padding-left: 0;
    list-style-type: square;
}
.pubinfoanswers li {
    
}

#infoforpubs li {
    margin-bottom: 25px;
    line-height: 20px;
}
#infoforpubs li strong {
    font-size: 16px;
}
#infoforpubs li a {
    color: #c41d02;
    text-decoration: none;
}
#infoforpubs li a:hover {
    text-decoration: underline;
}

.standardtable td, .standardtable th {
    padding: 5px;
    vertical-align: top;
    text-align: left;
}
.standardtable td {
    border: 1px #DEDEDE solid;
}
.standardtable thead td, .standardtable th {
    font-weight: bold;
}

.alert {
    color: red;
    font-weight: bold;
    /*font-size: 16px;*/
}
.highlight {
    font-weight: bold;
    background-color: yellow;
    color: black;
}

.adunit {
    margin: 10px;
    padding: 5px;
    border: 1px #666666 dotted;
}
.fullheight {
    min-height: 500px;
}

	 
.joinNetwork ul li {
	margin-bottom: 10px;
}
.joinNetwork ol {
	margin-top: 5px;
}
.joinNetwork p.affiliate {
	font-size: smaller;
}
.joinNetwork p.affiliate span{
	font-weight: bold;
}
.joinNetwork img{
	display: block;
	margin:auto;
}

/* NEW NEW NEW */

#topleft {
	margin: 10px 10px 15px 0;
	width: 485px;
	height: 252px;
	float: left;
}

#topright {
	float: right;
	width: 292px;
	height: 252px;
}

#topright .headline {
	font: bold 17px Arial, Helvetica, sans-serif;
	color: #FAA212;
	margin-top: 10px;
	margin-bottom: 10px;
}

#topright .toptext {
	font: 13px/16px Arial, Helvetica, sans-serif;
	text-align: left;
    padding-bottom: 8px;
    line-height: 18px;
}

#topright .toptext em {
	border-bottom: 1px dotted #ccc;
	margin-right: 10px;
}

#client_tabs {
	margin: auto;
}

#client_tabs td {
	vertical-align: top;
}

.smallbox {
	width: 275px;
	height: 125px;
	border: 1px solid #e5e5e5;
	background: url(/images/small_box_grad.gif) top left repeat-x;
	color: #a9a9a9;
}

.verysmallbox {
	width: 275px;
	height: 75px;
	border: 1px solid #e5e5e5;
	background: url(/images/small_box_grad.gif) top left repeat-x;
	color: #a9a9a9;
}
.smallbox p {
	padding: 10px 10px 10px 20px;
}

.verysmallbox p {
	padding: 10px 10px 10px 20px;
}

.smallboxtitle {
	width: 265px;
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #e5e5e5;
	padding: 2px 0px 2px 10px;
}

.verysmallboxtitle {
	width: 265px;
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #e5e5e5;
	padding: 2px 0px 2px 10px;
}

.verysmallbox img {
	vertical-align: middle;
}

.smallboxtitle a, .verysmallboxtitle a {
	color: #a9a9a9;
}

#whybg {
	margin: 15px 0 45px;
	width: 800px;
	border: 1px solid #e5e5e5;
	background: url(/images/why_bg.gif) top left repeat-x;
	color: #a9a9a9;
}

.whytitle img {
	vertical-align: middle;
	
}

#whytable {
	margin: 5px 20px 10px 20px;
}

#whytable img {
	vertical-align: middle;
}

.left20 {
	padding-left: 20px;
}

.left40 {
	padding-left: 40px;
}


/* New Advertisers Page Stuff */
#a { float: left; width: 230px; min-height: 600px; }
#b {}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}
#b ul { font-size: inherit; }
#signuppad { padding: 10px 0 15px; }
#a ul { list-style-type: none; padding-left: 10px; }
#category_note { margin-top: 20px; padding-top: 5px;border-top: 2px dotted #ccc; font-style: italic; }
.clearall { clear: both; }
#b { float: right; width: 550px; }
#b h2 { border-bottom: 2px dotted #ccc; }
#b h3 { margin-top: 20px;}
#b ol { }
#channel_signup { margin-top: 10px; text-align: center; }
#process_signup { margin-top: 70px; text-align: center; }

#slideshow_title {
	text-align: center;
}

#slideshow_title h2 {
	font-size: 180%;
	text-align: center;
	color: #3d73bd;
	border-bottom: none;
}
