*
{
	padding: 0px;
	margin: 0px;
	border-style: none;
	text-decoration: none;
	color: #333;
	text-align: left;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

body 
{
	margin: 0;
	padding: 0;
}

a 
{
	text-decoration: underline;
	color: #3300FF;
}

strong
{
	text-decoration: none;
	font-weight: bold;
	color: black;
}


#iai_branding 
{
	width: 100%;
	height: 24px;
	margin: 0;
	padding: 0;
	position: relative;

	background: repeat-x url(/assets/top-gradient.png);
/*	top: 0; */
}

#primary_idea_branding 
{
	height: 66px;
	display: block;
	position: relative;
/*	top: 24px;  */
	left: 0;
	margin-left: 35px;
	margin-right: 20px;
	margin-bottom: 30px; 
	margin-top: 20px;
	padding: 0;
	width: 97%;
}

#primary_brand_logo
{
	display: block;
	float: left;
	padding-right: 20px;
}


#primary_brand_text 
{
	display: block;
	text-decoration: none;
	font: normal normal 12px/15px Verdana, sans-serif;
	color: #777777;
	padding-top: 20px;
}

#navigation_tabs 
{
	height: 36px;
	display: block;
	position: relative;
/*	top: 154px; */
	left: 0;
	margin: 0;
	padding: 0;
	background: repeat-x url(/assets/tabs_07.png);
	width: 100%;
}

.layout_buffer
{
	padding: 0 36px 0 20px;
}

.layout_buffer_content
{
	padding: 0 36px 0 36px;
}

.tab 
{
	display: block;
	float: left;
	margin: 0;
	height: 36px;
	font: normal normal 12px/15px Verdana, sans-serif;
	padding: 6px 0 0;
/*		width: 17% */
}

.tab_selected 
{
	background: no-repeat url(/assets/tab_to_sel.png);
}

.tab_normal
{
	background: no-repeat url(/assets/tab-open.png);
}

.tab_normal_close
{
	background: no-repeat url(/assets/tab-close.png) right top;
	width: 3%;
}

.tab_selected_close
{
	background: no-repeat url(/assets/tab_from_sel.png) right top;
	width: 3%;
}


.tab_selected a.navigation 
{
	color: #9fd900;
	font-weight: bold;
	text-decoration: none;
}

.tab_normal a.navigation 
{
	color: black;
	text-decoration: none;		
}

a.navigation 
{
	padding: 0 0 0 16px;
}

#content 
{
	position: relative;
/*	top: 210px; */
	width: 100%;
}

.content_cols_1_to_2 
{
	width: 40%;
	left: 0%;
}

.content_cols_1_to_3 
{
	width: 58%;
	float: left;
/*	margin-right: 10px; */
}

.content_cols_4_to_5 
{
    width: 275px;
	float: right;
	margin-left: 0;
/*	padding-left: 10px; */
}

h2 
{
	font: bold 16px/20px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 16px;
}

h3 
{
	font: normal 16px/20px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 16px;
	color: #47205c;
	clear: none;
}

p 
{
	margin-bottom: 16px;
	line-height: 22px;
	font-size: 14px;
	color: black;
	margin-top: 8px;
	clear: both;
}
ul
{
list-style-position: inside;
font-size: 12px;
}

.smallerp
{
	line-height: 20px;
	font-size: 12px;
}



img.left_floater 
{
	float: left;
	display: block;
	margin-right: 16px;
	margin-bottom: 36px;
}

img.headshot 
{
	float: right;
	display: block;
	padding: 5px 5px 8px 5px;
}
p.legal 
{
	margin-bottom: 40px;
	line-height: 15px;
	font-size: 10px;
	color: #66666;
	margin-top: 8px;
}

.green_type
{
	color: #9fd900;

}

.right_side_element 
{
	margin-bottom: 32px;
}

#footer {
	width: 100%;
	position: relative;
	clear: both;
	text-align: center;
}
