/* CORE PIECES */
body {
	margin: 0;
	background-color: #fee900;
	background: #fee900 url(../images/bg_yellow-wide.jpg) repeat-y top left;
}

#containerA {
	background: #fee900 url(../images/bg_yellow-wide.jpg) repeat-y top left;
}

#containerB {
	background: #ffffff url(../images/bg_page.jpg) repeat-y top left;
	width: 950px;
}

#content {
	/*float: right;
	background-image: url(../images/bg_content.jpg);
	background-position:right;
	background-repeat: repeat-y;*/
	min-height: 509px;
	overflow:visible;
}
#nav-container {
	background: #ffffff url(../images/bg_nav.jpg) repeat-x top left;
	width: 950px;
	height: 86px;
}
#identity-container {
	background: #ffffff url(../images/bg_white-wide.jpg) repeat-y top left;
	width: 950px;
	height: 150px;
	position: relative;
}
#identity {
	position: absolute;
	left: 89px;
	top: 16px;
}
#nav {
	position: absolute;
	width: 743px;
	left: 290px;
	top: 212px;
}


a, a.link{color:#0066CC; text-decoration:none; border-bottom: 0px dashed #0066CC;}
a:hover, a.link:hover{color:#990000;}
/* CLASSES */
.clear{
	clear:both;
    height:1px;
    overflow:hidden;
	}
.image { padding: 5px; border: 1px solid #999999; margin: 5px; }
.right {float:right;}
.left {float:left;}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}


blockquote.pullquote {
	width:8em;
	margin:0.25em 0.75em 0.25em 1em;
	padding:0.5em;
	border:3px double #ccc;
	border-width:3px 0;
	color:#333;
	background:transparent;
	background-color:#FFFFFF;
	font:italic 1.1em/1.3 Georgia;
	text-align:center;
}

/* TOP NAV */
#nav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#nav ul li {
	margin-left: 0;
	padding: 3px 15px 6px 15px;
	border-left: 0px solid #cbcbcb;
	list-style: none;
	display: inline;
	}

#nav ul li a{
	color: #fee900;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	text-decoration:none;
	font-size:100%;
	}
#nav ul li a:hover{
	color: #E4B523;
	}
	
#nav ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

/* BOTTOM NAV */
#nav2 { float:right }
#nav2 ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#nav2 ul li {
	margin-left: 0;
	margin-top: 5px;
	padding: 0px 15px;
	border-right: 2px solid #cbcbcb;
	list-style: none;
	display: inline;
	}

#nav2 ul li a{
	color: #556F3F;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bolder;
	text-decoration:none;
	}
#nav2 ul li a:hover{
	color: #fff;
	}


/* CONTENT STYLES */
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	padding-left: 40px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 0px;
	line-height: 160%;
}
	
#content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	list-style-type: square;
}
#content ul {
	margin-left: 50px;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #422146;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 40px;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fee900;
	font-weight: 300;
	font-style: normal;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #9E9A8F;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDAD6;
	font-weight: 300;
	font-style: normal;
	margin-left: 40px;
}

/* FORMS */
label,input, textarea {
	display: block;
	float: left;
	margin-bottom: 10px;
}

textarea {margin-left:40px; width: 400px;}
.marg-40{margin-left:40px;}

label {
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	padding-left: 40px;
	text-align: right;
	padding-right: 20px;
}

.skiplink {
	 position: absolute;
       left: -999px;
       width: 990px;
}
