/* CSS Document */

/* This stylesheet deals with formatting and typography that are only on the subpages.  */
@import url("1024subpage.css");
@import url("dropdown_menus.css"); /* this is for the dropdown menus */

#extraNavLinks {
	margin-right: 5px;
	margin-left: 6px;
	clear: both;
	padding: 8px 8px 8px 0;
	margin-bottom: 5px;
	font-size: 0.9em;
}
#extraNavLinks h2 {
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: .9em;
	color: #547DB1;
	padding-left: 12px;
}
#extraNavLinks ul {
	margin-left: 12px;
}
#extraNavLinks ul a {
	color: #7591B8;
	text-decoration: none;
	padding-left: 12px;
	display: block;
	background-image: url(http://diamonddesignco.com/assets/images/light_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0em .3em;
	font-size: 1.05em;
	margin-bottom: 6px;
}
.alignRight {
	text-align: right;
}
#centerCol .internalNav,#centerCol .firstInternalNav  {
	border-bottom: 1px solid #999999;
	padding-bottom: 5px;
	word-spacing: 0.6em;
	margin-bottom: 1.5em;
	margin-top: 3em;
	text-align: right;
}
#centerCol .internalNav a, #centerCol .firstInternalNav a {
	text-decoration: none;
}
#centerCol .firstInternalNav{
margin-top: 0;}
.checklistTable{
	margin-bottom: 2em;
}
.checklistTable, .checklistTable td, .checklistTable th {
	border: 1px solid #ccc;
}
.checklistTable th {
	background-color: #D2D2D2;
	color: #333333;
}
.checklistTable td, .checklistTable th{
padding: 3px;
}
#centerCol ol{
margin-bottom:1em;
list-style-type:decimal;
margin-left:3em;}
dt{
font-weight:bold;
color:#335e9e;
margin-bottom:0;
margin-top:0;}
dd{
margin-bottom:0;
margin-top:0;}
