/***********************************************/
/* The Running Stitch 2009 css                            */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #E8E1D9;
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: top;
	background-position: center top;
}

a{
	color: #000000;
	text-decoration: none;
}

a:link{
	text-decoration: none;
}
.img {
	text-align: center;
	border: 1px solid #000000;
	padding: 5px;
}

a:visited{
	color: #3333CC;
	text-decoration: none;
}

a:hover{
	color: #FF0000;
	text-decoration: none;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #000000;
	margin: 0px;
	padding: 20px 0px 0px;
	letter-spacing: normal;
	font-style: italic;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #CC3300;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
}

ul{
	list-style-type: square;
	line-height: 150%;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	border-bottom: 1px solid #cccccc;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#navBar{
	width: 15%;
	margin: 0px;
	padding: 0px;
	text-align: right;
	vertical-align: top;
}

#headlines{
	width: 15%;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
	float: left;
}

#content{
	width: 60%;
	vertical-align: top;
	text-align: left;
	float: inherit;
	padding: 0px 20px 20px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
	font-family: "Cataneo BT";
	font-size: 170%;
	font-weight: bold;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #FFFFFF;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	text-align: center;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: inherit;
	padding: 0px;
	text-align: center;
	background-image: url(../announcment/trans_whitebkgd.png);
	background-repeat: repeat;
}


/************** .story styles *****************/

.story{
	clear: both;
	font-size: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #FFFFFF;
	font-size: 75%;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.bannerimage {
	width: 100%;
	text-align: center;
	vertical-align: top;
	height: auto;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	background: #B5AAA6 url(../images/bannertop_1.jpg) repeat-x center center;
}
.bannerimage2 {
	width: 100%;
	text-align: center;
	vertical-align: top;
	height: auto;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	background: #B5AAA6 repeat-x center center;
}

#bannerimage {
	width: 100%;
	text-align: center;
	vertical-align: bottom;
	height: 226px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*footerSpacer navigation starts here*/
.footerSpacer {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	height: auto;
	width: 95%;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#footerSpacer {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
#footerSpacer a:link {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
}
#footerSpacer a:visited {

	font-family:  Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
}
/*footerSpacer navigation ends here*/
.tableimage {
	font-family: "Cataneo BT";
	font-size: 120%;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	height: auto;
	width: auto;
	border: 1px solid #000000;
	padding: 3px;
}
.tableimagetd {
	height: auto;
	width: auto;
	font-size: 100%;
	padding: 4px;
}
#feature a:link {
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	text-align: center;
	color: #000000;
}
#feature a:visited {

	padding: 0px 0px 10px 10px;
	font-size: 80%;
	text-align: center;
	color: #666666;
}
.tableimagetdHeader {
	font-size: 130%;
	color: #CC0033;
	line-height: 90%;
}
#tableimage a:visited {

	font-family: "Cataneo BT";
	font-size: 120%;
	color: #666666;
	text-align: center;
	vertical-align: middle;
	height: auto;
	width: auto;
	border: 1px solid #000000;
	padding: 3px;
}
#story a:link {

	clear: both;
	font-size: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
.Dontforget {
	font-size: 250%;
	color: #CC0033;
	line-height: 100%;
	font-family: "Trebuchet MS";
	font-variant: small-caps;
	font-weight: bold;
}
.tablehighlight {
	text-align: center;
	vertical-align: middle;
	height: auto;
	width: auto;
	border: 1px solid #000000;
	padding: 0px;
	margin: 20px;
}
.tablehighlighttd {
	text-align: left;
	vertical-align: middle;
	height: auto;
	width: auto;
	padding: 10px;
	font-family: "Cataneo BT";
	font-size: 150%;
	color: #000000;
	line-height: 135%;
}
.featureWhatsnew {
	text-align: center;
	width: 100%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	vertical-align: middle;
	display: inline;
}
.dailyquotes {
	font-size: 22pt;
	color: #CC0000;
	line-height: 24pt;
	font-family: "Palatino Linotype", serif;
	font-variant: normal;
	font-style: italic;
	text-align: center;
	width: 400px;
	vertical-align: middle;
	display: inline;
	height: auto;
}
.rotation {
	display: block;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);
}
.dailyquotesBrackets {
	font-size: 250%;
	font-weight: normal;
	color: #BD8277;
	text-align: right;
	vertical-align: text-top;
	display: inherit;
	font-family: "Palatino Linotype", serif;
	height: auto;
	padding-right: 5px;
}
.dailyquotesBracketsend {
	font-size: 250%;
	font-weight: normal;
	color: #BD8277;
	text-align: left;
	vertical-align: bottom;
	font-family: "Palatino Linotype", serif;
	display: inherit;
	height: auto;
}
.redItalic {
	font-size: 13pt;
	color: #CC0033;
	line-height: normal;
	font-family: "Trebuchet MS";
	font-variant: normal;
	font-style: italic;
}
.Tourheading {
	color: #CC0000;
	text-align: center;
	width: auto;
	vertical-align: middle;
	display: inline;
	height: auto;
	padding-bottom: 1px;
	font: italic normal 22pt/24pt "Palatino Linotype", serif;
	border-bottom: thin solid #C00;
	margin-bottom: 10px;
}
.blackItalic {
	font-size: 13pt;
	color: #000000;
	line-height: normal;
	font-family: "Trebuchet MS";
	font-variant: normal;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	padding: 8px;
	font-weight: bold;
}
.tableAdHolder {
	font-family: "Cataneo BT";
	font-size: 120%;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	height: auto;
	width: auto;
	border: 1px solid #000000;
	padding: 3px;
	background-image: url(../announcment/trans_whitebkgd.png);
	background-repeat: repeat;

}
.tableimagePayPal {
	font-family: "Cataneo BT";
	font-size: 120%;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	height: auto;
	width: auto;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	background-image: url(../announcment/trans_whitebkgd.png);
}
.featurepaypal {
	background-attachment: scroll;
	background-image: url(../paypal/Running-Stroke.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #7A3E7A;
	height: auto;
	width: 80%;
}
.inputcellHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: normal;
	color: #003366;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
/*Index random images - Modify attributes of #contentwrapper below as desired*/
#contentwrapper{
	width: auto;
	height: auto;
	padding: 1px;
	margin: 0px;
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.billcontent{
	width: auto;
	height: auto;
}

.billcontentBold {
	width: auto;
	display:block;
	font-weight: bold;
	font-style: italic;
}
.billcontent0 {
	display:block;
	text-align: left;
}

