/* @override http://iafinance.org/main.css */

/* @override http://iafinance.org/main.css */

/* @override 
	http://mahood.goodbarry.com/main.css
	http://iafinance.org/main.css
*/

* { padding: 0; margin: 0; }




body {
	 background: url(Images/background-header.jpg) #D9D9D9 repeat-x top center;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 62.5%;

}

img a {
	border: none;
}

/* Container */
.wrapper {
	 width: 920px;
	 overflow: hidden;
	margin: 0 auto;

}

.navigation-wrapper {
	margin: 0 auto;
	overflow: hidden;
	height: 41px;
	padding: 0;
	width: 1008px;
}

/* Layout Elements */
#header {
	 background: #FFFFFF;
	 color: #333;
	 float: left;
	 height: 80px;
	 margin: 0;
	 padding-bottom: 45px;
	padding-top: 40px;
	padding-left: 6px;
	width: 900px;
}


	 
#topnavigation{
	 background: url(Images/background-navigation.jpg) repeat-y #ccc;
	 color: #333;
	 float: left;
	 height: 34px;
	 width: 880px;
	border-bottom: 1px solid #FFF;
	padding: 0 70px 6px 50px;
	overflow: hidden;
	position: relative;
	margin: 0;
}

#sub-navigation {
	background: url(Images/background-maincontent.jpg) #F5F5F5 repeat-y;
	float: left;
	color: #333;
	width: 860px;
	max-height: 30px;
	margin: 0;
	display: inline;
	overflow: hidden;
	padding: 40px 24px 0 26px;
}
	 
#content { 
	 background: url(Images/background-horizontalrule.jpg) #F5F5F5 repeat-y;
	 color: #333;
	 display: inline;
	 float: left;
	 width: 860px;
	overflow: hidden;
	padding-right: 26px;
	padding-bottom: 20px;
	padding-left: 26px;
}

#homepage-content {
     background: url(Images/background-maincontent.jpg) #F5F5F5 repeat-y;
	 color: #333;
	 display: inline;
	 float: left;
	 width: 860px;
	overflow: hidden;
	padding: 20px 26px;
}


#sub-content {
	float: left;
	width: 195px;

}

#content-left {
	overflow: hidden;
	width: 185px;
	float: left;
}

#content-right {
	width: 630px;
	float: right;
	position: relative;
	overflow: hidden;
	padding-left: 25px;
}
	 
#bottomcorners {
	background: url(Images/background-maincontent-bottom.jpg) no-repeat;
	margin: 0 auto;
    float: left;
    clear: both;
	width: 867px;
	height: 26px;
	padding-right: 26px;
	padding-left: 26px;
}

#homepage-bottomcorners {
	background: url(Images/background-maincontent-bottom.jpg) no-repeat;
	margin: 0 auto;
	width: 867px;
	height: 26px;
	padding-right: 26px;
	padding-left: 26px;
}

#footer { 
	 clear: both;
	 width: 900px;
	 height: 30px;
	margin-bottom: 30px;
}
	 

#footright {
	color: #333;
	float: right;
	width: 880px;
	padding: 5px 20px 0 0;
}

/* Header */

#logo {
	text-indent: -100em;
	overflow: hidden;
	background: url(Images/logo.gif);
	height: 79px;
	width: 319px;
	float: left;
	padding-bottom: 0;
}



/* Links */

a:link, a:visited{
	color: #008ED3;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: underline;
	}
	
a:hover, a:active{
	color: #008ED3;
	text-decoration: none;
	}

	
#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}


/* Text */

p{
	color: #666666;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 15px;
	text-align: left;
	text-decoration: none;
	padding-bottom: 10px;
}
	
	
#footer p{
	color: #999;
	padding: 5px;
	font: 1.1em Arial, Helvetica, sans-serif;
}
#footright p{
	float: right;
	padding-right: 10px;
	}

/* Headings */

h1 {
	color: #008ED3;
	font: bold 2.2em/26px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 5px;
}

h2 {
	color: #F6921D;
	font: bold 1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 3px;
	padding-top: 3px;
}

h3{
	color: #008ED3;
	font:   1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
}

table.webform h3 {
	padding-top: 0;
}

h4{
	color: #666;
	font: bold 1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 3px;
}

.announcement-list h3 span.date {
	color: #008ED3;
	font:   16px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-left: 0;
}

.announcement-list h2 span.date {
	color: #F6921D;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-left: 0;
}

/* Lists */

ul, ol {
	padding-left: 25px;
	padding-bottom: 20px;
}

ul li {
		color: #666666;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 15px;
	text-align: left;
	text-decoration: none;
	padding-bottom: 2px;
}

/* Newsletter */

.newsletter {
	float: left;
	width: 180px;
	padding-right: 20px;

}

.newsletter h2 {
	padding-bottom: 10px;
}

.newsletter form div.newsletter-box input, div.newsletter form div.item input {
	width: 175px;
	margin-top: 10px;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666666;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
}

.newsletter form div.newsletter-submit input {
	width: 56px;
	margin-top: 7px;
}


.left {
padding-right: 10px;
}

/* Homepage */

div#homepage-top {
	overflow: hidden;
	height: ;
}

div#homepage-top img {
	float: left;
}

div#homepage-right {
	float: left;
	width: 227px;
	height: 220px;
	overflow: hidden;
	background-color: #008ED3;
	padding-left: 15px;
	padding-top: 30px;
	padding-right: 25px;
}

#homepage-right h2 {
	color: #fff;
	text-transform: uppercase;
	font: bold 2.2em "Lucida Grande", Lucida, Verdana, sans-serif;
}



#homepage-right p {
	color: #fff;
	padding-top: 0;
}

div#homepage-bottom {
	float: left;
	width: 860px;
	margin-top: 20px;
}

#homepage-bottom h2, #homepage-bottom h3 {
	padding: 0 0 15px;
	text-transform: uppercase;
}

#homepage-bottom table td {
	width: 205px;
	border-right: 1px solid #cccccc;
	padding: 5px 7px 20px;
	vertical-align: top;
}

#homepage-bottom table td#no-border {
	border: none;
	padding-right: 0;
}

#homepage-bottom table td#left {
	padding-left: 0px;
}

#homepage-bottom p {
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#no-border p {
	padding-bottom: 0;
}

/* Publications */

#publications-table img {
	border: 1px solid #ccc;
	padding: 3px;
	margin-bottom: 20px;
	margin-right: 20px;
}

#publications-table {
	width: 100%;
	
}

#publications-table td {
	vertical-align: top;
}

#publications-table h3 {
	padding-top: 20px;
	padding-bottom: 5px;
}

#publications-table p {
	padding-bottom: 20px;
}

/* Sponsors */

img#sponsors-07, img#sponsors-05, .padding {
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #fff;
	margin-bottom: 5px;
	margin-top: 5px;
}

img.event-image {
	float: left;
	padding-right: 30px;
	padding-bottom: 20px;
}

/* Committees */

table#committees-table {
	width: 100%;
}

table#committees-table td {
	vertical-align: top;
}

div#content-right table#committees-table img {
	margin-top: 6px;
}


/* News Page */ 

li#newsletter.sub-menu{
	border-right: 1px solid #ccc;
	padding-right: 30px;
	width: 160px !important;
}

 li#archive-newsletters.sub-menu, li#previous-events.sub-menu {
	border-right: 1px solid #ccc;
	padding-right: 30px;
}


li#latest-event.sub-menu {
	padding-left: 20px;
}

form table.webform tbody tr p {
	padding-top: 5px;
}


/* Form */

form#reg-form h3{
	margin-top: 0;
	padding-right: 15px;
	padding-top: 0;
	padding-bottom: 10px;
}


table.webform {
	margin-left: -5px;
}

table.webform tbody tr td img {
	padding-bottom: 5px;
}

form#reg-form table tbody tr td label {
		color: #666666;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 15px;
	text-align: left;
	text-decoration: none;
}

table#checkbox {
	padding-bottom: 20px;
}

form table.reg-form {
	background-color: #e1e1e1;
	margin-bottom: 15px;
	/*padding-left: 15px !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;*/
}

table.reg-form tbody td{
	padding-left: 15px;
}

table.reg-form tbody td.formtop{
	padding-top: 15px;
}

table.reg-form tbody td.formbottom {
	padding-bottom: 15px;
}

.reg-form label {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666666;
	width: 200px;
}

input.cat_textbox {
	width: 200px;
	height: 19px;
	margin-bottom: 7px;
}

td.right label input#state.cat_textbox {
	width: 45px;
	margin-right: 27px;
}

td.right label input#postal.cat_textbox {
	width: 120px;
}

select#CAT_Custom_37724 {
	width: 140px;
	float: right;
	margin-right: 139px;
}

input#CAT_Custom_37737.cat_textbox {
	width: 45px;
	margin-right: 23px;
}



input#CAT_Custom_37738.cat_textbox {
	width: 85px;
	margin-right: 40px;
}

select#Title.cat_dropdown_smaller {
	margin-bottom: 7px;
}


select#CAT_Custom_34100.cat_dropdown {
	width: 200px;
	float: right;
	margin-right: 82px;
}
table.reg-form textarea {
	width: 280px;
	height: 70px;
}

table.reg-form tbody tr td {
	max-width: 280px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

td#gender label {
	float: right;
	margin-right: 82px;
}

table.reg-form tbody tr td.right {
	float: right;
	padding-right: 80px;
}

table.reg-form select#WorkCountry.cat_dropdown {
	
}

table.reg-form.reg-options {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
}

table.reg-form.reg-options tr td label {
	font-weight: bold;
}

table.reg-form.reg-options tr td p {
	font-size: 12px;
}
table.reg-bottom tbody tr td {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
}

table.reg-bottom tbody tr td p {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 20px;
}

/* @group October Form */

table.webform tr td label {
		color: #008ED3;
	font:   1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
}

table.webform input.cat_textbox{
	font-size: 12px;
	line-height: 12px;
	height: 16px;
}


table.webform input#catwebformbutton.cat_button {
	/*background: url(/Images/button-submit.gif) no-repeat;*/
	
}

/* @end */






/* Previous Newsletters Menu */

div#previous-menu {
	background-color: #E5E5E5;
	margin-bottom: 10px;
	padding: 15px;
	height: 44px;
}

div#previous-menu h4 {
	font-weight: normal;
	font-style: normal;
}

div#previous-menu ul {
	list-style-type: none;
	padding-left: 0;
	padding-top: 5px;
}

div#previous-menu li {
	float: left;
	padding-right: 15px;
}

div#previous-menu li.first {
	padding-left: 0;
}

div#previous-menu li.last {
	border-right: none;
}

div#previous-menu a:link, div#previous-menu a:visited {
	color: #666;
	text-decoration: none;
}

div#previous-menu a:hover {
	text-decoration: underline;
	color: #008ED3;
}


div#content-right table td {
	padding: 5px;
}


/* Newsletter Signup Dec 15 2008 */

div.form.newsletter-signup div.item{
	padding-left: 0;
}

div.form.newsletter-signup div.item img {
	padding-top: 5px;
	padding-bottom: 5px;
}

div.newsletter-signup input#Captcha.cat_textbox_small, div.newsletter-signup .cat_textbox_small {
	width: 240px;
}

div.newsletter  a {
	padding-top: 10px;
}

/* End Newsletter Signup Dec15th */

p.notice {
	background: #008ED3;
	color: #fff;
	padding: 10px;
	font-size: 14px;
	
}



