/*
	maroon: rgb(66,0,0);
	purple: rgb(87,56,72);
	dark purple: rgb(67,36,52);
	light purple: rgb(127,96,112);
	grey: rgb(179,179,179);
	dark green: rgb(75,117,33);
	light green: rgb(173,198,117);
*/

body
{
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: small;
	background-color: rgb(66,0,0);
}

a
{
	color: rgb(87,56,72);
}
a:link:hover
{
	color: rgb(127,96,112);
}
a:hover
{
	color: rgb(127,96,112);
}

img
{
	border: none;
}

fieldset 
{ 
	-moz-border-radius: 6px; 
	border-radius: 6px; 
}

h1
{
	padding-top: 0.5em;
	font-size: 200%;
	width: 100%;
}

h1.pageHeading
{
	border-bottom: 1px solid rgb(0,0,0);
	margin-bottom: 0;
	padding-bottom: 0;
}

h2.contactUs
{
	font-size: small;
	font-weight: bold;
	margin-bottom: 0;
}

h2.smaller
{
	font-size: 110%;
	margin-bottom: 0;
	padding-bottom: 2px;
}

.pageHeadingExtra
{
	color: rgb(179,179,179);
	font-style: italic;
	padding: 0;
	margin: 0;
	text-align: right;
}

#header
{
	background-color: rgb(66,0,0);
	color: rgb(179,179,179);	
	background: url(../i/banner_end.jpg) repeat-x;
}
#bannerLeft
{
	float: left;
	width: 201px;
	background-color: rgb(255,255,255);
	height: 92px;
	z-index: 3;
	position: relative;
}
#bannerRight
{
	float: left;
	position: relative; 
	top: 0;
	height: 92px;
	vertical-align: top;
	
}
#banner .imgleft
{
	float: left;
}
#banner .imgright
{
	float: right;
}

#nav ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 0;
	bottom: 0;
}
#nav ul li
{
	float: left;
	font-weight: bold;
	white-space: nowrap;
	padding-right: 2px;
	margin: 0;
	border-bottom: 1px solid rgb(0,0,0);
}
#nav ul li.current
{
	border-bottom: 1px solid rgb(255,255,255);
}
#nav li a 
{ 
	height: 100%;
	padding: 0 0 0 10px; 
	margin: 0;
	color: rgb(0,0,0);
	background: rgb(179,179,179) url(../i/tabgreyleft.gif) no-repeat left top;  
	text-decoration: none;
	white-space: nowrap;
}
#nav li a span
{
	padding: 0 10px 0 0; 
	background: rgb(179,179,179) url(../i/tabgreyright.gif) no-repeat right top;  
}
#nav li.current a
{ 
	color: rgb(66,0,0);
	background: rgb(255,255,255) url(../i/tabwhiteleft.gif) no-repeat left top;  
	border-bottom: 1px solid rgb(255,255,255);
}
#nav li.current a span
{
	background: rgb(255,255,255) url(../i/tabwhiteright.gif) no-repeat right top;  
}
#nav li a:link:hover, #nav li a:hover 
{ 
	background: rgb(255,255,255) url(../i/tabwhiteleft.gif) no-repeat left top;  
	color: rgb(66,0,0);
}
#nav li a:link:hover span, #nav li a:hover span
{ 
	background: rgb(255,255,255) url(../i/tabwhiteright.gif) no-repeat right top;  
}

#main
{
	background: rgb(255,255,255) url(../i/corner_bottomright.gif) 100% 100% no-repeat;
}
#mainInner1
{
	background: url(../i/corner_bottomleft.gif) 0 100% no-repeat; 
}
#mainInner2
{
	background: url(../i/tabwhiteright.gif) no-repeat right top;  
	padding : 0 1em 1em 1em;
}

#side
{
	font-size: x-small;
	background: rgb(255,255,255) url(../i/corner_bottomright.gif) no-repeat right bottom;
}
#side #sidePic
{
	padding-top: 2em;
}
#side #contactInfo
{
	margin-top: 2em;
}
#side #contactInfo p
{
	margin: 0;
	padding: 2px 0 2px 0;
	clear: both;
}
#side form
{
	padding-top: 2em;
	margin: 0;
}
#side form fieldset
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#side #contactInfo .fieldName
{
	float: left;
	width: 4.5em;
}
#side #contactInfo .fieldValue
{
	float: left;
}
#side .formLabel
{
	width: 5.5em;
	font-size: x-small;
}
#side .inputField
{
	font-family: Arial, Sans-serif;
	border: 1px solid rgb(179,179,179);
	font-size: small;
}
#side .button
{
	font-size: x-small;
}

.imgCenter
{
	display: block;
	margin-left: auto;
	margin-right: auto
}
.center
{
	text-align: center;
}

.right
{
	float: right;
	position: relative;
/*fixes float problem (added by tim) \*/        
        clear: both;
}
.right img
{
	margin-left: 5px;
/*fixes float problem (added by tim) \*/
        clear: both;
}
.left
{
	float: left;
	position: relative;
}
.imgLeft
{
	float: left;
	margin: 5px;
	vertical-align: top;
	position: relative;
}
.imgRight
{
	float: right;
	margin: 5px;
	vertical-align: top;
	position: relative;
/*fixes float problem (added by tim) \*/
        clear: both;
}
.imgBorder
{
	border: 1px solid rgb(0,0,0);
}

#footer
{
	font-size: x-small;
	background-color: rgb(255,255,255);
}

.photoRow
{
	margin: 0 200px 0 0;
	padding: 10px 0 10px 0;
}
.photoRow .photoCol
{
	float: left;
	width: 200px;
	position: relative;
}
.photoRow .textCol
{
	float: left;
	width: 100%;
	margin-right: -200px;
	position: relative;
}
.textCol .name
{
	font-weight: bold;
	margin-top: -3px;
}
.textCol .degree
{
	font-style: italic;
}
.clearer
{
	clear: both;
}

.servicesTable
{
	border: 1px solid rgb(0,0,0);
}
.servicesTable th
{
	color: rgb(0,0,0);
	text-align: left;
	border-bottom: 1px solid rgb(0,0,0);
}
.servicesTable .name
{
	font-weight: bold;
	text-align: left;
	color: rgb(67,36,52);
}
.servicesTable .evenRow
{
	background-color: rgb(232,216,232);
}

#apptForm, #contactForm
{
	background-color: rgb(245,245,245);
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;	
}
#apptForm fieldset
{
	padding: 3px;
}
#apptForm .formLabel
{
	padding-right: 0.5em;
	vertical-align: top;
}
#apptForm .indent
{
	margin-left: 1em;
}
#apptForm .leftLabel, #contactForm .leftLabel
{
	width: 11em;
	clear: left;
	float: left;
}
#apptForm .rightSection, #contactForm .rightSection
{
	float: left;
	clear: right;
}
#apptForm .formSuppText
{
	font-size: x-small;
	width: 10em;
	vertical-align: top;
}
#apptForm .smTextInput, #apptForm select, #apptForm textarea, #apptForm .textInput
{
	font-family: Arial, Sans-serif;
	font-size: small;
	border: 1px solid rgb(179,179,179);
}
#apptForm textarea, #apptForm .textInput
{
	width: 15em;
}
#apptForm .selectInput
{
	width: 15.3em;
}
.mandatory
{
	font-weight: bold;
	color: red;
}
.contactPara
{
	margin-top: 0.5em;
}
#contactForm fieldset
{
	padding: 3px;
	margin: 0;
}
#contactForm .textInput
{
	font-family: Arial, Sans-serif;
	font-size: small;
	border: 1px solid rgb(179,179,179);
	width: 15em;
	margin: 2px;
}

.servicePara, .feePara, .contactPara, .newsPara
{
	clear: both;
	margin-bottom: 2em;
}
.servicePara h2, .feePara h2, .contactPara h2, .newsPara h2
{
	display: inline;
	padding: 0 0 0 0.5em;
	margin: 0px;
	font-size: medium;
	font-weight: bold;
}
.servicePara h2 a, .feePara h2 a, .contactPara h2 a, .newsPara h2 a
{
	border: 1px solid rgb(179,179,179);
	background-color: rgb(232,216,232);
	color: rgb(0,0,0);
	padding: 0 2px 0 2px;
	position: relative;
	z-index: 2;	
}
.servicePara .text, .feePara .text, .contactPara .text, .newsPara .text
{
	border: 1px solid rgb(179,179,179);
	margin: -0.75em 0 0 0;
	padding: 1em 10px 10px 10px;
	position: relative;
	z-index: 1;	
}
.servicePara h3, .feePara h3, .contactPara h3
{
	font-size: small;
	font-size: 110%;
}
.servicePara h4, .feePara h4, .contactPara h4
{
	font-size: small;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.errorMessage
{
	border: 1px solid rgb(0,0,58);
	color: rgb(0,0,58);
	padding: 3px;
	margin: 0;
}
.errorMessage p
{
	padding: 0;
	margin: 0;
}

.logoPara
{
	margin: 0 315px 0 0;
	padding: 0 0 15px 0;
}
.logo
{
	float: left;
	width: 300px;
	text-align: right;
	padding-right: 15px;
	position: relative;
}
.logoDesc
{
	float: left;
	width: 100%;
	margin-right: -315px;	
	position: relative;
}

.row
{
	clear: both;
	width: 100%;
}
.smallItem
{
	float: left;
	width: 15%;
	position: relative;
}

/*fixes float problem (added by tim) \*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
.clearfix {display:block;} 
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

