﻿html
{
	background: #4d4d4b url(../images/BG_Header.jpg) top center no-repeat;
	margin: 0px;
	padding: 0px;
}
body
{

	color: #333333;
	margin: 0px;
	padding: 0px;
}
html > body
{
	margin: 0px;
	padding: 0px;
}
#wrapper
{
	width: 1050px;
	margin: 0px auto;
	padding: 0px;
}
#header
{
	height: 142px;
}
#header h1
{
	margin: 0px;
	padding: 0px;
}
#header h1 a
{
	display: block;
	background: url(../images/BG_Kelly_Captial_Logo.jpg) top center no-repeat;
	height: 80px;
	width: 600px;
	text-indent: -9999px;
	position: relative;
	top: 33px;
	margin: 0 auto;
	padding: 0px;
}




#content
{
	background: #ffffff url(../images/BG_content.jpg) top;
	padding: 0;
}
#content h1
{
	margin: 35px 0 35px 0;
}
#leftcol
{
	width: 325px;
	padding: 110px 0 0 40px;
	float: left;
}
#leftcol h3
{
	text-indent: -9999px;
	width: 260px;
	height: 70px;
	margin: 20px 0 0 0;
}

#leftcol li, #leftcol p
{
	font-size: 108%; /*14px*/
	line-height: 123.1%; /*16px*/
	Margin:10px 0 0 0;
}

#rightcol
{
	width: 555px;
	float: right;
	padding: 0;
	margin-right: 74px;
	min-height:400px
}

#featureBanner
{
	display: block;
	position: relative;
	top: 0;
	left: -70px;
	background: #ffffff url(../images/BG_featurebanner.jpg) no-repeat;
	padding: 9px 0 0 13px;
	margin: 0;
	width: 383px;
	height: 133px;
}
a
{
	color: #00456d;
	text-decoration: none;
}

a:hover
{
	color: black;
}
a:active
{
	color: #4081b3;
}
h1, h2, h3, h4
{
	color: #00456d;
}
h1
{
	font-size: 197% /*26px*/;
	margin: 10px 0 0 0;
	font-weight: bold;
}
h2
{
	font-size: 153.9% /*20px*/;
	margin: 30px 0 10px 0;
	font-weight: bold;
}
h3
{
	font-size: 123.1% /*20px*/;
	margin: 30px 0 10px 0;
	font-weight: bold;
}
#rightcol h4
{
	display: block;
	font-size: 123.1% /*20px*/;
	margin: 0px 0 10px 0;
	padding: 10px 0 4px 0;
	border-bottom: 1px dotted #00456d;
	width: 540px;
	clear: left;
}


ol, ul, p
{
	font-size: 93%; /*12px*/
	line-height: 189%;
	margin: 0 0 10px 0;
}
#rightcol ul li
{
	list-style-image: url(../images/blue_dot.jpg);
	margin-left: 20px;
	font-weight: bold;
	font-size: 108%; /*14px*/
}
#rightcol ol li
{
	list-style-type: decimal;
	margin-left: 20px;
}
#rightcol td
{
	padding-right: 15px;
}
.faq
{
	font-weight: bold;
	font-size: 108%; /*14px*/
}
.blue
{
	color: #00456d;
}
.company:hover
{
background-color:White;
}
.company img 
{
Float:left;

Width:200px;
height:60px;
margin:0 10px 0 0;

}
/*Team Bio*/

div.biovcard
{
	border-bottom: 1px dotted #00456d;
	margin:0 0 10px 0;
}
div.biovcard .fn
{
	color: #00456d;
	font-size: 123.1% /*20px*/;
	margin: 0 0 0 10px;
	font-weight:bold;
	
}
div.biovcard .title
{
	color: #00456d;
	font-size: 108% /*20px*/;
	margin: 0 0 0 10px;
	
}

div.biovcard .email
{
	display: none;
}

/*vcard*/
div.vcard
{
	background-color: White;
	border-bottom: 2px solid grey;
	width: 254px;
	padding: 6px;
	margin: 0 8px 8px 0;
	float: left;
}
div.vcard:hover
{
	background-color: #edf2ff;
}
div.vcard .vcardlink
{
	float: left;
	padding: 0px 6px 0 0;
}
div.vcard .fn
{
	font-weight: bold;
	color: #00456D;
}
div.vcard .title
{
	font-style: italic;
	display: block;
}
div.vcard .email
{
	text-decoration: none;
	color: grey;
	padding-left: 48px;
	font-size: 10px;
	display: none;
}
div.vcard .email:hover
{
	color: red;
}
div.adr, div.adr .street-address, div.adr .locality, div.adr .region, div.adr .region, div.org, div.tel
{
	display: none;
}

/*end vcard*/
#footer
{
	text-align: right;
	background: #4d4d4b url(../images/BG_footer.jpg) top no-repeat;
	padding: 20px 10px 0 0;
	height: 40px;
	color: White;
}
#footer a
{
	color: white;
	text-decoration: none;
}
#footer a:hover
{
	color: yellow;
}
#footer a:active
{
	color: red;
}

