/* =About this file
	Author: Nick Sayre for Maxus Creative
	Author website: http://maxuscreative.com
*/

/* =Colors 
	Blue/-Gray:	#dadfe5;
	Text Gray: #5e5e61;
	Bright Blue: #0063bc;
*/

/* =Reset */
* {
	margin: 0;
	padding: 0;
	outline:none;
}
/* =General */
body {
	background: #dadfe5 url(img/bg-body.jpg) repeat-x center top;
	font-size: 14px;
}

/* =Typography */
p {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: .86em;
	color: #666;
	margin: 1em 20px 0 20px;
	text-align: center;
}

/* =Links */
a {
	color: #0063bc;
}

/* =Layout */
#wrapper {
	width: 954px;
	margin: 0 auto;
}
#branding {
	height: 180px;
	text-align:center;
	padding-top: 1px;
}
h1 {
	display: block;
	width: 579px;
	height: 65px;
	margin: 55px auto;
	background: url(img/logo-gearyco.jpg) no-repeat;
	text-indent: -1000em;
}
h1 a {
	display: block;
	width: 579px;
	height: 65px;
}

#companies {
	overflow: auto;
}
#companies > div {
	float: left;
	width: 307px;
	margin-left: 16px;
}
#companies > div#first {
	margin-left: 0;
}


#companies h2 {
	display: block;
	height: 142px;
	width: 307px;
	text-align:center;
	text-indent: -1000em;
}
#geary_securities {
	background: url(img/btn-geary_securities.jpg) no-repeat;
}
#cemp {
	background: url(img/btn-cemp.jpg) no-repeat;
}
#aarons_bridge {
	background-image: url(img/aarnsbrdge_btn.jpg);
	background-repeat: no-repeat;
}


#companies h2 a {
	display: block;
	height: 142px;
	width: 307px;
}


#hr {
	margin: 20px 3px;
	height: 2px;
	background: url(img/bg-hr.jpg) repeat-x;
}

#geary_advisors {
	height: 271px;
	width: 946px;
	margin: 0 auto;
	background: url(img/bg-geary_advisors.jpg) no-repeat;
	text-align: center;
	overflow:hidden;
}
#primaryContent {
	float: left;
	width: 440px;
	margin-left: 3px;
	display:inline;
	padding: 0px;
	margin-bottom: 0px;
}
#secondaryContent {
	float: none;
	width: 500px;
	margin-top: 14px;
	margin-right: 3px;
	display:inline;
	font-size: 14px;
	padding: 0px 20px;
	margin-left: auto;
	text-indent: 0px;
	text-align: left;
	letter-spacing: 0em;
	font-weight: normal;
	line-height: 0.8em;
	font-variant: normal;
	text-transform: none;
}
#primaryContent h2 {
	display: block;
	height: 88px;
	width: 264px;
	margin: 77px auto 0 auto;
	background: url(img/logo-geary_advisors.jpg) no-repeat 0px;
	text-align:center;
	text-indent: -1000em;
}
#ook {
	display: block;
	float: left;
	margin-top: 35px;
	margin-left: 50px;
	display:inline;
	width: 212px;
	height: 89px;
	background: url(img/logo-ook.jpg) no-repeat;
	text-indent: -1000em;
}
#ook a {
	display: block;
	width: 212px;
	height: 89px;
}
#txf {
	display: block;
	float: right;
	margin-right: 50px;
	display:inline;
	width: 148px;
	height: 142px;
	background: url(img/logo-txf.jpg) no-repeat;
	text-indent: -1000em;
}
#txf a {
	display: block;
	width: 148px;
	height: 142px;
}


#footer {
	margin-top:20px;
	background: url(img/bg-footer.jpg) repeat-x;
	text-align:center;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	font-size: 10px;
}
#footer p {
	margin: .5em;
	font-size: .7em;
	color: #fff;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#wrapper #companies div {
	text-align: center;
}
#etf_disclaimers {
	height: 300px;
	width: 946px;
	margin: 0 auto;
	background: url(img/bg-geary_advisors_b.jpg) no-repeat;
	text-align: center;
	overflow:hidden;
}
#footer p {
	font-size: 12px;
}
#wrapper #geary_advisors #secondaryContent p {
	font-size: 14px;
	margin: 25px 25px 0px;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	text-indent: 20px;
}

