  

/* Master link colors */
a:link {
	color: #EEEEEE;
	text-decoration: none;
}
a:visited {
	color: #EEEEEE;
	text-decoration: none;
}
a:hover {
	color: #A3A7AE;
}
a:active {
	color: #999999;
}
.navbarBottom a {
	font-size: 10px;
	line-height: 20px;
}


/* Site Headers */
.lrgHdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}
.medHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #454D59;
	display: block;
	padding-bottom: 8px;
}
.smHdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Content text */
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.medText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.smText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding: 15px;
	background-color: #111111;
	display: block;
	text-align: left;
}
.errors {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BB0000;
}

/* Special navagation text */
.cartBoxText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #770000;
}
.cartBoxText a:link {
	color: #770000;
	text-decoration: none;
}
.cartBoxText a:visited {
	color: #770000;
	text-decoration: none;
}
.cartBoxText a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.cartBoxText a:active {
	color: #FF6600;
	text-decoration: none;
}
.navLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #005500;
}
.navLinks a:link {
	color: #005500;
	text-decoration: none;
}
.navLinks a:visited {
	color: #005500;
	text-decoration: none;
}
.navLinks a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.navLinks a:active {
	color: #FF6600;
	text-decoration: none;
}

/* Add site specific styles below here */
/* Standard table styles */
body {
	background-color: #999999;
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
.action {
    border: 1px solid #000;
    font-size: 9px;
}
.assistanceBox {
	padding-right: 3px;
	padding-left: 3px;
	width: 231px;
}
.contentArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #454D59;
	background-image: url(/mainimages/contentBgInner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #FFFFFF;
	line-height: 15px;
	width: 526px;
}
.contentArea .medHdr {
	color: #F3F3F4;
	padding-bottom: 10px;
	font-size: 14px;
}
.contentAreaHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	background-image: url(/mainimages/contentBgHome.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 346px;
	width: 526px;
	line-height: 15px;
}
.contentMinHght {
	min-height: 300px;
}
.contentPadding {
	padding: 30px;
}
.courseImage {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #A3A8AE;
	background-image: url(/mainimages/topbarImageBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.formInput {
    width:400px;
}
.logoSpacing {
	padding: 3px;
	width:231px;
}
.navBar {
	background-color: #2A3443;
	border-right: 3px solid #FFFFFF;
}
.navbarBottom {
	display: block;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #BEC1C5;
	font-size: 13px;
	font-weight: bold;
}
.navBarHome {
	background-image: url(/mainimages/mapBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	width: 270px;
	background-color: #FFFFFF;
}
.navBarPaddingHome {
	padding-top: 60px;
	padding-right: 15px;
	padding-left: 15px;
}
.navTopLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEEEEE;
	background-color: #58606C;
	text-align: right;
	display: block;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.phonePadding {
	padding-bottom: 20px;
}
.photoLeft {
	padding-right: 20px;
	padding-bottom: 10px;
	float: left;
}
.photoRight {
	padding-bottom: 10px;
	padding-left: 20px;
	float: right;
}
.sidebarPadding {
	width: 267px;
}
.tableBorderCart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
}
.tableBorder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	border: 1px solid #000000;
}
.tableHeader {
	background-color: #2A3443;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.tableHeaderCol {
	background-color: #2A3443;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #555555;
}
.tableHeader2 {
	background-color: #454D58;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.tableHeader2Col {
	background-color: #454D58;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #555555;
}
.tableHeader3 {
	background-color: #7E8CA1;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.tableHeader3Col {
	background-color: #FFCC66;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #555555;
}
.tableRowAttention {
	background-color: #7A98C4;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.tableRowAttentionCol {
	background-color: #7A98C4;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #555555;
}
.tableRow1 {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2A3443;
	background-color: #78889E;
	color:#FFFFFF
}
.tableRow2 {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2A3443;
	background-color: #AAB3C7;
	color:#FFFFFF
}
.tableRow1Col {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2A3443;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2A3443;
	background-color: #FFFFFF;
}
.tableRow2Col {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2A3443;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2A3443;
	background-color: #EEEEEE;
	
}
.tableCell1 {
	color:#FFFFFF;
	padding: 15px;
}
.tableCell2 {
	background-color: #EEEEEE;
	padding: 5px;
}
.tableCell1Col {
	background-color: #FFFFFF;
	padding: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFBF26;
}
.tableCell2Col {
	background-color: #EEEEEE;
	padding: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFBF26;
}
.tableFooter {
	padding: 3px;
	background-color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2A3443;
}
.tableFooter2 {
	padding: 3px;
	background-color: #EEEEEE;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2A3443;
}

 /* Management Menu */
 /*/ To edit the manage menu text colors edit
*  #p7PMnav a {} //font color for menu
*  #p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {} //font hover,ect
*  #p7PMnav .p7PMmark {} // current page marker
/*/
 .manageMainMenuBorder {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     color:#FFFFFF
     padding: 0px;
     border: 1px solid #000000;
 }

 .manageMainMenu{
     background-color: #EEEEEE;
     color:#FFFFFF;
     padding: 3px;
 }

 .manageMainMenu a:hover{
     background-color: #FFFFFF;
     color:#FFFFFF;
     letter-spacing: 0.01px;
 }

 .manageSubMenu{
     background-color: #EEEEEE;
     padding: 3px;
     border-bottom-width: 1px;
     border-bottom-style: solid;
     border-bottom-color: #BBBBBB;
 }

 .manageSubMenu a:hover{
     background-color: #FFFFFF;
     color:#FFFFFF;
     letter-spacing: 0.01px;
 }
 .buttons {
	background-color: #FFFFFF;
	display: block;
	width: 120px;
	margin-right: 0px;
	margin-left: 20px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFB00;
	border-right-color: #FFFB00;
	border-left-color: #FFFB00;
	clear: none;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
.buttons a:hover {
	background-color: #FFFD78;
}
.buttons a:active {
	background-color: #FFFB00;
}

.manageTopbar {
	background-image: url(../mainimages/blueBg.gif);
	background-repeat: repeat-y;
	background-color: #003366;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFB00;
	padding-top: 20px;
}
 
 #manage table {
	font-family: "ITC Garamond", Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
 }
 /* End Management Menu */ 
 


/* Add non-standard table styles below here */
.siteTable {
	background-color: #FFFFFF;
	border: 3px solid #FFFFFF;
}
.topImage1 {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	width:33px;
}
.topGrayBox {
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #A3A8AE;
	width: 33px;
}
.topNavBg {
	background-color: #454D58;
	background-image: url(/mainimages/topbarBgCorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	padding-top: 25px;
	padding-right: 20px;
}
.bttmLeftBox {
	background-color: #2A3443;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 267px;
}
.bttmLogoBar {
	background-color: #454D58;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.detailPhoto {
	padding-right: 15px;
}
.listThumbImage {
	padding-bottom: 5px;
}
.terms {
	background-color: #2A3443;
	margin: 10px;
	padding: 10px;
	border: 3px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.terms b {
	font-size: 16px;
}
