/* Start of CMSMS style sheet '2009-main' */
/* COLOR GUIDE 

green: dbe129
red: c81e25
burgendy: 3e0b0c

*/

/* START ELEMENT STYLES */

body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:13px;
	line-height:140%;
	background:url(images/2009/bg.gif) top repeat-x #000;
}
a:link {
	color:#dbe129;
	text-decoration:none;
}
a:visited {
	color:#dbe129;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:none;
}
hr {
   border: none;
   border-top: 1px solid #3e0b0c;
   height: 1px;
   margin-bottom:12px;
   clear:both;
}
h1 {
   font-size:24px;
   line-height:normal;
   margin:0 0 8px 0;
   color:#dbe129;
}
h2 {
   font-size:22px;
   line-height:normal;
   margin:0 0 8px 0;
   color:#dbe129;
}
h3 {
   font-size:20px;
   line-height:normal;
   margin:0 0 8px 0;
   color:#dbe129;
}
h4 {
   font-size:18px;
   line-height:normal;
   margin:0 0 8px 0;
   color:#dbe129;
}
h5 {
   font-size:16px;
   line-height:normal;
   margin:0 0 8px 0;
}
h6 {
   font-size:14px;
   line-height:normal;
   margin:0 0 8px 0;
   color:#dbe129;
}
p {
   margin-top:0;
}
input, textarea, select {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	background: url(images/2009/black-pixel.png);
	padding: 2px;
	margin: 1px;
}
input:focus, textarea:focus, select:focus {
	background: url(images/2009/black-pixel.png);
	border: #c81e25 1px solid;
	padding: 3px;
	margin: 1px;
   color:#666;
}
input:hover, textarea:hover, select:hover {
   background: #3e0b0c;
   color:#666;
}

img { behavior: url(scripts/iepngfix.htc) }

/* END ELEMENT STYLES */

/* START GLOBAL LAYOUT ELEMENTS */

div#wrapper {
	width:900px;
	margin:0 auto;
	border:none;
	padding:0px 0px 0px 0px;
}
div#header {
	height:243px;
	padding:0;
	background:url(images/2010/header.jpg) center top no-repeat;
}
#header a img {
	border:0;
	margin: 20px 0px 0px 35px;
	width:150px;
	height:40px;
}
#header h1, h2 {
	text-indent:-9999px;
	font-size:0px;
	margin:0;
	visibility:hidden;
}
div.pageheader {
   text-align:center;
   padding:2px 0px 6px 0px;
   float:left;
   width:630px;
}
.pageheader h3 {
   text-indent:-9999px;
   font-size:0px;
   margin:0;
   visibility:hidden;
   line-height:0;
}
div.container {
   min-height:400px;
   padding:20px 0px 30px 0px;
}
.container a:link {
	color:#dbe129;
	text-decoration:none;
}
.container a:visited {
	color:#dbe129;
	text-decoration:none;
}
.container a:hover {
	color:#fff;
	text-decoration:none;
}
.contentCol {
   float:left;
   width:630px;
   padding: 8px 12px;
   background:url(images/2009/black-pixel.png);
}
.rightCol {
   float:right;
   width:200px;
   padding: 8px 12px;
   background:url(images/2009/black-pixel.png);
}
div.clearer { /* used to ensure proper clearing of content columns */
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}
div.footer {
	clear:both;
	width:100%;
	min-height:15px;
	margin:0 auto;
	padding:100px 0px 10px 0px;
	border-top:1px #fff solid;
	background:url(images/2010/footer.gif) center top no-repeat #000;
	font-size:9px;
	line-height: 125%;
	color:#333;
	text-align:center;
}
.footer a:link, .footer a:visited {
	color:#999;
	text-decoration:none;
}
.footer a:hover {
	color:#fff;
}

/* END GLOBAL LAYOUT ELEMENTS */

/* START NAV */

div#nav {
	background:none;
	height: 45px;
	padding:2px 0px 0px 0px;
	font-weight:normal;
	font-size:17px;
}

#menu_vert {
   margin-left: 1px;
   margin-right: 1px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   margin: auto;
   padding: 0px;
   text-align:left;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 160px;
}

/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 0px;
   margin-left: -7px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   float: left; 
}
#primary-nav li li { 
   margin-left: 6px;
   margin-top: 0px;
   float: none; 
   position: relative;
   z-index:1000;
}

/* Styling the basic appearance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 13px 9px; 
   text-decoration: none; 
   color: #dbe129;
   background:none;
}
#primary-nav a:hover { 
   color: #fff;
}
#primary-nav li a { 
   color: #dbe129;
   /* font-size:16px; */
}
#primary-nav li li a {
   background: url(images/2009/black-pixel.png);
   color: #dbe129;
   font-size:11px;
   border-bottom: 1px #ccc solid;
   border-left: 1px #ccc solid;
   border-right: 1px #ccc solid;
   padding: 3px 3px 1px 3px;
}
#primary-nav li li a:hover {
   background:#000;
   color:#fff;
}	
#primary-nav li, #primary-nav li.menuparent { }

/* Styling the basic appearance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li a.menuactive { 
   color: #c81e25; 
}
#primary-nav li li a.menuactive { 
   color: #c81e25; 
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   color: #3e0b0c;
   background:none;
}

/* Styling the appearance of menu items on hover */
#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   color: #000; 
}

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}

/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
.subpagenav ul {
   padding: 2px 0px;
   list-style:square;
   margin-left:16px;
}
.subpagenav li {
   padding: 2px 0px;
   list-style:square;
}
.subpagenav a {
   padding: 2px 0px 2px 0px;
}
.subpagenav .currentpage {
   color:#c81e25;
   font-weight:bold;
}

.eventnav ul {
   padding: 1px 0px;
   list-style:square;
   margin-left:16px;
   font-size:10px;
   line-height:140%;
}
.eventnav li {
   padding: 1px 0px;
   list-style:square;
}
.eventnav a {
   padding: 1px 0px 1px 0px;
}
.eventnav .currentpage {
   color:#fff;
   font-weight:bold;
}

/* END NAV */

.imgbdr {
	margin: 8px;
	border: solid #000000 1px;
}

.imgright {
	float: right;
	padding-left: 8px;
	padding-bottom: 8px;
}
.imgrightbdr {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
	border: solid #000000 1px;
}
.imgleft {
	float: left;
	padding-right: 8px;
	padding-bottom: 8px;
}
.imgleftbdr {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	border: solid #000000 1px;
}
.MediumCopy {
   font-size: 11px;
   line-height:normal;
}
.SmallCopy {
   font-size: 10px;
   line-height:135%;
}
table.clean {
	border: none;
	margin-top: 20px;
	text-align: left;
	vertical-align: top;
}
#resultsContent {
	text-align: center;
}	
.resultsTbl {
	background:none;
	width: 630px;
	margin-bottom: 2px;
        color:#fff;
}
.resultsTbl th {
	background:#3e0b0c;
	font-size: 15px;
	font-weight: bold;
	color: #dbe129;
        text-align:left;
}
.resultsTbl td {
        color:#fff;
}
.resultsTbl tr {
	background:none;
	text-align:left;
	vertical-align: top;
	color:#fff;
}
.resultsTbl tr:HOVER {
	background:url(images/2009/black-pixel.png);
	color:#dbe129;
}
.resultsTbl p {
	margin: 0px;
}
.TblHeader {
	background-color:#d52b1e;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}	
.Tbl {
	background:none;
	margin-bottom: 5px;
	color: #fff;
}
.Tbl TR {
	background:none;
	text-align:left;
	vertical-align: top;
	color:#fff;
}
.Tbl TR:HOVER {
	background:url(images/2009/black-pixel.png);
	color:#dbe129;
}
.Tbl td {color:#fff}
.Tbl p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.legend {
	font-size: 0.9em;
	text-align:center;
	padding-bottom: 8px;
}

.sponsor-logo {
   display:block;
   width:300px;
   min-height:100px;
   text-align:center;
   float:left;
   vertical-align:middle;
}
.sponsor-logo img {
   padding: 10px 0px 50px 0px;
}

.picHorz {
	font-size: 11px;
	float: right;
	width: 225px;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
        line-height:135%;
}
.picHorz img {
	border: solid 1px #010010;
}
.picVert {
	font-size: 11px;
	float: right;
	width: 165px;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
        line-height:135%;
}
.picVert img {
	border: solid 1px #010010;
}
.subHeader {
   font-size:16px;
   color:#c81e25;
   font-weight:bold;
}
#myframe { height: 650px; }

/* NEWS */
/* COLOR GUIDE 

green: dbe129
red: c81e25
burgendy: 3e0b0c

*/

div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }
.HomeNewsPostdate {
  float:right;
  width:414px;
  font-size: 14px;
  text-align:right;
  padding:2px 6px;
  font-weight: bold;
  background:url(images/2009/latest-news.png);
  margin-bottom:4px;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}
.HomeNewsHeadline a:link, .HomeNewsHeadline a:visited {
    font-weight: bold;
    font-size:16px;
    color: #c81e25;
}
.HomeNewsHeadline a:hover {
    color: #fff;
}
.HomeNewsHeadline {
    margin:4px 0px 12px 0px; 
}
.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.morelink {
  padding-top: 8px;
  text-align:right;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/

.homenews {
   float:right;
   width:402px;
   background:url(images/2009/black-pixel.png);
   padding: 8px 12px;
}
.rsslink, .rsslink img {
   border:none;
   vertical-align:-14px;
}
/* End of '2009-main' */

