/* Default Styles */
html { font-size:.625em; }
body { margin:0; padding:0; color:#000000; background:#ffffff; }
body, td, input, textarea, option, select { font-family: Verdana, Arial, Helvetica, sans-serif; }
input, textarea, option, select { font-size:1em; }

p, table { padding:0; margin:0 0 1.2em 0; }
ul, ol { margin:0 0 0 22px; padding:0; }
li { margin:0 0 .5em 0; padding:0; }
.clear { clear:both; }
.floatLeft { float:left; }
.floatLeft2 { float:left; padding-right:10px; }
.floatLeft3 { float:left; padding-right:50px; }
.floatRight { float:right; }
.floatRight2 { float:right; padding-right:10px; }
.floatRight3 { float:right; padding-right:50px; }
/*img.floatLeft { float:left; padding:10px 10px 10px 10px; }
img.floatRight { float:right; padding:10px 10px 10px 10px; }*/
a img { border:none; }

h1, h2, h3, h4, h5, h6 { margin-bottom:.5em; padding:0; }

h1 { font-size:1.4em; color:#a01a1a; text-transform:uppercase; margin-top:10px; }
h2 { font-size:1.3em; }
h3 { font-size:1.2em; }
h4 { font-size:1.1em; }
h5 { font-size:1em; }
h6 { font-size:.9em; font-weight:normal; }

.imageCaption {
				margin:0; padding:0; position:inherit; left:10px; top:7px;
				}

/* drop shadow effect for the gallery thumbnails. Sadly this requires a div to be wrapped around the image markup, which is a shame */

.img-wrapperRight {
margin: 10px 0 0 10px;
background: url(../images/shadow.gif) no-repeat bottom right;
float:right;
line-height:0;
}
 
.img-wrapperRight img {
float:none;
margin:0;
background:#fff;
padding:4px;
border:1px solid #C5BDBD;
position:relative;
left:-5px;
top:-5px;
}

.img-wrapperLeft {
margin: 10px 10px 0 0;
background: url(../images/shadow.gif) no-repeat bottom right;
float:left;
line-height:0;
}

.img-wrapperLeft img {
float:none;
margin:7px;
background:#fff;
padding:4px;
border:1px solid #C5BDBD;
position:relative;
left:-5px;
top:-5px;
}

.img-wrapperCenter {
margin: 10px 0 0 10px;
background: url(../images/shadow.gif) no-repeat bottom right;
float:none;
line-height:0;
}
 
.img-wrapperCenter img {
float:none;
margin:0;
background:#fff;
padding:4px;
border:1px solid #C5BDBD;
position:relative;
left:-5px;
top:-5px;
}


/* For these larger images, I don't want them to float, for that causes the h3 above to be pushed to the right. I also declare a top margin to space the header and image apart, and also increase the border width slightly.  We also set it to display:block so that if body id is twoColLayout, the image will force the header and other bits to wrap around it */

.mainImage {
display: block;
float: none;
padding: 10px 0 15px 0;
margin: 4px 0 0 45px;
border: 3px solid #C5BDBD;
}

.requirements_Image {
display: block;
float: none;
padding: 10px 0 12px 0;
margin: 15px 0 0 10px;
border: 3px solid #C5BDBD;
}



.left {text-align:left}
.center {text-align:center;}
.right {text-align:right;}

/* base font size: 1.1em = 11px, 1.2em = 12px */
body { font-size: 1.0em; }

span.sectionHeader { font-family:"Trebuchet MS"; display:block; padding-top:4px; margin-bottom:10px; background:#918f8f url(../images/tabTopRight.gif) right top no-repeat; }
span.sectionHeader span { color:#ffffff; font-size:1.1em; font-weight:bold; text-transform:uppercase; display:block; padding:0 0 4px 11px; background:url(../images/tabBottomLeft.gif) left bottom no-repeat; }

span.sectionHeader newsAndEvents{ font-family:"Trebuchet MS"; display:block; padding-top:4px; margin-bottom:10px; background:#918f8f url(../images/tabTopRight.gif) right top no-repeat; }
span.sectionHeader newsAndEvents span{ color:#ffffff; font-size:1.1em; font-weight:bold; text-transform:uppercase; display:block; padding:0 0 4px 11px; background:url(../images/tabBottomLeft.gif) left bottom no-repeat; }

/* Custom Add Styles */

adSpace { text-align:center; margin-top: 20px; margin-bottom:20px; }
	

/* Custom Styles */
body { _text-align:center; background:#f7f6f3; }
	#wrap { width:807px; margin:0 auto; text-align:left; background:url(../images/bg-wrap.gif) repeat-y; }
		#wrap-inner { position:relative; margin:0 23px 0 22px; padding-bottom:10px; }
		
			/* Header */
			#header { position:relative; z-index:1; text-align:right; position:relative; height: 100%; }
				#firmLogo { position:absolute; left:0; top:0; }
				form#searchForm { color:#898989; margin:0 0 10px 0; padding:25px 7px 0 0; }
					form#searchForm p { font-weight:bold; margin: 0 15px 5px 0; }
						form#searchForm p span { color:#a01a1a; }
					form#searchForm input#searchInput { width:126px; padding:2px 4px; font-weight: bold; color: #898989; }
					form#searchForm input#searchSubmit { margin:0; vertical-align:top; position:relative; top:1px;}
					#siteTools { margin:0px 60px 12px 0; }
				
				ul#topNav { position:relative; float:right; font-family:"Trebuchet MS"; font-size:1.2em; font-weight:bold; margin:0; }
					ul#topNav li { position:relative; z-index:99; min-height:22px; overflow:hidden; display:block; width:12.1em; margin-left:2px; padding-bottom:4px; margin-bottom:0; text-align:center; float:left; background:#918f8f url(../images/tabBottomLeft.gif) left 22px no-repeat; }	
					ul#topNav li:hover { overflow:visible; background:#323a3e; }
						ul#topNav li a { color:#ffffff; text-decoration:none; display:block; padding-top:4px; background:url(../images/tabTopRight.gif) right top no-repeat; }
						ul#topNav li a:hover { color:#fdbe34; }	
						
						/* styles for hier nav */
						ul#topNav li ul { font-size:.91em; width:100%; font-weight:normal; position:absolute; padding:0; margin:0; display:block; top:26px; left:0; background:#323a3e; }
						ul#topNav li ul li { display:inline-block; width:100%; float:none; margin:0; padding:0; background:none; }
							ul#topNav li ul li a { display:inline-block; background:none; }
							ul#topNav li ul li a:hover { width:100%; background:#918f8f; }
						
			/* Main Body */
			#main-body { display:inline-block; position:relative; background:#ffffff 571px top repeat-y; border-top:8px solid #ffffff; height: 1%; font-size: 8pt;}
			#home #main-body { background-image:url(../images/bg-mainBody-home.gif); }	
			#Lev3 #main-body { background-image:url(../images/bg-mainBody-Lev3.gif); }	
				#home #flashBlock { width:572px; text-align:left; margin-bottom:5px; }	
					
				/* Secondary Bar (right) */
				#leftBar { width:178px; float:right; overflow:hidden; }
				#secondaryBar { width:178px; float:right; overflow:hidden; }
				#home #leftBar { width:236px; float:left; }	
				
				
				#rightBar { position:relative; width:178px; float:left; overflow:hidden; text-align:top}	
				#home #rightBar { width:191px; padding:0; position:relative; top:-180px; margin-bottom:-180px; float:right; }	
					#home #rightBar #register { color:#ffffff; margin-bottom:8px; padding-bottom:5px; background:#6d7579 url(../images/bg-register.gif) left top no-repeat; }
						#home #rightBar #register p { padding:10px 0 0 20px; margin:0 0 .5em; }
						#home #rightBar #register img { margin-left:6px; }
				
				
				
				
				
				/** ID use of attyDirectory and attyDirectoryForm can only be used once per page **/
					#attyDirectory {  }
						#attyDirectory span.sectionHeader { background-color:#a01a1a; }
						#home #attyDirectory span.sectionHeader { width:auto; }
						form#attyDirectoryForm { padding-bottom:15px; }
							form#attyDirectoryForm p { font:bold 1.1em "Trebuchet MS"; margin:0 0 .5em 8px; padding:0; text-transform:uppercase; }
							form#attyDirectoryForm label { float:left; width:30px; font-family:"Trebuchet MS"; font-size:1.1em; font-weight:bold; color:#918f8f; padding-right:5px; text-align:right; }
							form#attyDirectoryForm input { float:left; width:127px; margin:0 0 5px 0; padding:2px 4px; }
							#home form#attyDirectoryForm input { width:183px; }
							form#attyDirectoryForm select { height:1.8em; float:left; width:140px; margin-bottom:5px; z-index: 1;}
							#home form#attyDirectoryForm select { width:195px; }
							form#attyDirectoryForm input#attySubmit { margin:0 0 0 70px; padding:0; width:66px; height:28px; vertical-align:top; position:relative;}
							#home form#attyDirectoryForm input#attySubmit { margin-right: 0px;}

        /** class created for multiple use of attyDirectory and attyDirectoryForm on a page **/
          .attyDirectory {  }
						.attyDirectory span.sectionHeader { background-color:#a01a1a; }
						form.attyDirectoryForm { padding-bottom:15px; }
							form.attyDirectoryForm p { font:bold 1.1em "Trebuchet MS"; margin:0 0 .5em 8px; padding:0; text-transform:uppercase; }
							form.attyDirectoryForm label { float:left; width:30px; font-family:"Trebuchet MS"; font-size:1.1em; font-weight:bold; color:#918f8f; padding-right:5px; text-align:right; }
							form.attyDirectoryForm input { float:left; width:127px; margin:0 0 5px 0; padding:2px 4px; }
							form.attyDirectoryForm select { height:1.8em; float:left; width:140px; margin-bottom:5px; }
							form.attyDirectoryForm input.attySubmit { margin:0 0 0 100px; padding:0; width:64px; height:21px; vertical-align:top; position:relative; border: 3px double #666;}							
							
						#directories { margin:0 0 15px; }
						#home #directories { margin:0 0 0 5px; }
							#directories a { font-style:italic; display:block; color:#a01a1a; padding:5px 0 5px 6px; text-decoration:none; border-top:1px solid #d6d6d6; border-bottom:1px solid #d6d6d6; }
							#directories a:hover { color:#000000; }
							#directories ul { font-weight:bold; margin:0; list-style:none; }
								#directories ul li { display:inline; }
									#directories ul li a { font-style:normal; border-bottom:none; }
						#lawOfficeManagement { text-align:left; display:inline-block; }
							#lawOfficeManagement span.sectionHeader { margin-bottom:4px; background-color:#e8ae2e; }
								#home #lawOfficeManagement img { float:left; height:66px; padding: 2px 0; }
									#lawOfficeManagement ul { font-family:"Trebuchet MS"; font-size:1.1em; font-weight:bold; text-transform:uppercase; margin:0; list-style:none; border:3px solid #979ea0; }
										#lawOfficeManagement ul li { margin:0; padding:5px; background:#e9e9e9 url(../images/bg-lomBlock.gif) repeat-x; border-bottom:1px solid #979ea0; }
										#home #lawOfficeManagement ul li { padding:0; min-height:70px; _height:68px; }	
										#home #lawOfficeManagement ul li.last { border:none; }	
											#lawOfficeManagement ul li ul { font-size:.91em; margin:0; border:none; }
											#home #lawOfficeManagement ul li ul { padding:0 0 2px 0; min-height:51px; _height:51px; }
											#lawOfficeManagement ul li ul li { display:inline; padding:0; background:none; border:none; font-family:Arial, Helvetica, sans-serif; color:#757575; text-decoration: none;}
												#lawOfficeManagement a { font-family:Arial, Helvetica, sans-serif; color:#757575; text-transform:capitalize; text-decoration:none; display:block; padding:0; } /** style for links that have to be displayed inline **/
												#lawOfficeManagement a.inline { font-family:Arial, Helvetica, sans-serif; color:#757575; text-transform:capitalize; text-decoration:none; display:inline; padding:0; }
												#lawOfficeManagement a:hover { color:#a01a1a; text-decoration:underline; }
											#lawOfficeManagement p { font-size:.92em; font-weight:normal; margin-bottom:.1em; text-transform:none; color:#757575; line-height:1.2em; }
											#lawOfficeManagement a.learnMore { font-size:.92em; font-weight:normal; text-transform:none; color:#757575; }
											#lawOfficeManagement a:hover { color:#a01a1a; text-decoration:underline; }
											
						/* generic class for left bar sections - borrows styles from lawoffice management directories sections to appear consistent - brooks 03122007*/
						.leftMenuList {text-align:left; display:inline-block; margin-top: 10px;}
						.leftMenuList span.sectionHeader { margin-bottom:4px; background-color:#e8ae2e; }
						.leftMenuList ul {list-style: none; margin: 5px;}
						.leftMenuList ul li {display: block; color:#a01a1a; border-bottom: 1px solid #d6d6d6; padding-bottom: 5px;}
						.leftMenuList a {font-weight: bold; font-size: 10px; color:#a01a1a; text-decoration: none;}
						.leftMenuList a:hover {color: #000;}
											
				/* Content */
				#content { width:362px; float:right; color:#414b52; margin:0 19px 0 19px; line-height:1.6em; position:relative; }
				#home #content { width:300px; margin:10px 19px 0 16px; float:left; }	
					#content a:link { color:#a01a1a; text-decoration:none; }
					#content a:visited { color:#B82626; text-decoration:none; }
					#content a:hover, a:focus { color:#666; text-decoration:underline; }
					#content a:active { color:#666; text-decoration:underline; }
					
					
					/* Content  Class*/
				.content { width:362px; float:right; color:#414b52; margin:0 19px 0 19px; line-height:1.6em; position:relative; }
				.contentLev3 { width:511px; float:left; color:#414b52; margin:0 22px 0 22px; line-height:1.6em; position:relative; }
				#home .content { width:300px; margin:10px 19px 0 16px; float:left; }	
					.content a:link { color:#a01a1a; text-decoration:none; }
					.content a:visited { color:#B82626; text-decoration:none; }
					.content a:hover, a:focus { color:#666; text-decoration:underline; }
					.content a:active { color:#666; text-decoration:underline; }
					
				.cnInvest { width:516px; color:#414b52; margin:0 20px 0 15px; line-height:1.6em; position: absolute; left: 180px;}
					
					.sublev3 { margin: 0 0 0 203px; width:493px; color:#414b52; line-height:1.7em; }
					.sublev3 a:link { color:#a01a1a; text-decoration:none; }
					.sublev3 a:visited { color:#B82626; text-decoration:none; }
					.sublev3 a:hover, a:focus { color:#666; text-decoration:underline; }
					.sublev3 a:active { color:#666; text-decoration:underline; }
					
					#showcase { margin-bottom:20px; }
						#showcase p { margin-bottom:.2em; line-height:1.2em; }
							#showcase p strong { text-transform:uppercase; color:#000000; }
								#showcase p span { font-weight:bold; }
								
					.linkList { margin-bottom:.2em; line-height:1.7em; }
					.storeHd { text-transform:uppercase; color:#000000; }
					/** ID use of columnleft and columnright can only be used once per page **/
					#columnleft { width:170px; float:left; position:relative; background:#fff; padding:0px 10px 0px 0px; }		
					#columnright { width:170px; padding:0px 0px 0px 10px; float:left; position:relative; background:#fff; }

					
					/** class created for multiple use of columnleft and columnright on a page **/
					.columnleft { width:170px; float:left; position:relative; background:#fff; padding:0px 10px 0px 0px; }
					.columnleft2 { width:234px; float:left; position:relative; background:#fff; padding:0px 10px 0px 0px; }
					.columnright { width:170px; padding:0px 0px 0px 10px; float:left; position:relative; background:#fff; }
					.columnright2 { width:234px; padding:0px 0px 0px 10px; float:left; position:relative; background:#fff; }
					
					form#VendorForm { margin-bottom:20px; }
							form#VendorForm p { font:bold 1.1em "Trebuchet MS"; margin:0 0 .5em 8px; padding:0; text-transform:uppercase; }
							form#VendorForm label { float:left; width:70px; font-family:"Trebuchet MS"; font-size:1.1em; font-weight:bold; color:#918f8f; padding-right:5px; text-align:right; }
							form#VendorForm input { float:left; width:127px; margin:0 0 5px 0; padding:2px 4px; }
							form#VendorForm input#FormSubmit { margin:0; vertical-align:top; position:relative; top:1px; border: 3px double #666;}
							form#VendorForm select { height:1.8em; float:left; width:140px; }
							form#VendorForm select { width:195px; }
							
				#tabcontentstyle { width:200px; }	
							
				#contentLev3 { width:533px; float:left; color:#414b52; margin:0 22px 0 22px; line-height:1.6em; position:relative; }	
					#contentLev3 a:link { color:#a01a1a; text-decoration:underline; }
					#contentLev3 a:visited { color:#B82626; text-decoration:underline; }
					#contentLev3 a:hover, a:focus { color:#666; text-decoration:underline; }
					#contentLev3 a:active { color:#666; text-decoration:underline; }
					#contentLev3 div.resultcaption a { text-decoration:none; }
					#contentLev3 span.anchor a:link { color:#666; text-decoration:none; font-weight:bold }
					#contentLev3 span.anchor a:visited { color:#666; text-decoration:none; font-weight:bold }
					#contentLev3 span.anchor a:hover, a:focus { color:#666; text-decoration:none; font-weight:bold }
					#contentLev3 span.anchor a:active { color:#666; text-decoration:none; font-weight:bold }
					div.resultInfo { border-top:1px #A01A1A solid; background-color:#E5E5E5; padding:5px; margin-bottom:10px; font-weight:bold; }
					
					/** the following are styles for the featured attorney page and other showcase pages that have a similar layout. **/
					#showcase_item {margin-top: 10px; border-top: 1px solid #a01a1a; position: relative; clear: left;}
						#showcase_item img{max-width: 132px; float: left; padding-right: 10px; margin-bottom: 10px;}
						
						#contentWide {color:#414b52; line-height:1.6em;}	
							#contentWide a:link { color:#a01a1a; text-decoration:none; }
							#contentWide a:visited { color:#B82626; text-decoration:none; }
							#contentWide a:hover, a:focus { color:#666; text-decoration:underline; }
							#contentWide a:active { color:#666; text-decoration:underline; }
							#contentWide span.anchor a:link { color:#666; text-decoration:none; font-weight:bold }
							#contentWide span.anchor a:visited { color:#666; text-decoration:none; font-weight:bold }
							#contentWide span.anchor a:hover, a:focus { color:#666; text-decoration:none; font-weight:bold }
						
						
					
					#contentGoldenCan { width:480px; float:left; color:#414b52; margin:0 22px 0 22px; line-height:1.6em; position:relative; }	
					#contentGoldenCan a:link { color:#a01a1a; text-decoration:none; }
					#contentGoldenCan a:visited { color:#B82626; text-decoration:none; }
					#contentGoldenCan a:hover, a:focus { color:#666; text-decoration:underline; }
					#contentGoldenCan a:active { color:#666; text-decoration:underline; }
				
					#sponsoredContainer { background-color:#E5E5E5; float:none; min-width:480px; padding:5px; }
					.keymatchesSide + #sponsoredContainer { float:left; }
					#sponsoredContainer div.sponsoredSearch { margin:0px 0px 10px 8px; padding:0; }
					#sponsoredContainer div.sponsoredSearch a { font-size:13px; }
					#sponsoredContainer h2 { margin-top:0; }

				div#resultContainer { margin-bottom:10px; }
				div#searchResults  {  }
					div#searchResults div { margin-bottom:20px; }
					
					div#searchResults div#topSpots div { min-height:46px; _height:62px; }
					div#searchResults div.odd { background:#e7e7e9; padding: 6px 4px 8px 8px; margin-bottom: 0;}
					div#searchResults div.even { background:#f1f1f2; padding: 6px 4px 8px 8px; margin-bottom: 0;}
					div#searchResults div.icon { float: right; padding: 0 20px 5px 0; margin: 0;}
						div#searchResults img { display:block; position:relative; margin:2px 6px 0 0; }
						div#searchResults h4 { margin:0; color:#a01a1a; }
						div#searchResults div#moreAttorneys h4 { font-weight:normal; }
						div#searchResults p { margin:0; font-style:italic; }
						div#searchResults p.address { position:relative; font-style:normal; }
						div#searchResults p.address span { position:absolute; right:4px; padding-right:22px; 
						/* Three bullets are coming from the template with the appropriate link */
						/*background:url(../images/triBullet.gif) right .6em no-repeat; */
						}
				
					div#searchResults div#featuredAttorneys { background:#f1f1f2; border-top:1px solid #d6d6d6; }
						div#searchResults div#featuredAttorneys div { padding:8px 4px 8px 8px; min-height:0; _height:0; border-bottom:1px solid #d6d6d6; }
				
				
				/* Primary Bar (left) */
				#primaryBar { position:relative; width:178px; float:left; overflow:hidden;}	
				#home #primaryBar { width:191px; padding:0; position:relative; top:-180px; margin-bottom:-180px; float:right; }	
					#home #primaryBar #register { color:#ffffff; margin-bottom:8px; padding-bottom:5px; background:#6d7579 url(../images/bg-register.gif) left top no-repeat; }
						#home #primaryBar #register p { padding:10px 0 0 20px; margin:0 0 .5em; }
						#home #primaryBar #register img { margin-left:6px; }
				
				/* delete these when all includes are done */
				#rightBar { position:relative; width:178px; float:left; overflow:hidden; text-align:top}	
				#home #rightBar { width:191px; padding:0; position:relative; top:-180px; margin-bottom:-180px; float:right; }	
					#home #rightBar #register { color:#ffffff; margin-bottom:8px; padding-bottom:5px; background:#6d7579 url(../images/bg-register.gif) left top no-repeat; }
						#home #rightBar #register p { padding:10px 0 0 20px; margin:0 0 .5em; }
						#home #rightBar #register img { margin-left:6px; }
					
					#rightSidebar { padding:15px 0 10px 5px; }
						#home #rightSidebar { padding-top:0; }
						#rightSidebar span.sectionHeader { position:relative; background-color:#6d7579; }
						#rightSidebar span.sectionHeader a { display:block; color:#ffffff; text-decoration:none; padding:2px 0 2px 11px; background:url(../images/bullet.gif) 1em 7px no-repeat; }
						#rightSidebar ul { margin:0 0 14px 0; list-style:none; border-bottom:1px solid #d6d6d6; }
						#rightSidebar ul li { display:inline; margin:0; }
						#rightSidebar ul li a { display:block; color:#a01a1a; padding:5px 0 5px 10px; font-weight:bold; text-decoration:none; border-top:1px solid #d6d6d6;  }
						#rightSidebar ul li a:hover { color:#000000; }
					
					
						#publicInformation { padding:15px 0 10px 5px; }
						#home #publicInformation { padding-top:0; }
						#publicInformation span.sectionHeader { position:relative; background-color:#a01a1a; }
						#publicInformation span.sectionHeader a { display:block; color:#ffffff; text-decoration:none; padding:2px 0 2px 11px; background:url(../images/bullet.gif) 1em 7px no-repeat; }
						#publicInformation ul { margin:0 0 14px 0; list-style:none; border-bottom:1px solid #d6d6d6; }
						#publicInformation ul li { display:inline; margin:0; }
						#publicInformation ul li a { display:block; color:#a01a1a; padding:5px 0 5px 10px; font-weight:bold; text-decoration:none; border-top:1px solid #d6d6d6;  }
						#publicInformation ul li a:hover { color:#000000; }
									
						#registerAndNews { padding:0 0 10px 5px; }
						#registerAndNews span.newsAndEvents { background-color:#e8ae2e; }
						#registerAndNews span.directories { background-color:#a01a1a; }
						#registerAndNews span.sectionHeader a { display:block; color:#ffffff; text-decoration:none; padding:2px 0 2px 11px; background:url(../images/bullet2.gif) 144px 7px no-repeat; }
						#registerAndNews span.sectionHeader:hover { background-color:#323a3e; }
						#home #registerAndNews span.sectionHeader:hover { background-color:#e8ae2e; }
						#registerAndNews span.sectionHeader a:hover { color:#fdbe34; }
						#home #registerAndNews a { color:#a01a1a; font-weight:normal; text-decoration:none; }
						#home #registerAndNews a:hover { color:#000000; }
						
						#registerAndNews2 { padding:0 0 10px 5px; }
						#registerAndNews2 span.newsAndEvents { background-color:#e8ae2e; }
						#registerAndNews2 span.directories { background-color:#a01a1a; }
						#registerAndNews2 span.sectionHeader a { display:block; color:#ffffff; text-decoration:none; padding:2px 0 2px 11px; background:url(../images/bullet2.gif) 144px 7px no-repeat; }
						#registerAndNews2 span.sectionHeader:hover { background-color:#323a3e; }
						#home #registerAndNews2 span.sectionHeader:hover { background-color:#e8ae2e; }
						#registerAndNews2 span.sectionHeader a:hover { color:#fdbe34; }
						#home #registerAndNews2 a { color:#a01a1a; font-weight:normal; text-decoration:none; }
						#home #registerAndNews2 a:hover { color:#000000; }
								
				
						#registerAndNewsHP { padding:0 0 10px 5px; }
						#registerAndNewsHP span.newsAndEvents { text-align:left; color:#fff; background-color:#e8ae2e; font-weight:bold; text-decoration:none; font-size:1em;  }
						#registerAndNewsHP span.rightSidebar { background-color:#a01a1a; }
							#registerAndNewsHP span.sectionHeader a { display:block; color:#fff; text-decoration:none; padding:2px 0 2px 11px; background:url(../images/bullet2.gif) 144px 7px no-repeat; }
							#registerAndNewsHP span.sectionHeader:hover { background-color:#323a3e; }
							#home #registerAndNewsHP span.sectionHeader:hover { background-color:#e8ae2e; }
							#registerAndNewsHP span.sectionHeader a:hover { color:#fdbe34; }
								#home #registerAndNewsHP a { color:#a01a1a; font-weight:bold; text-decoration:none; }
								#home #registerAndNewsHP a:hover { color:#5d5d5d; }
								
						#articles { padding:0 0 10px 5px; }
						#articles span.newsAndEvents { background-color:#e8ae2e; }
						#articles span.directories { background-color:#a01a1a; }
						#articles span.sectionHeader a { display:block; color:#ffffff; text-decoration:none; padding:2px 0 2px 11px; background:url(../images/bullet2.gif) 144px 7px no-repeat; }
						#articles span.sectionHeader:hover { background-color:#323a3e; }
						#home #articles span.sectionHeader:hover { background-color:#e8ae2e; }
						#articles span.sectionHeader a:hover { color:#fdbe34; }
						#home #articles a { color:#a01a1a; font-weight:normal; text-decoration:none; }
						#home #articles a:hover { color:#000000; }
								
						#sponsors {display:inline-block; width:100%; color:#636363; margin:13px 0 0 0; padding:7px 0 10px 0; line-height:1.45em; background:#e7e7e9; }
							#sponsors div.floatRight {  }
								#sponsors div.floatRight a img { display:block; margin:0 8px 0 0 ; }
							#sponsors a img { margin:0 7px; }
					#home #sponsors { text-align:center; background:#e7e7e9; }
						#home #sponsors img { margin:10px 0 0 0; }
				
					#GoogleAds { padding:8px; background-color:#e7e7e9;}
					
					/* Footer Crosslinks */
						#footer_crosslinks { display:inline-block; text-align:center; width:100%; padding:15px 0; background:#e7e7e9; }
						#footer_crosslinks a { color:#636363; text-decoration:none; }
						#footer_crosslinks a:hover { color:#a01a1a; }
					
					/* Footer */			
					#footer { display:inline-block; width:100%; padding:15px 0; background:#e7e7e9 url(../images/bg-footer.gif) 0 0 repeat-x; }
						#footer a { color:#636363; text-decoration:none; }
							#footer a:hover { color:#a01a1a; }
						#footer #feedsAndLinks { float:right; display:inline; margin-right:8px; }
							#footer #feedsAndLinks div.floatLeft { display:inline; margin:0 5px; padding:0 5px; border-left:1px solid #c3c3c3; border-right:1px solid #c3c3c3; }
						#footer #bottomNav { margin:0 0 .5em 8px; }
						#copyright { margin-left:8px; }
						.copyright { margin-left:8px; }
						
.noUnderline { color:#636363; text-decoration:none; }

.directories { margin:0 0 15px; }
#home .directories { margin:0 0 0 5px; }
.directories a { font-style:italic; display:block; color:#a01a1a; padding:5px 0 5px 6px; text-decoration:none; border-top:1px solid #d6d6d6; border-bottom:1px solid #d6d6d6; }
.directories a:hover { color:#000000; }
.directories ul { font-weight:bold; margin:0; list-style:none; }
.directories ul li { display:inline; }
.directories ul li a { font-style:normal; border-bottom:none; }

form.searchForm { color:#898989; margin:0 0 10px 0; padding:25px 7px 0 0; }
form.searchForm p { font-weight:bold; margin: 0 15px 5px 0; }
form.searchForm p span { color:#a01a1a; }
form.searchForm input.searchInput { width:126px; padding:2px 4px; font-weight: bold; color: #898989; }
form.searchForm input.searchSubmit { margin:0; vertical-align:top; position:relative; top:1px; border: 3px double #666;}
						
/** begin crumbtrail **/

.crumbtrail {
		clear: left;
		padding: 0 0 5px 0;
		color: #000;
		background: #fff;
	}
	
.crumbtrail a:visited {
		color: #40659B;
		background-color:inherit;
	}
.crumbtrail a:hover {
		color: #036;
		background-color:inherit;
	}

/** end crumbtrail **/

/** begin 404 page **/
form#notFoundsearchForm { color:#898989; margin:0 0 10px 0; padding:5px 10px 0 0; }
form#notFoundsearchForm p { font-weight:bold; margin: 0 15px 5px 0; }
form#notFoundsearchForm p span { color:#a01a1a; }
form#notFoundsearchForm input#searchInput { width:126px; padding:2px 4px; }
form#notFoundsearchForm input#searchSubmit { margin:0; vertical-align:inherit; position:relative; top:1px; border: 3px double #666;}
/** end 404 page **/


.pollbox {
	float: right;
	width: 175px;
	margin: 10px;
	margin-right: 0;
	padding: 5px;
	color: #a10a1a;
	background: #e7e7e9;
	border: 1px solid #666;
}

.directoryForm {text-align: right;	}

.directoryForm label {
	float: left;
}


.directoryForm input {
	width: 200px;
	margin-right: 240px;
}

.directoryForm select {
	width: 205px;
	margin-right: 240px;

}
.directoryForm .submit {
	width: 66px;
	height: 28px;
	margin-right: 300px;
}

.auto_complete {
            width: 350px;
            background: #fff;
            z-index: 200;
            text-align:left;
            
          }
          .auto_complete ul {
            border:1px solid #666;
            margin:0;
            padding:0;
            width:100%;
            list-style-type:none;
            color: #666;
          }
          .auto_complete ul li {
            margin:0;
            padding:3px;
          }
          .auto_complete ul li.selected { 
            background-color: #ffb; 
          }
          .auto_complete ul strong.highlight { 
            color: #000; 
            margin:0;
            padding:0;  
          }
          

#headleft {
	float: left;
	height: 120px;
	margin: 0px;
	padding: 8px 0 0 10px;
}

#headright {
	float: left;
	width: 200px;
	height: 120px;
	margin: 1px 0 0 0;
	padding: 1px 0 0 0;
	position: relative;
}

#headmiddle {
	height: 120px;
	padding: 0;
	margin: 3px 0 0 0;
	float: left;
	position: relative;
}

#searchhead {
	background-image: url(/images/header/searchbox_bg.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 357px;
	z-index: 5;
	position: absolute;
	top: 80px;
	left: 27px;
	text-align: left;
}

#contactbtns {
	height: 55px;
	width: 185px;
	top: 63px;
	position: absolute;
	left: 7px;
	z-index: 6;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

img.contactbtns {
	margin-left: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-bottom: 5px;
	margin-top: 2px;
}


#searchform {
	height: 20px;
	width: 345px;
	position: relative;
	z-index: 7;
	top: 7px;
	right: -5px;
	padding-left: 4px;
}

#searchform input {
	width: 70%;
	height: 15px;
	font-size: 11px;
	padding-top: 3px;
	padding-left: 5px;
	vertical-align: middle;
}

#searchform input.button {
	height: 19px;
	width: 66px;
}


#headerbtns {
	float: left;
	width: 185px;
	display: block;
}

input.searchbtn {
	padding-left: 1px;
	vertical-align: middle;
}

#mainnav {
	font-family: verdana, arial, helvetica, sans-serif;
	height: 28px;
	margin-right: 0px;
	margin-left: 1px;
	font-size: 10px;
	text-align: center;
	width: 762px;
	background-image: url(/images/header/main_nav_long.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
}

#nav, #nav ul {
	padding-left: 17px;
	margin: 0; 
	list-style: none;
	text-align: center;
}

#nav li {
	float: left;
}


#nav ul li:hover {
	position: static;
}
		
#nav a {
	background-image: url(/images/header/mainnavborder.jpg);
	background-position: left top;
	font-weight: bold; 
	color:#fff; 
	text-decoration:none; 
	display:block; 
	padding-top: 0.7em;
	padding-right: 25px;
	padding-bottom: 0.5em;
	padding-left: 25px;
	background-repeat: repeat-y;
}

#nav a.root {
	padding-top: 7px;
	padding-bottom: 0;
	margin: 0;
	height: 21px;
}

#nav a.ie6 {
	margin-top: 2px;
	padding-bottom: 7px;
}

#nav a.first {
	background-image: none;
}

#nav a:hover {
	color: #fff; 
}

#nav li ul li a:hover {
	color: #666; 
}

#nav li ul li a {
	font-weight: bold;
	background-image: none;
	text-align: left;
	color: #000;
	border-bottom: 1px solid #999;
	margin: 0;
	padding-top: 0;
	padding-bottom: 3px;
	display: block;
}

#nav li ul li a.first {
	padding-top: 8px;
}

#nav li ul li a.first:hover {
	color: #666;
}


#nav li ul li a.last {
	border: 0;
	padding-bottom: 2px;
}

#nav li ul li a.last:hover {
	color: #666;
}

#nav li ul.trans {
	padding: 0;
	background: #ddd;
	position: absolute;
	left: -999em;
	margin-top: 0px;
	text-indent: -1em;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90; 
}

#nav li ul.opaque {
	padding: 0;
	background: #ddd;
	position: absolute;
	left: -999em;
	margin-top: 0px;
	text-indent: -1em;
}

#nav li ul li {
	background: #ddd;
	width: 200px;
	margin: 3px 0;
	padding: 0;
}

#nav li ul li:hover {
	background: #ddd;
}

#nav li:hover ul, #nav li.sfhover ul { 
	background: #ddd;
	z-index: 900;
	left: auto;
	width: 200px;
	margin-left: 0;
}
