@charset "utf-8";

/* Main Site Components */

#wrapper {
width: 900px;
margin: 0 auto;
padding: 0px;
background: #FFF;
}

#abblogo {
text-align: right;
padding: 0px;
margin: 10px 0px 10px 0px;
color: #848484;
}

#sitetitle {
float: left;
height: 101px;
width: 229px
}

#headerimage {
float: right;
height: 101px;
width: 668px;
background-image: url(imgs/headerimage.jpg);
background-position: top left;
background-repeat: no-repeat;
border-right: 3px solid #a0a0a0;
}

#mainNav {
background: #efefef;
color: #590000;
font-size: 13px;
font-weight: bold;
padding: 10px 5px;
border-bottom: 2px solid #a0a0a0;
border-left: 3px solid #a0a0a0;
border-right: 3px solid #a0a0a0;
}

#mainNav a{
color: #590000;
padding: 0px 10px;
border-right: 1px solid #848484;
text-decoration: none;
}

#mainNav a:hover{
text-decoration: underline;
}

/*#subNav {
background: #eeeeee;
color: #000;
padding: 5px 20px;
}*/

#mainContent {
width: 622px;
padding: 10px 20px;
float: right;
margin-top: 10px;
}

#sidebar {
width: 208px;
float: left;
padding:10px 10px 10px 10px;
background: #FFF;
margin-top: 10px;
border-right: 1px dotted #CCC;
}

#footer {
width: 860px;
margin: 0 auto;
padding: 20px 20px 60px 20px;
color: #848484;
font-size: 11px;
text-align: left;
border-top: #590000 3px solid;
}

#footer a {
color: #590000;
padding: 0px 5px;
border-right: 1px solid #848484;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.footerNav {
float: right;
text-align: left;
display: none;
}


/* HTML Tags */

body {
background: #FFF;
padding: 0px;
margin: 0px;
color: #000;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
}

a {
color: #1071b7;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

a:visited {
color: #1071b7;
text-decoration: none;
}

h1 {margin-bottom: 0.4em; margin-top: 0px;}

img.left {
border: 0px;
float: left;
margin: 0px 10px 10px 0px;
}

img.right {
border: 0px;
float: right;
margin: 0px 0px 10px 10px;
}

/* Classes */

.clear {
clear: both;
height: 0px;
}

.issue {
margin-top: 20px;
padding: 0px;
float: left;
width: 196px;
height: 57px;
}


.underline {
border-bottom: 1px dotted #CCC;
margin: 0px 0px 10px 0px;
}

/*.cs {
font-size: 11px;
text-transform: uppercase;
border-bottom: 1px solid #OOO;
padding: 0px 5px 5px 5px;
margin-bottom: 5px;
}*/

.cshead {
font-size: 16px;
margin-bottom: 5px;
font-weight: bold;
}

.cstitle {
font-size: 18px;
text-transform: uppercase;
margin-bottom: 5px;
color: #590000;
font-weight: bold;
}

.cstitle img {
margin-right: 5px;
}

.csdeck {
font-size: 14px;
margin-bottom: 5px;
color: #590000;
font-weight: bold;
}

.cscontent {
margin-bottom: 35px;
}

.solTitle {
font-size: 18px;
text-transform: uppercase;
margin-bottom: 5px;
color: #590000;
font-weight: bold;
}

.solTitle img{
margin-right: 5px;
}

.solheadline {
font-size: 23px;
margin-bottom: 5px;
}

.soldeck{
font-size: 14px;
margin-bottom: 5px;
color: #590000;
font-weight: bold;
}

.sol1content {
margin-bottom: 20px;
}

.sol2 {
font-size: 23px;
margin-bottom: 5px;
border-bottom: 1px solid #000;
}
.sol2content {
margin-bottom: 20px;
}

.author {
font-size: 11px;
}

.author img{
border: 0px;
margin: 0px 10px 10px 0px;
}

.issueDate {
padding-right: 10px;
border-right:1px solid #FFF;
}

.copyrightWrap {
float: left;
width: 900px;
}

.copyrightWrap a{
border: none;
}

.copyright {
padding-right:5px;
border-right: 1px solid #848484;
}

/* ADVICE */
.advice {
margin-bottom: 20px;
margin-top: -5px;
font-size: 15px;
font-weight: bold;
}

.advice a{
font-size: 15px;
text-decoration: none;
}

/* POLL and COMMENTS STYLES */

.poll {
background-color: #EEE;
padding: 10px;
margin: 10px 0px;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}

.polltitle {
font-size: 17px;
text-transform: uppercase;
font-weight: bold;
margin: 0px 0px 2px 0px;
padding: 0px;
color: #590000;
}

.polltitle img {
margin-right: 5px;
}

.pollText {
font-size: 22px;
}

.pollUnderline {
font-size: 18px;
border-bottom: 1px solid #000;
}

.pollUnderline a{
font-size: 18px;
text-transform: none;
font-weight: bold;
text-decoration: none;
}

.PollBox {
background-color: #EEE;
padding: 10px;
margin-bottom: 10px;
}

.PollBox h3 {
font-size: 15px;
font-weight: bold;
margin: 0px 0px 2px 0px;
padding: 0px;
text-align: left;
}

.PollBox h4 {
font-size: 22px;
font-weight: normal;
margin: 0px;
}

.sf_pollTitle {
display: none;
}

/*.sf_pollVoteInfo {
display: none;
}*/

.sf_pollQuestionsList {
border: none;
padding-bottom: 10px;
}

/*.sf_pollQuestionAnswers div {
display: none;
}*/

.PollBox h3 .sf_pollQuestion {
font-size: 15px;
font-weight: bold;
margin: 0px 0px 10px 0px;
}

ul.RadioButtonListCssClass {
margin:0px;
padding: 0px 10px 10px 10px;
list-style: none;
}

ul.RadioButtonListCssClass li{
margin:0px;
padding: 6px;
}

ul.RadioButtonListCssClass li label{
padding-left: 3px;
}

/* SEARCH BOX */

.sf_searchSubmit {
background-color: #590000;
color: #FFF;
border: 1px solid #000;
}

.sf_searchBox label {
display: none;
}

.sf_searchText {
width: 158px;
margin-right: 3px;
}

/* SHARING */

.share {
border-top: 1px dotted #CCC;
border-bottom: 1px dotted #CCC;
padding: 10px;
margin: 8px 0px;
color: #000;
}

.share a {
color: #000;
text-decoration:none;
}

.share a:hover {
color: #000;
text-decoration:none;
}

/* WELCOME BOX */

.welcome{
margin-bottom: 10px;
padding: 50px 0px 10px 0px;
text-align: justify;
border-bottom: 1px dotted #CCC;
}

.welcometitle {
background: #EEE;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
padding: 6px;
margin: 5px 0px;
color: #590000;
font-weight: bold;
font-size:16px;
text-transform: uppercase;
}
 
.welcometitle img {
margin-right: 5px;
}

.welcome h3{
font-size: 16px;
font-weight: bold;
margin: 0px;
padding: 0px;
}

/* WHITE PAPERS */

.whitepaper {
background: #EEE;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
padding: 5px 5px 10px 5px;
margin: 0px;
text-align: center;
}

.whitepaper h3{
font-size: 12px;
margin: 0px 0px 2px 0px;
padding: 0px;
text-align: left;
font-weight: bold;
color: #590000;
}

.whitepaper h4 {
font-weight: bold;
font-size: 15px;
margin: 0px 0px 5px 0px;
text-align: left;
}

.whitepaper img {
border: 0px;
margin: 10px 0px;
}

.whitepaper a {
font-size: 12px;
text-decoration: none;
}

.whitepaper a:hover {
font-size: 12px;
text-decoration: none;
}

/* IFRAME FOR RIGHT RAIL */

.rightrail {
background: #EEE;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
padding: 5px 2px 10px 2px;
margin: 0px;
text-align: center;
}

.rightrail h3{
font-size: 12px;
margin: 0px 0px 2px 0px;
padding: 0px;
text-align: left;
font-weight: bold;
color: #590000;
}

.rightrail h4 {
font-weight: bold;
font-size: 15px;
margin: 0px 0px 5px 0px;
text-align: left;
}

.rightrail img {
border: 0px;
margin: 10px 0px;
}

.rightrail a {
font-size: 12px;
text-decoration: none;
}

.rightrail a:hover {
font-size: 12px;
text-decoration: none;
}

/* TEXT PROMOS */

.textpromo {
background-color: #FFF;
border: 1px solid #E2E2E2;
padding: 5px;
margin: 10px 0px;
}

.blackbox {
background-color: #000;
color: #60cbf0;
padding: 4px;
margin-top: 4px;
font-size: 16px;
text-align: center;
}

.textpromo h2 {
color: #18457a;
margin-top: 4px 0px;
font-size: 24px;
font-weight: normal;
}

.textpromo h3 {
color: #359ed5;
margin-top: 4px 0px;
font-size: 22px;
font-weight: normal;
}

/* ARCHIVES */

.archive {
font-size: 14px;
}

.archivedate {
border-right: 1px solid #000;
padding-right: 10px;
margin-right: 10px;
}

