/* @override http://kefhost:8888/blankiedepot/css/blankieStyle0.css */

body {
	background-color: #3f7f7e;
	color: #666;
	margin: 0;
	padding: 0;
	font-family: small "Lucida Grande", Lucida, Verdana, sans-serif;
}

#page {
	width: 881px;
	position: relative;
	display: block;
	padding: 12px 0 0;
	background-color: white;
	margin: 0 auto;
}

#header {
	margin: 0 90px;
	padding: 0;
}

#navBar {
	width: 881px;
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}

#content {
	clear: both;
	padding: 0;
	margin: 0 90px;
}

#footer {
	background-color: #96c9c7;
	clear: both;
	display: block;
	width: 881px;
	padding-top: 12px;
	margin: 0;
}

.logo {
	float: left;
}

.headerphoto {
	float: right;
}

p {
	color: #666;
	margin: 0;
	padding: 10px 0 12px;
	line-height: 1.3em;
}

a, a:active {
	text-decoration: none;
	color: #4b8e8c;
}

a:visited {
	text-decoration: none;
	color: #5d8e8c;
}

a:hover {
	text-decoration: underline;
	color: #6ac9c7;
}

#footer a, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: white;
}

#footer a:hover {
	text-decoration: underline;
	color: #3f7f7e;
}

.bottom {
	color: black;
	text-decoration: none;
	font: 75% "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 90px;
	padding-top: 6px;
	padding-bottom: 9px;
}

h1 {
	border-bottom: dotted 1px #000000;
	margin-bottom: 0px;
}

h2 {
	color: #ed2324;
	padding: 0;
	background-color: #fff;
	margin: 0;
	line-height: 1.3em;
	font-size: 1.3em;
}

h3 {
	color: #27a2a1;
	font-size: medium;
	padding: 0;
	margin-top: 18px;
	margin-bottom: 0;
	line-height: 1.5em;
}

blockquote {
	margin-top: 0;
	padding: 0;
}

#subBar {
	background-color: #b9cd32;
	height: 24px;
	margin: -46px -90px 24px;
}

/* @group navBar */

#nav {
	position: relative;
	top: 10px;
	margin: 0;
	padding: 0;
	height: 80px;
	list-style-type: none;
}

#nav li ul, #nav li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: aqua;
}

#nav a {
	text-decoration: none;
}

#nav li
{
	/*float the main list items*/
	margin: 0;
	float: left;
	display: block;
	padding-right: 6px;
	list-style-type: none;
}

#nav li ul {
	display: none;
}

#nav li ul li
{
	/*float the secondary list items*/
	margin: 0;
	float: left;
	display: block;
	padding-right: 6px;
	list-style-type: none;
	white-space: nowrap;
}

#nav li.off ul, #nav li.on ul  { 
/*put the subnav below*/
/*submenu bg color*/
	position: absolute;
	top: 24px;
	left: 0;
	padding-top: 4px;
	background: #f8b815;
	height: 18px;
	width: 860px;
	padding-left: 20px;
}

#nav li.on ul {
	background: #b9cd32;
}

#nav li.on:hover ul, #nav li.over ul { /*for ie*/
	background: #f8b815;
}

#nav li a {
	color: black;
	font-weight: bold;
	display: block;
	padding: 0 6px;
	background-color: #6ac9c7;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
}

#nav li ul a {
	font-weight: bold;
	display: block;
	padding: 0 6px;
	height: 18px;
	font-size: 10px;
	line-height: 18px;
}

#nav li.on a {
	/*main on color*/
	color: black;
}

#nav li.on ul a, #nav li.off ul a {
	border: 0;
	float: left; /*ie doesn't inherit the float*/
	color: #f90;
	width: auto;
	margin-right: 15px;
}

#nav li.on:hover ul a, #nav li.over ul li a { 
/*for ie - the specificity is necessary*/
	background: #f8b815;
}

#nav li.on ul {
	display: block;
}

#nav li.off:hover ul, #nav li.over ul {
	display: block;
	z-index: 6000;
}

#nav li.off a:hover, #nav li.on a:hover {
/*top hover colors*/
	background-color: #f8b815;
}

#nav li.off li a:hover, #nav li.on li a:hover {
/*bottom hover colors*/
	background-color: #f8b815;
	color: white;
}

/*do the image replacement*/

#nav li span {
	position: absolute;
	left: -9384px;
}

#liMakers a, #liService a, #liCaravan a, #liDirector a, #liRecipients a, #liMedia a, #liCollaboration a, #liContact a {
	display: block;
	position: relative;
	height: 22px;
	}

/*first, put the initial states in place*/

#liMakers {
	width: 120px;
}

#liService {
	width: 130px;
}

#liCaravan {
	width: 130px;
}

#liDirector {
	width: 120px;
}

#liRecipients {
	width: 100px;
}

#liMedia {
	width: 55px;
}

#liCollaboration {
	width: 110px;
}

#liContact {
	width: 65px;
}

/*active area - for this demo - the code could be based on a body class, and probably work better.*/

#liMakers.on a, #liService.on a, #liCaravan.on a, #liDirector.on a, #liRecipients.on a, #liMedia.on a, #liCollaboration.on a, #liContact.on a {
	background-color: #b9cd32;
}

/*add selectors for the other li's and background-positions*/

/*hover states*/

#liMakers a:hover, #liMakers:hover a, #liMakers.over a {
}

#liService a:hover, #liService:hover a, #liService.over a {
}

#liCaravan a:hover, #liCaravan:hover a, #liCaravan.over a {
}

#liDirector a:hover, #liDirector:hover a, #liDirector.over a {
}

#liRecipients a:hover, #liRecipients:hover a, #liRecipients.over a {
}

#liMedia a:hover, #liMedia a, #liMedia.over a {
}

#liCollaboration a:hover, #liCollaboration a, #liCollaboration.over a {
}

#liContact a:hover, #liContact a, #liContact.over a {
}

/*subnav formatting*/

#nav li.off ul a, #nav li.on ul a {
/*subnav bg color2*/
	display: block;
	background: #f8b815;
	color: black;
	font: bold 11px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
}		

#nav li.on ul a {
	background: #b9cd32;
}
	
/* @end */

/* @group images */

img {
	border-style: none;
}

.leftPhoto {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
}

.rightPhoto {
	float: right;
	padding: 0;
	margin: 10px 0 10px 10px;
}

.clearAbove {
	clear: both;
}

/* @end */

/* @group Lists */

ol {
	margin-bottom: 6px;
	padding-bottom: 10px;
	padding-top: 10px;
}

ol li {
	padding-bottom: 6px;
}

ol.instructions li {
	padding-bottom: 6px;
	margin-left: 24px;
}

ul {
	margin-bottom: 6px;
	padding-bottom: 10px;
	padding-top: 0;
	margin-top: 6px;
}

ul li {
	list-style-type: square;
	padding-bottom: 6px;
}

 ul.list li {
	list-style-type: none;
}

 ul.recipients li {
	list-style-type: none;
	line-height: 1.5em;
}

ul.links li {
	line-height: 1.5em;
	list-style-type: none;
}

/* @end */

/* @group collaboration */

.col2 {
	clear: both;
	padding-top: 20px;
}

.leftLogos {
	clear: both;
	margin-bottom: 10px;
	width: 250px;
	float: left;
	text-align: center;
}

div.squib p
 {
	margin: 0;
	float: left;
	clear: none;
	width: 400px;
	padding: 0 0 20px 10px;
}

div.test {
	position: relative;
	margin: 0;
	width: 250px;
	height: auto;
	border: 1px solid #000;	
	float: left;
	clear: left;
	text-align: center;
}

div.test img {
	vertical-align: middle;
}

div.test + p {
	margin: 0 0 0 260px;
	width: 400px;
	height: auto;
	border: 1px solid #000;
}	

dl.logos {

}

dl.logos dt {
	clear:left;
	float:left;
	width:250px;
	text-align:center;
	margin:0px;
	padding:0px 0px 10px 0px;
	border: 1px solid #000;
}

dl.logos dd {
	float:left;
	padding:0px 0px 10px 10px;
	border: 1px solid #000;
	margin: 0;
	width: 400px;
	color: #666;
	margin: 0;
	padding: 10px 0 12px;
	line-height: 1.3em;
}

/* @end */

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #313131;
	line-height: 18px;
	text-decoration: none;
}

p.note {
	color: #666;
	margin: 0;
	padding: 0 36px 12px;
	font-size: 90%;
	line-height: 1.3em;
}

.top {
	color: #666;
	font-size: 70%;
}


.centerBlock {
	text-align: center;
	clear: both;
	margin-bottom: 10px;
}

.leftBlock {
	text-align: left;
	clear: both;
	margin-bottom: 10px;
}

.clearAbove
 {
	clear: both;
}

.left350 {
	clear: both;
	margin-bottom: 10px;
	width: 350px;
	float: left;
}

.red {
	color: #ed2324;
}

.aquaBold {
	color: #4b8e8c;
	font-weight: bold;
}

.patternBold {
	color: #f27b21;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 0;
	padding: 0;
}

.endorser {
	text-align: right;
	color: #4b8e8c;
	margin-top: -18px;
}

.kidsForm {
	line-height: 36px;
	padding-left: 20px;
}

.kidsFormIndent {
	line-height: 30px;
	text-decoration: none;
	padding-left: 40px;
	margin-top: -10px;
}

.recipientForm {
	text-decoration: none;
	padding-left: 20px;
}

.redletter {
	color: #000000;
	font-size: medium;
	font-weight: bold;
	word-spacing: .6em;
}

.letter {
	font-size: 26px;
	margin: 18px 0;
	font-weight: bold;
	font-style: italic;
	width: 700px;
	height: 26px;
	border-bottom-style: solid;
	border-bottom-color: #6ac9c7;
	line-height: 26px;
	padding: 0 0 0 12px;
}

.formTable {
	margin: 1px;
	padding: 2px;
}

.formTable td {
	height: 34px;
}

.formLabel {
	text-align: left;
}

.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #FFFFFF;
}