/* Template Definitions */
* {
        font-size: 12px;
        font-family: "Arial", Helvetica, sans-serif;
}
HTML, BODY {
	margin: 0px auto;
	padding: 0;
	background: url('http://ncrha.org/images/ncrha_bg.png') no-repeat #303030;
}

.bodyWrap {
	margin: 0px auto;
	width: 1000px;
	position: relative;
}
#leftCol {
/*	width: 550px;*/
	padding: 5px;
}
#rightCol {
        width: 250px;
	padding: 5px;
	padding-left: 0;
}
#adCol {
	width: 190px;
	padding: 5px;
	padding-left: 0;
	text-align: center;
}
#adCol h1 {
	text-align: left;
}
#bannerTitle {
    position: absolute;
    top: 5px;
    left: 180px;
    font-size: 4em;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
}
#bannerSubtitle {
    position: absolute;
    top: 60px;
    left: 180px;
    font-size: 1.2em;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    text-transform: uppercase;
    color: #fff;
}
#searchBox { 
    position: absolute;
	top: 25px;
	right: 0px;
	font-size: 1.2em;
        color: #FFF;
	line-height: 1.2em;
}
#searchBox FORM {
        font-size: 1.2em;
        font-weight: bold;
}
#sanction { 
	position: absolute;
	top: 90px;
	right: 50px;
	text-align: center;
}
INPUT{
	margin: 2px;
	padding: 1px 3px 1px 3px;
	font-size: 0.8em;
}

TH {
	color: #FFF;
	background: url('http://ncrha.org/images/gray_gradient_bg.png') repeat-x #000;
	font-variant: small-caps;
}

H1, H2, H3, H4{
	color: #000;
}
H1 {
	color: #fff;
        margin: 0 0 5px 0;
        padding: 5px;
	text-transform: uppercase;
        background: url('http://ncrha.org/images/gray_gradient_bg.png') repeat-x #000;
}
H2 {
	font-size: 1.4em;
}
H3 { 
	font-size: 1.2em;
}
H4 {
	font-size: 1em;
}

HR {
	color: #000;
	background-color: #000;
	margin: 0 0 10px 0;
	padding: 0;
	height: 3px;
}
FORM {
	display: inline;
}

A {
	color: #0000CC;
}

A:HOVER { 
	color: #CC0000;
}

A IMG { border: 0; } 

.content{
	background: #FFF;
	margin: 0;
	position: relative;
	width: 100%;
}

.border, .bordered{
	border: 1px solid #000000;
}

.photoCaption{
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	background: #000;
	padding: 2px 5px 2px 5px;
}
.photoCaption A, .photoCaption A:hover {
	color: #FFF;	
}

.linkMore{
	padding: 3px;
	font-size: 1em;
}

.articleTitle{
	font-size: 1.2em;
	display: inline;
}

.ad {
	margin: 5px 0;
}

.bannerBar { 
    height: 175px;
    color: #fff;
    font-weight: bold;
}
.tickerBar { 
    background-image: url('/pps-images/grad_black.png');
    background-repeat: repeat-x; 
    background-position: 0px 10px;
    background-color: #302778;
    color: #fff;
    line-height: 32px;
    height: 32px;
}
.tickerBar A { 
    color: #fff;
}

.footerBar {
    padding: 10px;
    padding-bottom: 20px;
    color: #ccc;
}

ul#regionLinks { 
    position: absolute;
    top: 80px;
    left: 130px;
}

#regionLinks li { 
    display: block;
    float: left;
    height: 75px;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.sf-menu {
  margin: 0;
  padding: 0;
  font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
  z-index: 9999;
}

.sf-menu a {
  border-right: 1px solid #606060;
  border-left: 0;
  border-top: 0;
  padding: .75em .75em;
}

.sf-menu a, .sf-menu a:visited {
  /* visited pseudo selector so IE6 applies text colour*/
  color: #fff;
}

.sf-menu li {
  background: transparent;
  z-index: 9999;
}

.sf-menu li li {
  background: #303030;
}

.sf-menu li li a {
  border-top: 1px solid #444;
}

.sf-menu li li li {
  background: #303030;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
  background: #770000;
  outline: 0;
  color: #fff;
  text-decoration: none;
}

.right { text-align: right; }
.clear { clear: both; }

