/* HTML Tags */

/* 	Maroon 98012E */

* {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #98012E;
}

a:link:hover, a:visited:hover {
	color: #000;
}

body {
	font-family: /*"Trebuchet MS", Verdana,*/ Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
	background:#98012E;
	height: 100%;
	line-height: 1.35em;
}

h1 {
 	font-size: 16px;
 	margin: 0 10px 5px 0;
	color: #000;
}

h2 {
	font-size: 13px;
	line-height: 1em;
 	margin: 0 10px 2px 0;
}

h3 {
	font-size: 12px;
	margin: 10px 0 0 0;
}

img {
	margin: 0 3px;
}

p {
	margin: 0 0 15px;
}

sup {
	font-size: 8px;
}

table {
	margin: 10px auto;
	border: none;
	border-collapse: collapse;
}

td {
	border: none;
	border-collapse: collapse;
	padding-left: 15px;
}

ul {
	margin: 0 25px 10px;
	line-height: 1.375em;
}

/* Layout Divs and Div Specific HTML Tags */
#nonFluid {
	position: relative;
	width: 800px;
	height: 504px;
	background: transparent url(../images/nfBG.gif) left top repeat-x;
	margin: 25px auto auto;
	text-align: left;
}

#logo {
	position: absolute;
	top: 75px;
	left: -37px;
	z-index: 5;
}

#mainContent {
	position: absolute;
	top: 150px;
	left: 200px;
	width: 370px;
	height: 300px;
	z-index: 10;
	overflow-y: auto;
	overflow-x: hidden;
}

#serviceMark {
	position: absolute;
	top: 43px;
	left: 135px;
}

#sidePics {
	position: absolute;
	width: 235px;
	height: 585px;
	background: transparent url(../images/sidePics.jpg) right top no-repeat;
	top: -51px;
	right: 0;
}

#footer, #menu {
	width: 100%;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
}

#footer {
	top: 474px;
}

#menu p, #footer p {
	color: #FFF;
	width: 575px;
	text-align: center;
	padding-top: 6px;
}

#footer p {
	font-style: italic;
	font-size: 11px;
	padding-top: 5px;
}

#menu a, #footer a {
	color: #FFF;
}

#menu p {
	padding: 6px 0;
}

#menu a {
	text-decoration: none;
	padding: 0 7px 8px;
}

#footer a:hover {
	color: #CB8096;
}	

#home #menu a.home,
#meet #menu a.meet,
#services #menu a.services,
#faqs #menu a.faqs,
#links #menu a.links,
#contact #menu a.contact,
#menu a:hover {
	background: transparent url(../images/pointer.jpg) center 17px no-repeat;
	color: #FFF;
}

/*
#links #mainContent, #faqs #mainContent, #meet #mainContent {
	width: 575px;
}

#links #serviceMark, #faqs #serviceMark, #meet #serviceMark {
	left: 200px;
}

#links #menu p, #links #footer p, #faqs #footer p, #faqs #menu p, #meet #footer p, #meet #menu p {
	width: 800px;
}
*/
#home #sidePics {
	background: transparent url(../images/homeSidePics.jpg) right top no-repeat;
}

#services #sidePics {
	background: transparent url(../images/svcsSidePics.jpg) right top no-repeat;
}

#contact #sidePics {
	background: transparent url(../images/contactSidePics.jpg) right top no-repeat;
}

#faqs #sidePics {
	background: transparent url(../images/faqsSidePics.jpg) right top no-repeat;
}

#links #sidePics {
	background: transparent url(../images/linksSidePics.jpg) right top no-repeat;
}

#meet #sidePics {
	background: transparent url(../images/staffSidePics.jpg) right top no-repeat;
}

.center {
	text-align:center;
}

.center img {
	margin-top: 8px;
}

span.days {
	width: 200px;
	float: left;
}
