@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #670A0E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #003333;
}

#human {
visibility:hidden;
display:none;
}

a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


#wapper  {
	width: 830px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	Font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/drpShadow.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container  {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-image: url(../images/gradient.jpg);
	font-family: Arial, Helvetica, sans-serif;
} 
#tableDiv {
	border: thin solid #8E2029;
	padding: 5px;
	background-color: #FFFFFF;
}
#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #AE9E46;
	height: 336px;
	background-image: url(../images/header_noLogo2.jpg);
	margin-bottom: 20px;
} 

#header a:link {
	text-decoration: none;
}


#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	
}
#sidebar3      {
	width: 125px;
	margin-top: 20px;
	margin-left: 2.5px;
	background-color: #f2f2f2;
	border: thin solid #670A0E;
	padding-top: 5px;
}
#clear_spry {
	clear: both;
}

#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin: 0px;
	text-align: left;
	
}
#sidebar2  a:link  {
	color: #340507;
	background-color: transparent;
}
#sidebar2  a:visited  {
	color: #595224;
	background-color: transparent;
}
#sidebar2  a:hover  {
	color:#FFFFFF;
	background-color: #595224;	
}

#sidebar2 a:active {
	color: #340507;
	background-color: transparent;
}



h2 {
	font-size: 2em;
}

#logo2 {
	float: right;
}
#pix1 {
	margin: 0px;
}
#logo1 {
	float: left;
}

.thrColFixHdr #mainContent {
	background-color: #F2F2F2;
	border: thin solid #8E2029;
	margin: 10px 200px;
	padding: 0px 10px 10px;
} 
#contactMini {
	background-color: #F2F2F2;
	border: thin solid #8E2029;
	margin: 5px;
	width: auto;
	padding: 5px;
}

#contactMini p {
	font-size: 100%;
}

#contactMini #form1 #submit {
	background-color: #8E2029;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	border: thin solid #FFFFFF;
}


#newsletter_list {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}
#mainContent  a:link  {
	color: #340507;
	background-color: transparent;
}
#mainContent  a:visited  {
	color: #595224;
	background-color: transparent;
}
#mainContent  a:hover  {
	color:#FFFFFF;
	background-color: #595224;	
	
}

#announce  a:link  {
	color: #340507;
	background-color: transparent;
}
#announce  a:visited  {
	color: #595224;
	background-color: transparent;
}
#announce  a:hover  {
	color:#FFFFFF;
	background-color: #595224;	
	
}

#servicesContent  a:link  {
	color: #340507;
	background-color: transparent;
}
#servicesContent  a:visited  {
	color: #595224;
	background-color: transparent;
}
#servicesContent  a:hover  {
	color:#CCCCCC;
	background-color: #595224;
}
#servicesContent  {
	margin-right: 10px;
	margin-left: 200px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	width: 500px;
	padding: 10px;
	border: thin solid #8E2029;
	background-color: #F2F2F2;
}
#footer  {
	background-color: #8E2029;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-top-color: #AE9E46;
	border-right-color: #AE9E46;
	border-bottom-color: #AE9E46;
	border-left-color: #AE9E46;
	color: #FFFFFF;
	font-size: 75%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 10px;
	text-align: center;
} 
#footer li {
	font-size: 150%;
	display: inline;
list-style-type: none;
padding-right: 20px;
}

#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
}
#footer  a:link  {
	color: #ffffff;
	background-color: transparent;
}
#footer a:visited  {
	color: #ffffff;
	background-color: transparent;
}
#footer  a:hover  {
	color:#FFFFFF;
	background-color: #595224;
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#photoThumb {
	float: left;
	width: auto;
	padding-top: 30px;
	padding-right: 10px;
}
#photoBio {
	float: left;
	width: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#serviceBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-transform: none;
	color: #000000;
	font-weight: bold;
	width: auto;
	border: thin solid #990000;
	background-color: #F2F2F2;
}
#newslettersContent  {
	margin-right: 10px;
	margin-left: 200px;
	margin-top: 20px;
	background-image: url(../resources/images/BOSHands2.jpg);
	background-repeat: no-repeat;
	border: thin solid #8E2029;
	width: 500px;
	background-attachment: fixed;
	background-position: 58% 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #F3F1E5;
	 
}

#newslettersContent  a:link  {
	color: #340507;
	background-color: transparent;
}
#newslettersContent  a:visited  {
	color: #595224;
	background-color: transparent;
}
#newslettersContent  a:hover  {
	color:#FFFFFF;
	background-color: #595224;	
	
}

#newslettersContent  a:active  {
	color:#000000;
	background-color: transparent;
	
}


#contact_form {
	background-color: #F2F2F2;
	width: auto;
	border: thin solid #670A0E;
	padding: 5px;
}

ol {
	list-style-type:decimal;
	
	}
	

	
ol ol {
	list-style-type: lower-alpha;
	}
	
ol ol ol {
	list-style-type: lower-roman;
	}

p {
	font-size: 1.4em;
}
h1 {
	font-size: 3em;
}
h3 {
	font-size: 1.7em;
}
#flashIntro    {
	height: 280px;
	width: 192.8px;
	padding-top: 50px;
	padding-left: 70px;
	float: left;
}
#headerText    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bolder;
	color: #F0DDDF;
	width: 140px;
	float: left;
	display: inline;
	padding-top: 280px;
	padding-left: 200px;
}

#headerText  a:link  {
	color: #EFECD9;
	background-color: transparent;
}
#headerText  a:visited  {
	color: #FFFFFF;
	background-color: transparent;
}
#headerText  a:hover  {
	color:#571519;
	background-color: transparent;
	
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #8E2029;
	border-right-color: #8E2029;
	border-bottom-color: #8E2029;
	border-left-color: #8E2029;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 0px;
}
#newslettersContent #newsHeader {
	padding: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
}
#contact_form #form2 #submit2 {
	background-color: #8E2029;
	border: thin solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}


.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: 1px;
	display: block;
}



#clear {
	clear: both;
}
#sidebar2 #search #submitSearch {
background-color: #8E2029;
	border: thin solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

.highlight { background: #FFFF40; }
#videoContent {
	width: 635px;
	margin-right: auto;
	margin-left: auto;
}

#videoContent  a:link  {
	color: #340507;
	background-color: transparent;
}

#videoContent  a:visited  {
	color: #595224;
	background-color: transparent;
}
.facebookIcon {
	padding-top: 10px;
}

#videoContent  a:hover  {
	color:#FFFFFF;
	background-color: #595224;	
	
}

#videoContent  a:active  {
	color:#000000;
	background-color: transparent;
	
}

#close {
	background-color: #8E2029;
	border: thin solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}#servicesContent ul {
	font-size: 120%;
}
#announce {
	text-align: center;
}
