/*
		Michael McGlynn
		www.reignition.net
		May 2009
*/

/* -- HTML --------------------------------------------------------

COLORS
=======================
lightest blue	#E6EBF7
light blue		#467FD1
medium blue		#ABBAF1
dark blue		#002150
green			#0b7942
orange			#930
*/

@import url("title.css");

a { 
	color: #C95C0D; 	
	-moz-outline: 0; 
}

a:hover { color: #c95c0d; }
body {
	background: #FFF url(../images/background/background.gif) repeat-x;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	margin: 0;
}
h1 {
	height: 21px;
	margin: 2px 0 24px 0;
	text-indent: -9999px;
	background-color: transparent; 
	background-repeat: no-repeat; 
}
h2 {
	font-size: 20px;
	font-weight: normal;
	color: #0b7942;
	margin: 12px 0 6px 0;
}
h3 {
	font-size: 16px;
	color: #002150;
	margin: 8px 0;
}
h3.bullet {
	padding: 0 0 1px 26px;
	background: transparent url(../images/background/arrow_lg.gif) no-repeat 0 1px;
}
h3.rule {
	border-top: 1px dotted #ABBAF1;
	padding-top: 9px;
}
h4 {
	font-size: 13px;
	margin: 0 0 10px 0;
	color: #002150;
}
h5 {
	font-size: 12px;
	margin: 0 0 12px 0;
	color: #002150;
	padding-left: 13px;
	background: transparent url(../images/background/arrow_sm.gif) no-repeat 0 3px;	
}

img { border: 0; }

p {
	line-height: 150%;
	margin: 0 0 14px 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* -- TEXT -------------------------------------------------------- */
.green { color: #0b7942; }
.lgTextBlue { 
	margin-top: 0;
	font-size: 14px;
	color: #002150; 
}
.lightBlue { color: #467FD1; }
.mediumText { font-size: 11px; }

/* -- LAYOUT ------------------------------------------------------ */
.clear { clear: left; }
.left { float: left;}
.right { float: right; }

a#actionCall {
	display: block;
	width: 226px;
	height: 33px;
	background: transparent url(../images/nav/find-a-third.gif) no-repeat;
	text-indent: -9999px;
}
a#actionCall:hover {
	background-position: 0 -33px;	
}

.blueTbl {
	width: 210px;
	margin: 0 0 8px 8px;
	background: #b6c5fc url(../images/background/blend-blue.gif) repeat-x 0 40px;	
}
.blueTbl td p {
	font-size: 12px;
	line-height: 150%;
	margin: 8px 6px 8px 10px;
}

.btnReturn {
	display: block;
	position: absolute;
	top: 54px;
	right: 14px;
	width: 80px;
	height: 26px;
	background: transparent url(../images/nav/return.png) no-repeat;
	text-indent: -9999px;
}

.content { 
	display: none;
	margin-left: 26px;
	padding: 1px 0;
}
.content h4 { 
	border-top: 1px dotted #ABBAF1;
	padding-top: 8px;
	margin-top: 2px;
}

#copyBox {
	padding: 10px 24px 20px 20px;
	background: transparent url(../images/background/blend-copy.gif) no-repeat 8px 45px;
	position: relative;
}
#copyBox p {
	text-align: justify;
}

.formTbl {
	margin-left: 30px;
}
.formTbl td {
	padding-bottom: 8px;
}
.formTbl td select {
	font-size: 11px;
}
.formTbl td span {
	color: red;
}
#footer {
	color: #6d6d6d;
	font-size: 11px;
	background: #e9e9e9 url(../images/background/palette.gif) no-repeat 10px 10px;
	padding-left: 56px;
	margin-top: 10px;
}
#footer p {
	font-size: 11px;
	padding: 8px;
}

.greenTbl {
	width: 210px;
	margin: 0 0 8px 8px;
	background: #a7e5ba url(../images/background/blend-green.gif) repeat-x 0 50px;	
}
.greenTbl td p {
	font-size: 12px;
	line-height: 150%;
	margin: 8px 2px 8px 10px;
}

#header {
	height: 118px;	
	position: relative;
}

.indent {
	padding-left: 26px;
}
.hlList {
	border-top: 1px dotted #ABBAF1;
	border-bottom: 1px dotted #ABBAF1;
	padding: 12px 0 0 0;
	margin-bottom: 15px;
}
.hlList ul {
	margin: 0 0 0 8px;
	padding: 0 0 0 8px;
}
.hlList ul li {
	list-style-type: none;
	padding: 0 20px 15px 15px;
	background: transparent url(../images/background/arrow_sm.gif) no-repeat 0 3px;
	line-height: 140%;
	text-align: justify;	
}


.lightBlueBorder {
	border-bottom: 1px solid #e0e6f9;	
}

.logoDivider {
	background: transparent url(../images/background/rule_fancy.gif) no-repeat center 0;
	height: 17px;
}

.localNav {
	background-color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
	border-top: 1px dotted #ABBAF1;	
	border-bottom: 1px dotted #ABBAF1;	
	padding: 6px;	
	color: #002150;
}
.localNav ul li:first-child {
	background-image: none;	
}
.localNav ul li {
	display: inline;
	background: transparent url(../images/background/arrow_rt.gif) no-repeat 0 4px;
	margin-right: 22px;	
}
.localNav ul li a {
	padding-left: 10px;
}
#logo img {
	margin: 27px 0 0 10px;
}
#mainTbl {
	width: 100%;
	background: transparent url(../images/table-head.gif) no-repeat 0 45px;
}
#mainTbl td {
	vertical-align: top;
	background-image: none;
}

.newsTbl {
	width: 100%;
	padding-top: 6px;
	margin-bottom: 14px;
	background: #faead1 url(../images/background/news.jpg) repeat-x;
	/*background-color: #FFF; */
	border-top: 1px dotted #ABBAF1;	
	border-bottom: 1px dotted #ABBAF1;	
	font-size: 13px;
	position: relative;
	z-index: 1;
}
.newsTbl img {
	top: 6px;
	right: 6px;
	position: absolute;
}
#copyBox .newsTbl ul {	
	margin: 4px 0 4px 4px;
	padding: 4px 0 4px 4px;
	width: 80%;
}
.newsTbl ul li {	
	text-indent: 4px;
	padding: 0 0 10px 20px;
	background: transparent url(../images/pdf.gif) no-repeat 0 1px;		
}
/*
.newsTbl ul li a[href$=".pdf"] {
	background: transparent url(../images/pdf.gif) no-repeat 0 2px;
	padding-left: 20px;
}
*/

#oneColumn #mainTbl {
	background: transparent url(../images/table-head-directory.gif) no-repeat 0 45px ;
}
#oneColumn #copyBox {
	background: transparent url(../images/background/blend-copy-wide.gif) no-repeat 8px 45px;
	position: relative;
	padding: 10px 20px 20px 20px;	
}

.pdfList {	
	padding: 4px 0 0 0;
	margin: 4px 0 0 0;
}
.pdfList li {	
	padding: 0 0 10px 20px;
	background: transparent url(../images/pdf.gif) no-repeat 0 1px;	
}

.partnersTbl {
	margin: 0 0 20px 0;
}
.partnersTbl td {
	border-bottom: 1px solid #e0e6f9;
	padding: 12px 24px 14px 0;
	line-height: 150%;
	text-align: justify;
}
.partnersTbl td:first-child {
	width: 200px;
	text-align: center;
	padding: 15px 0;
}

.readMore {
	display: block;
	width: 91px;
	height: 25px;	
	background: transparent url(../images/nav/read-more.png) no-repeat;
	text-indent: -9999px;
	margin: 8px auto;
}
.readMore:hover {
	background-position: 0 -25px;
}

.section {
	border-top: 1px dotted #ABBAF1;
	margin-bottom: 11px;
}
.section a[href$=".pdf"] {
	background: transparent url(../images/pdf.gif) no-repeat 0 2px;
	padding-left: 20px;
}

.signUp {
	display: block;
	width: 102px;
	height: 26px;	
	background: transparent url(../images/nav/sign-up-now.png) no-repeat;
	text-indent: -9999px;
	margin: 9px auto;
}
.signUp:hover {
	background-position: 0 -26px;
}

#tagline {
	position: absolute;	
	width: 393px; 
	height: 10px;
	top: 85px;
	right: 0;
}

.tdRuled h4 {
	border-top: 1px dotted #ABBAF1;
	padding-top: 8px;
	font-size: 14px;
}
.tdRuled ul {
	padding: 0;
	margin: 0;
}
.tdRuled ul li {
	padding: 0 0 12px 11px;
	text-align: justify;
	background: transparent url(../images/bullet.gif) no-repeat 0 5px;
	line-height: 130%;
}

.tileTbl {
	width: 99%;
}
.tileTbl td {
	background-color: #E6EBF7;
	padding: 8px 4px 10px 8px;
	font-size: 11px;
}
.tileTbl td ul {
	margin: 0 0 6px 6px;
	padding: 0 0 6px 6px;
}
.tileTbl td ul li {
	padding: 0 0 2px 11px;
	background: transparent url(../images/bullet.gif) no-repeat 0 5px;
}

.toTop {
	margin-top: 20px;
	border-top: 1px dashed #CCC;
}
.toTop a {
	display: block;
	background: transparent url(../images/nav/back-to-top.gif) no-repeat;
	width: 90px;
	height: 25px;
	float: right;
	text-indent: -9999px;
}
.white { background-color: #FFF; }


.webcastTbl {
	width: 210px;
	margin: 0 0 8px 8px;	
	background: #F5CD7D url(../images/background/webcast-sm.gif) no-repeat;
}
.webcastTbl em {
	color: #bb6000;
}
.webcastTbl h2 {
	font-size: 15px;
	color: #bb6000;
	margin: 10px 0 0 10px;	
}
.webcastTbl p {
	font-size: 11px;
	line-height: 150%;
	margin: 2px 4px 8px 10px;
}

.whiteTbl {
	width: 210px;
	margin: 0 0 8px 8px;	
	border: 1px solid #DDD;
}
.whiteTbl td p {
	font-size: 13px;
	line-height: 150%;
	margin: 8px 10px 8px 10px;
}
.whiteTbl td small {
	display: block;
	font-size: 11px;
	text-align: right;
	margin: 8px 10px 8px 10px;
}

#wrapper {
	width: 890px;
	margin: 0 auto;
}

/* sub-navigation */
#navSub {
	width: 210px;
	margin: 1px 0 20px 8px;
	border-top: 1px solid #e0e6f9;
}
#navSub ul li {
	font-size: 14px;
	padding: 6px 0;
	text-indent: 18px;
	border-bottom: 1px solid #e0e6f9;
}
#members #navSub ul li {
	font-size: 11px;
	padding: 4px 0;
	text-indent: 2px;	
}
#navSub ul li.on {
	background: #FFF url(../images/arrow-left.gif) no-repeat 6px 10px;
}
#navSub ul li a {
	color: #002150;
	text-decoration: none;
}
#navSub ul li a:hover {
	text-decoration: underline;
}
#navSub ul li ul {
	padding: 3px 0;
	margin: 3px 0;
}
#navSub ul li ul li {
	font-size: 12px;
	padding: 0;
	margin-top: 4px;
	text-indent: 33px;
	border-bottom: 0;
}
#navSub ul li ul li.on {
	background: transparent url(../images/arrow-left.gif) no-repeat 20px 4px;
}

/* util navigation */
#navUtil {
	float: right;
}
#navUtil ul li {
	float: left;
	text-indent: -9999px;
}
#navUtil ul li a {
	display: block;
	height: 23px;
	margin-left: 3px;
}
#navUtil ul li#one a {
	background: transparent url(../images/nav/home.gif) no-repeat;
	width: 58px;
}
#navUtil ul li#two a {
	background: transparent url(../images/nav/members-area.gif) no-repeat;
	width: 117px;
}
#navUtil ul li#three a {
	background: transparent url(../images/nav/contact-us.gif) no-repeat;
	width: 99px;
}
#navUtil ul li#one a:hover, #navUtil ul li#two a:hover, #navUtil ul li#three a:hover {
	background-position: 0 -23px;
}

/* -- LISTS -------------------------------------------------------------------------------------- */
#rules ul {
	padding: 4px 0 0 12px;
	margin: 4px 0 0 12px;
	/*background-color: #006666;*/
}

#rules ul li {
	list-style-type: square;
	padding-bottom: 12px;
}
#rules ul ul {
	/*background-color:#009999;*/
}
#rules ul ul li, #rules ul li ul li {
	list-style-type: disc;
	/*background-color: #00CCCC;*/
}
#rules ul li ul li ul li, #rules ul ul ul li {
	list-style-type: circle;
	/*background-color:#00FFFF;*/
}
#rules ul ul ul ul li, #rules ul ul ul li ul li  {
	list-style-type: disc;
	/*background-color:pink;*/
}