/****************************************************************/
/* 1.	NON LAYOUT */
/****************************************************************/
/* 1A.  HEADINGS */
/****************************************************************/

h1 {
	margin: 0px;
	padding: 0px;
    padding-left: 28px;
	background: transparent url("../../pics/design/h1bg.gif") no-repeat left;
    font-size: small;
    color: #FFFFFF;
    font-weight: bold;
	min-height: 17px;
	height: auto !important;
	height: 17px;

}
h2 {
    color: #FF9C00;
    font-size: large;
    margin-top: 0px;
    padding-top:5px;
    margin-bottom: 3px;
}
h3 {
    color: #590085;
    font-size: small;
    margin-top: 0px;
    padding: 0px;
    border-bottom: #590085 1px dashed;
}
p.desc {
    color: #590085;
    font-size: x-small;
    margin-top: 0px;
    padding-top: 0px;
}
p.author {
    color: #FF9C00;
    font-style: italic;
    font-weight: bold;
}


/****************************************************************/
/* 1B.  HYPERLINKS */
/****************************************************************/

img.thumb {
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
}
img.thumbLeft {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;

}
a {
	color: #0066CC;
	text-decoration: none;
}
a img {
	border: 0px;
}
a:hover {
	color: #FF9C00;
	text-decoration: underline;
}
a.button {
	background: transparent;
    border: #FFE1B2 1px solid;
	padding: 3px;
	text-decoration: none;
	color: #0066CC;
	font-weight: bold;
}
a.button:hover {
	background: transparent;
    border: #FF9C00 1px solid;
    color: #FF9C00;
	text-decoration: underline;
}

/****************************************************************/
/* 1C.  OTHER */
/****************************************************************/



/****************************************************************/
/* 2.	PAGE LAYOUT */
/****************************************************************/

div.spacer {
    clear: both;
}

/****************************************************************/
/* 2A.  PAGE HOLDER */
/****************************************************************/

html, body {
    margin: 0px;
    background: #271F2E;

}

body, div, p, td {
    font-family: Verdana, sans-serif;
    font-size: small;
    color: #271F2E;
}

div#pageholder {
    text-align: left;
    width: 775px;
    padding: 0px;
    margin: 0 auto 0 auto;
    background: #271F2E;
}
div#printhead {
    display: none;
}

/****************************************************************/
/* 2B.  HSFC HEADER */
/****************************************************************/

div#hsfcHeader {
    width: 100%;
    min-height: 22px;
    background: #590085;
    color: #FFFFFF;
}
div#hsfcHeader span.menudivider {
    display: none;
}
*html div#hsfcHeader {
    height: 25px;
}
div#hsfcHeaderLogo {
    width: 300px;
    float: left;
    background: transparent url("../../pics/design/hsfcheaderlogo.gif") no-repeat top left;
    padding-top: 2px;
    padding-left: 22px;

}
div#hsfcHeaderLogo a {
    color: #FFFFFF;
    text-decoration: none;
}
div#hsfcHeaderLogo a:hover {
    color: #B380CC;
    text-decoration: underline;
}
div#hsfcHeaderLinks {
    width: 400px;
    float: right;
    background: transparent;
    text-align: right;
    padding-top: 2px;
    padding-right: 5px;
    color: #B380CC;
}
div#hsfcHeaderLinks a {
    color: #FFFFFF;
    text-decoration: none;
}
div#hsfcHeaderLinks a:hover {
    color: #B380CC;
    text-decoration: underline;
}
div#hsfcHeaderLinks span.date {
    color: #FFFFFF;
}

/****************************************************************/
/* 2C. HEADER */
/****************************************************************/

div#header {

    height: 55px;
    background: transparent url("../../pics/design/headerbg.gif") repeat-x bottom left;
    padding-top: 10px;
    padding-left: 10px;
}
div#header span.menudivider {
    display: none;
}
div#header a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 3px 5px 3px 5px;
    font-weight: bold;
}
div#header a:hover {
    color: #FF9C00;
    text-decoration: underline;
    font-weight: bold;
    padding: 3px 5px 3px 5px;
}

div#breadcrumb {
    padding-top: 3px;
    padding-left: 15px;
    font-size: x-small;
    color: #590085;
	background: #FFFFFF;

}
div#breadcrumb a {
    color: #271F2E;
    text-decoration: none;

}
div#breadcrumb a:hover {
    color: #FF9C00;
    text-decoration: underline;

}

/****************************************************************/
/* 2B.  MIDDLE SECTION  */
/****************************************************************/

div#pageMiddle {
/*    min-height: 400px;*/
    padding-left: 15px;
    padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #FFFFFF;

    min-height:400px;
    height:auto !important;
    height:400px;
}


/****************************************************************/
/* 2B1. SUB MENU */
/****************************************************************/

div#leftpanel {
	width: 143px;
	float:left;
    background: transparent;
}

div#submenu {
	width: 143px;
	background: #FFE1B2 url("../../pics/design/submenuhead.gif") no-repeat top;
	background: transparent;
	color: #FF6600;
	font-size: 12px;
	padding: 5px;
	border-right: #FFE1B2 1px solid;
}
div#submenu ul {
    margin: 0px;
	margin-top: 10px;
    padding: 0px;
}
div#submenu li {
    list-style: none;
}
div#submenu li a {
    color: #0066CC;
    display: block;
    width: 138px;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    padding: 4px 5px 4px 0px;
    background: transparent;
}
* html div#submenu li a {
    width: 138px;
}
div#submenu li a:hover {
    color: #FF9C00;
    background: #271F2E;
}
div#submenufooter {
	width: 153px;
	background: #D5EAFF url("../../pics/design/submenufoot.gif") no-repeat bottom;
	background: transparent;
	height: 10px;
}

div#leftpanel .poll {
    background: #FFE1B2;
    padding: 5px;
}
div#leftpanel .poll h2 { 
    font-size: small;
    color: #271F2E;
}
div#leftpanel .poll div {
    padding-bottom: 5px;
}
div#leftpanel .poll div input.button {
    border: 0px;
    padding: 2px;
    background: #FF9C00;
}
div#leftpanel .poll div a {
    font-size: 85%;
}

/****************************************************************/
/* 2B2. CONTENT */
/****************************************************************/

div#content {
	width: 577px;
	background: transparent;
	float: right;
}

/****************************************************************/
/* 2B2. CATEGORY CONTENT */
/****************************************************************/

div#topStory {
	width: 577px;
	padding-top: 5px;
	background: transparent;
    border-bottom: #D9D9D9 1px solid;
}
div#topStoryImage {
	width: 160px;
	float: left;
	background: transparent;
}
div#topStoryContent {
	width: 400px;
	float: right;
	background: transparent;
	padding-left: 5px;
	padding-right: 5px;
}
div#topStoryContent p, td.leftStory p {
    margin-top: 0px;
    padding-top: 0px;
    text-align: left;
}
div#topStoryContent p span.heading {
	font-size: medium;
    font-weight: bold;

}

table.lowerStoriesTable {
	width: 577px;
}

td.leftStory {
    padding-right: 6px;
}

td.rightStory {
    padding-left: 6px;
}
td.leftStory, td.rightStory {
	padding-top: 10px;
	width: 288px;
	padding-bottom: 15px;
	vertical-align: top;
    border-bottom: #D9D9D9 1px solid;
}
td.leftStory p span.heading, td.rightStory p span.heading {
    text-align: left;
    font-weight: bold;

}
td.leftStory img, td.rightStory img {
    float:left;
    padding-right:3px;
    padding-bottom:3px;
}
td.leftStory p, td.rightStory p {
    text-align: left;
    margin: 0px;
}
td.leftStory div.smallStoryImage, td.rightStory div.smallStoryImage {
    height: 51px;
}

/****************************************************************/
/* 2B2. ARCHIVE CONTENT */
/****************************************************************/

table.archive {
    width: 100%;
}
table.archive thead {
    background: #FF9C00;
    color: #271F2E;
}
table.archive thead th {
    border-bottom: #271F2E 2px solid;
}
table.archive td.subhead {
    background: #FFE1B2;
    color: #271F2E;
    font-weight: bold;
}
table.archive td {
    border-bottom: #FFE1B2 1px solid;
    vertical-align: top;
}

/****************************************************************/
/* 2B2. ARTICLE CONTENT  */
/****************************************************************/

div.articleImage {
    width: 160px;
    float: right;
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 10px;
    color: #FF9C00;
    text-align: right;
}

/****************************************************************/
/* 2B2. AUTHOR CONTENT  */
/****************************************************************/
div.authorInfo {
    border-bottom: #D5D5D5 1px solid;
    margin-top: 10px;
}
div.authorInfo img {
    float: left;
    padding-right: 5px;
    padding-bottom: 2px;
}

/****************************************************************/
/* 2B2. ALBUM CONTENT */
/****************************************************************/

div.albumDetail {
	width: 577px;
	padding-top: 5px;
	background: transparent;
    border-bottom: #D9D9D9 1px solid;
}
div.albumDetailImage {
	width: 160px;
	float: left;
	background: transparent;
}
div.albumDetailContent {
	width: 400px;
	float: right;
	background: transparent;
	padding-left: 5px;
	padding-right: 5px;
}
div.albumDetail p span.heading {
	font-size: medium;
    font-weight: bold;

}
div.albumDetail img {
    float:left;
    padding-right:3px;
    padding-bottom:3px;
}
div.albumDetail p {
    margin-top: 0px;
    padding-top: 0px;
    text-align: left;
}

/****************************************************************/
/* 2B2. LEFT HAND BOX  */
/****************************************************************/
div.box {
	width: 143px;
	background: #D5EAFF url("../../pics/design/submenuhead.gif") no-repeat top;
	color: #590085;
	padding: 5px;
}
div.boxfooter {
	width: 153px;
	background: #D5EAFF url("../../pics/design/submenufoot.gif") no-repeat bottom;
	height: 10px;
}
div.box div.heading {
    color: #0084FF;
    padding-bottom: 5px;
}
div.box div.subheading {
    color: #590085;
    padding-bottom: 5px;
}
div.box div.content {
	font-size: x-small;
}

    

/****************************************************************/
/* 2C.  FOOTER */
/****************************************************************/

div#footer {
    width: 765px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    background: transparent url("../../pics/design/footerbg.gif") repeat-x top left;
    height: 15px;
    margin: auto auto;

}
div#footer div#copyright {
    font-size: x-small;
    color: #FFFFFF;
    float:left;
    width: 300px;
}
div#footer div#cedyrn {
    color: #FF9C00;
    font-size: x-small;
    float: right;
    width: 300px;
    text-align: right;
}
div#footer div#cedyrn a {
    color: #FF9C00;
    text-decoration: none;
}
div#footer div#cedyrn a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
div#pageBottom {
    width: 770px;
    height: 8px;
    color: #FFFFFF;
    background: #FFFFFF;
    margin: auto auto;
    font-size: xx-small;
	display: none;
}
div#pageBottom div#leftcurve {
    width: 8px;
    height: 8px;
    background: transparent url("../../pics/design/footerleftcurve.gif") no-repeat bottom left;
    float: left;
    font-size: xx-small;
	display: none;
}
div#pageBottom div#rightcurve {
    width: 8px;
    height: 8px;
    background: transparent url("../../pics/design/footerrightcurve.gif") no-repeat bottom right;
    float: right;
    font-size: xx-small;
	display: none;
}

/****************************************************************/
/* 4. fwdContact */
/****************************************************************/
div.fwdContactSet {
    padding-left: 5px;
}
div.fwdContactLabel {
    width: 140px;
    font-weight: bold;
    float: left;
    padding-top: 3px;
    height: 17px;
}
div.fwdContactInput {
    padding-bottom: 2px;
}
div.fwdContactInput input {
    width: 200px;
    border: #7FC1FF 1px solid;
}
div.fwdContactInput select, div.fwdContactInput textarea {
    border: #7FC1FF 1px solid;
}
div.fwdContactForm fieldset {
    background: #D5EAFF;
    border: 0px;
    margin-bottom: 5px;
}
div.fwdContactForm fieldset legend {
    visibility: hidden;
}
span.fwdContactRequired {
    color: #FF0000;
}
div.fwdContactInput input.fwdContactBtn {
    width: 60px;
    border: #7FC1FF 1px solid;
    background-color: #FFFFFF;
    color: #271F2E;
}
div.fwdContactInput input.fwdContactBtn2 {
    width: 50px;
    border: #7FC1FF 1px solid;
    background-color: #FFFFFF;
    color: #0084FF;
    font-size: 10px;
}

div#content .poll h2 {
    margin-bottom: 10px;
}
div#content .poll div {
    background: #FFE1B2;
    padding: 5px;
}
div#content .poll div input.button {
    border: 0px;
    padding: 2px;
    background: #FF9C00;
}
div#content .poll div a {
    font-size: 85%;
}
.graph {
    width: 100%;
}
.bar-title {
  position: relative;
  float: left;
  width: 120px;
  line-height: 20px;
  margin-right: 17px;
  font-weight: bold;
  text-align: right;
}
#leftpanel .bar-title {
    width: 100%;
    margin: 0px;
    text-align: left;
    clear: both;
}
.bar-container {
  position: relative;
  float: left;
  width: 360px;
  height: 10px;
  margin: 0px 0px 30px;
}
#leftpanel .bar-container {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}
.bar-container div {
  background-color:#cc4400;
  height: 20px;
}
#leftpanel  .bar-container div {
   height: 10px;
}
.bar-container div.bar2, .bar-container div.bar12 { background-color: #FF9C00; }
.bar-container div.bar3, .bar-container div.bar13 { background-color: #65CC00; }
.bar-container div.bar4, .bar-container div.bar14 { background-color: #00CCC5; }
.bar-container div.bar5, .bar-container div.bar15 { background-color: #0056CC; }
.bar-container div.bar6, .bar-container div.bar16 { background-color: #6A00CC; }
.bar-container div.bar7, .bar-container div.bar17 { background-color: #CC009E; }
.bar-container div.bar8, .bar-container div.bar18 { background-color: #271F2E; }
.bar-container div.bar9, .bar-container div.bar19 { background-color: #8E8E8E; }
.bar-container div.bar10, .bar-container div.bar20 { background-color: #733A13; }

.bar-container strong {
  position: absolute;
  right: -50px;
  top: 0px;
  overflow: hidden;
}
#leftpanel .bar-container strong {
    right: 0px;
    font-weight: normal;
}
.voteRecorded {
    background:#CCF5D2 url(../../pics/design/check.gif) no-repeat scroll 8px 7px;
    color:#009A31;
    font-weight:bold;
    margin-bottom:2px;
    margin-top:2px;
    padding:7px 7px 7px 30px;
}
