@import url("global.css");



/* ======================================================= Marketing Page Styles ======================================================= */

.Header {
	padding:0 0 20px 0;
}
.Top {
	margin:40px 0 0 0;
}
.Top img {
	border:none;
}

#ContentBox {
	background:url(../images/BG_GrayBlue.gif) repeat-y;
	display:table;
	width:970px;
}
	#ContentLeft {
		width:531px; /* 606px */
		background:url(../images/BG_Gray.gif) repeat-x #B5B5B5;
		float:left;
		padding:40px 44px 40px 30px;
	}
		#ContentLeft h1 {
			padding:0 0 10px 0;
			font:12px Arial, Helvetica, sans-serif;
			font-weight:bold;
		}
		#ContentLeft h2 {
			padding:0 0 10px 0;
			font:14px Arial, Helvetica, sans-serif;
			line-height:18px;
			font-weight:bold;
		}
		#ContentLeft h3 {
			padding:0 0 10px 0;
			font:12px Arial, Helvetica, sans-serif;
			line-height:18px;
			font-weight:bold;
		}
			#ContentLeft h1 a {
				color:#000;
			}
			#ContentLeft h1 a:hover {
				text-decoration:none;
			}
		#ContentBox #ContentLeft ul {
			font:12px Arial, Helvetica, sans-serif;
			padding:0 25px 10px 0;
			list-style:circle;
		}

		#ContentLeft .Divider {
			margin:10px 0 0 0;
		}
		#ContentLeft .Left {
			float:left;
			width:340px;
			margin:20px 0 0 0;
		}
		#ContentLeft .Left p {
			font:12px Arial, Helvetica, sans-serif;
			padding:0 0 10px 0;
		}
		#ContentLeft .Right ul { 	/* links on right side of column left with the little icons next to them */
			float:left;
			padding:20px 0 0 21px;
			
		}	
			#ContentLeft .Right ul li {
				list-style:none;
				font:10px Arial, Helvetica, sans-serif;
				vertical-align:middle;
			}
			#ContentLeft .Right ul li .Divider2 {
				padding:0 0 5px 0;
			}
			#ContentLeft .Right ul li a {
				text-decoration:none;
				color:#000;
			}
			#ContentLeft .Right ul li a:hover {
				color:#996600;
			}
			#ContentLeft .Right ul .Icon {
				padding-right:20px;
				border:none;
				vertical-align:middle;
			}
	#ContentLeft .Right {
		float:left;
	}
#ContentRight {
	width:364px;
	float:left;
}
	#Bio {
		background:url(../images/BG_Blue.gif) repeat-x #00182A;
		width:324px; /*364px */
		padding:30px 20px 40px 20px;
	}
	
	#Bio p {
		font:12px Arial, Helvetica, sans-serif;
		color:#fff;
		padding:0 0 10px 0;
	}
	#Bio .GreenBTN a {
		font:13px Arial, Helvetica, sans-serif;
		color:#fff;
		text-decoration:none;
	}
	#Bio .GreenBTN a:hover {
		color:#ccc;
	}
	#Bio .GreenBTN {
		padding:15px 0 0 0;
	}
	#GalleryPreview {
		width:364px;
		height:189px;
		background:url(../images/GalleryPreview_2.jpg) no-repeat;
	}
	#GalleryPreview a {
		width:364px;
		height:189px;
		display:block;
	}
	#BookInfo2 {
		width:364px;
		height:165px;
		background:url(../images/BookInfo_2.jpg) no-repeat;
	}
	#BookInfo2 a {
		width:364px;
		height:165px;
		display:block;
	}
	#FeaturedArticle {
		width:324px; /*364px */
		background:url(../images/BG_Blue_2.gif) repeat-x #1B71B2;
		display:table;
		padding:30px 20px 20px 20px;
	}
	#FeaturedArticle p {
			font:12px Arial, Helvetica, sans-serif;
			color:#fff;
			padding:0 0 10px 0;
		}
		#FeaturedArticle p a {
			color:#fff;
			text-decoration:none;
		}
		#FeaturedArticle p a:hover {
			color:#CCC;
		}
		#FeaturedArticle .GreenBTN a {
		font:13px Arial, Helvetica, sans-serif;
		color:#fff;
		text-decoration:none;
		}
		#FeaturedArticle .GreenBTN {
			padding:15px 0 0 0;
		}
#ArticlesPage #Header {
	width:970px;
	height:55px;
	background:url(../images/HDR_ArticlesPage.gif) no-repeat;
}
#ArticlesPage #ContentLeft h1 {
 font:18px Arial, Helvetica, sans-serif;
 padding:0 0 10px 0;
}
#ArticlesPage #ContentLeft p {
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	padding:0 0 10px 0;
}
#ArticlesPage #ContentLeft ol {
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	margin:0 0 0 20px;
	padding:0 0 10px 0;
}
#ArticlesPage #ContentLeft ol a {
	color:#000;
}
#ArticlesPage #ContentLeft ul a {
	color:#000;
}
#ArticlesPage #ContentLeft p a {
	color:#000;
}
	#ArticlesPage #ContentLeft p a:hover {
		text-decoration:none;
	}
