/* ________________ general ________________ */

body
	{
	margin: 0;
	padding: 0;
	background: #3a1a10 url(floral_bg_brn.gif);
	font: small/1.5em georgia, times, serif;
	color: #333331;
	text-align: center;
	}
	
a
	{
	color: #c50;
	text-decoration: none;
	}
	
a:visited
	{
	color: #c50;
	text-decoration: none;
	}
	
a:hover
	{
	color: #000;
	text-decoration: underline;
	}
	
acronym
	{
	cursor: help;
	font-style: normal;
	border: none;
	}
	
h1
	{
	display: none;
	}
	
h2
	{
	font-size: 2em;
	font-weight: normal;
	color: #922;
	margin: 0 0 0.7em 0;
	padding: 0;
	}
	
h3
	{
	width: 420px;
	height: 20px;
	margin: 1.2em 0 0.8em 0;
	}
	
h3 span
	{
	display: none;
	visibility: hidden;
	}
	
p
	{
	text-indent: 1.5em;
	text-align: justify;
	font-size: 88%;
	margin: 0 0 0.6em 0;
	}

.thinborderfloat {
  float:left;
  border:solid 1px #3a1a10;
  padding:5px;
  margin-right:10px;
  } 
 
.form_label {
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px; 
	font-style: normal; 
	color: black;
}

.form_input {
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px; 
	font-style: normal; 
	color: black;
}
  
/* The following hack is to correct paragraph text size in IE/WIN */

/* \*/ * html body p { font-size: 80%; } /* */

/* ________________ containers ________________ */
#copyright {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 750px;
	font: bold 9px tahoma, verdana, sans-serif;
	color: #fff;
	padding-top: 1em;
	}

#container
	{
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 750px;
	background: #fff url(main.jpg) repeat-y;
	border-bottom: 15px solid #966666;
	}
	
#intro
	{
	width: 750px;
	background: #fff url(main.jpg) repeat-y;
	}
	
#supportingText
	{
	width: 430px;
	height: 135px;  /*added the height so that i could have less content on the page, yet not disturb the right hand navigation */
	margin-left: 30px;
	}
		
#preamble
	{
	margin-left: 30px;
	width: 430px;
	}
	
#gallery
	{
	margin-left: 30px;
	width: 430px;
	}
	
#cost
	{
	margin-left: 30px;
	width: 430px;
	}

#links
	{
	margin-left: 30px;
	width: 430px;
	}
	
#contact
	{
	margin-left: 30px;
	width: 430px;
	}
	
#about
	{
	margin-left: 30px;
	width: 430px;
	}
	
#irecommend
	{
	margin-left: 30px;
	width: 430px;
	}
	
#pageHeader
	{
	width: 750px;
	height: 250px;
	background: #000 url(top_v3.jpg) no-repeat;
	}

#quickSummary
	{
	position: absolute;
	left: 510px;
	width: 210px;
	background: transparent url(h3-support.jpg) no-repeat 0 0;
	border-bottom: 1px solid #3a1a10;
	}
	
#footer
	{
	margin: 3em 0 0 0;
	font: bold 9px/3em tahoma, verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 2em;
	}
	
#linkList
	{
	position: absolute	;
	top: 320px;
	left: 510px;
	width: 210px;
	margin-right: 30px;
	}
	
/* ________________ lists & typo ________________ */
	
#pageHeader h1,
#pageHeader h2
	{
	display: none;
	}

#quickSummary p.p2
	{
	text-indent: 0;
	font: 10px/16px tahoma, verdana, sans-serif;
	color: #efece3;
	padding: 5px 17px;
	margin: 25px 0 0 0;
	background: #966666 url(list-bg.jpg);
	border-top: 1px solid #3a1a10;
	}
	
#quickSummary p.p2 a
	{
	color: #efece3;
	border: none;
	font-weight: bold;
	}
	
#quickSummary p.p2 a:hover
	{
	color: #ec9;
	}

#quickSummary p.p1
	{
	display: none;
	}
	
#footer a
	{
	background: #cb9;
	padding: 2px 5px;
	color: #edb;
	border: none;
	margin: 0;
	}
	
#footer a:hover
	{
	background: #000;
	border: none;
	}
	
#linkList h3
	{
	width: 210px;
	height: 25px;
	margin: 1em 0 0 0;
	padding: 0;
	}
	
#linkList p,
#linkList li
	{
	font: x-small/1.6em tahoma, verdana, sans-serif;
	color: #efece3;
	text-indent: 0;
	}
	
#linkList ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #3a1a10;
	background: #966666 url(list-bg2.jpg);
	}
	
#linkList li
	{
	color: #000;
	border-bottom: 1px solid #3a1a10;
	line-height: 1.5em;
	padding: 0.5em 17px;
	}
	
#linkList li:hover
	{
	background: #e99b9b;
	}
	
#linkList li a
	{
	display: block;
	border: none;
	color: #f4f0e6;
	font-weight: bold;
	margin-left: -12px;
	padding-left: 12px;
	background: url(circle.gif) no-repeat 0 60%;
	}
	
#linkList li a:hover
	{
	color: #3a1a10;
	}
	
h3.select { background: transparent url(h3-destination.jpg) no-repeat;}
h3.links { background: transparent url(h3-links.jpg) no-repeat;}

#preamble h3 { background: url(rayghafouri.gif) no-repeat; margin-top: 0; }
#gallery h3 { background: url(gallery.gif) no-repeat; margin-top: 0; }
#cost h3 { background: url(costofservices.gif) no-repeat; margin-top: 0; }
#contact h3 { background: url(contact.gif) no-repeat; margin-top: 0; }
#about h3 { background: url(about.gif) no-repeat; margin-top: 0; }
#links h3 { background: url(links.gif) no-repeat; margin-top: 0; }
#irecommend h3 { background: url(irecommend.gif) no-repeat; margin-top: 0; }
