@charset "UTF-8";
/***********************************************
Main CSS Document for Optin: A New Way of Networking

version:	a.05.20.08
author:		Tim Toffoli
email:		tim@slateroofstudio.com
website:	http://www.slateroofstudio.com

***********************************************/

/*** =Home
----------------------------------------------------------------***/

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
body {
	background-color: #aaa;
	margin: 0;
}
body.home { background: #FFFFFF url(/imgs/optincontainer.jpg) repeat -130px -100px}

#container {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 955px;
}
#hmleft {
	margin: 0;
	width: 481px;
	height: 450px;
	float:left;
	background-color: #FFFFFF
}
#hmright {
	margin: 0;
	width: 405px;
	height: 257px;
	float: right;
	background: #EE2E24 url(/imgs/optin_hm_bck.gif) no-repeat right bottom;
	padding: 165px 40px 28px 28px;
}
#hmbottom {
	margin: 0;
	clear: both;
	height: 135px;
	background: #572500 url(/imgs/optin_btm_bck.jpg) no-repeat center bottom;
}
#hmleft h1 {
	color: #333;
	background: url(/imgs/optin_logo_hm.jpg) no-repeat right center;
	width: 303px;
	padding: 55px 0 0 179px;
	text-indent: -9000px;
	background-color: #FFFFFF;
}
#hmleft h1 a {
	height: 220px;
	display: block;
	clear: both
}
*html #hmleft h1 {
	color: #333;
	background: url(/imgs/optin_logo_hm.jpg) no-repeat right center;
	width: 303px;
	height: 220px;
	padding: 65px 0 0 179px;
	text-indent: -9000px;
	background-color: #FFFFFF;
} /*
#hmleft h5 {
	color: #333;
	background: #FFFFFF url(/imgs/optin_address_hm.gif) no-repeat center bottom;
	width: 450px;
	height: 23px;
	padding: 72px 0 0 30px;
	margin-bottom: -12px;
	text-indent: -9000px
}
*html #hmleft h5 {
	color: #333;
	background: #FFFFFF url(/imgs/optin_address_hm.gif) no-repeat center bottom;
	width: 450px;
	height: 23px;
	padding: 82px 0 0 30px;
	margin-bottom: -12px;
	text-indent: -9000px
} */
#hmbottom h5 {
	font: .65em/1.25em Verdana, Helvetica, Arial, sans-serif;
	color: #A57F5F;
	width: 100%;
	height: 23px;
	padding: 104px 0 0 0;
	margin-bottom: -12px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px
}
#hmbottom h5 strong {
	color: #D5BEA9
}
#hmbottom h5 a:link, #hmbottom h5 a:visited, #hmbottom h5 a:active {
	text-decoration: none;
	color: #A57F5F;
}
#hmbottom h5 a:hover {
	text-decoration: none;
	color: #D5BEA9;
}
#hmright h2 {
	color: #333;
	background: url(/imgs/optin_tag_hm.gif) no-repeat right center;
	width: 180px;
	height: 21px;
	text-indent: -9000px
}
#hmright p {
	font: 75%/1.75em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: left
}
#hmright #date {
	font: 65%/1.75em Verdana, Arial, Helvetica, sans-serif;
	color: #FAC1BE;
	text-align: right;
	float: right;
	margin: -150px -12px 0 0;
	letter-spacing: 1px
}



/*** =Navigation
----------------------------------------------------------------***/

#hmleft ul {
	float:left;
	list-style-type: none;
	width:180px;
	margin-top: -175px;
}
*html #hmleft ul {
	float:left;
	list-style-type: none;
	width:180px;
	margin-top: -175px;
	margin-left: 18px
}
#hmleft li a:link, 
#hmleft li a:visited, 
#hmleft li a:active {
	font: bold .75em/2em Verdana, Arial, Helvetica, sans-serif;
	color: #572600;
	text-decoration: none;
	padding-right: 12px
}
#hmleft li a:hover {
	font: bold .75em/2em Verdana, Arial, Helvetica, sans-serif;
	color: #EE2E24;
	text-decoration: none;
	background: url(/imgs/redot.gif) no-repeat right 3px;
	padding-right: 12px
}
*html #hmleft ul li a:link, 
*html #hmleft ul li a:visited, 
*html #hmleft ul li a:active {
	font: 80%/2em "Arial Black", Arial, Helvetica, Verdana, sans-serif;
	color: #572600;
	text-decoration: none;
	padding-right: 12px
}
*html #hmleft ul li a:hover {
	font: 80%/2em "Arial Black", Arial, Helvetica, Verdana, sans-serif;
	color: #EE2E24;
	text-decoration: none;
	background: url(/imgs/redot.gif) no-repeat right 6px;
	padding-right: 12px
}

/*** =Other Structural Elements
----------------------------------------------------------------***/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*** =Lower Level Pages
----------------------------------------------------------------***/

body.lower { background: #FFFFFF url(/imgs/optincontainer.jpg) repeat -100px -100px}

.lower #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(/imgs/container.gif) repeat-y center top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.lower #header {
	background: url(/imgs/header.gif) no-repeat center top;
	width: 955px;
	height: 97px;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.lower #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0;
	text-indent: -9000px;
	float: left;
	width: 220px
}
.lower #header h1 a {
	display: block;
	height: 97px;
	clear: both;
}



/*** =Lower Level Navigation
----------------------------------------------------------------***/


.lower #leftnav {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top: 8px;
}
*html .lower #leftnav {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top: -15px;
}
.lower #leftnav ul li {
	list-style-type: none;
	margin-left: 0px;
	padding-top: 3px
}
.lower #leftnav li a:link, 
.lower #leftnav li a:visited, 
.lower #leftnav li a:active {
	font: bold .75em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #572600;
	text-decoration: none;
	padding-right: 12px;
}
.lower #leftnav li a:hover {
	font: bold .75em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #EE2E24;
	text-decoration: none;
	background: url(/imgs/redot.gif) no-repeat right 7px;
	padding: 3px 12px 3px 0;
	display: inline;
}
*html .lower #leftnav li a:link, 
*html .lower #leftnav li a:visited, 
*html .lower #leftnav li a:active {
	font: 80%/2em "Arial Black", Arial, Helvetica, Verdana, sans-serif;
	color: #572600;
	text-decoration: none;
	padding-right: 12px
}
*html .lower #leftnav li a:hover {
	font: 80%/2em "Arial Black", Arial, Helvetica, Verdana, sans-serif;
	color: #EE2E24;
	text-decoration: none;
	background: url(/imgs/redot.gif) no-repeat right 7px;
	padding: 3px 12px 3px 0;
	display: inline;
}

/*** =Subnav
----------------------------------------------------------------***/

.lower #leftnav ul li .hmon a  {
	font: bold .75em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #EE2E24;
	text-decoration: none;
	background: url(/imgs/redot.gif) no-repeat right 7px;
	padding: 3px 12px 3px 0;
	display: inline;
}
.lower #leftnav ul li ul {margin-left: 0; padding: 2px 0 0 18px; width: 185px }

.lower #leftnav ul li ul li .hmon a:link,
.lower #leftnav ul li ul li .hmon a:visited,
.lower #leftnav ul li ul li .hmon a:active   {
	font: bold 10px/1.25em Verdana, Arial, Helvetica, sans-serif;
	color: #EE2E24;
	text-decoration: none;
	background: none;
}
.lower #leftnav ul li ul li .hmon a:hover {
	font: bold 10px/1.25em Verdana, Arial, Helvetica, sans-serif;
	color: #EE2E24;
	text-decoration: none;
	background: url(/imgs/redot.gif) no-repeat right 5px;
	padding: 3px 12px 5px 0;
	display: inline;
}
.lower #leftnav ul li ul li .hmoff a:link,
.lower #leftnav ul li ul li .hmoff a:visited,
.lower #leftnav ul li ul li .hmoff a:active   {
	font: bold 10px/1.25em Verdana, Arial, Helvetica, sans-serif;
	color: #572600;
	text-decoration: none;
	background: none;
	padding: 3px 12px 5px 0;
}
.lower #leftnav ul li ul li .hmoff a:hover  {
	font: bold 10px/1.25em Verdana, Arial, Helvetica, sans-serif;
	color: #EE2E24;
	text-decoration: none;
	background: url(/imgs/redot.gif) no-repeat right 5px;
	padding: 3px 12px 5px 0;
	display: inline;
}
.lower #leftnav ul li {padding-bottom: 3px}


/*** =Sidebar
----------------------------------------------------------------***/

.lower #sidebar {
	font: italic 90%/2em Georgia, "Times New Roman", Times, serif;
	color: #A57F5F;
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 12px 12px 15px 16px; /* padding keeps the content of the div away from the edges */
}
.lower #sidebar p {
	margin-top: -4px;
	padding-left: 6px
}
*html .lower #sidebar {
	font: italic 90%/2em Georgia, "Times New Roman", Times, serif;
	color: #A57F5F;
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 12px 15px 16px; /* padding keeps the content of the div away from the edges */
	margin-top: -15px
}
*html .lower #sidebar p {
	padding-left: 6px
}
.lower #mainContent {
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px 100px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
*html .lower #mainContent {
	margin: -20px 200px 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 10px 100px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.lower #mainContent h1 {
	font: 100%/2em "Arial Black", Arial, Helvetica, Verdana, sans-serif;
	color:#EE2E24;
	margin-bottom: -6px;
}
.lower #mainContent p {
	font: 85%/1.75em Verdana, Arial, Helvetica, sans-serif;
	color:#444444
}
.lower #mainContent a:link,
.lower #mainContent a:visited,
.lower #mainContent a:active
 {
	font: 100%/1.75em Verdana, Arial, Helvetica, sans-serif;
	color:#EE2E24;
	text-decoration: none
}
.lower #mainContent a:hover
 {
	font: 100%/1.75em Verdana, Arial, Helvetica, sans-serif;
	color:#EE2E24;
	text-decoration: underline
}
.lower #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #676767 url(/imgs/footer.gif) no-repeat center bottom; background-color: transparent!;
	height: 83px;
}
.home #hmbottomr {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #676767 url(/imgs/footer.gif) no-repeat center bottom; background-color: transparent!;
	height: 83px;
}
.lower #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.lower #profile {display:none }
.lower #profile img {display:none }
.lower #bio {
	font: bold 70%/2em Verdana, Helvetica, Arial, sans-serif;
	color:#A57F5F;
	width: 128px;
	float: right;
	padding-left: 0
}
/* *html .lower #profile {
	font: bold 70%/2em Verdana, Helvetica, Arial, sans-serif;
	color:#A57F5F;
	width: 135px;
	float: right;
	padding-left: 24px
}
*html .lower #profile img {
	padding: 0 0 6px 2px
}*/
.lower #bio img {
	padding: 0 0 6px 2px;
	margin-top: 7px
} 
.lower #innerContent {
	/* width: 360px; */
	width: 520px;
	float: left;
	padding: 0 22px 0 0;
	/* border-right: 1px solid #ccc; */
	margin-top: 6px
}
*html .lower #innerContent {
	/* width: 355px; */
	width: 520px;
	float: left;
	padding: 0 20px 0 0;
	/* border-right: 1px solid #ccc; */
	margin-top: 6px
}
.lower #innerContentshrt {
	width: 360px;
	float: left;
	padding: 0 22px 0 0;
	border-right: 1px solid #ccc;
	margin-top: 6px
}
*html .lower #innerContentshrt {
	width: 355px;
	float: left;
	padding: 0 20px 0 0;
	border-right: 1px solid #ccc;
	margin-top: 6px
}

.lower #mainContent #innerContent ul li {
	font: 85%/1.5em Verdana, Arial, Helvetica, sans-serif;
	color:#444444;
	padding-bottom: 8px;
	margin-left: -12px
}
.lower #mainContent #innerContent ul li strong {
	font: bold 90%/1.5em Verdana, Arial, Helvetica, sans-serif;
	color:#444444
}
.lower #mainContent #innerContent ul li p {
	padding: 0 0 8px 0;
	margin-top: 3px;
	color: #666
}
#footer h5 {
	font: 9px/11px Verdana, Helvetica, Arial, sans-serif;
	color: #A57F5F;
	width: 100%;
	height: 20px;
	padding: 60px 0 0 22px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px
}
#footer h5 strong {
	color: #D5BEA9
}
#footer h5 a:link, #footer h5 a:visited, #footer h5 a:active {
	text-decoration: none;
	color: #A57F5F;
}
#footer h5 a:hover {
	text-decoration: none;
	color: #D5BEA9;
}
*html #footer h5 {
	float: left;
	font: 9px/24px Verdana, Helvetica, Arial, sans-serif;
	color: #A57F5F;
	width: 90%;
	padding: 53px 0 0 0px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px
}
.lower #mainContent #innerContent .sourcesmall { font: italic 10px/13px Verdana, Helvetica, Arial, sans-serif; margin-bottom: 0px }
*html .lower #mainContent #innerContent .sourcesmall { font: italic 11px/15px Verdana, Helvetica, Arial, sans-serif; padding-top: 3px; margin-bottom: 0px }
.lower #mainContent #innerContent .contact { line-height:18px }
.lower #leftnav .optnow { float: left; padding-top: 15px; border-top: 1px solid #ccc; width: 96px; margin-left: 40px}
.lower #mainContent #innerContent .optform { padding: 5px 0 12px 0;font: 10px/18px Verdana, Helvetica, Arial, sans-serif; color:#555 }
.lower #mainContent #innerContent .optform .optfield { margin: 15px 0 0 0 }
.lower #mainContent #innerContent .charts { margin: 15px 0 14px 42px }
.lower #mainContent #innerContent .optin { float: right; width:111px; margin: 0 }
.lower #mainContent #innerContent p.resume { width:290px; padding-top: 24px; border-top: 1px solid #bbbbbb }
.lower #date {
	font: 65%/1.75em Verdana, Arial, Helvetica, sans-serif;
	color: #FAC1BE;
	text-align: right;
	width: 200px;
	float: right;
	margin: 24px 24px 0 0;
	letter-spacing: 1px
}
*html .lower #date {
	font: 65%/1.75em Verdana, Arial, Helvetica, sans-serif;
	color: #FAC1BE;
	text-align: right;
	width: 200px;
	float: right;
	margin: 26px 14px 0 0;
	letter-spacing: 1px
}

