/* 
  -----------------------------------
  Tab Bar Magic Page Pack CSS
  by Project Seven Development
  www.projectseven.com
  Key Lime Page Pack Layout 03
  2 Column Fixed
	Shadow box background
  -----------------------------------
*/
body {
	background-color: #4A4A4A;
	background-image: url(../images/kl-pbgtexture.jpg);
	color: #333333;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 10px 0;
	padding: 0;
}
#masthead {
	background-image: url(../images/paymastersmasthead.jpg);
	background-repeat: no-repeat;
	height: 162px;
}

/********LAYOUT WRAPPER**********/
#layout {
	width: 766px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../images/kl-shadow.jpg);
	background-repeat: repeat-y;
}
/********MENU WRAPPER**********/
#menubar {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 750px;
}

/********COLUMN WRAPPER**********/
#columnwrapper {
	margin: 0 auto;
	width: 750px;
	padding: 3em 0 0 0;
}
/*MAIN and SIDEBAR COLUMNS
  Width of both must equal width of columnwrapper
	540 + 210 = 750 */
#mainbox {
	float: left;
	width: 540px;
}
#sidebox {
	float: left;
	width: 210px;
}

/********CONTENT CONTAINERS*********/

/*Main Content*/
#maincontent {
padding: 35px 30px 20px 30px;
font-size: 0.85em;background-image: url(../images/paymasterswatermark.jpg) ;background-position: center;background-repeat: repeat-y;}
#maincontent p{
	line-height: 1.5em;
	margin: 8px 0 12px 0;
}

/*Sidebar*/
#sidecontent {
	font-size: 0.7em;
	padding: 0em 10px 20px 10px;
	margin: 0 0 0 0;	background-color: #ecc6b9;}
	
#sidecontent p{
	line-height: 1.35em;
	margin: 12px 0;
}
/********HEADINGS*******/
h1 {
	margin: 0;
	font-size: 175%;text-align: center;color: #d85020;}
h1, h2, h3, h4 {
	line-height: normal;
	font-family:"Trebuchet MS", Arial, sans-serif;
}
h2 {
	margin: 1.5em 0 0 0;
	font-size: 1.35em;
}
h3 {
	margin: 1.5em 0 0 0;
	font-size: 1.25em;
}

.small {
	font-size: 75%;
}
#sidecontent h3.topheading {
	margin: 0;
}

/*CLEARING the LAYOUT FLOATS*/
.clearit {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}

/********BOTTOM SHADOW GRAPHIC**********/
#bottom {
	background-image: url(../images/kl-footer.jpg);
	background-repeat: no-repeat;
	height: 155px;
	background-position: left bottom;	padding: 30px 30px;}

/***********FOOTER************/
/*Footer Container*/
#footerbox {
	width: 650px;
	margin: 15px auto 15px auto;
	font-size: 85%;
	border-top: 1px #eaac97 dashed;	
	color: #000000;
	text-align: center;
	padding: 10px;
	}

/*Footer Content*/
#footer {
	padding: 0 0 0 0px;
}
/******SKIP LINKS********/
/*Skip Links Container*/
#skips {
	position: absolute;
	top: 6px;
	right: 15px;
	margin: 0 15px 0 0;
}
/*Skip Link Link Styles*/
#skips a, #skips a:visited, #skips a:hover {
	color: #7D7865;
	cursor: default;
	font-size: 0.1em;
}
.p7fix a:active, #skips a:active, #skips a:focus {
	color: #FFFFFF;
	background-color: #4a4a4a;
	cursor: pointer;
	font-size: .8em;
}
/*********PAGE LINK STYLES********/
#columnwrapper a:hover, #columnwrapper a:active, #columnwrapper a:focus, 
#footer a:hover, #footer a:active, #footer a:focus {
	background-color: #4D4D4D;
	color: #FFFFFF;
	text-decoration: none;
}
#p7TBMrootbox {
	background-image: url(../images/kl-mbar.jpg);
	background-color: #97AD73;
	background-repeat: repeat-x;
}
.p7TBMsubbox {
	padding: 4px 0 24px 12px;
}

/*menu styling*/
#menu td{border: 1px #f7ddd4 solid;font-size: 95%;}

#menu th{font-family: Georgia, Times, "Times New Roman", serif;font-size: 155%;font-weight: bold;color: #FFFFFF;background-image: url(../images/kl-pbgtexture.jpg);}

.menuitem{font-size: 125%;color: #d85020;font-weight: bold;}
/*end menu styling*/

/*images*/
.leftimage
{
margin-right: 5px;}

.rightimage
{
margin-left: 5px;}

img{
border: none;}
/*end images*/

/*start hyperlink*/
a{
color: #4c5d30;
text-decoration: underline;}

a:hover{
color: #d85020;
text-decoration: underline;}
/*end hyperlink*/