/* CSS Document */
body, html {
	margin:0px;
	padding:0px;
	height:100%;
	font-family:Verdana, Arial, Helvetica, "Gill Sans Std";
	color:#333333;
/*	background-color:#ffffff;*/
}
body, table, table textarea
{
    /* more specific to override imported rule */
    font-size:    x-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into 1pxking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    small
    /* intended value for better browsers */
}

html>body 
{
    font-size:    small
    /* be nice to Opera */
}

ul, ol {
	margin-top:6px;
}

li h3{
	margin-top:0px;
	margin-bottom:0px;
}

li p{
	margin-top:0px;
	margin-bottom:6px;
}

#leftMenuArea{
	position: absolute;
	left: 20px;
	top: 255px;
	z-index:4;
	height: 60px;
	width: 200px;
	/*border: thin solid green;	*/
}

/*#v1{
	position: absolute;
	left: 20px;
	top: 255px;
}*/

#flashMenu{
	visibility: hidden;
	position: absolute;
	left: 20px;
	top: 255px;
	width:550px;
/*	border: thin solid #33FFFF;*/
	z-index:5;
	height: 230px;
}

#noFlash{
	background-color:#7B0319;
	color: #fff7cc;
	position:absolute;
	top:170px;
	left:200px;
	width:500px;
	padding:7px;
}
#noFlash a:link, #noFlash a:visited, #noFlash a:active{
	color:#fff7cc;
}
#noFlash a:hover{
	color:#aaaaaa;
}


#phone{
	position:absolute;
	left: 80px;
	top: 450px;
}

#signpost{
	position:absolute;
	left: 30px;
	top: 400px;
}

h1 {
	color:#21217A;
	font-size:120%;
	margin-bottom:0px;
}
h2 {
	color:#21217A;
	font-size:100%;
	margin-top:12px;
	margin-bottom: 0px;
}
h3 {
	color:#333333;
	/*text-decoration:underline;*/
	font-size:100%;
	font-style:italic;
	font-weight: normal;
}
p {
	margin-top:5px;
	margin-bottom:0px;
}
div#homepage{
	/*float:right;*/
	width:410px;
	padding-top:16px;
	height:300px;
/*	text-align:right;*/
}
div#homepage h1{
	font-size:160%;
}
div#homepage h2{
	font-size:130%;
}
div#homepage p{
	margin-top:30px;
	font-size:120%;
}
div#contact {
	text-align:right;
	padding-bottom:30px;
}
a {
	cursor:pointer;
}
a:link, a:visited {
	color:#333333;
}
a:hover{
	color:#888888;
}
sup {
	font-size:70%;
	font-weight:normal;
}
#header{
	margin-top:-18px;
	background-repeat: no-repeat;
	background-position: 398px 0px;
}
#topButtons {
	padding-left:385px;
	padding-top:115px;
	padding-bottom:45px;
	z-index:10;
}
#topButtons a {
	margin-right:5px;
}

#dotsTop {
	height:5px;
	background-image: url(../pageLayout/blueDots.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#dotsBottom {
	clear:both;
	height:50px;
	/*margin-top:50px;*/
	/*background-image: url(../pageLayout/blueDots_rev.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	/*border: thin solid orange;	*/
}
#wrapper-shadow {
  width: 816px !important;
  width:808px;
  float:left;
  background: url(../pageLayout/greyShadow.png) no-repeat bottom right !important;
  background: url(../pageLayout/burgundyShadow.jpg) no-repeat bottom right;
  margin: 6px 0px 0px 6px !important;
  margin: 6px 0px 0px 3px;
 /* border: thin solid grey;*/
}
#wrapper{
	/*padding-top: 30px;*/
/*	background-color:#CCFF33;*/

}
					
#content{
	width:800px;
	text-align:left;
	padding-top:20px;
	background-repeat: no-repeat;
	/*background-color:#FFF7CC;*/
		/*padding-left:20px;*/

}
#mainContent{
	padding-top:30px;
	padding-left:200px;
	padding-right:22px;
	background-color:#FFF7CC;
	/*border: thin solid black;	*/
}
.inset{
	width:250px;
	float:right;
	padding:10px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}
	
a img{
	border:none;
}
.image{
	margin:10px;
	border: 1px solid #999999;
}
/********SPECIFIC STYLES FOR tooltips ***********/
#dhtmltooltip{
position: absolute;
color:#FFF7CC;
background-color:#7b0319;
width: 250px;
border: 1px solid black;
padding: 4px;
visibility: hidden;
z-index: 500;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}


/**Styles for hiding blocks of text**/
.hide {
	display:none;
}
.show {
	display:block;
}

/** Book styles **/
#bookTable{
	text-align:center;
}
.bookImage{
	float:left;
	margin-right:40px;
	margin-bottom:20px;
}
.bookInfo{

	float:right;
	clear:both;
	padding:10px;
	width:200px;
	background-color:#848484;
	color:white;
	margin:20px;
	font-size:smaller;
}
.bookInfo p{
	margin-top:0px;
	margin-bottom:0px;
}

.bookDescription{
	float:right;
	width:300px;
}
.bookDescription ul{
	padding-left:12px;
}
.bookTitle{
	font-style: italic;
}
#quickCallForm{
	width:300px;
}
#quickCallForm p{
	float:right;
}
.highlight{
	color:#930321;
}
#map{
	border:1px solid #7B0319;
}
#lastPara{
	clear:both;
}
