/*Adds grid to background*/
/*.container { background: url(lib/img/grid.png); }*/

/*--------------------------------------------------------------
COLORS USED
Dark Blue = #046
Warm Grey = #b0aea6
Light Warm Grey = #c8c6c1
Very Light Grey = #e3e2e0
Very, Very Light Grey = #f1f0ef
Orange (for current page links) = #df7c4d
Dark Orange = #b2633e
--------------------------------------------------------------*/

/*--------------------------------------------------------------
BODY
--------------------------------------------------------------*/

body { font-family: verdana; }
ul { background-image: none; }

p
{
	color: #666;
	font-family: verdana;
	font-size: 93%;
	text-align: left;
	line-height: 1.75em;
	margin-bottom: 15px;
}

#maincontent .content { padding: 0px 0px 20px 0px; }

h3 a
{
	font-size: 100%;
	color: #999;
}

h3 a
{
	font-size: 100%;
	color: #046;
}

a
{
	color: #046;
	text-decoration: none;
}

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

.bluecopy
{
	color: #046;
}

.bold
{
	font-weight: bold;
}

.red
{
	color: #a00;
}



/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/

#header
{
	height: 134px;
	background-image: url('../images/intersouth_logo.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#header h1 { display: none; }
#header .description { display: none; }

/*--------------------------------------------------------------
Search
--------------------------------------------------------------*/

#search { float: right; }

#search #s
{
	padding: 3px 0 3px 17px;
	width: 170px;
	color: #b0aea6;
	font-size: 100%;
	border: 1px b0aea6 solid;
	margin: 40px 40px 0 17px;
}

#search #s:hover { color: #333; }
.search-excerpt { margin: 0; }

/*--------------------------------------------------------------
Partner Login
--------------------------------------------------------------*/

#partner_login
{
	float: right;
	clear: both;
	text-align: left;
	margin-right: 40px;
	display: block;
	width: 189px;
	font-size: 93%;
}

#partner_login div a
{
	color: #DDD;
	background-color: #046;
	margin-top: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	text-align: center;
	padding-left: 0px;
}



#partner_login div a:hover
{
	background-color: #068;
}



/*--------------------------------------------------------------
Top Navigation
--------------------------------------------------------------*/

#nav
{
	background: #b0aea6;
	font-family: verdana;
	font-size: 100%;
	color: #046;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	display: block;
}

#nav li.current_page_item a,
#nav li.current_page_ancestor a,
#nav li a:hover
{
	color: #FFF;
	background-color: transparent;
}

#nav li.first a { margin-left: 0px; }

#nav li a
{
	color: #046;
	border-right: 1px #046 solid;
	padding: 0px 20px 0px 20px;
}

#nav li.current_page_item a { color: #FFF; }

/*Turn off last menu item's border*/
#nav li.page-item-16 a { border-right: 0 none; }

/*---------------------------------------------------------------
Page
--------------------------------------------------------------*/

#page
{
	border: none;
	/* removes side borders */
}

/*--------------------------------------------------------------
FRONT page
--------------------------------------------------------------*/

#homepagewrapper { }


#lefthand
{
	width:430px;
	background-color: #FFF;
	padding-top: 20px;
	padding-left: 40px;
}

#lefthand .post h2 { display: none; }

#lefthand p
{
	margin-left: 0px;
	font-size: 100%;
}

#lefthand h3
{
	color: #046;
	font-family: arial black;
	font-size: 100%;
	font-weight: normal;
}

#frontpage_logos h3
{
	color: #046;
	font-family: arial black;
	font-size: 100%;
	padding-left: 40px;
	font-weight: normal;
}


/*===*/

#front_page_news
{
	background-color: #FFF;
	border-top: 1px #c8c6c1 solid;
}

#front_page_news .front_news_item
{
	background-color: #FFF;
	border-bottom: 1px #c8c6c1 solid;
	font-family: verdana;
	font-size: 93%;
}

#front_page_news .front_news_item a
{
	color: #df7c4d;
	margin: 0px;
	text-decoration: none;
	display: block;
	padding: 8px  0px 8px 0px;
}

#front_page_news .date
{
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#front_page_news .newslink
{
	color: #df7c4d;
	text-decoration: none;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}

#front_page_news .front_news_item a:hover
{
	color: #046;
	display: block;
	background-color: #eee;
}

/*===*/

#righthand
{
	background-color: #FFF;
	padding-top: 20px;
}

#frontpage_logos { }

/*logo scanner  bottom of page*/
#logo_scanner
{
	border-top: 1px #c8c6c1 solid;
	padding-bottom: 10px;
}

#logo_scanner .column130
{
	width: 130px;
	float: left;
	padding: 4px 14px 6px 14px;
}

#logo_scanner .column130 img
{
	width: 130px;
	height: 79px;
}

#logo_scanner p
{
	font-family: trebuchet ms;
	font-size: 77%;
	line-height: 1em;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 0px;
	width: 130px;
}

#logo_scanner .column130 a p { color: #AAA; }
#logo_scanner .column130 a:hover p { color: #666; }
#logo_scanner .column130 a img { border: 1px #FFF solid; }
#logo_scanner .column130 a:hover img { border: 1px #DDD solid; }

/*
#logo_scanner
{
	border-top: 1px #c8c6c1 solid;
	padding-bottom: 10px;
}

#logo_scanner .column130
{
	width: 130px;
	float: left;
	padding: 4px 10px 6px 10px;
}

#logo_scanner .column130 img
{
	width: 130px;
	height: 79px;
}

.line
{
	padding: 0 9px 0 8px;
	border-left: 1px #c8c6c1 solid;
}

#logo_scanner .columnfirst
{
	width: 95px;
	padding-right: 8px;
	float: left;
	overflow: hidden;
	padding-top: 10px;
}

#logo_scanner .columnlast
{
	width: 95px;
	padding-left: 8px;
	overflow: hidden;
	padding-top: 10px;
}

#logo_scanner p
{
	font-family: trebuchet ms;
	font-size: 77%;
	line-height: 1em;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 0px;
}

#logo_scanner .column130 a p { color: #CCC; }
#logo_scanner .column130 a:hover p { color: #666; }
#logo_scanner .column130 a img { border: 1px #FFF solid; }
#logo_scanner .column130 a:hover img { border: 1px #DDD solid; }
*/

/*--------------------------------------------------------------
Submenu
--------------------------------------------------------------*/

#submenu { padding-top: 20px; }

.subnav
{
	list-style-type: none;
	margin-left: 12px;
}

.subnav ul { list-style-type: none; }

.subnav li
{
	font-size: 93%;
	text-transform: uppercase;
	font-family: arial black;
	line-height: 1.2em;
	margin-bottom: 12px;
	font-weight: normal;
}

.subnav li a
{
	color: #AAA;
	text-decoration: none;
}

.subnav li a:hover,
.subnav li.current_page_item a:hover
{
	color: #046;
	text-decoration: none;
}

.subnav li.current_page_parent a,
.subnav li.current_page_item a
{
	color: #df7c4d;
	text-decoration: none;
}

/*--------------------------------------------------------------
MainContent
--------------------------------------------------------------*/

#maincontent { padding-top: 20px; }
#maincontent .content h2 { display: none; }

#maincontent .content h2.display
{
	display: inherit;
	font-size: 108%;
	color: #046;
	font-family: arial black;
	border-bottom: 1px #c8c6c1 solid;
	font-weight: normal;
}

.news { /*text-transform: uppercase;*/ }

#maincontent .news
{
	display: inherit;
	/*text-transform: uppercase;*/
}

#maincontent .content h3
{
	font-size: 100%;
	color: #666;
	font-family: arial black;
	padding-bottom: 2px;
	font-weight: normal;
}

#maincontent .content h4
{
	font-size: 93%;
	color: #666;
	font-family: arial;
	padding-bottom: 2px;
}

#maincontent .content .post { margin-top: 0px; }

#maincontent .content img.teammember_img
{
	margin-bottom: 14px;
	width: 472px;
	height: 216px;
}


#maincontent ul
{
	color: #666;
	font-family: verdana;
	font-size: 93%;
	text-align: left;
	line-height: 1.75em;
	margin-bottom: 15px;
	list-style-type: disc;
	padding-left: 14px;
}

#maincontent li
{
	color: #666;
	font-family: verdana;
	font-size: 93%;
	text-align: left;
	line-height: 1.75em;
	margin-bottom: 5px;
	padding-left: 2.5em;
	text-indent: -1em;
	margin-top: 0px;
}

#maincontent .post li
{
	color: #666;
	font-family: verdana;
	font-size: 100%;
	text-align: left;
	line-height: 1.75em;
	padding-left: 0em;
	text-indent: 0em;
	margin-bottom: 3px;
	margin-top: 3px;
}




#maincontent p img
{
	margin: 0 4px 0 0;
	padding-top: 10px;
}

#maincontent p.ceo
{
	margin: 0;
	padding: 0;
}

#maincontent p.ticker
{
	margin: 0;
	padding: 0;
}

#maincontent p.url
{
	margin: 0;
	padding: 0;
}

#maincontent p.center
{
	text-align: center;
}

#maincontent table
{
	width: 450px;
	margin-left: 10px;
}

#maincontent td
{
	font-size: 93%;
	margin: 0px;
	padding: 4px;
}

#maincontent #reports td.date
{
	width: 60px;
	color: #999;
	text-align: center;
}

#maincontent #reports td.report
{
	width: 390px;
}

#maincontent #login table
{
	width: 472px;
	margin-left: 0px;
	border: none;
}

#maincontent #login td.label
{
	font-size: 85%;
	color: #046;
	text-align: right;
	border: none;
	vertical-align: middle;
	width: 200px;
}

#maincontent #login td.input
{
	border: none;
	width: 272px;
}

#maincontent #login .confidentiality
{
	font-family: trebuchet ms;
	font-size: 77%;
	color: #b0aea6;
	line-height: 1.5em;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 0px;
	width: 450px;
}

#maincontent #bizplan table
{
	width: 472px;
	margin-left: 0px;
	border: 1px solid #b0aea6;
}

#maincontent caption
{
	width: 472px;
	text-align: center;
	background-color: #046;
	color: #fff;
}

#maincontent #bizplan td.label
{
	font-size: 85%;
	color: #046;
	text-align: right;
	border: none;
	width: 210px;
	vertical-align: middle;
}

#maincontent #bizplan td.input
{
	border: none;
	width: 262px;
}

#maincontent textarea
{
	height: 95px;
	width: 250px;
}

#maincontent #bizplan td.submit
{
	text-align: center;
	background-color: #046;
	border: none;
}

#maincontent .content h3.funds
{
	font-size: 100%;
	color: #046;
	margin-left: 16px;
	padding-bottom: 5px;
}

/*--------------------------------------------------------------
Maincontent News & Events
--------------------------------------------------------------*/
#maincontent div.newslist
{
	border-bottom: 1px #b0aea6 solid;
}

#maincontent div.entry h3
{
	font-size: 100%;
	font-family: arial black;
	padding-bottom: 6px;
	font-weight: normal;
	border-top: 1px #b0aea6 solid;
	padding-top: 6px;
}

#maincontent div.entry h3 a
{
	color: #df7c4d;
}

#maincontent div.entry h3 a:hover
{
	color: #046;
}

#maincontent div.entry h4
{
	font-size: 93%;
	font-family: arial black;
	margin-bottom: 6px;
	border-top: 1px #b0aea6 solid;
	padding-top: 6px;
}


/*--------------------------------------------------------------
Extras
--------------------------------------------------------------*/

#extras { padding-top: 20px; }
#extras img { border: 0px; }
#extras .grid_pic { text-align: center; }

#extras .small_logo
{
	text-align: center;
	color: #FFF;
	margin-bottom: 10px;
}

#extras .quote
{
	font-family: georgia;
	font-size: 120%;
	line-height: 2.0em;
	color: #046;
	margin: 40px 25px 10px 25px;
}

#extras .quoter
{
	font-family: georgia;
	font-size: 90%;
	line-height: 2.0em;
	color: #046;
	margin: 10px 25px 10px 25px;
	text-align: right;
	font-style: italic;
}


#extras #related_portfolio,
#extras #related_news
{
	background-color: #b0aea6;
	padding: 0px;
	margin-bottom: 10px;
}

#extras #success_portfolio
{
	background-color: #b0aea6;
	padding: 0px;
	margin-bottom: 10px;
}

#extras #related_portfolio h4,
#extras #success_portfolio h4,
#extras #related_news h4
{
	margin-bottom: 0px;
	color: #FFF;
	font-size: 100%;
	font-family: arial;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 3px;
}

#extras #success_bio
{
	background-color: #fff;
	padding: 0px 0px 0px 20px;
	margin-bottom: 20px;
}

#extras #success_bio p
{
	line-height: 1.5em;
	text-indent: -10px;
}

#extras #success_bio strong
{
	color: #046;
}


#extras #other_success_portfolio
{
	background-color: #b0aea6;
	padding: 0px 0px 1px 0px;
	margin-bottom: 0px;
	/*border-top: 1px #FFF solid;*/
}

#extras #other_success_portfolio h4
{
	margin-bottom: 2px;
	color: #FFF;
	font-size: 100%;
	font-family: arial;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 3px;
}

#extras #other_success_portfolio .success_items
{
	background-color: #FFF;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

#extras #other_success_portfolio .success_items p
{
	padding-left: 14px;
	font-family: arial black;
	padding-top: 2px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 3px;
}

#extras #other_success_portfolio .success_items a
{
	height: 24px;
	background-color: #eee;
	display: block;
	text-decoration: none;
	padding-top: 2px;
	border-top: 1px #FFF solid;
}

#extras #other_success_portfolio .success_items a:hover { background-color: #ddd; }


#extras #related_news div
{
	font-family: verdana;
	font-size: 93%;
	list-style-type: none;
	text-decoration: none;
	/*text-transform: uppercase;*/
	border-bottom: 1px #b0aea6 solid;
	background-color: #fff;
	text-indent: 0px;
	display: block;
}

#extras #related_news div a
{
	color: #df7c4d;
	text-decoration: none;
	display: block;
	padding: 4px 10px 4px 10px;
}

#extras #related_news div a:hover
{
	text-decoration: none;
	background-color: #eee;
	display: block;
}

#extras .team_contact
{
	border-top: 1px #b0aea6 solid;
	text-indent: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
}

#extras .team_contact p
{
	font-family: verdana;
	font-size: 93%;
	line-height: 1em;
	margin: 0 0 6px 10px;
}

#extras .prof p
{
	margin-left: 25px;
}

#extras .team_contact p a
{
	font-family: verdana;
	line-height: 1em;
	font-weight: bold;
	line-height: 2.5em;
}

#extras .team_contact p.bold
{
	font-weight: bold;
}

.portfolio_extra
{
	background-color: #EE9;
	margin-bottom: 0px;
}

.portfolio_extra p
{
	margin-left: 130px;
	padding-top: 24px;
	font-family: arial black;
	line-height: 1.25em;
	font-weight: normal;
	margin-bottom: 0px;
}

.portfolio_extra a
{
	height: 79px;
	background-color: #EEE;
	text-decoration: none;
	display: block;
	border-bottom: 1px #b0aea6 solid;
	margin: 0;
	padding: 0;
}

.portfolio_extra a:hover
{
	background-color: #DDD;
	text-decoration: none;
}

.portfolio_extra img
{
	float: left;
	margin: 0px 10px 0px 0px;
	border: 0;
	width: 130px;
	height: 79px;
	padding: 0;
}
/*--------------------------------------------------------------
Extras Teammembers
--------------------------------------------------------------*/
#extras #related_partners
{
	background-color: #b0aea6;
	padding: 0px 0px 1px 0px;
	margin-bottom: 10px;
}

#extras #related_partners h4
{
	margin-bottom: 0px;
	color: #FFF;
	font-size: 100%;
	font-family: arial;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 3px;
}

#extras #related_partners .teammember
{
	margin-bottom: 0px;
	color: #FFF;
	font-size: 100%;
	font-family: arial;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 1px;
	border: 0;
}

#extras #related_partners .teammember img { border: 1px #FFF solid; }


#extras #related_partners .teammember
{
	height: 107px;
	background-color: #FFF;
	padding: 0px;
	margin: 0;
	border-top: 1px #b0aea6 solid;
	display: block;
}

#extras #related_partners .teammember a
{
	height: 107px;
	background-color: #EEE;
	display: block;
	text-decoration: none;
}

#extras #related_partners .teammember img
{
	float: left;
	margin: 10px;
	width: 110px;
	height: 85px;
	border: 1px #FFF solid;
}

#extras #related_partners .teammember p
{
	margin-left: 120px;
	padding-top: 46px;
	font-family: arial black;
	line-height: 1.25em;
	font-weight: normal;
}

#extras #related_partners .teammember a:hover { background-color: #CCC; }



/*--------------------------------------------------------------
POD PAGE Investment Team
--------------------------------------------------------------*/
#team_array { border-top: 1px #b0aea6 solid; }

.team_link
{
	background-color: #DDD;
	border-right: 1px #b0aea6 solid;
	border-bottom: 1px #b0aea6 solid;
	border-left: 1px #b0aea6 solid;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
}

.team_link h3 a
{
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	font-size: 100%;
	color: #046;
	margin: 0;
	padding-right: 10px;
	padding-left: 22px;
}

.team_link a:hover { color: #df7c4d; }

.teammember
{
	height: 107px;
	background-color: #FFF;
	padding: 0px;
	margin: 0;;
	border-right: 1px #b0aea6 solid;
	border-left: 1px #b0aea6 solid;
	border-bottom: 1px #b0aea6 solid;
	display: block;
}

.teammember a
{
	height: 107px;
	background-color: #EEE;
	display: block;
	text-decoration: none;
}

.teammember img
{
	float: left;
	margin: 10px;
	width: 110px;
	height: 85px;
	border: 1px #FFF solid;
}

.teammember p
{
	margin-left: 120px;
	padding-top: 46px;
	font-family: arial black;
	font-weight: normal;
}

.teammember a:hover { background-color: #CCC; }

/*--------------------------------------------------------------
POD PAGE PORTFOLIO
--------------------------------------------------------------*/

.portfolio_array { border-top: 1px #b0aea6 solid; }

#maincontent h3.portfolio_head
{
	margin-top: 12px;
	padding-bottom: 8px;
	font-size: 93%;
	text-transform: uppercase;
}

.portfolio_link
{
	background-color: #DDD;
	border-right: 1px #b0aea6 solid;
	border-bottom: 1px #b0aea6 solid;
	border-left: 1px #b0aea6 solid;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
}

.portfolio_link h3 a
{
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	font-size: 100%;
	color: #046;
	margin: 0;
	padding-right: 10px;
	padding-left: 22px;
}

.portfolio_link a:hover
{
	color: #df7c4d;
}

.portfolio
{
	padding: 0px;
}

.portfolio_items
{
	height: 79px;
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
	border-right: 1px #b0aea6 solid;
	border-left: 1px #b0aea6 solid;
	border-bottom: 1px #b0aea6 solid;
}

.portfolio_items a
{
	height: 79px;
	background-color: #eee;
	display: block;
	text-decoration: none;
}

.portfolio_items img
{
	float: left;
	margin: 0px;
	width: 130px;
	height: 79px;
	padding: 0;
	border: 0;
}

.portfolio_items p
{
	padding-left: 160px;
	padding-top: 31px;
	font-family: arial black;
	font-weight: normal;
	margin: 0px;
}

.portfolio_items a:hover { background-color: #ddd; }

img.portfolio_detail
{
	padding-top: 10px;
	padding-bottom: 10px;
}



/*--- Portfolio Alpha ---*/
#portfolio_alpha { border-top: 1px #FFF solid; }

#portfolio_alpha .portfolio_alpha_items
{
	background-color: #FFF;
	padding: 0px 0px 0px 0px;
	margin: 0;

	border-bottom: 1px #FFF solid;
}

#portfolio_alpha .portfolio_alpha_items p
{
	padding-left: 14px;
	font-family: arial black;
	padding-top: 0;
	font-weight: normal;
	margin: 0;
}

#portfolio_alpha .portfolio_alpha_items a
{
	height: 22px;
	background-color: #eee;
	display: block;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

#portfolio_alpha .portfolio_alpha_items a:hover { background-color: #ddd; }

/*--------------------------------------------------------------
POD PAGE NEWS
--------------------------------------------------------------*/

#newslist { border-top: 1px #b0aea6 solid; }

#newslist .news_items
{
	background-color: #FFF;
	padding: 0px;
	margin: 0;
	display: block;
}

#newslist .news_items p
{
	line-height: 1.35em;
	/*text-transform: uppercase;*/
	padding: 0 0 0 0;
	margin: 0;
	color: #df7c4d;
}

#newslist .news_items a
{
	background-color: #FFF;
	display: block;
	border-bottom: 1px #b0aea6 solid;
}

#newslist .news_items a:hover { background-color: #eee; }

#newslist .news_items p.news_date
{
	padding: 8px 0 0 0;
	color: #666;
	font-weight: bold;
}

#newslist .news_items p.news_source
{
	padding: 0 0 8px 0;
	color: #999;
	font-weight: normal;
}

.presser
{
	font-weight: bold;
}

/*--------------------------------------------------------------
NEWS detail
--------------------------------------------------------------*/

#extras { }

/*--------------------------------------------------------------
POD PAGE FAQs
--------------------------------------------------------------*/

#faq_format
{
	background-color: #f1f0ef;
	padding-bottom: 0px;
	border-bottom: 1px #b0aea6 solid;
	border-left: 1px #b0aea6 solid;
	border-right: 1px #b0aea6 solid;
}

#faq_format p
{
	border-top: 1px #b0aea6 solid;
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 22px;
	display: block;
	line-height: 1.35em;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 15px;
}

#faq_format a { display: block; }

.faq_slide
{
	background-color: #FFF;
	padding-bottom: 4px;
}

#faq_format p.no_arrow { background-image: none; }

#faq_format p.no_arrow a
{
	background-image: none;
	display: inline;
	text-decoration: underline;
}

/*--------------------------------------------------------------
CONTACT
--------------------------------------------------------------*/

.address,
.suite,
.phone
{
	margin-bottom: 0px;
	font-weight: bold;
}

.city,
.fax { font-weight: bold; }

#maincontent h4 a
{
	color: #046;
	line-height: 2em;
	background-image: url(../images/smallarrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;
	font-weight: normal;
}

#maincontent h4 a:hover
{
	color: #df7c4d;
}

#maincontent #location_1 ul,
#maincontent #location_2 ul,
#maincontent #location_3 ul
{
	background-color: #EEE;
	padding-top: 6px;
	padding-bottom: 10px;
	border: 1px #CCC solid;
}

#maincontent #location_1 li,
#maincontent #location_2 li,
#maincontent #location_3 li
{
	margin: 0 10px 0 10px;
}

/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/

#footer
{
	border-top: 1px #c8c6c1 solid;
	margin-top: 0px;
	padding-top: 10px;
	width: 960px;
	clear: left;
	padding-bottom: 10px;
}


