/* CSS Document */

/****** General Styles ******/
body {
	font-size: 85%;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color: #000000;
	line-height: 150%;
	background: white;
	margin: 0px;
	padding: 0px;
	min-width: 800px;
}

#apBtnTopMenu

 {
	position:absolute;
	left:0px;
	top:92px;
	width:1280px;
	height:26px;
	z-index:1;
}
#apBtnTopMenu td {
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#000033;
	text-align: center;
	vertical-align:middle;
	padding-top: 5px;
/*	background-image: url(images/btnGrey.gif);
	background-position: center top;*/	
}
#apBtnTopMenu a {
	color: #FFFFFF;
	text-decoration: none;
	height: 25px;
	width: 92px;
}

#apBtnTopMenu a:hover {
	color: #F00;
	text-decoration: none;
	height: 25px;
	width: 92px;
}

.tableNoRepeat {
	background-repeat: no-repeat;
}

.btnCurrentPage {
	background-image: url(images/btnBlue.gif);
	background-position: center top;
}

.btnStd {
	background-image: url(images/btnGrey.gif);
	background-position: center top;
}

/*basefont {
	font-family: Arial, Helvetica, sans-serif;
}*/

h1 {
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-size: 16px;
	color: #000099;
	background-color: #FFFF99;
	margin: 2px;
	padding: 10px;
	border: thin dashed #009900;
}

h2 {
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-size: 175%;
	color: #660000;
	background-color: #FFFF99;
	margin: 3px;
	padding: 5px;
}

/*p {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}*/

.ftrFont {

	font-size: 11px;
	font-weight: bold;
	color: #777777;
}

.hdrFont {
/*	font-family:Arial, Helvetica, sans-serif;*/
	line-height: 130%;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

.hdrFontPhone {
	line-height: 110%;
	font-size: 24px;
	padding-top: 12px;
	font-weight: bold;
	color: #FFFF66;
}

/* text */

p {
	line-height: 150%;
	margin: 5px 0px 10px 0px;
	padding: 0px;
}

td, th {
	font-size: 80%;
	line-height: 130%;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: square;
}

li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	margin-left: 2em;
	list-style: outside;
}

/* coupons */

.cWrapper {
	width: 200px;
	height: 345px;
	color: #000099;
	background-color: #FFFF99;
	margin: 2px;
	padding: 10px;
	border: thin dashed #009900;
	border-color:#FF0000;
}

.cHeader {
	height: 100px;
	background-color:#ff0000;
	color:#ffffff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 200%;
	line-height: 160%;
	padding: 6px;
	vertical-align: middle;
	border: thin dashed #ffffff;
}

.cOffer {
	height: 125px;
	font-size: 150%;	
	line-height: 130%;	
	font-family: Arial, Helvetica, sans-serif;
	font-color:#ff0000;
	padding: 3px;
	vertical-align: middle;	
}

.cDisclaimer {
	height: 120px;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
}

/* links */

a,
a:link,
a:visited,
a:active {
	color: #4F7500;
	text-decoration: underline;
}
a:hover {
	color: #395500;
	background: #EFF9D0;
}

/* content block */
.contentBlock{
	margin: 0px 0px 40px 0px;
}
h3{
	color: #669900;
	font-size: 150%;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	margin: 10px 0px 10px 0px;
	border-bottom: 1px dashed #E0E0E0;
}
h4 {
	color: #666666;
	font-size: 125%;
	font-weight: bold;
	padding: 5px 5px 5px 0px;
	margin: 10px 0px 5px 0px;
}
.contentText{
	line-height: 150%;
}

/* other */

img {
	border: none;
	vertical-align: middle;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px dashed #CCCCCC;
}
