/* 	
	Styles for The Sweeney Agency
	by Rigent Design and Development Inc
*/

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
body {
	color: #000;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td { 
	vertical-align: top;
	text-align: left;
}
form, table, p, h1, h2, h3, h4, h5, blockquote {
	margin-bottom: 13px;
}
:focus {
	outline: 0;
}
a {
	color: #16496c;
}
a:visited {
	color: #385c7b;
}
a:hover {
	color: #7a4118;
	text-decoration: underline;
}
h1 {
	font-size: 125%;
}
h2 {
	font-size: 112%;
}
h3 {
	color: #a7472f;
	font-size: 106%;
}
h4 {
}
h5 {
	font-size: 86%;
	color: #a7472f;
}
blockquote {
	font-size: 14px;
	margin-left: 12px;
}

/* Container */

#container {
	width: auto;
	margin: 0 auto;
	background: #fff;
	text-align: left;
}

/* Header */

#header {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 7px;
	height: auto;
}
#header h1 {
	float: left;
	width: auto;
	height: auto;
	background: #fff;
	text-indent: 0;
	margin: 19px 0 15px 10px;
}
#header h2 {
	float: right;
	width: auto;
	height: auto;
	background: #fff;
	text-indent: 0;
	margin: 60px 10px 0 0;
}

/* Content */

#content {
	float: left;
	overflow: auto;
	width: auto;
	margin: 0 17px 30px 17px;
}

/* Speaker Profile */

#speakerProfile {
	float: left;
	overflow: hidden;
	width: auto;
	position: relative;
	padding: 0 0 10px 0;
	margin: 0 0 30px 0;
	background: #fff;
}
#speakerProfile p.contactBox {
	position: absolute;
	width: 250px;
	right: 10px;
	top: 14px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	text-align: right;
}
#speakerProfile p.contactBox strong {
	color: #900;
}
#speakerProfile h2 {
	font-size: 32px;
	font-weight: normal;
	color: #900;
	padding: 10px 0 0 12px;
	margin: 0 0 5px 0;
	background: #fff;
}
#speakerProfile div.wrapper {
	float: left;
	overflow: auto;
	width: auto;
	margin: 0 0 0 10px;
	background: #fff;
}
#speakerProfile div.left {
	float: left;
	width: 150px;
	margin: 10px 0 0 0;
}
#speakerProfile div.right {
	float: left;
	width: auto;
	margin: 10px 0 0 20px;
	padding: 0 0 15px 0;
}
#speakerProfile img {
	margin: 0 0 10px 10px;
	border: 2px solid #ccc;
}
#speakerProfile div.right p {
	width: auto;
	font-size: 13px;
	line-height: 125%;
	padding: 0 0 0 0;
	margin: 0 0 13px 0;
}
#speakerProfile div.right ul {
	font-size: 13px;
	padding: 0 0 0 0;
	margin: 0 3px 13px 6px;
	list-style: outside;
	list-style-type: disc;
}
#speakerProfile div.right li {
	margin: 0 3px 5px 30px;
}

/* Float Box */

div.floatBox {
	float: right;
	width: 170px;
	margin: 0 10px 5px 10px;
	padding: 2px 0 7px 7px;
	font-size: 12px;
	text-align: right;
}
div.floatBox ul.similar {
	border: 1px solid #6a9caf;
	background-color: #f1f9fc;
	padding: 3px 0
}
div.floatBox ul.similar li {
	font-weight: bold;
	color: #900;
	padding: 5px 5px;
}
#speakerProfile div.right div.floatBox p.links {
	font-size: 12px;
	line-height: 10px;
	color: #6a9caf;
	padding: 9px 5px;
	margin: 10px 0 0 0;
	border: 1px solid #ccc;
	background-color: #f3f8ff;
}
#speakerProfile div.right div.floatBox p.links strong {
	color: #444;
}
#speakerProfile div.right div.floatBox p.quote {
	font-size: 18px;
	color: #6a9caf;
	padding: 7px;
	margin: 10px 0 0 0;
	background: url(../i/bg_quote.png) no-repeat left 3px;
}
#speakerProfile div.right div.floatBox p {
	width: auto;
}
#speakerProfile div.right div.floatBox p.attr {
	font-size: 12px;
	color: #900;
	padding: 0;
	margin: 0 0 0 10px;
	background: none;
}
#speakerProfile div.right div.floatBox div.contactBox p {
	font-size: 12px;
	color: #333;
	padding: 7px;
	margin: 20px 0 15px 0;
}
#speakerProfile div.right div.floatBox div.contactBox p strong {
	color: #900;
}

/* Footer */

#footer {
	float: none;
	overflow: hidden;
	width: 100%;
	margin: 0 0 30px 0;
	background: #fff;
}
div#copyright {
	text-align: left;
	margin: 12px 35px 30px 10px;
	font-size: 14px;
	color: #808080;
}
