/* CSS Document */

/*COLORS

	green:#A0B172
	dark green:#869467;
	yellow:#F3F1A7;
	black:#000000;
	white:#FFFFFF;
	
*/

body {
	margin:0;
	background-color:#A0B172;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	behavior:url(csshover.htc);
	color:#000000;
	scrollbar-face-color:#A0B172;
	scrollbar-highlight-color:#869467;
	scrollbar-shadow-color:#000000;
	scrollbar-3dlight-color:#EEEEEE;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#869467;
	scrollbar-darkshadow-color:#869467;
	position:relative;
}
#fma {
	position:absolute;
	left:230px;
}
#heading {
	position:relative;
	font-size:21px;
	font-weight:500;
	margin:0;
	padding:0;
	left: 30px;
	top: 8px;
}

#text {
	position:absolute;
	font-size:0.69em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	left:30px;
	top:50px;
	width:370px;
	height:270px;
	color:#FFFFFF;
	overflow:auto;
	margin:0;
	padding:0px 10px 0px 0px ;
	clear:both;
}

#text p {
	margin:0;
	padding:0px 0px 10px 0px;
}

#text a {
	text-decoration:underline;
	color:#000000;
}

#text a:hover {
	text-decoration:none;
	background-color:#FFFFFF;
}


#text ul {
	list-style-type:square;
	padding:0px 0px 10px 10px;
	margin:4px;
}

.tallPic {
	padding:8px 8px 8px 8px;
	background-color:#869467;
	float:right;
	margin:0px 0px 10px 10px;
}
.name {
	font-weight:bold;
	font-size:13px;
}
.otherPic {
	margin:10px 10px 10px 0px;
}

.black {
	color:#000000;
}

.white {
	color:#FFFFFF;
}

.yellow {
	color:#F3F1A7;
}

.largeText {
	font-weight:bold;
	font-size:15px;
	color:#000000;
}

.mediumText {
	font-weight:bold;
	font-size:13px;
	color:#FFFFFF;
}

#header {
	width:800px;
	height:119px;
	background-image:url(/images/header.gif);
	position: relative;
}

#left {
	position:absolute;
	top:119px;
	width:151px;
	height:502px;
	background-image:url(/images/leftside.gif);
	clear:both;
	z-index:500;
}

#center {
	position:absolute;
	top:119px;
	left:151px;
	width:225px;
	height:502px;
	background-image:url(/images/center.gif);
	background-repeat:no-repeat;
}

#right {
	position:absolute;
	top:119px;
	left:376px;
	width:424px;
	height:502px;
	background-image:url(/images/rightside.gif);
	background-repeat:no-repeat;
}

#picUpper {
	background-color:#869467;
	height:337px;
	width:225px;
}

#picUpper img {
	position:relative;
	left:8px;
	top:8px;
}

#picLeft {
	position:absolute;
	top:350px;
	left:12px;
	width:111px;
	height:92px;
	background-color:#869467;
	padding:8px 8px 8px 8px;
}

#picCenter {
	position:absolute;
	top:350px;
	left:151px;
	width:111px;
	height:92px;
	background-color:#869467;
	padding:8px 8px 8px 8px;
}

#picRight {
	position:absolute;
	top:350px;
	left:290px;
	width:111px;
	height:92px;
	background-color:#869467;
	padding:8px 8px 8px 8px;
}

#picLower {
	position:absolute;
	top:350px;
	left:98px;
	width:111px;
	height:92px;
	background-color:#869467;
	padding:8px 8px 8px 10px;
	font-size:0.60em;
	color:#FFFFFF;
	font-weight:700;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#picLower a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal;
}
#picLower a:hover {
	text-decoration:underline;
}
#footer {
	color:#FFFFFF;
	background-color:#869467;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:0.59em;
	text-align:center;
	padding:2px 0px 2px 0px;
	position:absolute;
	width:642px;
	left:151px;
	top:589px;
}
#footer a {
	text-decoration:underline;
	color:#000000;
}

#footer a:hover {
	text-decoration:none;
	background-color:#FFFFFF;
}
#menu {
	 /* set width of menu */
} 

#menu ul { /* remove bullets and list indents */
	width:140px;
	list-style: none;
	margin:0;
	padding:0;
	text-align:right;
}

/* style, color and size links and headings to suit */
#menu a {
	font-size: 0.6em;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	margin:0px;
	padding:0px 0px 2px 18px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform:uppercase;
	background-color:#A0B172;
}

#menu a:hover {
	color:#F3F1A7;
	background-color:#869467;
}

#menu li {
	/* make the list elements a containing block for the nested lists */
	position: relative;
} 

#menu ul ul {
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width:235px;
}
#menu ul ul a {
	background-color:#A0B172;
}
#menu ul ul li {
	border-bottom:1px solid #869467;
}
#menu ul ul {
	display: none;
	text-align:left;
}
#menu ul li:hover ul {
	display: none;
}

#menu ul li:hover ul,
#menu ul ul li:hover ul {
	display: block;
}

#social-networks {
	position: relative;
	z-index: 1000;
	left:770px;
	top:-30px;
}

/* Contact form */
#contact {
	margin:0;
	padding: 0;
	display: block;
	clear: both;
	float: left;
}
#contact input, #contact label {
	display: block;
	padding: 0 0 2px 0;
	margin-left: 1px;
}
#appointment {
	float: left;
}

#contact label, #contact input {
	display: block;
	float: left;
	clear: both;
}
#contact select {
	margin: 0;
	padding: 0;
}
#preferred-time {
	clear: both;
	width: 100%;
}
#appointment {
	float: left;
	position: relative;
	left:-5px;
}
.formrow {
	clear: both;
	float: left;
	padding: 0 0 5px 0;
	width: 100%;
}
.col {
	float: left;
	width: 50%;
}
#date {
	width: 170px;
	text-align: left;
	font-size: 14px;
	border-style: inset;
}
#submit {
	font-size: 15px;
	display: block;
}
#office-hours {
	position: absolute;
	bottom:0px;
}
#office-hours p {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	clear: both;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
}
#contact ul {
	display: block;
	margin: 0;
	padding: 0;
}
/* IE Fixes */

[if IE]>
body {
	behavior: url(csshover.htc);
	font-size: 100%;
} 
#menu ul li {
	float: left; /* cure IE5.x "whitespace in lists" problem */
	width: 100%;
}

#menu ul li a {
	height: 1%; /* make links honour display: block; properly */
} 

#menu a{
	font-size: 0.6em;
	font-family:Arial, Helvetica, sans-serif;
	/* if required use em's for IE as it won't resize pixels */
} 
<![endif]

