html, html body {
    background: url("http://g.foolcdn.com/art/shop/newsletters/37/microsite/gray-bg.jpg") repeat scroll 0 0 transparent;
}
	
#bd {
	background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    margin: 20px auto 10px;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
}

#hd-wrapper {
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	background:url("http://g.foolcdn.com/art/shop/newsletters/37/microsite/header-bg.jpg") repeat scroll 0 0 #2B2B2B;
	height: 50px;
	position: fixed;
    width: 100%;
    z-index: 9999;
}

#productLogo {
	background-image: url("http://g.foolcdn.com/art/shop/newsletters/37/microsite/1228-proacademy-logo40h.png");
	height: 50px;
	margin-bottom: 0;
	margin-top: 7px;
}

.academy-logo {
    width: 260px;
	float:left;
}


/* Navigation */
#nav {
	float:right;
}
#nav > ul, #nav > .menu > ul, #nav > ul *, #nav > .menu > ul * {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav > ul > li > a, #nav > .menu > ul > li > a {
    background-color: transparent;
    display: block;
    font-size: 14px;
	font-family: "Open Sans",arial,helvetica,sans-serif;
    min-height: 42px;
    position: relative;
    -moz-transition: background 0.4s ease 0s;
	-webkit-transition: background 0.4s ease 0s;
	-o-transition: background 0.4s ease 0s;
}
#nav > ul > li > a i, #nav > .menu > ul > li > a i {
    display: block;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 100%;
}
#nav > ul ul, #nav > .menu > ul ul {
    position: absolute;
    top: -999em;
    width: 180px;
}
#nav > ul ul li, #nav > .menu > ul ul li {
    width: 100%;
}
#nav > ul li:hover, #nav > .menu > ul li:hover {
    visibility: inherit;
}
#nav > ul li, #nav > .menu > ul li {
    float: left;
    position: relative;
}
#nav > ul a, #nav > .menu > ul a {
    background-color: #2B2B2B;
    display: block;
    position: relative;
    -moz-transition: background 0.4s ease 0s;
	-webkit-transition: background 0.4s ease 0s;
	-o-transition: background 0.4s ease 0s;
}
#nav > ul li:hover ul, #nav > ul li.sfHover ul, #nav > .menu > ul li:hover ul, #nav > .menu > ul li.sfHover ul {
    left: 0;
    top: 70px;
    z-index: 99;
	display:block;
	visibility: visible;
}
#nav > ul li:hover li ul, #nav > ul li.sfHover li ul, #nav > .menu > ul li:hover li ul, #nav > .menu > ul li.sfHover li ul {
    top: -999em;
}
#nav > ul li li:hover ul, #nav > ul li li.sfHover ul, #nav > .menu > ul li li:hover ul, #nav > .menu > ul li li.sfHover ul {
    left: 180px;
    top: 0;
}
#nav > ul, #nav > .menu > ul {
    border-left: 1px solid #111111;
    border-right: 1px solid #3C3C3C;
    float: left;
}
#nav > ul a, #nav > .menu > ul a {
    border-left: 1px solid #3C3C3C;
    border-right: 1px solid #111111;
    color: #999999;
    font-size: 12px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 18px;
    text-decoration: none;
}
#nav > ul a:hover, #nav > .menu > ul a:hover {
    background-color: #444444;
    color: #FFFFFF;
}
#nav .current-menu-item > a, #nav .current-menu-parent > a, #nav .current_page_item > a {
    color: #FFFFFF;
}
#nav > ul ul, #nav > .menu > ul ul {
    background: none repeat scroll 0 0 #2B2B2B;

    border-top: 1px solid #111111;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    font-size: 12px;
    padding: 0;
}
#nav > ul ul a, #nav > .menu > ul ul a {
    border-top-color: #3C3C3C;
	border-bottom-color: #111111;
    border-left: medium none;
    border-right: medium none;
    border-style: solid none;
    border-width: 1px medium;
    color: #999999;
    font-weight: normal;
    height: auto;
    line-height: 1.3em !important;
    margin: 0;
    padding: 12px 20px;
}
#nav > ul ul a i, #nav > .menu > ul ul a i {
    font-size: 16px;
    margin-left: -3px;
    padding-right: 5px;
}
#nav > ul ul a:hover, #nav > .menu > ul ul a:hover {
    background-color: #444444;
    color: #FFFFFF;
}
#nav > ul ul li:last-child > a, #nav > .menu > ul ul li:last-child > a {
    border-bottom: medium none;
}
#nav > ul ul ul a, #nav > .menu > ul ul ul a {
    border-bottom: 1px solid #111111;
}
#nav > ul ul ul li:last-child a, #nav > .menu > ul ul ul li:last-child a {
    border-bottom: medium none !important;
}
#nav > ul ul ul, #nav > ul ul ul li:first-child a, #nav > .menu > ul ul ul, #nav > .menu > ul ul ul li:first-child a {
    border-top: medium none;
}
#nav > ul a.sf-with-ul, #nav > .menu > ul a.sf-with-ul {
    min-width: 1px;
    padding-right: 2.25em;
}
#nav > ul a.sf-without-ul, #nav > .menu > ul a.sf-without-ul {
    min-width: 1px;
    padding-right: 1.4em;
}
.sf-sub-indicator {
    background: url("http://g.fool.com/art/shop/newsletters/50/microsite/nav-down-white.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 12px;
    margin-top: -6px;
    opacity: 0.6;
    overflow: hidden;
    position: absolute;
    right: 0.75em;
    text-indent: -999em;
    top: 57%;
    width: 12px;
}
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
    opacity: 1;
}

/* End Navigation  */



/* (Homepage) */
#showcase {
	height:560px;
	width:100%;
	background: url("http://g.foolcdn.com/art/shop/newsletters/37/1228-PA-greenbg.jpg") no-repeat scroll center top #1a6f6c; 
	margin-top: 50px;
}
#runner {
	margin:0 auto -10px; 
	padding-top:10px;
}
#casecontainer {
	margin: 0 auto;
	padding-top: 20px;
    width: 980px;
}

#intro {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 6px 0 0 6px;
    box-shadow: -3px 1px 4px rgba(0, 0, 0, 0.7);
    height: 320px;
    margin-right: 630px;
    margin-top: 20px;
    opacity: 1;
    padding: 8px 54px 8px 8px;
    text-align: left;
    width: 330px;
    z-index: 100;
}
#intro h3 {
	font-size:26px;
	font-weight: bold;
    letter-spacing: -1px;
	line-height: 30px;
}

#vid-container {
	float:left;
}

/* button */

#startnow {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.02em;
}

#startnow ul {
    margin: 10px;
    padding: 0;
}

#startnow li#register-link {
    margin-right: 5px;
}
#startnow li {
    display: block;
    list-style: none outside none;
}
#startnow li#startnow-link a {
	-moz-transition: all 120ms linear 0s;
	-webkit-transition: all 120ms linear 0s;
	-o-transition: all 120ms linear 0s;
    background: none repeat scroll 0 0 #37BBE7;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 0 #FFFFFF inset, 0 0 2px rgba(0, 0, 0, 0.2);
    display: block;
    height: 36px;
    margin: 0;
    overflow: hidden;
    padding: 1px 0 0;
    width: 220px;
}
#startnow li#startnow-link a:hover, #startnow li#startnow-link a:focus {
    background-color: #58E2FE;
}

#startnow li#startnow-link span.text {
    background: url("http://g.foolcdn.com/art/shop/newsletters/50/microsite/startnow-arrow.png") no-repeat scroll 190px 12px transparent;
    border-left: 1px solid #67D7FC;
    color: #123246;
    display: block;
    float: left;
    font-family: Lucida Grande, Arial,Helvetica,Geneva,sans-serif;
    font-size: 18px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    height: 36px;
    line-height: 36px !important;
    padding-left: 14px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.65);
    width: 226px;
}

/* end button */

#breakingnews {
	width: 100%;
	height: 45px;
	background:url("http://g.foolcdn.com/art/shop/newsletters/50/microsite/breakingnews-bg.png") repeat-x scroll 0 0 transparent;
}

#breakingnews p {
	color:#cc0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight: bold;
	text-align:center;
	margin:0 auto;
	padding-top: 10px;
}

.headline {
    background: url("http://g.foolcdn.com/art/shop/newsletters/50/microsite/50-divider-top.png") repeat-x scroll left bottom transparent;
    margin: 0 -20px;
    padding: 25px 20px;
}
.headline h3 {
	font-weight: bold;
    margin: 0;
}

.content {
    overflow: hidden;
    position: relative;
}
.content li {
	margin-bottom: 5px;
    margin-left: 70px;
	padding-right: 40px;
}

.main {
	float: left;
    overflow: hidden;
    padding: 15px 0;
    position: relative;
    width: 100%;
}

#pdf-link {
	height: 83px;
    margin: 10px 0 10px 640px;
    position: absolute;
    width: 332px;
    z-index: 300;
}

#pdf-link a {
	-moz-transition: 0.2s ease 0s;
	-webkit-transition: 0.2s ease 0s;
	-o-transition: 0.2s ease 0s;
    background-image: url("http://g.foolcdn.com/art/shop/newsletters/37/microsite/1228-pdflink-sm_off.png");
    background-repeat: no-repeat;
    display: block;
    height: 83px;
    width: 332px;
}
#pdf-link a:hover {
	-moz-transition: 0.2s ease 0s;
	-webkit-transition: 0.2s ease 0s;
	-o-transition: 0.2s ease 0s;
    background-image: url("http://g.foolcdn.com/art/shop/newsletters/37/microsite/1228-pdflink-sm_on.png");
}


/* Gallery Thumbnails */


#thumbnails ul {
    padding: 10px 0 0 2px;
}

#thumbnails li {
    background: none no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 230px;
    margin-left: 8px;
    padding-bottom: 25px;
    padding-top: 160px;
	padding-right: 0;
    position: relative;
    width: 300px;
}

#thumbnails li h5 {
    color: #333333;
    font-size: 16px;
	font-style:normal;
    font-weight: 700;
    padding-bottom: 5px;
    padding-left: 11px;
    padding-top: 22px;
    position: relative;
}

#thumbnails li p {
    color: #666666;
    display: block;
    font-size: 12px;
    line-height: 15px;
    padding-left: 11px;
}

#thumbnails li img {
    height: 178px;
    left: 5px;
    position: absolute;
    top: 3px;
    width: 283px;
	-moz-transition: 0.2s ease 0s;
	-webkit-transition: 0.2s ease 0s;
	-o-transition: 0.2s ease 0s;
}
#thumbnails li img:hover {
	-moz-transition: 0.2s ease 0s;
	-webkit-transition: 0.2s ease 0s;
	-o-transition: 0.2s ease 0s;
	opacity:0.8;
}

blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, select, textarea, td, th, ul {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
}

.main p {
line-height: 20px;
padding: 0 60px;
}
.main h3 {
padding: 10px 30px;
font-size:24px;
font-weight:700;
}
.main h1 {
padding: 20px 30px;
font-size:32px;
font-weight:700;
}
.main blockquote {
    padding: 0 360px 0 30px;
    margin: 10px 0 30px;
}
.main blockquote p {
    margin-bottom: 10px;
}

/* Video */
#video-container {
background-color: #FFFFFF; 
border-radius: 0 6px 6px 0;
box-shadow: 4px 1px 4px rgba(0, 0, 0, 0.7);
float:right;
height: 376px; 
margin: 0 auto 20px; 
position: relative; 
width: 656px; 
z-index: 110;
} 

div#video { 
margin-bottom: 1em; 
width: 640px; 
padding: 8px;
font-family: arial; 
/*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); */
} 

div#video div { 
border: thin; 
border-color: #666666; 
}  
