﻿body
{
}

.hd
{
	background-color:#0070ba;
	height:100px;
	width:1066px;	
}

.colorBar
{
	background-color:#0070ba;
	width:1066px;
}

.SiteTitle
{
	font-size:34px;
	margin-top:25px;
	text-align:center;
	padding-top:28px;
}

.SubHeader
{
	margin-top:0px;
	margin-left:15px;
}

.SubHeaderQuote
{	
	text-align:center;
	margin-top:20px;
	width:660px;
	padding-bottom:20px;
}

.BookName_Quote
{
	font-style:italic;
}

.DearInvestor
{
	margin-top:20px;
}

.Expertise_Holder
{
	margin-left:20px;
	margin-right:20px;
	margin-top:25px;
}

.Expertise_Heading
{
	font-weight:bold;
	font-size:17px;
}

.Expertise_By
{
	font-style:italic;
	font-size:16px;
}

.Expertise_Explain
{
	font-style:italic;
	margin-left:15px;
}

.Signup_Container
{
	position:absolute;	
	right:-30%;
}

.Blurb_Container
{
	
}

.Disclaimer_Header
{
	margin-top:25px;
}

.Disclaimer_Container
{
	font-size:8pt;
}

.RoundedBox_Content
{
	width:100%;
}

.RoundedBox_Content h1
{
	font-size:18px !important;
}

.RoundedBox_Content label
{
	width:150px;
}

.Signup_Labels
{
	padding-top:5px;
}

.Signup_textbox
{
	padding-left:10px;
	padding-top:10px;
}

.Signup_row
{
	padding-top:10px;
}

.invalid
{
	color:Red;
}

.submitBtn
{
	background: url(/Content/images/submit_btn.png);
	width:150px;
	height:75px;
	border:none;
	cursor:pointer;
}

.unique_pub
{
	font-size:18px;
}

.signup_now
{
	font-size:24px;
	font-weight:bold;
	color:Red;
}

.expertise_content_holder
{
	background-color: #68D720;
	border: 1px solid black;
	margin-top:10px;
}

/* SUBMIT CSS */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url(/Content/images/bg_button_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url(/Content/images/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

/* BOX CSS */

#box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 3em;
	padding: 0;
	text-align: left;
	width:80%;				/* <-- use this to tie width to viewport size */
	width: 31em;				/* <-- use this for a set width */
	background-color: #eeeeee;
	overflow:visible;
	}
 	
#content
	{
	padding:3em;
	overflow:visible;
	}

#content h1
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
		
#content p
	{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	overflow:visible;
	}

#tlc
	{
	background-image:url(/Content/images/tlc.gif);
	background-position: 0% 0%;
	overflow:visible;
	}

#trc
	{
	background-image:url(/Content/images/trc.gif);
	background-position: 103% 0%;
	overflow:visible;
	}
	
#blc
	{
	background-image:url(/Content/images/blc.gif);
	background-position: 0% 100%;
	overflow:visible;
	}

#brc
	{
	background-image:url(/Content/images/brc.gif);
	background-position: 103% 100%;
	overflow:visible;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	overflow:visible;
	}
			
#tb
	{
	background-image:url(/Content/images/tb.gif);
	background-position: 0% 0%;
	overflow:visible;
	}

#bb
	{
	background-image:url(/Content/images/bb.gif);
	background-position: 50% 100%;
	overflow:visible;
	}
	
#rb
	{
	background-image:url(/Content/images/r.gif);
	background-position: 103% 0%;
	background-repeat: repeat-y;
	overflow:visible;
	}

#lb
	{
	background-image:url(/Content/images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	overflow:visible;
	}
			
