/* CSS St. Joseph's Villa

Author: Christina Reeser
Site design: Fultz & Associates, Richmond, VA
Date Created: 08/19/2007
Copyright: St. Joseph's Villa. All rights reserved. */

/* ---------->>> GLOBAL <<<-----------*/
html { margin: 0; padding: 0;}

body {
	background-color: #fff;
	color:#000;
 	margin: 0 auto; padding: 0;
 	font: 12px "Times" serif;
   }
   
#wrapper {
 background: #fff url(../images/spacer.gif) 170px 0px no-repeat;
 margin: 0 auto;
 width: 640px;
}

#header {
 background:#fff;
}
#header a {
display: none;
}
#header img {
display: none;
}

#footer { 
margin-top: 100px; 
}


/* ---------->>> HEADER ITEMS <<<-----------*/

h1 { }
	#header h1 {
	font: bold 16px "Times" serif; 
	
	}
	
	#content h1 { 
	font: bold 14px "Times" serif; 
	color: #1ad;
	margin-bottom: 10px;
	}
		
h2 {}
	#content h2 { 
	font: italic 14px "Times" serif; 
	color: #096;
	}
	
h3 {}
	#content h3 { 
	font: bold 14px "Times" serif; 
	color: #096;
	}	

/* ---------->>> HEADER ITEMS <<<-----------*/

#header a { 
	display: none;
}
/* ---------->>> Global NAVIGATION <<<-----------*/

/*I borrowed a compliant nav from Stu Nichols as a starting point*/

/* ================================================================ 
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/example_flyout.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#navwrapper {
display: none
}

.menu {
display: none;
}

p.smallnav {
display: none;
}

p.breadcrumbs { 
	font: 9px "Times" serif; color: #666; 
}

/* ---------->>> TEXTAREA Tags <<<-----------*/

#content {
	background-color: #fff;
}

/* ---------->>> NEWS Tags <<<-----------*/

table.data {
	width: 95%;
}
 
table.data th {
	font: bold 10px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 8px 12px 4px 12px;
        /* background: #CAE8EA url(bg_header.jpg) no-repeat; */
	vertical-align:middle;
	color: #000;
}

table.data td {
	padding: 5px;
	font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 6px 12px 6px 12px;
	color: #000;
}


.description {
	color: #000;
	padding: 5px; 
}

.small { font-size: 9px; }

/* ---------->>> FOOTER Tags <<<-----------*/


.clear { clear: both; background: none; }
