/* Global Stylesheet */

/* General */
html, body {
	margin: 0px;
	background-color: #D1D3D4;
}
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #333333;
}
table.price-list
{
	border-collapse: collapse;
	border: none 0;
	width: 100%;
	margin-bottom: 1em;
}
table.price-list tr
{
	border-bottom: solid 1px #ccc;
}
table.price-list td
{
	padding: 4px 0;
}
table {
	table-border: collapse;
}
table.grid {
	background-color: #999999;
}
table.grid td {
	background-color: #FFFFFF;
}
p {
	padding: 0px 0px 15px 0px;
	margin: 0px;
}
img {
	border: none;
}
h1, h2 {
	color: #58595B;
	text-align: left;
	font-weight: normal;
}
h1 {
	font-size: 23px;
	margin: 15px 0px 15px 0px;
}
h2 {
	font-size: 16px;
	margin: 0px 0px 6px 0px;
}
h3 {
	color: #BDD930;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}
h4, h5 {
	color: #333333;
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
}
h4 {
	font-weight: bold;
	padding: 4px 0px 3px 0px;
	border-bottom: 1px solid #FFFFFF;
}
h5 {
	padding: 4px 0px 2px 0px;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}
h7 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
ol {
	margin: 0px;
	padding: 2px 0px 5px 20px;
}
.lineBreak {
	width: 100%;
	height: 1px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #C0C0C0;
}
.floatRight {
	float: right;
}
.clearBoth {
	clear: both;
	font-size: 1px;
	height: 1px;
}
.visible {
	display: block;
}
.hidden {
	display: none;
}
.reportLine {
	padding: 10px 5px 10px 5px;
}
.highlight {
	background-color: #E0E0E0;
}
.embolden{
	font-weight:bold;
}

.embiggen
{
	/*font-size:larger;*/
}

/* Page Layout */
.pageColumn {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
}
.pageContent {
	padding: 0px 10px 0px 30px;
}
.pageLeft {
	margin: 0px 220px 0px 0px;
}
#home .pageLeft
{
	margin-right: 228px;
}
.columnLeft {
	float: left;
	width: 190px;
}
.columnRight {
	float: right;
	width: 200px;
}
#home .columnRight {
	width: 225px;
}
.columnCenter {
	margin: 0px 200px 0px 190px;
}
.columnHalf {
	float: left;
	width: 50%;
}
.columnContent {
	padding: 15px 10px 10px 10px;
}
.columnH1 {
	height: 500px;
}
#home .columnH1 {
	height: 900px;
}
.columnH2 {
	height: 270px;
}
.color1 {
	background-color: #EDEDED;
}
.color2 {
	background-color: #999999;
}
.color3 {
	background-color: #E0E0E0 !important;
}
.messageBox, .errorBox {
	border: 1px solid #BDD930;
	background-color: #EDEDED;
	padding: 5px;
	margin: 0px 0px 15px 0px;
}
.errorBox {
	border: 1px solid #EF3935;
}

/* Menu & Header */
#siteMenu {
	height: 24px;
	border-bottom: 1px solid #9F9F9F;
	margin: 0px 0px 7px 0px;
}
#siteMenu ul {
	float: right;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	list-style: none;
}
#siteMenu li {
	float: left;
	background: url(/public/images/global/menuTabLeft.gif) no-repeat left top;
	margin: 0px;
	padding: 0px 0px 0px 7px;
	border-bottom: 1px solid #9F9F9F;
}
#siteMenu a {
	float: left;
	display: block;
	background: url(/public/images/global/menuTabRight.gif) no-repeat right top;
	padding: 5px 21px 3px 14px;
	text-decoration: none;
	font-weight: bold;
	color: #58595B;
}
#siteMenu a:hover {
	color: #333333;
}
#home #nav-home,
#about #nav-about,
#contact #nav-contact {
	background-position: 0px -25px;
	border-width: 0px;
}
#home #nav-home a,
#about #nav-about a,
#contact #nav-contact a {
	background-position: 100% -25px;
	padding-bottom: 5px;
	color: #333333;
}
#siteMenu li:hover,
#siteMenu li:hover a {
	background-position: 0% -25px;
	color: #333333;
	cursor: pointer;
}
#siteMenu li:hover a {
	background-position: 100% -25px;
}
#siteLogo {
	padding: 10px 0px 0px 0px;
}
#siteBanner {
	background-color: #BDFA59;
	padding: 6px 0px;
	margin: 0px;
}
#headerImage {
	background: url(/public/images/global/headerImage.jpg) no-repeat;
	height: 146px;
}
#logoBanner {
	float: right;
	margin: 6px 0px 0px 0px;
}
#logoBanner img {
	margin: 0px 0px 0px 3px;
}

/* Footer */
#siteFooter {
	clear: both;
	height: 46px;
	border-top: 1px solid #9F9F9F;
	background-color: #FFFFFF;
}
#copyright {
	float: right;
	font-size: 10px;
	color: #666666;
	margin: 14px 10px 0px 0px;
}
#intutoLogo {
	float: right;
	margin: 6px 4px 6px 0px;
}

/* Login Pod */
#loginPod {
	background-color: #BDD930;
	width: 170px;
	height: 160px;
}
#loginPod .inputText {
	width: 150px;
}

/* Links */
a:link, a:visited {
	color: #404040;
}
a:hover {
	color: #404040;
}
.blockLink a:link, .blockLink a:visited {
	text-decoration: none;
	color: #404040;
}
.blockLink a {
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 100%;
}
.blockLink a:hover {
	color: #000000;
}

/* Forms */
form, input {
	margin: 0px;
}
.formTable tr {
	vertical-align: top;
}
.inputText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
	width: 100%;
}
.inputNumber {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px;
	text-align: center;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
	background-color: #CCCCCC;
	cursor: pointer;
}
.submitButton {
	width: 110px;
	height: 20px;
	margin: 5px 0px 5px 0px;
}

/* Graphics */
.bullet01 {
	background: url(/public/images/general/bullet01.gif) no-repeat;
	clear: left;
	height: 14px;
	padding: 0px 0px 0px 24px;
	margin: 0px 0px 7px 0px;
}
.bullet02 {
	background: url(/public/images/general/bullet02.gif) no-repeat;
	clear: left;
	height: 20px;
	padding: 2px 0px 0px 30px;
	margin: 0px 0px 15px 0px;
}
.nameBadge {
	background: url(/public/images/general/nameBadge.jpg) no-repeat;
	width: 176px;
	height: 164px;
}

/* Frames */
.frame01Box {
	background: url(/public/images/frames/frame01bottomRight.gif) no-repeat bottom right;
}
#home .frame01Box
{
	width: 90%;
	margin-left: 1em;
	margin-top: 1.4em;
}
.frame01topRight {
	background: url(/public/images/frames/frame01topRight.gif) no-repeat top right;
}
.frame01topLeft {
	background: url(/public/images/frames/frame01topLeft.gif) no-repeat top left;
	height: 20px;
}
.frame01bottomLeft {
	background: url(/public/images/frames/frame01bottomLeft.gif) no-repeat bottom left;
	padding: 10px 25px 30px 25px;
	font-size: 15px;
	text-align: center;
}
.frame02Box {
	background: url(/public/images/frames/frame02bottomRight.gif) no-repeat bottom right;
}
.frame02topRight {
	background: url(/public/images/frames/frame02topRight.gif) no-repeat top right;
}
.frame02topLeft {
	background: url(/public/images/frames/frame02topLeft.gif) no-repeat top left;
	height: 20px;
}
.frame02bottomLeft {
	background: url(/public/images/frames/frame02bottomLeft.gif) no-repeat bottom left;
	padding: 10px 25px 30px 25px;
	font-size: 15px;
	text-align: center;
}
.frameH1 {
	height: 130px;
}
.frameLink a:link,
.frameLink a:visited {
	text-decoration: none;
	color: #333333;
}
.frameLink a:hover {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}
.frameLink a {
	display: block;
	width: 100%;
}
em.annoucement
{
	font-style: normal;
	font-weight: bold;
	color: #E2001A;
	font-size: 120%;
}
img#passes
{
	margin-top: 1em;
}
