/* Master link colors */
a:link {
	color: #FF7F00;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #FF7F00;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #00A0C6;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #FBAD18;
	text-decoration: underline;
	font-weight: bold;
}

/* Site Headers */
.lrgHdr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #FFFFFF;
	display: block;
	background-color: #00A0C6;
	background-image: url(../mainimages/hdrBg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 26px;
	padding-top: 4px;
	padding-left: 10px;
	/*letter-spacing: -0.1em; */
}
.medHdr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #1C4B9C;
}
.smHdr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #0063A0;
}

/* Content text */
.bodyText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.medText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.smText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.smTextCap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
}
.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: #FFFFFF;
	width: 240px;
	background-color: #0063A0;
	text-align: left;
	border: 1px solid #222222;
	padding: 10px;
	margin-right: 20px;
}
.cartBoxText a:link {
	color: #F6DC00;
	text-decoration: none;
}
.cartBoxText a:visited {
	color: #F6DC00;
	text-decoration: none;
}
.cartBoxText a:hover {
	color: #FF9900;
	text-decoration: none;
}
.cartBoxText a:active {
	color: #FF3333;
	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 */
.closewindow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	float: right;
	padding-right: 20px;
	padding-top: 5px;
	color: #FFFFFF;
	letter-spacing: normal;
	word-spacing: normal;
	font-weight: bold;
}
.closewindow a {
	color: #FFFFFF;
	text-decoration: none;
}
.lrgHdr2 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #1C4B9C;
	display: block;
	background-color: #00A0C6;
	background-image: url(../mainimages/hdrBg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 26px;
	padding-top: 4px;
	padding-left: 10px;
}
.testimonialTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18pt;
	font-weight: normal;
	color: #00A0C6;
}
.helpText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
/* Standard table styles */

body {
	background-color: #FFFFFF;
	margin: 0px;
}
.bodyBg {
}
.contentArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../mainimages/content_topleftbg_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 20px 30px 50px;
	min-height: 400px;
}
.bttm {
	background-image: url(/mainimages/bttm.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.right {
	background-image: url(/mainimages/right.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 8px;
}

.contentPadding {
	background-color: #FFFFFF;
	margin-top: 10px;
}

.navBar {
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 0px;
}
.topbarBg {
	background-color: #FFFFFF;
	background-image: url(/mainimages/topbarBg.gif);
	background-repeat: repeat-x;
	height: 105px;
	margin-top: 19px;
	margin-bottom: 10px;
}
.categoryNav {
	background-color: #0063A0;
	font-size: 12px;
	font-weight: bold;
	color: #FFE800;
	border: 1px solid #0063A0;
	padding: 8px;
	display: block;
	text-align: center;
}
.sidebarPadding {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #000000;
	width: 173px;
}
.logoSpacing {
	width: 213px;
}
.phonePadding {
	padding-bottom: 20px;
}
.tableBorderCart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
}
.tableBorder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	border: 1px solid #BBBBBB;
}
.tableHeader {
	background-color: #FFFFFF;
	padding: 5px;
	font-size: 13px;
	color: #888888;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
}
.tableRowAttention a:active {
	color: #EEEEEE;
	text-decoration: none;
	font-size: 13px;
	color: #888888;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
}
.tableHeader a {
	font-size: 11px;
}
.tableHeaderCol {
	background-color: #FFFFFF;
	padding: 5px;
	font-size: 13px;
	color: #888888;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BBBBBB;
}
.tableHeaderCol a {
	font-size: 11px;
}
.tableHeader2 {
	background-color: #00A0C6;
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #1C4BA6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.tableHeader2 a a:link {
	font-size: 9px;
	color: #FFFFFF;
}
.tableHeader2Col {
	background-color: #00A0C6;
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #1C4B9C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #555555;
}
.tableHeader2Col a:link {
	font-size: 9px;
	color: #FFFFFF;
}
.tableHeader3 {
	background-color: #777777;
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	text-decoration:none
}
.tableHeader3Col {
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #888888;
	background-color: #777777;
}
.tableRowAttention a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.tableRowAttention a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.tableRowAttention a:hover {
	color: #FFFFFF;
}
.tableRowAttention {
	background-color: #F3D88D;
	padding: 5px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.tableRowAttentionCol {
	background-color: #CC3333;
	padding: 5px;
	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;
}
.tableRow1 {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
}
.tableRow2 {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	background-color: #EEEEEE;
}
.tableRow1Col {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
}
.tableRow2Col {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	background-color: #EEEEEE;
	
}
.tableCell1 {
	padding: 8px;
}
.tableCell2 {
	padding: 8px;
	background-color: #EEEEEE;
}
.tableCell1Col {
	padding: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
}
.tableCell2Col {
	padding: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	background-color: #EEEEEE;
}
.tableFooter {
	padding: 3px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #00A0C6;
}
.tableFooter b {
	font-size: 13px;
}

.tableFooter2 {
	padding: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #00A0C6;
	background-color: #EEEEEE;
}
form {
	margin: 0px;
	padding: 0px;
}
.photoLeft {
	padding-right: 20px;
	padding-bottom: 10px;
	float: left;
	text-align: center;
}
.photoRight {
	padding-bottom: 10px;
	padding-left: 20px;
	float: right;
}
.formInput {
    width:400px;
}
.action {
    border: 1px solid #000;
    font-size: 9px;
}

 /* 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;
 }
.manageBox {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #222222;
	min-width: 700px;
}
.midnavbg {
	background-image: url(../mainimages/midnav_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.homeBg {
	background-image: url(../mainimages/homeBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 533px;
	width: 847px;
}
.homeContent1 {
	width: 240px;
	padding: 8px 25px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}
.homeContent2 {
	width: 120px;
	background-image: url(../mainimages/bracket.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 26px;
	padding-top: 40px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4A4A4A;
	line-height: 12px;
}
.homePadding {
	width: 325px;
}

.bottomBttns {
	position: relative;
	top: 0px;
	left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
	width: 730px;
	text-align: center;
}
.bttmBg {
	background-image: url(../mainimages/bttmbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.rightBg {
	background-image: url(../mainimages/right.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 55px;
}
.sidebarCornerBg {
	background-image: url(../mainimages/content_bttmright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #F0D78A;
	width: 163px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}
.sidebarTopBg {
	padding: 20px 20px 40px;
}
.sidebarBg {
	background-image: url(../mainimages/right.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 55px;
}
.contentAreaBg {
	background-image: url(../mainimages/content_leftbg_over.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
	text-align: center;
	padding-top: 30px;
	padding-right: 140px;
}
.bttmRightBg {
	background-image: url(../mainimages/bttmright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.siteTable {
	background-color: #FFFFFF;
	padding: 5px;
}
hr {
	color: #DDDDDD;
}
.tableRowTestimonials {
	padding: 4px 4px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
}
.tableRowUpload {
	padding: 4px 10px 4px 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
}
.questionPadding {
	padding-left: 10px;
}
.homespace {
	padding-top: 10px;
	padding-bottom: 10px;
}
