/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #CCCCCC;
	color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 70%;
	line-height: 1.5em;
}
receiptsBody {
	background: #CCCCCC;
	color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 70%;
	line-height: 1.5em;
}
.bodytext
{
	text-indent:1.5em;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 14px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
}

.bodytextul
{
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 14px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
}
/* links */
a, a:visited {
	text-decoration: none;
	color: #0000FF; 
	background: inherit;
}
a:hover {
	color: #4EBF37;
	background: inherit;
}



/* headers */
h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 120%;	
	background: inherit;
}
h2 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 110%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 110%;
	color: #000000;
	text-decoration: underline;
}

/* images */
img {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: black;
}
ul span, ol span {
	color: #000000;
	font-weight: bold;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
	padding: 0 0 0 28px;
	border: 1px solid #f2f2f2;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.textblockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
	border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;    
}

/* form elements */

form {
	margin:10px 15px; 
	padding: 10px 0;
	border: 1px solid #E5F0FB; 
	background: #F4F8FD;
	}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}

/* search */
form.search {
	position: absolute;
	top: 35px; right: 25px;
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #CCC url(headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	background: #CCC url(content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#receiptWrap {
	width: 820px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}
#content-wrap {
	clear: none;
	width: 760px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	position: relative;
	height: 131px;
	background: #caced1 url(header.jpg) no-repeat center top;
	padding: 0;	
	color: #fff;	
}
#headerlogo {
	position: relative;
	height: 100px;
	width:790px;
	color: #fff;
	background-color: transparent;
	background-image: url(../../images/logoQuarter.jpg);
	background-repeat: no-repeat;
	top: 20px;
	right: 0px;
	bottom: 0px;
	background-position: right;
	padding: 0;
}

#header h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif ;
	font: bolder 55px Arial, Helvetica, sans-serif ;
	letter-spacing: -3px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	background: transparent;
	/* change the values of top and left to adjust the position of the logo*/
	top: 30px;
	left: 44px;
	width: 377px;
}

#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal .8em Arial, Helvetica, sans-serif ;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 79px; left: 448px;		
}



/* Main Column */
#main {
	float: left;
	width: 550px;
	margin: 0;
	display: inline;
	background: url(box.jpg) no-repeat;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#mainForReceipts {
	float: left;
	width: 760px;
	margin: 0; padding: 20px 0 0 0; 
	display: inline;	 	
}
#main h2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	text-decoration: underline;
}
#main h2 a {
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 20px;
	margin-top: 5px;
	font-weight: bold;
}

#main p, #main h1, #main h2, #main h3, #main ol, #main ul,
#main blockquote, #main table, #main form {
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#main ul li {
	list-style-image: url(bullet.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

#slideshow {
	float: left;
	width: 350px;
	margin: 0;
	padding: 0px;
	display: inline;
	height:250px;
	background-image: url(../../images/frame_background.gif);
	background-repeat: no-repeat;
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 195px;
	padding: 0; margin: 10px 0 0 0;	
	color: #777;	
}	
#sidebar h2 {
	margin: 15px 5px 10px 5px;
	font: bold 1.4em Arial, Helvetica, sans-serif ;
	color: #555;	
}
#sidebar p {
	margin-left: 5px;
}

#main h1 {
	margin-top: 10px;
	font: Bold 125% Arial, Helvetica, sans-serif ;
	color: #88ac0b;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(square-green.png) no-repeat 3px 50%;	
}
.ImportantText {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	line-height: 1.5em;
}
.HighLightedText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	background-color: #96DAFE;
	color: #000000;
}
.SideBarHighLightedText{
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	background-color: #33FF66;
}

.ImportantTextBold {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	

#sidebar h2 {
	margin: 15px 5px 10px 5px;
	font-family: Arial, Helvetica, sans-serif ;
	font: bold 1.4em Arial, Helvetica, sans-serif;
	color: #555;	
}
#left-sidebar {
	list-style: none;
	float: left;
	width: 20%;
	height: 100%;
	padding: 10;
	margin: 3;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 16px;
}	

#sidebar h1 {
	list-style: none;
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font-family: Arial, Helvetica, sans-serif ;
	font: bold 1.1em Arial, Helvetica, sans-serif ;
	color: #555;
	background: #EEF0F1 url(headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}

#sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 7px 10px 8px 0; padding: 0;
	text-decoration: none;	
	border-top: 1px solid #A9D4EF;	
}
#sidebar ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;	
	color: #777;	
	border-bottom: 1px solid #D2E8F7; 
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

/* start - table */
table {
	border-collapse: collapse;
	/*margin: 10px 15px;	*/
}
th strong {
	color: #fff;
}
th {
	background: #306bc1 url(button-bg.jpg) repeat-x 0 0; 
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border: 1px solid #306bc1;
	border-bottom-width: 2px;
}
tr {
	height: 32px;
	background: #fff;	
}
td {
	/*padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #E5F0FB;
	color: #000000;*/
}
/* end - table */

#sildeshow-container{
	width: 100%;
	height: 100%;
	border:thick; 
	border-color: black;
	background-color:BLACK;
	color:RED;
	/*font-family:Comic Sans MS;*/
	font-size:15px;
	/*text-align:center;*/
	/*font-weight:bold;*/

}

#sildeshow-container1{
	border:thick; 
	border-color: black;
	background-color:BLACK;
}


/* Footer */	
#footer {
	color: #666666;
	background: #CCC url(footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 55px;
	text-align: center;	
	font-size: 92%;
}
#footer a {
	text-decoration: none;
	margin: 15px 5px 10px 5px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 1.4em;
	font-weight: bold;
}
#footer b {
	text-decoration: none;
	margin: 15px 5px 10px 5px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: small;
	font-weight: normal;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#info {position:relative;}
p.bold {padding-left:15px; color:#c00;}
a.linkup {position:relative;}
a.buttonup {position:absolute; top:200px; left:650px; border:0;}
a.buttonup img {border:0;}
.gleft {float:left; margin:25px 0 10px 0;}
.gright {float:right; margin:25px 5px 10px 0;}
.grc {margin:20px 0 0 0px;}
.menu {
	clear: both;	
	margin: 0 auto; padding: 0;
	background: #81C524 url(menu.jpg) no-repeat;	
	height: 30px;
	width: 780px;	
	padding-left: 0px;
	z-index:100;border-right:px solid #000;
}
.menu3 { background: #81C524 url(menu.jpg) no-repeat;padding-left: 30px; width:750px; height:32px; font-size:0.85em; position:relative; z-index:100;border-right:px solid #000;}

/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:102px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:102px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#fff; width:138px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#758279; padding-left:5px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:102px; w\idth:102px;}


/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(http://beyondintent.org/Templates/images/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(http://beyondintent.org/Templates/images/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://beyondintent.org/Templates/images/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:130px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#d4d8bd; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 0px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#949e7c;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#949e7c;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
ForPicSlideShow {
	float: left;
	position: relative;
}
.LinkStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #0000FF;
	text-decoration: underline;
	background-color: #FFFFFF;
}

.LinkStyle:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #0000FF;
	text-decoration: underline;
	background-color: #FFFFFF;
}
.LinkStyle:hover {
	color: #4EBF37;
	background: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	text-decoration: underline;
	background-color: #FFFFFF;
}
.TableRowText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
