/* GLOBAL CSS */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	background-color: #DDDDDD;
	height: 100%;
}
a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #006699;
}
a:hover {
	text-decoration: none;
	color: #006699;
}
a:active {
	text-decoration: underline;
}
#container {
	width: 940px;
	height: 100%;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #AAAAAA;
	border-left-color: #AAAAAA;
}
#header {
	background-image: url(../images/logoHeader.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: right;
	height: 164px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 100px;
	float: left;
	width: 840px;
}

#global_col2 {
	float: left;
	width: 360px;
	margin-left: 40px;
	color: #86929C;
	padding-top: 10px;
	line-height: 2em;
}
.yellowText {
	color: #FFB30B;
}
.redText_Lpad {
	color: #990000;
	padding-left: 60px;
	padding-top: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.5em;
}
.blueText_Lpad {
	color: #008ab0;
	padding-left: 60px;
	padding-top: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.5em;
}
.blue2Text_Lpad {
	color: #005782;
	padding-left: 60px;
	padding-top: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.5em;
}
.greenText_Lpad {
	color: #68a102;
	padding-left: 60px;
	padding-top: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.5em;
}
.greyText_Lpad {
	color: #86929C;
	padding-left: 60px;
	padding-top: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.5em;
}
.statonGraphic {
	margin-right: 10px;
	clear: left;
	float: left;
}
.underline {
	text-decoration: underline;
	line-height: 1.9em;
}
.bottomRLink {
	float: right;
}
.lineHeight2em {
	line-height: 1.9em;
}



/* NAVIGATION */

#navLinks {
	height: 32px;
	padding-top: 20px;
	padding-right: 31px;
	font-size: 12px;
	color: #990000;
}
#navLinks a:link, #navLinks a:visited {
	padding-right: 26px;
	padding-left: 26px;
	letter-spacing: 0.1em;
	text-decoration: none;
	color: #990000;
}
#navLinks a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#navBtns {
	padding-right: 15px;
}
#logoBtn {
	float: left;
	height: 100px;
	width: 200px;
	padding-left: 40px;
}




/* FOOTER */

#footer {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	text-align: center;
	color: #a2bfaf;
	clear: both;
	background-color: #FFFFFF;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #A2BFAF;	
}
#footer a:hover {
	color: #990000;
	text-decoration: none;	
}




/* HOME */

#home_mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 15px;
	float: left;
	width: 920px;
}
#home_colorColLeft {
	height: 217px;
	width: 491px;
	float: left;
	color: #FFFFFF;
	background-image: url(../images/home_greenBG_left.jpg);
	background-repeat: no-repeat;
	background-color: #78A20C;
	padding-top: 50px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	padding-bottom: 0px;
}
#home_colorColLeft a:link, #home_colorColLeft a:visited {
	color: #F9B918;
	text-decoration: none;
}
#home_colorColLeft a:hover {
	color: #FFFFFF;
}
#home_colorColLeft p {
	clear: left;
	padding-right: 40px;
	padding-left: 20px;
}
#home_colorColLeft ul {
	color: #FBBA17;
	clear: left;
	padding-left: 20px;
}
#home_colorColLeft li {
	float: left;
	width: 170px;
	margin-bottom: 8px;
	margin-right: 30px;
	list-style-type: none;
}
#home_colorColRight {
	height: 197px;
	background-color: #78A20D;
	background-image: url(../images/home_greenBG_right.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 289px;
	padding-top: 50px;
	padding-left: 100px;
	padding-right: 60px;
	padding-bottom: 20px;
	color: #FFFFFF;
	margin: 0px;
}
#home_colorColRight a:link, #home_colorColRight a:visited {
	color: #FBBA17;
	text-decoration: underline;
}
#home_colorColRight a:hover {
	text-decoration: none;
	color: #FBBA17;
}
#home_colorColRight p {
	padding: 0px;
	margin-top: 10px;		
}
#home_col1 {
	float: left;
	padding-top: 10px;
	width: 360px;
}
#home_col2 {
	float: left;
	width: 225px;
	margin-left: 30px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #ced3d7;
	color: #86929C;
	background-image: url(../images/logoGraphic.jpg);
	background-repeat: no-repeat;
	background-position: 0px 34px;
	padding-right: 18px;
}
#home_col3 {
	float: left;
	color: #86929C;
	background-image: url(../images/logoGraphic.jpg);
	background-repeat: no-repeat;
	background-position: 0px 34px;
	width: 240px;
	margin-left: 20px;
}
.home_bottomRLink {
	float: right;
	margin: 0px;
	padding: 0px;
}
#home_detailsLinks {
	float: right;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}



/* SHOWDAILY & PRINT */

#print_col1 {
	float: left;
	width: 395px;
	color: #86929C;
	padding-right: 40px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #86929C;
	background-image: url(../images/logoGraphic.jpg);
	background-repeat: no-repeat;
	background-position: 0px 34px;
}
#print_col2 {
	float: left;
	color: #86929C;
	padding-top: 10px;
	width: 360px;
	margin-left: 20px;
}
#print_colorColLeft {
	height: 217px;
	width: 491px;
	float: left;
	background-image: url(../images/home_blueBG_left.jpg);
	background-repeat: no-repeat;
	background-color: #0C849F;
	padding-top: 50px;
	padding-left: 0px;
	padding-right: 0px;
	color: #FFFFFF;
	padding-bottom: 0px;
}
#print_colorColLeft a:link, #print_colorColLeft a:visited {
	color: #F9B918;
	text-decoration: none;
}
#print_colorColLeft a:hover {
	color: #FFFFFF;
}
#print_colorColLeft p{
	clear: left;
	padding-right: 40px;
	padding-left: 20px;
}
#print_colorColLeft ul {
	color: #FBBA17;
	clear: left;
	padding-left: 20px;
}
#print_colorColLeft li {
	float: left;
	margin-bottom: 8px;
	width: 170px;
	margin-right: 30px;
	list-style-type: none;
}
#print_colorColRight {
	height: 197px;
	background-color: #0C849F;
	background-image: url(../images/home_blueBG_right.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 269px;
	padding-top: 50px;
	padding-left: 100px;
	padding-right: 80px;
	padding-bottom: 20px;
	color: #FFFFFF;
}



/* SHOWDAILY TV */

#tv_col1 {
	float: left;
	width: 395px;
	color: #86929C;
	padding-right: 40px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #86929C;
}
#tv_col2 {
	float: left;
	color: #86929C;
	padding-top: 10px;
	width: 360px;
	margin-left: 20px;
}
.tv_blueText {
	color: #008ab0;
	padding-left: 124px;
	padding-top: 0px;
	margin-top: 11px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.4em;
}
#tv_colorCol {
	height: 207px;
	width: 855px;
	float: left;
	background-image: url(../images/tv_redBG.jpg);
	background-repeat: no-repeat;
	background-color: #981B0D;
	padding-top: 60px;
	padding-left: 85px;
	padding-right: 0px;
	color: #FFFFFF;
	padding-bottom: 0px;
}
#tv_colorCol a:link, #tv_colorCol a:visited {
	color: #FDB812;
}
#tv_colorCol a:hover {
	color: #FDB812;
	text-decoration: none;
}
.tv_textBox200 {
	float: left;
	width: 190px;
	margin-right: 40px;
	height: 80px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.tv_textBox180 {
	float: left;
	width: 180px;
	margin-right: 0px;
	height: 80px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-right: 25px;
}



/* WEB AND MOBILE */

#web_col1 {
	float: left;
	width: 380px;
	color: #86929C;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #86929C;
	background-image: url(../images/logoGraphic.jpg);
	background-repeat: no-repeat;
	background-position: 0px 34px;
}
#web_col2 {
	float: left;
	width: 360px;
	margin-left: 40px;
	color: #86929C;
	background-image: url(../images/logoGraphic.jpg);
	background-repeat: no-repeat;
	background-position: 0px 34px;
}
#web_colorColLeft {
	height: 217px;
	width: 438px;
	float: left;
	background-image: url(../images/web_greenBG_left.jpg);
	background-repeat: no-repeat;
	background-color: #78A20C;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 40px;
	color: #FFFFFF;
	padding-bottom: 0px;
}
#web_colorColLeft a:link, #web_colorColLeft a:visited {
	color: #F9B918;
	text-decoration: underline;
}
#web_colorColLeft a:hover {
	color: #FDB813;
	text-decoration: none;
}
#web_colorColRight {
	height: 217px;
	background-color: #78A20D;
	background-image: url(../images/web_greenBG_right.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 282px;
	padding-top: 50px;
	padding-left: 100px;
	padding-right: 60px;
	padding-bottom: 0px;
	color: #FFFFFF;
}
#web_colorColRight a:link, #web_colorColRight a:visited {
	color: #FBBA17;
	text-decoration: underline;
}
#web_colorColRight a:hover {
	text-decoration: none;
	color: #FDB813;
}



/* VIDEO AND PRODUCTS */

.vp_col1row {
	float: left;
	width: 395px;
	color: #86929C;
	padding-right: 40px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #86929C;
	background-image: url(../images/logoGraphic.jpg);
	background-repeat: no-repeat;
	background-position: 0px 34px;
	padding-bottom: 40px;
}
#vp_col2 {
	float: left;
	margin-left: 50px;
	color: #86929C;
	padding-top: 10px;
}



/* SAMPLES */

.samples_col1row {
	float: left;
	color: #86929C;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #86929C;
	background-image: url(../images/logoGraphic.jpg);
	background-repeat: no-repeat;
	background-position: 0px 34px;
	padding-bottom: 40px;
	width: 305px;
	padding-right: 30px;
}
.samples_col2row {
	float: right;
	color: #86929C;
	padding-right: 20px;
	width: 448px;
	clear: right;
}
.samples_col2row p {
	padding-right: 20px;
	margin-top: 5px;	
}



/* CONTACT */

#contact_colorColLeft {
	height: 187px;
	width: 430px;
	float: left;
	background-image: url(../images/contact_greenBG_left.jpg);
	background-repeat: no-repeat;
	background-color: #78A20C;
	padding-top: 60px;
	padding-left: 45px;
	padding-right: 40px;
	color: #FFFFFF;
	padding-bottom: 20px;
}
#contact_colorColLeft a:link, #contact_colorColLeft a:visited {
	color: #FBBA17;	
}
#contact_colorColLeft a:hover {
	color: #FBBA17;
	text-decoration: none;	
}
#contact_colorColRight {
	height: 257px;
	background-color: #78A20D;
	background-image: url(../images/contact_greenBG_right.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 375px;
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
}



/* ABOUT */

#about_col1 {
	float: left;
	width: 380px;
	color: #86929C;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #86929C;
	background-image: url(../images/logoGraphic.jpg);
	background-repeat: no-repeat;
	background-position: 0px 34px;
}
#about_col2 {
	float: left;
	width: 360px;
	margin-left: 40px;
	color: #86929C;
	background-image: url(../images/logoGraphic.jpg);
	background-repeat: no-repeat;
	background-position: 0px 34px;
	padding-top: 35px;
}
.about_row {
	color: #86929C;
	padding-right: 50px;
	background-image: url(../images/logoGraphic.jpg);
	background-repeat: no-repeat;
	background-position: 0px 43px;
	clear: left;
	margin-top: 40px;
}
.about_row_member {
	color: #86929C;
	padding-right: 50px;
	clear: left;
	padding-top: 40px;
}
.about_row p {
	padding-right: 350px;
}
.about_title {
	font-size: 15px;
	line-height: 1.6em;
}
.about_text {
	line-height: 1.8em;
	padding-left: 5px;
}
.about_headshot {
	float: right;
	margin-left: 60px;
}



/* DETAILS */

.details_col1rows {
	width: 500px;
	color: #86929C;
	background-image: url(../images/logoGraphic.jpg);
	background-repeat: no-repeat;
	background-position: 0px 34px;
	padding-bottom: 70px;
	line-height: 1.9em;
}
.details_heading_drkblue {
	color: #005782;
	font-size: 1.1em;
}
.details_heading_blue {
	color: #008AB0;
	font-size: 1.1em;
}
.details_heading_red {
	color: #990000;
	font-size: 1.1em;
}
.details_heading_green {
	color: #68a102;
	font-size: 1.1em;
}
.details_img {
	float: right;
	padding-right: 60px;
}


/* PUBLISHERS */
#publishers_col1rows {
	width: 500px;
	color: #86929C;
	background-image: url(../images/logoGraphic.jpg);
	background-repeat: no-repeat;
	background-position: 0px 34px;
	padding-bottom: 70px;
	line-height: 1.9em;
}



/* TERMS AND PRIVACY */
.terms_and_privacy {
	padding-right: 300px;
	line-height: 18px;
	padding-left: 10px;
	color: #8E96A2;
}


/* MEDIA AND PR */
/*
#media_col1 {
	float: left;
	width: 365px;
	color: #86929C;
	padding-right: 70px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #86929C;
	background-image: url(../images/logoGraphic.jpg);
	background-repeat: no-repeat;
	background-position: 0px 34px;
	padding-bottom: 70px;
}
#media_col1_row2 {
	float: left;
	width: 365px;
	color: #86929C;
	padding-right: 70px;
	background-image: url(../images/logoGraphic.jpg);
	background-repeat: no-repeat;
	background-position: 0px 34px;
}
#media_col2 {
	float: right;
	color: #86929C;
	margin-right: 22px;
}
*/
