/*
SWING-TRADE-STOCKS.COM STYLESHEET
http://www.swing-trade-stocks.com
*/

/* ------ Section 1 - Global Page Structure ------ */

body {
  font-family:arial,tahoma,helvetica,sans-serif;
  font-size: 80%;
  color: #000;
  margin: 0;
  padding: 0;
  background: #fff;
}

html {
    overflow-y: scroll;
}

#top {
  width: 980px;
  height: 50px;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
}

#top-left {
  float: left;
  width: 468px;
  height: 50px;
}

#top-right {
  float: right;
  width: 468px;
  height: 50px;
}

#header {
  width: 980px;
  height: 110px;
  margin: 0 auto;
}

#logo {
  float: left;
  width: 468px;
  height: 110px;
}

#ad {
  float: right;
  margin: 40px 10px 0 0;
}

#nav {
  width: 980px;
  margin: 0 auto;
}

#sub-nav {
  width: 980px;
  height: 45px;
  margin: 0 auto;
}

#sub-nav-right {
  float: right;
  width: 136px;
  height: 45px;
}

#sub-nav-left {
  float: left;
  width: 800px;
  height: 45px;
}

#content-wrapper {
  width: 980px;
  min-height: 630px;
  margin: 0 auto;
  overflow: hidden;
}

#main {
  float: left;
  width: 660px;
  min-height: 630px;
  margin: 20px 20px 0 0;
}

#headlines {
  width: 660px;
  min-height: 300px;
}

#main-headline {
  float: left;
  width: 400px;
  min-height: 300px;
  padding: 0 19px 0 0;
  border-right: 1px solid #ddd;
}

#more-headlines {
  float: right;
  width: 220px;
  min-height: 300px;
  padding: 0 0 0 20px;
}

#sidebars {
  float: right;
  width: 279px;
  min-height: 630px;
  padding: 0 0 0 20px;
  border-left: 1px solid #ddd;
  margin: 20px 0 0 0;
}

#bottom {
  width: 980px;
  height: 290px;
  margin: 0 auto;
}

#section-one {
  float: left;
  width: 312px;
  height: 290px;
  margin: 0 20px 0 0;
  padding: 20px 0;
}

#section-two {
  float: left;
  width: 312px;
  height: 290px;
  margin: 0 10px 0 0;
  padding: 20px 0;
}

#section-three {
  float: left;
  width: 312px;
  height: 290px;
  margin: 0 0 0 10px;
  padding: 20px 0;
}

#footer {
  width: 980px;
  height: 60px;
  margin: 10px auto;
}


/* ------ Section 2 - Top Of Page Links ------ */

#top-left ul {
  float: left;
  margin: 18px 0 0 0;
  padding: 0;
  list-style: none;
}

#top-left li {
  display: inline;
  font-size: 1.0em;
  line-height: 1.0em;
  margin: 0 20px 0 0;
  padding: 0;
}

#top-left li a {
  color: #0274be;
  text-decoration: underline;
}

#top-left li a:hover {
  color: #000;
  text-decoration: underline;
}

#top-right ul {
  float: right;
  margin: 18px 0 0 0;
  padding: 0;
  list-style: none;
}

#top-right li {
  display: inline;
  font-size: 1.0em;
  line-height: 1.0em;
  margin: 0 0 0 20px;
  padding: 0;
}

#top-right li a {
  color: #0274be;
  text-decoration: underline;
}

#top-right li a:hover {
  color: #000;
  text-decoration: underline;
}

/* ------ Section 3 - Main Navigation Menu ------  */

#nav ul {
  width: 980px;
  height:  33px;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border-top: 4px solid #0274be; 
  border-bottom: 1px solid #ddd;
}

#nav li {
  float: left; 
  text-transform: uppercase; 
}

#nav li a {
  display: block;
  padding: 9px 18px;
  text-decoration: underline;
  font-weight: normal;
  color: #0274be;
}

#nav li a:hover {
  color: #000;
  background-color: #d9ebf4;
}

#nav li.last {
  margin: 0;
}

#nav li a.current {
  color: #fff;
  background-color: #0274be;
  text-decoration: none;
}

/* ------ Section 4 - Main Sub Navigation Menu ------ */

#sub-nav-right ul {
  float: right;
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}

#sub-nav-right li {
  display: inline;
  font-size: 0.9em;
  line-height: 45px;
  text-transform: uppercase;
  color: #666;
  margin: 0;
  padding: 0;
}

#sub-nav-right li a {
  color: #000;
  text-decoration: none;
}

#sub-nav-right li a:hover {
  color: #000;
  text-decoration: underline;
}

#sub-nav-right li.title {
  color: #0274be;
}

#sub-nav-left ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

#sub-nav-left li {
  display: inline;
  font-size: 1.1em;
  line-height: 60px;
  color: #000;
  margin: 0 15px 0 0;
  padding: 0;
}

#sub-nav-left li a {
  color: #0274be;
  text-decoration: underline;
}

#sub-nav-left li a:hover {
  color: #000;
  text-decoration: underline;
}

#sub-nav-left li.title {
  color: #808080;
  text-transform: uppercase;
  font-size: 0.9em;
}

/* ------ Section 5 - Footer ------ */

#footer ul {
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}

#footer li {
  display: inline;
  font-size: 1.0em;
  line-height: 10px;
  color: #000;
  margin: 0 15px 0 0;
  padding: 0;
}

#footer li a {
  color: #000;
  text-decoration: underline;
}

#footer li a:hover {
  color: #0274be;
  text-decoration: underline;
}

/* ------ Section 6 - General Styling ------ */

#headlines h1, #headlines h2, #headlines h3, #headlines h4, #sidebars h3 {
  font-size: 2.4em;
  font-weight: normal;
  line-height: 1.2em;
  color: #000;
  margin: 0 0 15px 0;
}

#headlines h2, #headlines h3, #sidebars h3 {
  font-size: 1.7em;
}

#headlines h4 {
  font-size: 1.3em;
  line-height: 1.1em;
}

#headlines h3 {
  margin: 0 0 12px 0;
  padding: 12px 0 0 0;
  border-top: 1px solid #ddd;
}

#headlines h1 a, #headlines h2 a, #headlines h3 a, #headlines h4 a, #sidebars h3 a {
  color: #000;
  text-decoration: none;
}

#headlines h1 a:hover, #headlines h2 a:hover, #headlines h3 a:hover, #headlines h4 a:hover, #sidebars h3 a:hover {
  color: #0274be;
  text-decoration: underline;
}

#headlines h2.heading, #sidebars h2.heading {
  font: bold 1.1em arial,tahoma,helvetica,sans-serif;
  line-height: 1.0em;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0274be;
  margin: 0 0 15px 0;
  padding: 5px 0 5px 3px;
  background: #d9ebf4;
  border-bottom: 1px solid #0274be;
}

#sidebars h3.heading {
  font: bold 1.1em arial,tahoma,helvetica,sans-serif;
  line-height: 1.0em;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0274be;
  margin: 0 0 15px 0;
  padding: 5px 0 5px 3px;
  background: #d9ebf4;
  border-bottom: 1px solid #0274be;
}

#sidebars h4 {
  font: bold 1.0em arial,tahoma,helvetica,sans-serif;
  line-height: 1.2em;
  margin: 0 0 12px 0;
  padding: 5px 0 0 0;
}

#sidebars h4 a {
  color: #0274be;
  text-decoration: none;
}

#sidebars h4 a:hover {
  color: #000;
  text-decoration: underline;
}

#main p, #sidebars p {
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 0 0 16px 0;
}

#main p.author, #sidebars p.author {
  font: bold 0.8em arial,tahoma,helvetica,sans-serif;
  line-height: 1.0em;
  margin: 0 0 10px 0;
  color: #000;
}

#main p.author span, #sidebars p.author span {
  color: #0274be;
}

#main ul,ol {
  margin:20px 0 20px -10px; 
  font-size: 1.1em; 
  line-height: 1.5em;
}

#main ol li {
  list-style:decimal; margin:0 0 10px 0;
}

#main ul li {
  list-style:square; margin:0 0 10px 0;
}

#main p a, #sidebars p a {
  color: #0274be;
  text-decoration: underline;
}

#main p a:hover, #sidebars p a:hover {
  color: #000;
  text-decoration: underline;
}

#bottom h2.heading {
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1.0em;
  color: #000;
  margin: 0;
  padding: 10px 0;
  border-top: 4px solid #0274be;
  border-bottom: 1px solid #ddd;
}

#bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#bottom li {
  font-size: 1.0em;
  line-height: 1.3em;
  margin: 0;
  padding: 11px 0;
  border-bottom: 1px dotted #ccc;
}

#bottom li.last {
  padding: 6px 0 0 0;
  border-bottom: none;
}

#bottom li a {
  color: #0274be;
  text-decoration: underline;
}

#bottom li a:hover {
  color: #000;
  text-decoration: underline;
}

/* ------ Section 7 - Image Styling ------ */

#logo img {
  border: 0;
}

#ad img {
  margin: 0 0 0 0;
  border: 0;
}

#sub-nav img {
  border: 0;
  vertical-align: top;
  margin: 15px 0 0 0; 
}

#main-headline img {
  margin: 0 0 6px 0;
  border: 0;
}

#main img.lefty {
  float: left;
  margin: 0 10px 0 0;
  border: 0;
}

#main img.righty {
  float: right;
  margin: 0 0 0 10px;
  border: 0;
}

#sidebars img.ad, #sidebars img.ad-right {
  margin: 5px 24px 24px 0;
  border: 0;
}

#sidebars img.ad-right {
  margin: 0 0 24px 0;
}  

#bottom img {
  margin: 8px 0 0 0;
  border: 0;
}

#top-right img {
  border: 0;
  vertical-align:middle;
}

/* ------ Section 7 - Forms ------ */

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

#search form {
  margin: 40px 0 0 0;
}

.searchfield {
  font: normal 1.0em georgia,"times new roman",times,serif;
  color: #000;
  margin: 0 6px 0 0;
  padding: 6px;
  background: #fff;
  border: 1px solid #aaa;
}

.searchbtn {
  font: normal 1.2em georgia,"times new roman",times,serif;
  color: #000;
  margin: 0;
  padding: 2px;
}

/* ------ Section 8 - User Added ------ */

blockquote{
background:url(../image-files/quot.gif) no-repeat;
padding: 5px 5px 5px 20px;
margin: 0;
font-style: italic;
}

.calloutbox {
background-color: #f5f5f5;
width: 85%;
border-top: 2px solid #0274be;
margin: 18px auto 18px auto;
padding: 15px 15px 5px 15px;
color: #000;
}
