/* Global
------------------------------------------------------------------*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	}
	
p {
margin-top:10px;
}	

.img1
  {
  padding-left:25px;
  padding-bottom:-9px;
  }
  
.img2
  {
  padding-right:25px;
  padding-bottom:-9px;
  margin-left:-5px;
  }
  	
ul,li {
	list-style-type:none;
	margin-bottom:3px;
	}
	
body {
background-image:url(images/parchment_tile.jpg);
background-repeat:repeat-x repeat-y;
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#000000;
letter-spacing:110%;
line-height:135%;
height:auto;
}

h1{
font-family:"Times New Roman", Times, serif;
font-weight:bold;
color:#4E3532;
font-size:16px;
font-style:normal;
font-variant:small-caps;
letter-spacing:2px;
margin-bottom:5px;
}

h2{
color: #4E3532;
font-size:13px;
font-style:normal;
letter-spacing:1px;
margin-top:10px;
margin-bottom:5px;
text-transform:uppercase;
}

.pad-left
	{
	padding-left: 10px;
	}

/*********** LINK COLOR STYLES *********************/ 
a.brown:link {color: black; font-style:bold; text-decoration:none}
a.brown:hover {color:#5A3D43; font-style: bold; text-decoration:underline;}
a.brown:visited {color:#5A3D43; font-style: normal; text-decoration: none;}
a.brown:active {color:#5A3D43; font-style: italic; text-decoration: underline;}



#header
   {
    width:780px;
	height:80px;
	margin-left:auto;
	margin-right:auto;
	}
   
#canvas-wrap
   {
   	height: auto;
   width:570px;
   position:relative;
   margin-left:auto;
   margin-right:auto;
   height:auto !important;
   /* min-height:450px !important; */
   /**height:450px !important;*/
   padding-left:180px;
   padding-top:12px;
   padding-right:30px;
   padding-bottom:30px;
   background-image:url(images/doric_column2.gif);
   background-repeat: no-repeat;
   background-position: 435px 120px;
   z-index:1;
   }
   
#left-nav
   {
   float:left;
   width:120px;
   height:auto;
   position:absolute;
   left:-20px;
   top:20px;
   *top:-2px;
   z-index:6;
   }

/*#drop-cap
   {
   position:absolute;
   height:auto;
   left:170px;
   *left:230px;
   top:90px;
   *top:80px;
   width:127px;
   z-index:1;
   }*/
   
.quote
   {
   font-style:italic;
   letter-spacing:105%;
   }
   
.quote-attribution
   {
   text-align:right;
   font-style:normal;
   font-weight:bold;
   }
   
.disclaimer
   {
   font-size:8pt;
   font-style:italic;
   }
   
.extra-space
   {
   margin-bottom:10px;
   }
   
#main-photos
   {
   position:absolute;
   top:90px;
   *top:80px;
   left:390px;
   float:right;
   height:auto !important;
   min-height:300px;
   width:300px;
   }

.ul-main {
   list-style-type:circle;
   list-style-position:outside;
	}
	
.ol-main
    {
	list-style-position:inside;
	margin-left:10px;
	}
	
#drop-cap  {
     position:relative;
	 left:-20px;
     background-image:url(images/drop-cap.gif);
	 background-repeat:no-repeat;
	 background-position: -5px 7px;
	 height:120px;
	 padding-left:20px;
	 padding-top:15px;

	 }

#sml-01  {
position:relative;
top:10px;
float:left;
width:35px;
height:50px;
}
	 
#footer {
	/*clear:both;*/
	float: left;
	width: 100%;
	/*position:relative;*/
	margin:auto;
    /*width:auto; */
	/*height:auto !important;*/
	height:30px;
	/*margin-left:auto;
	margin-right:auto;*/
	text-align:center;
	font-size: 9px;
	}

/********************************CSS Popout menuv*****************************/
/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}
/* End */

body
	{
	margin: 0;
	padding: 0;
	/*color: black;
	font-size: 100.01%;*/
	}

#menuv  /*OVERALL MENU*/
	{
	position:relative;				/* position, size, and text of the menuv */
	top:0;
	left:0;
	z-index: 10;
	width: 135px;					/* width of menuv boxes */
	text-align: left;
	font-size: 14px;
	}

#menuv a
	{
	display:block;
	padding: 0.2em;					/* expands menuv box */
	/*border-bottom:1px solid #555;	*/	/* adds bottom border */
	white-space:nowrap;
	}

#menuv a, #menuv a:visited	/* MENUV AT REST */
	{
	color: black;
	/*background-color:#E0C6A9;*/
	width:135px;
	text-decoration:none;				/* removes underlines from links */
	}

#menuv a.parent2, a.child	/* TOP LEVEL */
	{
	color: black;
	width:135px;
	text-decoration:none;				
	}
	
#menuv a.parent2	
	{
	margin-top:7px;				
	}
	
#menuv a.parent, #menuv a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	background-image:url(images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	font-weight:normal;
	font-variant:normal;
	font-family:"Times New Roman", Times, serif;
	}
	
#menuv a.parent2, #menuv a.parent2:hover 	
	{
	font-weight:bold;
	font-variant:small-caps;
	}	
	
#menuv a.child, a.child2 	
	{
	font-weight:normal;
	font-variant:normal;
	font-size:12px;
	width:135px;
	line-height:120%;
	}

#menuv a:active
    {
	color: white;
	background-color: #5A3D43;
	}
	
#menuv a:hover	/* on mouse over -- all menuvs */
	{
	color: white;
	background-color: #5A3D43;
	width:135px;
	}
	
#menuv a.child:hover	/* on mouse over */
	{
	color: white;
	background-color: #5A3D43;
	width:135px;
	}
	
#menuv a.child2:hover	/* on mouse over */
	{
	color: white;
	background-color: #5A3D43;
	background-image:url(images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuv li
	{
	list-style-type:none;	/* removes bullets */
	}

#menuv ul li
	{
	position:relative;
	}

#menuv li ul 
	{
	position: absolute;
	top: 0px;
	left: 135px;	/* distance from of left menuvs (should be same as width) */
	display: none;
	width:135px;
	background-color:#E0C6A9;
	font-size:12px;
	}
	
div#menuv ul, #menuv ul ul, div#menuv ul ul ul
	{
	margin:0;			/* keeps the menuv parts together */
	padding:0;
	width: 135px;			/* width of sub menuvs */
	}

div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul
	{
	display: none;
	}

div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
	{
	display: block;
	}
/**********************************END OF NAV MENU CODING ********************?

/*H1.MainText
{
    MARGIN-BOTTOM: 0em
}
UL.MainText
{
    MARGIN-TOP: 0em;
    MARGIN-BOTTOM: 0em
}
LI.MainText
{
    PADDING-TOP: 0.5em
}
 
.cell_pad_69 {
	padding-left: 69px;*/
}
