#primary_nav a {
	display:inline;
	width: 198px;
	height: 30px;
	background-position:left;
}

/* level 1 navigation */

li.level1nav {
	padding-top:7px;
	margin-top: 5px;
	margin-left: 0px;
	width: 200px;
	height: 15px;
	border-top: 1px solid #d4d4d4;
}

li.firstinlist {
	border-top: none;
}


li.level1nav a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	color: #3d3d3d;
}

li.level1nav a.selected, li.level1nav a:hover {
	color: #e46069;
}

/* level 2 navigation */

li.level2nav {
	margin-top:5px;
	margin-left: 10px;
	width: 190px;
	height: 15px;
}

li.level2nav a {
	text-decoration: none;
	font-size: 12px;
	color: #2285be;
	display: inline;
	width: 190px;
}

li.level2nav a.selected, li.level2nav a:hover {
	color: #e46069;
}

/* level 3 navigation */

li.level3nav {
	margin-top:5px;
	margin-left: 20px;
	width: 180px;
	line-height: 15px;
}

li.level3nav a {
	text-decoration: none;
	font-size: 12px;
	color: #575757;
	display: inline;
	width: 180px;
}

li.level3nav a.selected, li.level3nav a:hover {
	color: #e46069;
}

/* level 4 navigation */

li.level4nav {
	margin-top:5px;
	margin-left: 30px;
	width: 170px;
	height: 13px;
}

li.level4nav a {
	text-decoration: none;
	font-size: 10px;
	color: #656565;
	display: inline;
	width: 170px;
}

li.level4nav a.selected, li.level4nav a:hover {
	color: #e46069;
}

td#content ul {
	padding-left: 10px;
}

/* Form Errors */

p.error {
	color: #f00;
	margin-left: 20px;
	margin-right: 20px;
}

input.button {
	margin: 10px 0;
}

/* Liberty Page Elements */

img.libertyimageleft {
	float: left;
	margin-right: 10px;
}

img.libertyimageright {
	float: right;
	margin-left: 10px;
}

/* Login Form Elements */

a.loginlink {
	text-decoration: none;	
}

/* Benefits of Membership Special Item */
#specialitem_benefits {
	color: #1080CF;
	padding: 7px;
	line-height: 18px;
	font-size: 12px;
	background-color: #ededed;
	border: 1px solid #aaa;
}

#specialitem_benefits ul {
	margin-left: 30px;
}

#specialitem_benefits li {
	list-style-image: url( '/images/greencheck.gif' );
}


td.libertytable_left {
	border-right: 1px solid #aaa;
	padding-right: 10px;
	width: 222px;
}

td.libertytable_right {
	padding-left: 10px;
	width: 222px;
}

h2 {
	color: #1080CF;
	font-size: 14px;
	padding-bottom: 5px;
}

/* MEMBERSHIP APPLICATION FORM */

input.pagenorm, textarea.pagenorm, select.pagenorm {
	margin-bottom: 10px;
}

#membershipform li {
	list-style: none;
}

#membershipform h2 {
	margin-top: 30px;
	margin-bottom: 15px;
}

#membershipform h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

table.sectortable, table.sectortable td {
	border: 1px solid #ccc;
}

table.sectortable td {
	padding: 10px;
}

table.sectortable td ul li {
	font-weight: bold;
}

table.sectortable td ul li ul li {
	font-weight: normal;
	padding-left: 10px;
}