/* universal layout/positioning */

#content {
	background: url(../images/content-bg.jpg) bottom left no-repeat;
}

#content ul {
	list-style-type: none;
	margin: 12px 12px 24px 12px;
	padding: 0;
	clear: left;
}

#content ul li {
	margin: 0;
	padding: 0 0 0 10px;
	background: url(../images/bullet.gif) 0 6px no-repeat;
}

#content ul.tall li {
	margin: 0 0 12px 0;
	padding: 0 0 0 10px;
	background: url(../images/bullet.gif) 0 6px no-repeat;
}

#content ul.noBullet li {
	background: none;
	padding: 0;
	margin: 0 0 8px 0;
}

.tool {
	margin: 0 0 50px 0;
	padding: 0 0 40px 0;
	border-bottom: 1px dotted #ccc;
}

.toolLast {
	margin: 0 0 40px 0;
}

h3 {
	margin: 20px 0 -8px 12px;
}

dl {
	margin: 12px;
}

dt {
	margin: 0;
}

dd {
	margin: 6px 0 24px 0;
}

img.imageList {
	margin: 20px 20px 10px 20px;
	border: 2px solid #97459f;
}

img.imageNoBorder {
	margin: 12px 0 12px 12px;
	border: none;
}
	


/* navigation */

#primaryNav li {
}

#primaryNav li.current {
	background: #97459f;
}

#secondaryNav {
	position: absolute;
	top: 0;
	left: 0;
	width: 162px;
	height: 536px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	background: url(../images/secondaryNav-bg.jpg) no-repeat;
}

#secondaryNav li {
	margin-bottom: 10px;
}

#secondaryNav li.sectionFirst {
	margin-top: 158px;
}



/* navigation typography */

#primaryNav a:link, #primaryNav a:visited {
	color: #fff;
}

#primaryNav li:hover {
	background: #fff;
}

#primaryNav li:hover a:link, #primaryNav li:hover a:visited, #primaryNav li:hover a:hover, #primaryNav li:active a:link {
	color: #97459f;
}

#secondaryNav a:link, #secondaryNav a:visited {
	font: bold 11px/13px verdana, sans-serif;
	text-decoration: none;
	color: #fff;
}

#secondaryNav a:hover, #secondaryNav a:active {
	color: #ccc;
}

#secondaryNav li.current a:link, #secondaryNav li.current a:visited, #secondaryNav li.current a:hover, #secondaryNav li.current a:active {
	color: #ccc;
}



/* universal typography */

h3 {
	font: bold 12px/14px "Times New Roman", times, sans-serif;
	text-transform: uppercase;
	color: #97459f;
}

dt {
	font-weight: bold;
}

a:link, a:visited {
	color: #f90;
}

a:hover { color: #999; }

a:active { color: #000; }
