/* Globals */
html {
	margin:0;
	padding:0
}
body {
	font: 76% arial, sans-serif;
	text-align:center;
	background-color: #FFFFCC;
	padding: 0;
	margin: 2px;
}
a {
	color: #006600;
	padding:10px;
}


/* Primary Divs */
#header {
	height: 4em;
	background-color: white;
	color:black;
	border-bottom: 2px solid #478F47;
}
#wrapper {
	margin-top: 5px;
}
#container {
	text-align:left;
	background-color: #DCD5FE;
}
#navigation {
	background:#fff
}
#extra {
	background:#ffffcc;
}
#extra .biz {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	color: #4F28FF;
}
#bgwrap #container #extra p {
	padding-right: 6px;
	padding-left: 6px;
}
#footer {
	color: #000;
	border-top: 2px solid #478F47;
}
#footer p {
	margin:0;
	padding:5px 10px
}
#container {
	width:700px;
	margin:0 auto;
}
#bgwrap {
	width: 800px;
	margin: 0 auto;
	background-image: url(images/bg.jpg);
	border-top: thin solid #333333;
	border-bottom: thin solid #333333;
}
#content {
	float:right;
	width:495px;
}

#content p {
	line-height:1.4;
	padding-right: 20px;
	margin-left: 10px;
}
#content .leftimg {
	float: left;
	padding: 6px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 12px;
}
#content .rightimg {
	float: right;
	padding: 6px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 12px;
}
#content .staffsect {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A594FC;
	margin-left: 32px;
	margin-right: 32px;
	display: block;
	
}
#content  .staffsect .widepic {
	clear: right;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 12px;
}

#content .staffsect .copy {
	margin-left: 20px;
}
#content  .staffsect  .profilepic {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 12px;
	margin-left: 0px;
}

#navigation {
	float:left;
	width:200px
}
#extra {
	float:left;
	clear:left;
	width:200px;
}
#footer {
	clear:both;
	width:100%;
	background-color: #BFB9DB;
}


/* TABLES */ 
table {
	border: 2px solid #478F47;
	border-collapse:collapse;
	width:90%;
	margin-left: 3ex;
}
td {
	background-color: #fff;
	padding:3px;
	border: 1px solid #ccc;
	color:#000;
}
th {
	text-align:left;
	border: 1px solid #fff
}
thead th {
	color:#fff;
	font-size:1.5em;
	background-color: #885103;
	padding: 10px 6px
}
tbody th {
	color:#fff;
	font-size:1.15em;
	background-color: #69f;
	padding: 6px
}
tbody th.sub {
	font-size: .90em;
	color:#fff;
	background-color: #336;
	padding: 6px
}


/* TEXT STYLES */
#content a:link, #content a:visited {
	padding:0;
	text-decoration:underline;
}
#content ul {
	line-height: 140%;
	font-size: 110%;
	font-weight: bold;
	padding-right: 40px;
	padding-left: 60px;
}
#content ul li{
	padding-bottom: 8px;
}


#content a:hover {
	text-decoration:underline;
	color:#000000;
}
#content h1 {
	font-size: 2.5em;
	color:#5435FF;
	margin-top: 0;
	text-transform:uppercase;
	letter-spacing: 1px;
}
#content h2 {
	font-size: 2em;
	color: #3E038D;
	line-height: 1.3em;
	letter-spacing: -1px;
}
#content h3 {
	font-size: 1.5em;
	color: #885103;
}
#content h4 {
	font-size: 1.25em;
	color: #885103;
}
#content h5 {
	font-size: 1em;
	font-weight:bold;
}
#content h6 {
	font-size: 1em;
	font-weight:bold;
}
#content  h1, h2, h3, h4, h5, h6 {
	padding-left: 15px;
	padding-right: 15px;
}
acronym {
	border-bottom: 1px dotted #966;
	cursor:help;
}
form, submit {
	padding:0;
	margin:0;
}


/* removes extraneous padding around the form */
code {
	border: 1px dotted #69f;
	background-color: #ffdb82;
	color:#fff;
	margin-left: 3ex;
}
blockquote {
	border: 1px solid #69f;
	background-color: #ffb682;
	color:#fff;
	margin: 3ex;
	font-style:italic;
}


/* Horizontal Navigation Menu */
#header ul {
	margin:0;
	text-align: right;
	padding-top: 1.6em;
	padding-bottom:0;
}
#header ul li {
	list-style-type:none;
	display:inline;
}
#header ul li a:link, #header ul li a:visited {
	display:inline;
	padding-top: 3em;
	text-decoration:none;
	color:gray;
	border-left: 2px solid gray;
}
#header ul li a:hover {
	border-bottom: 1px solid gray;
	background: #fff url(arrow2.gif) center center no-repeat;
}
.skiplink a:link, .skiplink a:visited {
	visibility: hidden;
}


/* Vertical Navigation Menu */
#navigation {
	margin-bottom: 15px;
	margin-top: 30px;
}
#navigation ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#navigation ul li {
	line-height: 4px;
	border-bottom: 1px solid gray;
}
#navigation ul li a:link, #navigation ul li a:visited {
	text-decoration:none;
	color:black;
	text-transform:uppercase;
	display:block;
}
#navigation ul li a:hover {
	padding-left: 25px;
	font-weight:bold;
	background-color: #fff;
	background-image: url(images/pawpointer.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#navigation p {
	margin:0 10px 10px
}


/* Side Image */
#sidepic {
	background-color: #FEDB8F;
	width: 200px;
	border: 1px solid #99CC99;
	text-align:center;
}
#sidepic p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#sidepic img {
	border: thin solid #4f28ff;
	margin-top: 10px;
	margin-bottom: 0px;
	height: 140px;
	width: 186px;
}


/* Main pic area above content */
#mainpicbox {
	height: 250px;
	border: 1px solid #478F47;
	margin-left: 10px;
	padding: 10px;
	margin-bottom: 15px;
}
#mainpic {
	height: 250px;
	color:white;
	background-image: url(images/logo.jpg);
}
#mainpic h2 {
	color:#333333;
	font-size: 2.85em;
	margin-top:0px;
	padding-top: 1em;
	padding-left: 20px;
	margin-bottom:0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainpic h3 {
	padding-left: 20px;
	color:#330;
	font-size: 1.2em;
}
#mainpic p, #mainpic a:link, #mainpic a:visited {
	display:inline;
	margin:0;
	color:#333333;
	margin-left: 120px;
	font-weight:bold;
	font-size: 1.2em;
	text-decoration:none;
}
#mainpic a:hover {
	color:#883a04;
}
/* Extra section */
#stripnav {
	margin:0;
	padding: 6px;
	color:#333;
	text-transform:uppercase;
	font-weight:bold;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	background-color: #FEDB8F;
}
#extra p {
	margin-left: 0;
}
#extra img {
	float:left;
	padding: 3px;
	margin: 2px;
	margin-left:0;
	border: 1px solid #99CC99;
}
#extra p a:link, #extra p a:visited {
	padding:0;
	color: #883a04;
	font-weight:bold;
	padding-bottom: 1px;
	text-decoration:none;
}
#extra p a:hover {
	text-decoration:underline;
}


/* Footer Area */
#footer ul {
	list-style-type:none;
	margin:0;
	padding:0;
	padding-top: 2px;
	text-align:center;
	font-size: 0.8em;
}
#footer ul li {
	list-style-type:none;
	display:inline;
	border-left: 1px solid gray;
}
#footer ul li a:link, #footer ul li a:visited {
	display:inline;
	text-decoration:none;
	color:black;
	text-transform:uppercase;
}
#footer ul li a:hover {
	text-decoration:underline;
}
#footer p {
	text-align:center;
	margin-top: 5px;
}


/* Content Area */
#content img {
	border: 1px solid #99CC99;
	padding: 2px;
	margin-top: 10px;
	margin-right: 10px;
}
#content p {
	padding-left: 5px;
}


/* Bonus Styles */
p.rightsidelink {
	text-align:right;
}
.rightsidelink a:link, .rightsidelink a:visited {
	padding:0;
	color:#883a04;
	font-weight:bold;
	text-decoration:none;
}
.rightsidelink a:hover {
	text-decoration:underline;
}
a.info{
	position:relative; /*this is the key*/
	z-index:24;
	color:#006600;
	text-decoration:none
}

a.info:visited{text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:2em;
	left:2em;
	width:30em;
	border:1px solid #478F47;
	background-color:#FFFFCC;
	color:#000;
	text-align: left;
	padding: 10px;
	text-decoration:none;
}

