/* Site specific color and images that 'skin' the selected layout. */

/*
.formButton {
	BORDER: 1px solid #67914c;
	background-color: #edf3e9;
	text-align: center;
}
*/
#mainContainer {
	position: relative;
	width: 793px;
	}
#table {
	width: 793px;
	}	
#leftMenu {
	background: url(../images/leftBack.gif);
	}
#mainTable {
	background: url(../images/mainBack.gif)
	}	
#detailContainer {
	margin-top: -50px;
	}
#detailContainer h1 {
	margin-left: 100px;
	display: block;
	width: 470px;
	border-bottom: 1px solid #863E10;
	}
#menu {
	width: 183px;
	background: url(../images/leftTop.gif) no-repeat;
	}
#dropdown {
	padding-top: 110px;
	text-align: right;
	}
#dropdown li	{
	display: block;
	list-style-type: none;
	margin: 0;
	float: right;
	}	
#dropdown a {
	display: block;
	text-decoration: none;
	padding-top: 5px;
	line-height: 32px;
	height: 32px;
	font-size: 1.3em;
	font-weight: bold;
	color: #FADE58;	
	padding-right: 12px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	}
#dropdown a:hover { 
	background: url(../images/menu_roll.jpg) 50% 100%; 
	background-repeat: no-repeat;
	line-height: 32px;
	height: 32px;
	color: #FFFFCC;
	padding-right: 15px;
	}		
#branding {
	display: none;
	}	
#siteTagline {
	position: absolute;
	top: 10px;
	right: 20px;
	text-align: left;
	color: #CE8A63;
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	}
#footerText {
	color: #6D2D05;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	}	
#copyTable {
	text-align: center;
	background: url(../images/leftBottom.gif);	
	}
#copyright {
	margin-top: 13px;
	color: #CE8A63;
	font-size: 1.0em;
	font-weight: bold;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;	
	}

#appointment {
	position: absolute;
	top: 135px;
	right: 22px;
	}	
.forAn {
	font: 1.0em;
	font-weight: bold;
	padding-right: 2px;
	}
.phone {
	font: 1.4em;
	font-weight: bold;
	font-style: italic;
	}	
		
#adminMenu {
	text-align: right;
	}
#adminMenu a {
	display: block;
	text-decoration: none;
	line-height: 34px;
	height: 34px;
	font-size: 1.4em;
	font-weight: bold;
	color: #FADE58;	
	padding-right: 15px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	}
#adminMenu a:hover { 
	background: url(../images/menu_roll.jpg) 50% 100%; 
	background-repeat: no-repeat;
	line-height: 34px;
	height: 34px;
	color: #FFFFCC;
	padding-right: 15px;
	}			
		



