
/*the following from retrospectiva*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,h7,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;}

body{background:#fff;line-height:1;color:#666666;font-size:80%;font-family:Arial,Helvetica,'Liberation Sans','Sans','Trebuchet MS',sans-serif;margin:0;}
body{margin:0px 10px 50px 20px;}


h1,h2,h3,h4,h5,h6,h7{font-weight:400;xcolor:#111;}
h1{line-height:1;margin-bottom:0.5em;font-size:1.6em;color:#660000;}
h2{line-height:1;font-size:1.3em;color:#777777;font-weight:bold;}
h3{line-height:1;margin-bottom:1em;font-size:1.3em;color:#996633;}
h4{line-height:1.25;font-size:1.1em;margin-bottom:0.75em;}
h5{font-size:1em;font-weight:700;margin-bottom:1em;}
h6{font-size:1em;font-weight:700;}
h7{margin-bottom:0em;font-size:1em;color:#996633;}

p{line-height:1.3;margin-bottom:1em;font-size:1.2em;}

a { color: #999999; text-decoration:none;}
a:visited { color: #999999; }
a:hover { color: #999999;}

#page {
	
	background: url("../images/shared/page_bg.png") repeat-y;
}
#header, #main_navigation, #center, #footer {
	width:960px;
	padding:0;
	margin:0;
}
#header {padding-top:20px;}

/* this one has the background image call*/
/*#header{background:#FFF url(../images/bg.header.png) top left repeat-x;border-bottom:1px solid #silver;position:relative;}*/

#logo{float:left; padding:10px 0 25px 40px;}
#logo a{outline:none;}

#contact-links { float:right;text-align:right;font-size:1em;margin-right:40px;}
#contact-links a {
	padding:2px;
	padding-left: 20px;
	margin-left:20px;
	}
	#contact-links *.contact-us {
		background: url("../images/shared/arrow_red.png") no-repeat;
	}

	#contact-links *.registration {
		background: url("../images/shared/arrow_yellow.png") no-repeat;
	}

	#contact-links a:link, #contact-links a:visited, #contact-links a:active { 
		text-decoration:none;color:#666;
	}

	#contact-links a:hover, #contact-links a:focus { text-decoration:underline;color:black;
}


/*  some globally useful classes  */
.smalltext1 {
	font-size:.8em;

}




ul.tabs a:link, ul.tabs a:visited, ul.tabs a:active
	{ text-decoration:none;color:#ffffff;}

ul.tabs a:hover, ul.tabs a:focus
	{ text-decoration:none;color:#ffffff;}

ul.tabs a { display:block;}

#main-navigation {clear:both;}

ul.tabs {float:left;width:960px;padding:0;margin:0;}

ul.tabs li { float:left;width:18%;list-style-type:none;}

ul.tabs *.tab-label {
		background:#59000D url("../images/shared/main_nav_bg_default.png");
		margin:0;
		padding-bottom:11px;
		padding-top:11px;
		font-weight:normal;
		text-align:center;
		font-size:13px;
}

ul.tabs li.selected *.tab-label {
		background:#59000D url("../images/shared/main_nav_bg_selected.png");
}

ul.tabs li.searchbox {
		background:#59000D url("../images/shared/main_nav_bg_searchbox.png") repeat-x right top;
		width:28%;
		text-align:right;
}

ul.tabs li.filler {
		background:#59000D url("../images/shared/main_nav_bg.png");
		width:2%;
		padding-bottom:22px;
}

#search_box{
  font-size:11px;
	height:13px;
  border:0px solid silver;
  margin: 10px 80px 8px 4px;
  color: gray;
}


#breadcrumbs {
  width:700px;  /* oh,why does padding over-ride the width?!? */
  font-size:0.9em;
  margin:50px 0px 10px 40px;
  color:#999999;	
}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active
  { text-decoration:none;color:#666666;}

#breadcrumbs a:hover, #breadcrumbs a:focus
  { text-decoration:none;color:silver;}




#footer {
	clear:both;
	border-bottom:1px solid silver;
	margin-top:40px;	
}

#footer > div {
	padding: 0.6em 2em 0.6em 2em;
	font-size:0.8em;
	
}

#footer *.legalese {
	font-size:10px;
	color:white;
	background-color:gray;
	padding-bottom:0.8em;
}

/* LEGAL NAVIGATION IN FOOTER */

#footer *.legalese a:link, 
#footer *.legalese a:visited, 
#footer *.legalese a:active
	{ text-decoration:none;color:#ffffff;}

#footer *.legalese a:hover
	{ text-decoration:underline;}


/* ADDITIONAL NAVIGATION IN FOOTER */

#footer *.gutter a:link, 
#footer *.gutter a:visited, 
#footer *.gutter a:active
	{ text-decoration:none;color:#59000D;}

#footer *.gutter a:hover
	{ text-decoration:underline;}

#footer *.gutter
	{ height:10px;}


#footer *.copyright {
	/*border:1px solid red;*/
	width:300px;
	float:left;
}

#footer *.advisor_link {
	/*border:1px solid lime;*/
	text-align:right;
	width:300px;
	float:right;
}




#center {	
	margin-top:20px;
}


#main {
	float: left;
	width: 640px;
}

/*	SIDEBAR STYLING FOR PODS AND BOXES*/




#sidebar {
	float: right;
	width: 286px;
	/*border:1px solid lime;*/
	margin:0;
	padding:0;
	margin-right:2px;
}

#sidebar .box {
	margin-bottom:20px;
	border:1px solid silver;
	padding:0;
	width:244px;
	}
	
	#sidebar .box > .body {
		padding-left:20px;
		padding-right:20px;
		padding-top:1em;
}

#sidebar .pod {
	margin-top:0px;
	margin-bottom:30px;
	width:248px;
	}
	/* pod top styling*/
	#sidebar .pod > .top {
		margin-bottom:0px;
		padding-bottom:8px;
		background: url("../images/shared/pod_header_bg.png") no-repeat;
		}
		
		
	#sidebar .pod .top2 {
		background: url("../images/shared/pod_header2_bg.png") no-repeat;
		padding-bottom:10px;
	}	
		
	#sidebar .pod > .top h4 {
		margin-bottom:0;
		padding:10px 5px 0px 20px;
		color:#660000;
		font-size:1.2em;
		}
		#sidebar .pod > .top h4 a {
			color:#996633;
		}
		
		/* pod body styling*/
		#sidebar .pod > .body {
			background: url("../images/shared/pod_body_bg.png") repeat-y;
			padding-left:20px;
			padding-right:20px;
			padding-top:1em;
			font-size:0.9em;
		}
		#sidebar .pod > .body h3 {
			margin-top:0.4em;
			margin-bottom:0.1em;
			}
		#sidebar .pod > .body h3 a {
			color:#996633;
		}
		#sidebar .pod > .body h4 {
			margin-top:0.6em;
			margin-bottom:0.4em;
			}
		#sidebar .pod > .body p {
			line-height:1.2em;
		}
		#sidebar .pod > .body p a {
			color:#996633;
		}

		#sidebar .pod > .body > ul {
			margin-left:1em;
		}
		#sidebar .pod > .body > ul li {
			margin-top:0.4em;
			font-size:1.2em;
		}
		#sidebar .pod > .body > .link,
		#sidebar .box > .body > .link {
			text-align:right;
			margin-top:0px;
			padding-right:10px;
			padding-bottom:0.4em;
			font-size:1.1em;
		}
		#sidebar .pod > .bottom {
			margin-top:0;
			padding:8px;
			background: url("../images/shared/pod_bottom_bg.png") bottom left no-repeat;
}

#sidebar div.login_form {
	/*border:1px solid lime;*/
	}
	#sidebar div.login_form p {
		/*border:1px solid yellow;*/
		margin-bottom:0.5em;
		padding:0px;
		font-size:1em;
		}
	#sidebar div.login_form input{
		border:1px solid silver;
		margin-top:0.2em;
		padding:0.2em;
		}








/* Newsletter */

#topic_body table.newsletter {
	width:875px;
	margin-bottom:10px;
	border:1px solid silver;
    }

    #topic_body table.newsletter td p {
		font-size:1em;
	    }
	#topic_body table.newsletter td.col_top {
		border-bottom:1px solid silver;
		}
	#topic_body table.newsletter td.col_top h4 {
		text-align:right;
		padding-right:10px;
		}
	#topic_body table.newsletter td.col_left {
		width:200px;
		border-right:1px solid silver;
		padding:10px;
		}
	#topic_body table.newsletter td.col_right {
		width:675px;
		padding:20px;
		}
	#topic_body table.newsletter td.col_right p {
		margin-left:18px;
		}
	#topic_body table.newsletter td.col_right h3 {
		margin-bottom:0;
}




/*	READ MORE LINK */
a.read_more
	{
		background: url("../images/shared/arrow_gray.png") no-repeat;
		padding:2px;
		padding-left: 20px;
		margin-left:20px;
		color:gray;
	    }

	a.read_more:link, a.read_more:visited, a.read_more:active { 
		text-decoration:none;color:gray;
	    }

	a.read_more:hover, a.read_more:focus { 
		text-decoration:underline;color:black;
}

/*	TOPIC PAGE STYLING */

#topic_header, #topic_body, #topic_subtopics {
	padding:0;
	margin:0;
	margin-left:40px;
	/*border:1px solid lime;*/	
}

#topic_header {
	margin-bottom:2em;
}
#topic_header.level_1 {
	background-color: white;
	}
	#topic_header.level_1 h1 {
		text-transform:uppercase;
}

#main .topic_header_level2 {
	padding-left:20px;
	padding-top:20px;
	xbackground-color:#eeeeee;
	xborder:1px solid silver;	
}



#topic_subtopics {
	margin-top:3em;
	border-top:1px solid silver;
	padding-top:2em;
	/*border:1px solid lime;*/		
    }

	#topic_header div.portrait {
		float:right;
		margin-left:2em;
		margin-bottom:2em;
}

/*	SUBTOPIC LIST STYLING */

#subtopics_ul li  {
  	list-style-type: none;
	margin-top:1em;
	height:50px;
	background: url("../images/shared/arrow_gray.png") 0px 2px no-repeat;
	padding-left: 26px;
	padding-bottom:2em;
	border-bottom:1px solid silver;
	}

	#subtopics_ul li h3 {
		margin-bottom:0.2em;
	}

	#subtopics_ul li a {
		color:#996633;
	}

	#subtopics_ul li p {
		margin-bottom:0em;
	}

	#subtopics_ul li.twocols  {
		float:left;
		width:250px;
	 	height:80px;
		margin-right:20px;
    	list-style-type: none;
		margin-top:1em;
    	background: url("../images/shared/arrow_gray.png") 0px 2px no-repeat;
		padding-left: 26px;
		padding-bottom:3em;
		border-bottom:1px solid silver;
	 
	}

	#subtopics_ul.questions {
		font-size: 0.95em;
		margin-left:2em;
		margin-right:5em;
	}

	#subtopics_ul.questions li {
  		list-style-type: none;
		margin-top:1em;
		background-image: none;
/*		background: url("../images/shared/arrow_gray.png") 0px 2px no-repeat;*/
		padding-left: 0;
		padding-bottom:2em;
		border-bottom:1px solid silver;
}


/* About Us Biography Thumbnails */

#subtopics_ul.bios li.twocols  {
	/*float:left;*/
	list-style-type: none;
	background-image: none;
	width:270px;
	height:100px;
	margin-top:0px;
	margin-bottom:15px;
	padding-left: 0px;
	border-bottom:1px solid silver;
    }

	#subtopics_ul.bios img.portrait  {
		padding-right:10px;
		margin-bottom:0px;
		padding-bottom:0px;
	}
	
	#subtopics_ul.bios li.twocols table.bios td  {
		vertical-align:top;
		font-size:0.95em;
	}
	#subtopics_ul.bios li.twocols table.bios td > h3 {
		margin:0;
		margin-top:0.2em;
	}
	#subtopics_ul.bios li.twocols table.bios td > p {
		margin:0;
	}
	#subtopics_ul.bios li.twocols table.bios td > p > a {
		font-size:0.8em;
	}





#subtopics_ul.clients li.thumbnail  {
	float:left;
	width:80px;
	height:88px;
    list-style-type: none;
	margin:0;
	margin-right:8px;
	background-image: none;
	padding: 0px;
	border-bottom-width:0px;
}

#subtopics_ul.search  { 
	font-size:0.9em;
	margin:0em 1em 3em 1em;
}

#subtopics_ul *.breadcrumbs {margin-top:.6em;margin-bottom:0em;padding:0em;}

/* RESET BASIC FORMATTING FOR TEXTILE STYLED CONTENT IN BODY*/


#topic_body ol,
#topic_body ul {
	margin-bottom:1em;
	font-size:1.2em;
    }

	#topic_body li {
		margin-left:2em;
	}

	#topic_body em {
		font-style:italic;
	}

	#topic_body p {
		margin-bottom:1.7em;
		font-size:1.2em;
	}

	#topic_body li {
		margin-bottom:0.5em;
		font-size:1em;
 }

	#topic_body a, #topic_body a:hover {color: #660000; text-decoration:none;}	
	#topic_body a:hover { color: #999999;text-decoration:underline;}



/* HOMPAGE SPECIFIC STYLING */




#billboard {
	/*clear:both;*/
	background:#ffffff url("../images/shared/splash.png") 80px 30px no-repeat;
	width:958px;
	height:210px;
	margin-top:0px;
	font-size:1.4em;	
	border-left:1px solid silver;
}

#billboard h1 {
	margin-top:0px;
	margin-left:360px;
	letter-spacing: 0.08em;
	color:#666666;
	font-size:1.5em;
	padding-top:90px;
}

#billboard h2 {
	margin-left:350px;
	color:#999999;
	font-size:0.75em;
	letter-spacing: 0.05em;
	font-weight:normal;
}

#billboard h2 p {
	text-align: right;
	width:525px;
	margin:0em 1em 0.2em 1em;
}


#billboard h2 > p:first-child {
	text-align: left;
	margin:0em 5em
}


#billboard .link {
	margin-top:0.8em;
	text-align:right;
	font-size:0.8em;
	padding-top:0.1em;
	padding-right:20px;
	padding-bottom:0.2em;
	/*border:1px solid silver;*/
}

#core_practices {
	xborder:1px solid silver;
	width:500px;
	height:350px;
	border-bottom:1px solid silver;
	margin-top:1em;
	margin-left:48px;
	padding:1em;
	background-position: bottom right;
	background-image: url("../images/shared/balls.png");
	background-position: 80px 20px;
	background-repeat: no-repeat;
}

#our_clients {
	xborder:1px solid silver;
	margin:1em;
	margin-left:48px;
	padding:1em;
	width:500px;
}
#core_practices .link,
#our_clients .link {
	margin-top:0.4em;
	text-align:right;
	font-size:1.1em;
	padding-bottom:0.2em;
	/*border:1px solid silver;*/
}

.core_practices_link { font-size:16px;margin-left:0px;margin-bottom:0.2em;}
.core_practices_link a {
	padding:2px;
	padding-left:20px;
	margin-left:0px;
	}
.core_practices_link *.agency-search {
		background: url("../images/shared/arrow_orange.png") no-repeat;
	}

.core_practices_link *.agency-compensation {
		background: url("../images/shared/arrow_red.png") no-repeat;
	}

	.core_practices_link *.agency-relations {
			background: url("../images/shared/arrow_yellow.png") no-repeat;
		}

.core_practices_link a:link, .core_practices_link a:visited, .core_practices_link a:active { 
		text-decoration:none;color:#666;
	}

.core_practices_link a:hover, .core_practices_link a:focus { text-decoration:underline;color:black;
}


#clientdiv_logo {
     display: none;
}

table.clients td {
	font-size:1.1em;
	padding-bottom:10px;
}


/*	IMAGE CLASS DEFINITIONS*/


img.thumbnail {border:1px solid silver;width:60px;height:60px;margin-right:8px;margin-bottom:8px;}
img.client_thumbnail {border:1px solid silver;width:80px;height:80px;margin-right:4px;margin-bottom:4px;}
img.spotlight {border:1px solid silver;width:258px;height:80px;margin-top:4px;margin-bottom:8px;}


#new_message {
/*	border:1px solid lime;*/
	margin:30px 0px 20px 40px;
}

#new_agency {
/*	border:1px solid lime;*/
	margin:30px 0px 20px 40px;
}


/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label       { font-weight: bold; }
fieldset    { width:530px;padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }





/* Form fields
-------------------------------------------------------------- */

fieldset legend {
  padding-top:15px;
  padding-bottom:15px;
}


fieldset div {
  margin-top:px;
  font-size:1.2em;
}

fieldset label {
  font-weight:normal;
}

fieldset select {
  padding:1px;
}

fieldset#distribution input {
  width: 40px;
}

fieldset#distribution span {
  width: 88px;
  float: left;
  margin-right:40px; 
  border:0px solid red;
}

fieldset textarea {
  width: 460px;
  height: 100px;
  padding: 3px;
}




fieldset #agency_name {
  width: 400px
}

fieldset #agency_specialty {
  width: 410px
}

fieldset #agency_address {
  width: 400px
}



fieldset #div_city {
  width: 263px;
  float:left;
}
fieldset #agency_city {
  width: 240px
}


fieldset #div_state {
  width: 160px;
  float:left;
}
fieldset #agency_state {
  width: 143px
}



fieldset #div_zip {
  clear: both;
  width: 145px;
  float: left;
  border:0px solid red;
}
fieldset #agency_zip {
  width: 120px;
}



fieldset #div_country {
  width: 290px;
  float: left;
  border:0px solid lime;
}
fieldset #agency_country {
  width: 255px
}


fieldset #div_phone {
  clear: both;
  width: 150px; 
  
}
 

fieldset #div_president_name {
  border:0px solid green;

}



input, input.text, input.title,
textarea, select {
	font-family:verdana;
	font-size:1em;
  margin:0.5em 0;
  border:1px solid #bbb;
  padding:2px;
  color:#333333;
}

input:focus,
input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #666;
  color:black;
}

/*input,*/
input.text, 
input.title   { width: 400px; padding:2px; }
input.title   { font-size:1em; }
textarea      { width: 400px; height: 250px; padding:5px; }
select        { width:200px; }


/* custom formatting for topic form */

input#contact_subject {
  width:34em;
}


textarea#contact_message {
  width:34em;
  height:8em;
}
input#contact_name,
input#contact_title,
input#contact_company,
input#contact_email,
input#contact_phone {
  width:14em;
}

input#contact_contact_preference_email,
input#contact_contact_preference_phone {
	background-color:lime;
	padding:10px;
	border:1px solid red;
}

input#contact_submit {
  width:8em;
}


form div.help {
	border:1px solid silver;
	background-color: #FF9;
	padding:1em;
	margin-bottom:1em;
}


/* SEARCH RESULTS PAGE*/

#search_results {
	margin:2em;}
	#search_results .topic_list{
		margin-top:2em;
}


.pagination_bar {
  background: #F1F1F1;
  border: 1px solid #E5E5E5;
  text-align: center;
  padding: .8em; 
	padding-bottom: 1.6em;}
  .pagination_bar a, .pagination_bar span {
    padding: .2em .3em; }
  .pagination_bar span.disabled {
    color: #AAA; }
  .pagination_bar span.current {
    font-weight: bold;
    background: transparent url(apple-circle.gif) no-repeat 50% 50%; }
  .pagination_bar a {
    text-decoration: none;
    color: black; }
    .pagination_bar a:hover, .pagination_bar a:focus {
      text-decoration: underline; 
}


div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}


/* NEW FLASH DISPLAY CODE */
#flash {
	clear:both;
	margin:0px 30px 20px 40px;
	font-size:0.95em;
	font-weight:bold;
	background-color: white; 
	padding:8px;	
	padding-left: 34px;	
	}
	#flash.notice {
	clear:both;
	color:green; 
	background: #DFFFE7 url(/images/admin/accept.png) no-repeat scroll 6pt 50%; 
	border:1px solid green;
	}
	#flash.warning {
	clear:both;
	border:1px solid gray;
	color:#333333; 
	background: #FFF7DF url(/images/admin/error.png) no-repeat scroll 6pt 50%; 
	}
	#flash.error {
	clear:both;
	color:red; 
	border:1px solid red;
	background: #FFD2D2 url(/images/admin/exclamation.png) no-repeat scroll 6pt 50%; 
}







