﻿/* this is the normal width page */
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #003B6E;
	text-align: center;
}

img
{
	border: none thin black;
}

blockquote
{
	padding-left:30px;
	font-style:italic;
}

.pageContainer
{
	width: 780px;
	position: relative;
	margin: auto;
	background-color: white;
	color: black;
}

.horizontalBorder
{
	width: 780px;
	height: 12px;
	margin: auto;
	background-color: white;
	color: black;
	clear: both;
}

.fullBanner
{
	background-position: bottom center;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 100px;
}
.dfAffiliate
{
	float: left;
	color: White;
	font-size: x-small;
}
.bannerDate
{
	float: right;
	margin-top: 6px;
	margin-right: 18px;
	text-align: right;
	font-size: 80%;
}

.horizontalcssmenu
{
	position: relative;
	margin: auto;
	height: 40px;
	width: 780px;
	background: url(images/shadow.jpg) bottom no-repeat;
}

.horizontalcssmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #ddd;
}

/*Top level list items*/
.horizontalcssmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

.unselected
{
	display: block;
	width: 141px; 
	padding: 4px 6px;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 0px solid white;
	text-decoration: none;
	background-color: #568DB6;
	color: white;
	font: bold 12px Tahoma;
	height: 16px;
}
.selected
{
	display: block;
	width: 146px; 
	padding: 4px 6px;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 0px solid white;
	text-decoration: none;
	background-color: #003B6E;
	color: white;
	font: bold 12px Tahoma;
	height: 16px;
}
.pageMenuHeader
{
	display: block;
	width: 400px; 
	padding: 4px 6px;
	text-decoration: none;
	background-color: White;
	color: Black;
	font: bold italic 12px Tahoma, Helvetica, sans-serif;
	height: 20px;
	text-align: left;
}

.pageMenuItem
{
	display: block;
	width: 200px; 
	padding: 4px 6px;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 0px solid white;
	text-decoration: none;
	background-color: White;
	color: Black;
	font: bold 12px Tahoma, Helvetica, sans-serif;
	height: 16px;
}
.contentRegion
{
	position: relative;
	margin: 0px 12px 0px 12px;
	width: 768px;
	background-color: white;
	color: black;
	padding-top:8px;
}

.leftContentBlock
{
	float: left;
	padding: 14px 0px 0px 12px;
	width: 360px;
	text-align: left;
}

.rightContentBlock
{
	float: right;
	padding: 14px 12px 0px 0px;
	width: 360px;
}

.leftBorderedContentBlock
{
	float: left;
	border: thin solid black;
	width: 330px;
	height: 240px;
	padding: 12px;
	margin: 12px;
	text-align: left;
}
.rightBorderedContentBlock
{
	float: right;
	border: thin solid black;
	width: 330px;
	height: 240px;
	padding: 12px;
	margin: 12px;
	text-align: left;
}
.leftBorderedContentBlock p { font-size: 90% }
.rightBorderedContentBlock p { font-size: 90%; }
.rightAlignedP
{
	text-align: right;
}
.numberTag
{
	width: 40px;
	height: 51px;
	background: url(images/num.jpg) center no-repeat;
	float: right;
	font-family: monospace;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	color: white;
	padding-left: 4px;
	padding-right: 4px;
}
.numberTag a:link { color: White; text-decoration: none; }
.numberTag a:visited { color: White; text-decoration: none; }
.numberTag a:active { color: White; text-decoration: none; }
.numberTag a:hover { color: Red; text-decoration: none; }

.pseudoHead
{
	font-family: Tahoma;
	font-size: 108%;
	font-weight: bold;
	color: #777;
}

.decoratedParagraph
{
	padding: 8px 0px 0px 0px;
}

.decoratedFirstLetter
{
	float: left;
	font-size: 300%;
	background: url(images/text_back.jpg) center no-repeat;
	font-family: Script MT Bold, Script, cursive;
	width: 45px;
	height: 52px;
	color: white;
	margin: 0px 6px 2px 6px;
	text-align: center;
}

/* The widgets are used in the footer link */

.widgetRegion
{
	background-color: white;
	/* position: relative; */
	padding-left: 8pt;
	/* width: 780px; */
	/*text-align: center;*/
}

.widgetTable
{
	background-color: white;
}
.widgetTable td 
{
	height: 30px;
	width: 188px;
}
.widgetLink
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 80%;
	padding-left: 4px;
}
.widgetRegion a:link { color: #003B6E; text-decoration: none; }
.widgetRegion a:visited { color: #003B6E; text-decoration: none; }
.widgetRegion a:active { color: #003B6E; text-decoration: none; }
.widgetRegion a:hover { color: red; text-decoration: none; }


.copyright
{
	text-align: center;
	color: #aaa;
	font-size: 60%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.textContent
{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
	padding-right: 15px;
	text-align: left;
}

/* product related styles */


.productRegion
{
	background-color:white;
	width: 754px;
	text-align: left;
	padding: 6px;
}
.productRegion ol li a:link { font-style:italic; font-weight: bold; color: black; text-decoration: none; }
.productRegion ol li a:visited { font-style:italic; font-weight: bold; color: black; text-decoration: none; }
.productRegion ol li a:active { font-style:italic; font-weight: bold; color: black; text-decoration: none; }
.productRegion ol li a:hover { font-style:italic; font-weight: bold; color: red; text-decoration: none; }


.productRegion h2
{
	text-align: center;
}
.productRegion h3
{
	text-align: center;
}

.productLine
{
	position: relative;
	margin: auto;
	padding: 2px;
	text-align: left;
	vertical-align: top;
	width: 760px;
}

.productImg
{
	margin: 2px;
	float: left;
}
.productImg img
{
	border: thin red solid;
}

.productText
{
	width: 620px;
	float: right;
	margin: 6px;
	color: black;
}
.detailProductText
{
	width: 480px;
	float: right;
	margin: 6px;
	color: black;
}

.clearBlock
{
	clear: both;
	height: 1px;
}
.learnBlock
{
	clear:both;
	text-align: right;
	padding-right: 12px;
}
.learnBlock img
{
	border: thin black none;
}

/* contact classes */

.contactForm
{
	text-align:left;
}
.required
{
	color:Red;
}
.contactLabel
{
	font-size:.8em;
}
.contactMessage
{
	font-size:.8em;
}
.contactText
{
	font-size:.8em;
	width: 300px;
}
.contactValidation
{
	display:block;
}

/* calendar classes 

.calendarBlock
{
	font-size: .9em;
	text-align:left;
	padding: 6px;
}
.calendarBlock a:link { font-weight: bold; color: black; text-decoration: none; }
.calendarBlock a:visited { font-weight: bold; color: black; text-decoration: none; }
.calendarBlock a:active { font-weight: bold; color: black; text-decoration: none; }
.calendarBlock a:hover { font-weight: bold; color: red; text-decoration: none; }
.calendarBlock h3
{
	font-size: 1.1em;
	text-align: left;
}
.investment
{
	font-weight:bold;
}
.schedule
{
	font-weight:bold;
}
.venue
{
	font-weight:bold;
}
.indentedCalendar
{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 50px;
	font-size: .9em;
}
.registration
{
	font-weight:bold;
}

*/

/* partner classes := used in content database */

.partnerBlock
{
	text-align: left;
	margin: 6px;
}

.partnerLogo
{
	float: left;
	width: 335px;
}

.partnerDescription
{
	padding-top: 20px;
	float: right;
	width: 400px;
}
.partnerDescription a:link { font-size: 1.2em; font-weight: bold; color: black; text-decoration: none; }
.partnerDescription a:visited { font-size: 1.2em; font-weight: bold; color: black; text-decoration: none; }
.partnerDescription a:active { font-size: 1.2em; font-weight: bold; color: black; text-decoration: none; }
.partnerDescription a:hover { font-size: 1.2em; font-weight: bold; color: red; text-decoration: none; }

.BigCap
{
	font-size: 1.2em;
	font-weight: bold;
}

.SmallCap
{
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}

/* new classes for payment system */

.CartDisplayOn
{
	float:right;
}

.CartDisplayOff
{
	display: none;
}

.cartAnnotation
{
	margin: 4px 40px 8px 40px;
	font-family:Tahoma;
	font-size: .75em;
	text-align: left;
}

.cartItem
{
	font-family:Tahoma;
	font-size: .75em;
	text-align: left;
	background-color: Silver;
}

.cartUpdateableItem
{
	font-family:Tahoma;
	font-size: .9em;
	text-align: left;
	color: Black;
	background-color: White;
}

.cartHeader
{
	font-family:Tahoma;
	font-size: .75em;
	font-weight: bold;
	text-align: center;
	color: White;
	background-color: Black;
	padding-left:4px;
	padding-right:4px;
}

.cartInfo
{
	font-family:Tahoma;
	font-size: .75em;
	text-align: left;
	padding-left:4px;
	padding-right:4px;
}

.cartInfoAlternate
{
	font-family:Tahoma;
	font-size: .75em;
	text-align: left;
	background-color: Silver;
	padding-left:4px;
	padding-right:4px;
}

.cartInfoSelected
{
	font-family:Tahoma;
	font-size: .75em;
	text-align: left;
	background-color: Yellow;
	padding-left:4px;
	padding-right:4px;
}

.cartCell
{
	padding-left:4px;
	padding-right:4px;
}

.error
{
	color: Red;
	font-size: medium;
	font-weight: bold;
}

.reqd
{
	color: Red;
}
.authHeader
{
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	color: White;
	background-color: Black;
}
.authRowHeader
{
	font-size: .8em;
	font-weight:bold;
	padding-right: 8px;
	text-align: right;
}

.authRowItem
{
	font-size: .8em;
	font-weight:normal;
}

.authRowInfo
{
	text-align: left;
	font-size: .75em;
	font-weight: normal;
	padding-left: 8px;
	padding-right: 8px;
}
.payHeader
{
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	color: White;
	background-color: Black;
}

.payRowHeader
{
	font-size: .8em;
	font-weight: bold;
	text-align: right;
	color: Black;
	padding-right: 5px;
	padding-left: 5px;
}

.payItem
{
	font-size: .8em;
	text-align: left;
	background-color: White;
	padding-left: 5px;
}

.payText
{
	font-size: .8em;
	text-align: left;
	background-color: White;
	width: 300px;
}

.noMenu
{
	padding: 4px 6px;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 0px solid white;
	text-decoration: none;
	background-color: #bbb;
	color: black;
	font: bold 12px Tahoma;
	height: 16px;
	text-align:center;
}

.paymentStatus
{
	padding: 8px 30px 8px 30px;
	text-align:left;
}

.sep
{
	height: 2px;
	color: Black;
}

.securityInfo
{
	width: 95%;
	margin-top: 8px;
}

.ssl
{
	float:left;
	margin: 10pt;
}
.AuthorizeNetSeal
{
	float:right;
}