/* These are page layout styles. */
div#top-custom {
	width: 700px;
	height: 280px;
	background: url(/COMM/creative/images/bk-custom-a.gif) no-repeat;
	margin: 0 auto;
	clear: both;
	}

div#top-consumer {
	width: 700px;
	height: 280px;
	background: url(/COMM/creative/images/bk-consumer-a.gif) no-repeat;
	margin: 0 auto;
	clear: both;
	}

div#top-packages {
	width: 700px;
	height: 280px;
	background: url(/COMM/creative/images/bk-packages-a.gif) no-repeat;
	margin: 0 auto;
	clear: both;
	}

div#top-spanish {
	width: 700px;
	height: 280px;
	background: url(/COMM/creative/images/bk-spanish-a.gif) no-repeat;
	margin: 0 auto;
	clear: both;
	}

div#menubar {
	width: 700px;
	height: 25px;
	background: url(/COMM/creative/images/bk-menu-bar.gif) no-repeat;
	margin: 0 auto;
	clear: both;
	}

div#center {
	width: 670px;
	height: 25px;
	margin: 0 auto;
	}

div#bottom-custom {
	width: 640px; /* 700-30-30=640 */
	background: url(/COMM/creative/images/bk-custom-b.gif) no-repeat;
	padding: 30px 30px 10px 30px;
	margin: 0 auto;
	clear: both;
	}

div#bottom-consumer {
	width: 640px; /* 700-30-30=640 */
	background: url(/COMM/creative/images/bk-consumer-b.gif) no-repeat;
	padding: 30px 30px 10px 30px;
	margin: 0 auto;
	clear: both;
	}

div#bottom-packages {
	width: 640px; /* 700-30-30=640 */
	background: url(/COMM/creative/images/bk-packages-b.gif) no-repeat;
	padding: 30px 30px 10px 30px;
	margin: 0 auto;
	clear: both;
	}

div#bottom-spanish {
	width: 640px; /* 700-30-30=640 */
	background: url(/COMM/creative/images/bk-spanish-b.gif) no-repeat;
	padding: 30px 30px 10px 30px;
	margin: 0 auto;
	clear: both;
	}

div#samples {
	position: relative;
	float: right;
	width: 425px;
	height: 275px;
	margin-left: hidden;
	}

div#consumer-sidebar {
	width: 226px;  /* 246-10-10=226 */
	float: right;
	padding-right: 30px;
	clear: both;
	}







/* These are styles for the menu bar. */
/* http://www.simplebits.com/notebook/2003/09/30/accessible_imagetab_rollovers.html */
ul#creative-nav {
	margin:-25px;
	position: relative;
	height: 0;
	width: 670px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}
	
	#creative-nav li {
		margin: 0; 
		padding: 0;
		list-style: none;
		display: inline;
		}

#creative-nav a {
	float: left;
	padding: 25px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:25px; /* for IE5/Win only */
	}

#creative-nav a:hover {
	background-position: 0 -25px;
	}

#custom a  {
	width: 153px;
	background: url(/COMM/creative/images/menubar-01-custom.gif) top left no-repeat;
	}
	
#consumer a  {
	width: 231px;
	background: url(/COMM/creative/images/menubar-02-consumer.gif) top left no-repeat;
	}

#packages a  {
	width: 149px;
	background: url(/COMM/creative/images/menubar-03-packages.gif) top left no-repeat;
	}

#spanish a  {
	width: 137px;
	background: url(/COMM/creative/images/menubar-04-spanish.gif) top left no-repeat;
	}






.Intro_Text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9375em; /* 16x.9375 = 15pt */
	line-height: 1.3125em; /* 16x.1.3125 = 22pt */
	color: #000000;
	margin-left: 30px;
	padding-top: 90px; 
	margin-bottom: 1.25em; 
	}

.Contact{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9375em; /* 16x.9375 = 15pt */
	color: #990000;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9375em; /* 16x.9375 = 15pt */
	font-weight: bold;
	height: 40px;
	border-top: thin solid;
	border-right: none;
	border-bottom: none;
	border-left: none;
	list-style: none;
	margin-bottom: 15px;
}

table {
	border-collapse: collapse;
	margin-left: 30px;
	}

.table-top-row {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9375em; /* 16x.9375 = 15pt */
	font-weight: bold;
	border-top: thin solid;
	border-right: none;
	border-bottom: thick solid;
	border-left: none;
	padding: 5px;
}

.table-left-col {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9375em; /* 16x.9375 = 15pt */
	font-weight: bold;
	border-top: none;
	border-right: none;
	border-bottom: thin solid;
	border-left: none;
	padding: 5px 120px 5px 5px;
}

.table-data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9375em; /* 16x.9375 = 15pt */
	text-align: center;
	border-top: none;
	border-right: none;
	border-bottom: thin solid;
	border-left: none;
	padding: 5px;
}

