td	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
    /*font-size: 9pt;*/
	color: #333;
}

td span {display:none;}

/* ----------------- Page Layout  */

#blockPage	{
	text-align: center;
	width: 100%;
}

#blockMain	{
	border: 1px solid #1A8009;
	width: 750px;
	text-align: left;
	margin: auto;
	border-top: 5px solid #1A8009;
}


#blockNavMash	{
    background: #036;
    background-image: url(/images/bg_nav.png);
    background-position:right;
    background-repeat:no-repeat;
    border-bottom: 1px solid #003;
	text-align: left;
    height:12px !important;
    height:10px;
}

/* <div style="float:right;height:27px;"><img src="/images/bg_nav.png"></div> */



/* ----------------- 3 Col Content Layout  */

#blockPostNav3	{
	background-image: url(/images/bg_postNav3.png);
	width: 750px;
	height: 8px;
	background-color: #FFF;
}

#blockContent3	{
	width: 750px;
    background-image: url(/images/bg_3colWhite.png);
	background-color: #FFF;
}

#blockLeft	{
	float: left;
	width: 130px !important;
	width: 150px;
	padding-left: 10px;
	padding-right: 10px;
}

.blockCenter	{
	margin-left: 150px;
	padding-bottom: 20px;
	padding-left: 10px;
	width: 430px !important;
	width: 440px;
	border-top: 1px solid #FFF;
}

#blockRight	{
	float: right;
	width: 130px !important;
	width: 150px;
	padding-left: 10px;
	padding-right: 10px;
}


/* ----------------- 2 Col Content Layout  */

#blockPostNav2	{
	background-image: url(/images/bg_2col.png);
	width: 750px;
	height: 8px;
}

#blockContent2	{
	width: 750px;
	background-image: url(/images/bg_2colWhite.png);
	background-color: #FFF;
}

.blockDouble	{
	padding-bottom: 20px;
	padding-left: 20px;
	width: 570px !important;
	width: 590px;
	border-top: 1px solid #FFF;
}


/* ----------------- 1 Col Content Layout  */

#blockPostNav1	{
	background-image: url(/images/bg_postNav1.png);
    background-repeat:no-repeat;
    background-color:#FFF;
    width: 750px;
	height: 8px;
}

#blockPostNav0	{
	background-image: url(/images/bg_postNav1.png);
    background-repeat:repeat-x;
    background-color:#FFF;
	height: 8px;
}

#blockContent1	{
	width: 750px;
/*	background-image: url(/images/bg_1colWhite.png); */
	background-color: #FFF;
}

.blockSingle	{
	padding-bottom: 20px;
	padding-left: 20px;
	width: 700px !important;
	width: 720px;
	border-top: 1px solid #FFF;
}

/* ----------------- Headers  */

.titleMain	{
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 16pt;
	color: #C63;
	margin-top: 10px;
	margin-bottom:-5px;
}

.titleMainSide	{
	font-size: 8pt;
	font-weight: bold;
	line-height: 12pt;
	margin-top: 10px;
	margin-bottom: 0px;
}

.titleSub	{
	color: #663;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	line-height: 12pt;
	margin-bottom: 5px;
}


/* ----------------- Text and images */

img	{
	border: 0px;
}

.verySmallText	{
	font-size: 7pt;
	padding-bottom: 5px;
    color: #999;
    font-weight:normal;
}

.smallText	{
	font-size: 8pt;
	padding-bottom: 5px;
    color: #999;
    font-weight:normal;
}

.smallTextDark	{
	font-size: 8pt;
	padding-bottom: 5px;
    color: #333;
}

.listPageSubHeading {
	font-size: 8pt;
    margin-top: 10px;
    padding-bottom: 0px;
    color: #333;
}

.sideBarText	{
	font-size: 8pt;
}

.inputText	{
	font-size: 8pt;
}

.post	{
	font-weight: normal;
    font-size: 11px;
    line-height: 17px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
    padding-top: 20px;
}

div.formError {
    border: 2px solid #CCC;
    font-size: 8pt;
    margin-top: 15px;
    color: #e00;
}

div.formThanks {
    border: 2px solid #CCC;
    font-size: 8pt;
    margin-top: 15px;
    color: #333;
}

div.nextPrev {
	font-weight: normal;
    font-size: 11px;
    line-height: 17px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
    padding-top: 0px;
}

div.post ul {
	font-weight: normal;
    font-size: 11px;
    line-height: 17px;
    margin-top: 2px;
    margin-bottom: 2px;
}
div.post p {
	font-weight: normal;
    font-size: 11px;
    line-height: 17px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 6px;
}

.postSingle	{
	font-weight: normal;
    font-size: 11px;
    line-height: 17px;
}

.postDate	{
	font-size: 8pt;
	margin-top:20px;
	margin-bottom: 0px;
    font-weight: bold;
}

.sideBarText	ul	{
	margin: 0px;
	padding: 0px;
}

.sideBarText	li	{
	list-style: none;
	text-indent: 5px;
}

.imgLeft	{
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.imgRight	{
	float: right;
	padding-left: 10px;
	margin-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

/* ----------------- Links  */

.titleMain	A	{
	color: #C63;
	text-decoration: none;
}
	
.titleMain	A:hover	{
	text-decoration: none;
	color: #FFF;
    background: #C63;
}

.titleSub	A	{
	color: #663;
	text-decoration: none;
}

.sideBarText	A	{
	text-decoration: none;
}

.sideBarText	A:hover	{
	text-decoration: none;
}


/* ----------------- Nav Links  */

#blockNav ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style: none;
 	font-size: 90%;
}

#blockNav li {
	list-style: none;
	text-indent: 0px;
	float: left;
	margin: 0px;
}

#blockNav a	{
	float: left;
	display: block;
	padding: 2px 10px 2px 10px;
	border-right: 1px solid #ddd;
	height: 15px !important;
	height: 20px;
	color: #fff;
	text-decoration: none;
}

#blockNav a:hover	{
	display: block;
	color: #F96;
	background-color: #000;
}

#blockNavMash ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style: none;
}

#blockNavMash li {
	list-style: none;
	text-indent: 0px;
	float: left;
	margin: 0px;
}

#blockNavMash a	{
	float: left;
	display: block;
	padding: 2px 10px 0px 10px;
	border-right: 1px solid #ddd;
	height: 15px !important;
	height: 20px;
	color: #fff;
	text-decoration: none;
}
#blockNavMash a:hover	{
	display: block;
	color: #F96;
	background-color: #000;
}


/*-- table and form elements --*/
table   {
    padding:0px;
    margin:0px;
}

.formInput   {
    border:1px solid #ccc;
	font-size: 11px;
    padding:2px;
    margin:2px;
}

.formSelect   {
    border:1px solid #ccc;
    padding:2px;
    margin:2px;
	font-size: 11px;
}
/*-- other --*/

.searchButton	{
	background-color: #663; 
	border-top: 2px solid #663; 
	border-bottom: 2px solid #663;
	width: 22px;
	font-size: 8pt;
	color:white; 
	border:0px;
	margin-top: -20px;
}

.searchBox	{
	margin-top: -10px;
}

.doNotDisplay {
  display: none !important;
}

.refGrid {
	width:700px;
  border: 0px;
	font-size: 10pt;
}

.refGrid th {
    background: #eee;
    padding: 5px 3px;
    border: solid #ccc;
    border-width: 1px 0px 1px 0px;
    text-align:left;
}

.refGrid td {
    padding: 4px 3px;
    border: solid #ccc;
    border-width: 0px 0px 1px 0px;
    vertical-align: top;
    font-size:8pt;
}

.tagCloud {
    background: #eee;
    padding: 2px;
    border: solid #ccc;
    border-width: 1px 0px 1px 0px;
    text-align:center;
    font-size: 8pt;
    font-weight: bold;
	color: #069;
}

.myGrids	{
    border:0px;
    /*font-size: 9px;*/
    background-color:#FFF;
    width: 750px;
    font-size: 7pt;
}

#myGrid	td	{
	text-align: center;
    font-size: 7pt;
}

#myGrid	th	{
    padding: 3px;
    text-align: left;
    font-size: 7pt; 
}

.over {
/*	background-color: #369; */
    background-color: #036;
    color: #FFF;
}
.notover {
	background-color: #FFF;
	color: #333;
}
.overBars {
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
}
.notoverBars {
    border-left: none;
    border-right: none;
}

#jm1    a:hover {
	background-color: #036;
    text-decoration: none;
    color: #ffffff;
}

.detailsLink {
    font-size: 9px;
}


.ts1 {font-size: 35%;}
.ts2 {font-size: 40%;}
.ts3 {font-size: 50%;}
.ts4 {font-size: 60%;}
.ts5 {font-size: 65%;}
.ts6 {font-size: 70%;}
.ts7 {font-size: 75%;}
.ts8 {font-size: 80%;}
.ts9 {font-size: 90%;}
.ts10 {font-size: 100%;}

.tslg1 {font-size: 45%;}
.tslg2 {font-size: 60%;}
.tslg3 {font-size: 70%;}
.tslg4 {font-size: 80%;}
.tslg5 {font-size: 90%;}
.tslg6 {font-size: 100%;}
.tslg7 {font-size: 105%;}
.tslg8 {font-size: 120%;}
.tslg9 {font-size: 130%;}
.tslg10 {font-size: 150%;}

.tsxl1 {font-size: 85%;}
.tsxl2 {font-size: 100%;}
.tsxl3 {font-size: 110%;}
.tsxl4 {font-size: 120%;}
.tsxl5 {font-size: 140%;}
.tsxl6 {font-size: 150%;}
.tsxl7 {font-size: 175%;}
.tsxl8 {font-size: 200%;}
.tsxl9 {font-size: 225%;}
.tsxl10 {font-size: 250%;}

#cloud {
  font-size: 120%;
  line-height: 1em;
}

#cloud a {
  text-decoration: none;
}

#cloud a:focus,
#cloud a:hover {
  text-decoration: none;
  background-color: #036;
  color: #fff;
}

#bigcloud	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
    line-height: 20pt;
    /*font-size: 9pt;*/
	color: #333;
	margin: 0px auto;
	text-align: center;
    background-color: #fff;
}

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
  
/*
.clearfix {
display: inline-block;
}  
*/

.commentsTable td {
    padding: 4px 3px;
    border: solid #ccc;
    border-width: 0px 0px 1px 0px;
    vertical-align: top;
    font-size:8pt;
}

.buttonTable {
    margin: 25px 0px 3px 0px;
    font-size:8pt;
}

.buttonTable td {
    padding: 4px 3px;
    border: solid #ccc;
    border-width: 1px 0px 1px 0px;
    text-align:center;
    vertical-align: middle;
}

.buttonTable a {
    text-decoration:none;
    vertical-align: middle;
}

.faq {
    margin: 5px 2px 3px 2px;
}

.artItem {
    margin: 20px 0px 4px 0px;
    font-weight: bold;
}

.artText {
	font-weight: normal;
    font-size: 11px;
    line-height: 17px;
}

.artLink {
    margin: 5px 0px 0px 0px;
}

/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */






