/* CSS Document */

html, body {
	background: url(../images/mainBG.gif) repeat-x top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
}
h2 {
	color: #274C84;
	font-size: 24px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
}
h2 a {
	color: #274c84;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h3 {
	color: #274C84;
	font-size: 20px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
h3 a {
	color: #274c84;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
a {
	outline: none;
}
.articles {
	color: #000066;
	font-size: 18px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
}
/* --( Global Styles )-- */
.clear {
	clear: both;
}
.horRule {
	display: block;
	background: url(../images/sep.gif) no-repeat center;
	height: 24px;
}
.center {
	text-align: center;
}

/* --( Site Backgrounds )-- */
#wrap {
	width: 856px;
	margin: 0 auto;
}
#bodyBG {
	background: url(../images/bodyBG.gif) repeat-y;
}
#shadowTL {
	background: url(../images/bodyShadowTL.gif) no-repeat top left;
}
#shadowTR {
	background: url(../images/bodyShadowTR.gif) no-repeat top right;
}
#shadowBL {
	background: url(../images/bodyShadowBL.gif) no-repeat bottom left;
}
#shadowBR {
	background: url(../images/bodyShadowBR.gif) no-repeat bottom right;
}

/* --( Body Container )-- */
#bodyContainer {
	width: 780px;
	margin: 0 auto;
}

/* --( Header )--*/
#header {
	height: 79px;
	background: #FFFFFF url(../images/headerShadow.gif) repeat-x bottom;
}
#header h1 {
	margin: 0;
	padding: 6px 0 0 10px;
	font-size: 12px;
	float: left;
}
#header h1 a {
	display: block;
	text-indent: -3000px;
	background:url(../images/new_logo.jpg);
	height: 63px;
	width: 170px;
}
#navWrap {
	float: right;
	width: 530px;
	text-align: right;
	padding-right: 10px;
}
#navWrap h3 {
	display: none;
}
#nav1 {
	height: 38px;
}
#nav1 ul {
	width: 220px;
	margin: 0;
	padding: 0;
	float: right;
}
#nav1 ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#nav1 ul li span {
	display: block;
	float: left;
	background: url(../images/vertDot.gif) repeat-y top left;
}
#nav1 ul li a {
	display: block;
	float: left;
	padding-top: 15px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #444444;
	text-decoration: none;
}
#nav1 ul li.home a {
	background-image: url(../images/iconHome.gif);
	background-repeat: no-repeat;
	background-position: 5px 16px;
	padding-left: 20px;
	padding-right: 8px;
}
#nav1 ul li.contact a {
	background-image: url(../images/iconContact.gif);
	background-repeat: no-repeat;
	background-position: 5px 15px;
	padding-left: 24px;
	padding-right: 11px;
}
#nav1 ul li.cart a {
	padding-left: 12px;
	padding-right: 11px;
}
#nav1 ul li a:hover {
	text-decoration: underline;
}


/* --( Page Header )-- */
#pageGraph p {
	margin: 0;
}

/* --( Content )-- */
#contentWrap {
	padding: 25px;
	background: url(../images/contentShadow.gif) repeat-x top;
}

/* --( Homepage Text Content )-- */
	#contentWrap .content {
		float: left;
		width: 457px;
	}
/* --( Non-Homepage Text Content )-- */
	#contentWrap .notHomepage {
		float: left;
		width: 730px;
	}

/* --( Homepage Side Button Navigation )-- */
	#contentWrap .home .ring_btn {
		float: right;
		width: 247px;
	}
	#contentWrap .home .ring_btn h3 {
		display: none;
	}
	#contentWrap .home .ring_btn ul#button {
		margin: 0;
		padding: 0;
	}
	#contentWrap .home .ring_btn ul#button li {
		margin: 0;
		padding: 0;
		list-style: none;
		display: inline;
	}
	#contentWrap .home .ring_btn ul#button li a {
		display: block;
		height: 56px;
		text-indent: -3000px;
		background-repeat: no-repeat;
		padding: 5px 0;
	}
	#contentWrap .home .ring_btn ul#button li a:hover {
		background-position: -249px 0px;
	}
	#contentWrap .home .ring_btn ul#button li.highschool a {
		background-image: url(../images/btn_ring_class.gif);
	}
	#contentWrap .home .ring_btn ul#button li.champion a {
		background-image: url(../images/btn_ring_champion.gif);
	}
	#contentWrap .home .ring_btn ul#button li.college a {
		background-image: url(../images/btn_ring_college.gif);
	}
	
/* --( OL and UL Styles )-- */
	#contentWrap .home .capitalLetters {
		padding-left: 2em;
		display: block;
	}
	* html #contentWrap .home .capitalLetters {
		margin-left: 0;
	}
	#contentWrap .home .capitalLetters li {
		list-style: upper-alpha;
		font-weight: bold;
		color: #274C84;
		margin-top: 1em;
		margin-bottom: 1em;
	}
	#contentWrap .home .capitalLetters p {
		font-weight: normal;
		color: #000000;
	}
	#contentWrap .home .capitalLetters ul.unnumbered li {
		font-weight: normal;
		color: #000000;
		list-style: circle;
		margin-top: 1em;
		margin-bottom: 1em;
	}
	#contentWrap .home .numbers li {
		list-style: decimal;
		font-weight: bold;
		color: #000000;
		margin-top: 1em;
		margin-bottom: 1em;
	}
	#contentWrap .home .unnumbered li {
		font-weight: normal;
		color: #000000;
		list-style: inherit;
	}
	#contentWrap .home .romanUpper {
		padding-left: 2em;
		display: block;
	}
	* html #contentWrap .home .romanUpper {
		margin-left: 0;
	}
	#contentWrap .home .romanUpper li {
		list-style: upper-roman;
		font-weight: bold;
		color: #274C84;
	}
	#contentWrap .home .romanUpper .capitalLetters li {
		list-style: upper-alpha;
		font-weight: bold;
		color: #000000;
	}
	#contentWrap .home .lowercaseLetters {
		padding-left: 2em;
		display: block;
	}
	* html #contentWrap .home .lowercaseLetters {
		margin-left: 0;
	}
	#contentWrap .home .lowercaseLetters li {
		list-style: lower-alpha;
		font-weight: normal;
		color: #000000;
	}
	#contentWrap .home .romanLower li {
		list-style: lower-roman;
		font-weight: normal;
		color: #000000;
	}
	#contentWrap .home #etf_overview li {
		list-style: none;
		font-weight: bold;
		margin-top: 1em;
		margin-bottom: 1em;
		display: block;
	}
/* --( Homepage Newsletter Button )-- */
	#contentWrap .home h3.newsletter a {
		display: block;
		text-indent: -3000px;
		height: 73px;
		width: 377px;
		margin: 0 auto;
		background-image: url(../images/newsletter.jpg);
		background-position: 0px 0px;
		background-repeat: no-repeat;
	}
	#contentWrap .home h3.newsletter a:hover {
		background-position: -377px 0px;
	}
	
/* --( About Us Styles )-- */
	#contentWrap .pic {
		float: right;
		width: 247px;
		padding-left: 10px;
		padding-bottom: 10px;
	}
	
/* --( Governing Documents Styles )-- */
	#contentWrap .governing li {
		padding-bottom: 20px;
	}
	
/* --( Attorneys Styles )-- */
	#contentWrap .attorneys .content {
		width: 100%;
	}
	#contentWrap .attorneys .content .bio {
		clear: right;
	}
	#contentWrap .attorneys .content .biopic {
		margin: 0 15px 15px 0;
		float: left;
	}
	#contentWrap .attorneys .content .biotext {
		float: left;
		clear: right;
		width: 457px;
	}
	#contentWrap .attorneys .content .biotext h3 {
		margin: 0;
	}
	#contentWrap .attorneys .content .horRule {
		padding: 25px 0;
	}
	
/* --( Contact Styles )-- */
	#contentWrap .contact .content {
		width: 100%;
	}
	#contentWrap .contact .content  h3 {
		margin: 0;
	}

/* Contact Form */
#contentWrap table thead {
	background: url(../images/form_box_top.gif) no-repeat top left;
}
#contentWrap table.formtab {
	background: #FFFFFF url(../images/form_box_center.gif) repeat-x bottom left;
}
#contentWrap table tfoot {
	background: url(../images/form_box_bottom.gif) repeat-x top left;
	height: 18px;
}
#contentWrap table.formtab {
	border-left: 1px solid #BDBCBD;
	border-right: 1px solid #BDBCBD;
}
#contentWrap #links {
	width: 700px;
	margin: 0;
	padding: 0;
}
#contentWrap #links li {
	list-style: none;
	display: inline;
	padding: 5px 5px;
}
/* --( Footer )-- */
#footer {
	text-align: center;
	background: url(../images/footerSep.gif) no-repeat top center;
	padding: 26px 0;
	color: #0065A5;
	font-size: 11px;
	margin-top: 8px;
}
#footer a {
	color: #0065A5;
}
#footer h3 {
	display: none;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#footer ul li a {
	color: #A4A4A4;
	font-weight: bold;
	text-decoration: none;
	padding: 0 6px;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer p.copyright {
	margin-top: 6px;
}

