/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #666;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 960px;
}
#outerWrapper #logo {
	font-size: 24px;
	font-weight: bold; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-image: url(graphics/david_ebert_logo.gif);
	height: 110px;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #A50000;
	line-height: 30px;
}
#outerWrapper #logo #phone {
	float: right;
	margin-top: 25px;
}

#outerWrapper #topNavigation {
	height: 21px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	margin-left: 380px;
}
#outerWrapper #topHeader {
	height: 205px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-image: url(graphics/header_background.jpg);
	padding-left: 30px;
}
#outerWrapper #Testimonials {
	height: 165px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 300px;
	border: 1px solid #CCCC9A;
	background-color: #C40000;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	overflow: auto;
	padding-top: 5px;
}
.testimonial_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.square {
	margin-right: 10px;
}

#outerWrapper #Services {
	height: 150px;
	width: 180px;
	float: left;
	margin-top: 15px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}


#outerWrapper #topHeaderbottom {
	height: 30px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-image: url(graphics/header_bottom.jpg);
	background-repeat: repeat-x;
}

#outerWrapper #contentWrapper {
  background-image: url("base_images/contentWrapper_bg.png");
  background-repeat: repeat-y;
  overflow: hidden;
}
#outerWrapper #contentWrapper #rightColumn1 {
	background-color: #E2E2C7; /* Sets the left border properties for an element using shorthand notation */
	float: right;
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 250px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin-left: 0;
	margin-right: 280px;
}
#outerWrapper #fixedFooterWrapper {
	bottom: 0;
}
#outerWrapper  #Footer {
	height: 16px;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #500200;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3C3D34;
}
#news {
	background-color: #F7F7EE;
	padding: 5px;
	margin-bottom: 10px;
}

#quick_links {
	background-color: #F7F7EE;
	padding: 5px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3C3D34;
}
/* The following code is for the fixed footer */
html, body {
  height: 100%;
}
#outerWrapper {
  min-height: 100%;
  position: relative;
}
* html #outerWrapper {
  height: 100%;
}
/* 
  -----------------------------------
  Pop Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme: 10 - Image-Based
  -----------------------------------
*/

/*Menu Outer Wrapper*/
.p7PMMh10 {
	width: auto;
	margin: 0 auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: inherit;
	text-align: left;
	line-height: normal;
}
/*Hide Sub-Menu in Design View*/
.p7PMMh10 ul div {
	display: none;
}
.p7PMMh10 ul a {
	display: block;
	text-decoration: none;
	text-align: left;
	border: 0;
}
/*
TOP LEVEL MENU
*/
.p7PMMh10 ul {
	margin: 0;
	padding: 0;
}
.p7PMMh10 li {
	list-style-type: none;
	float: left;
}
/*First Sub Level*/
.p7PMMh10 ul ul {
	width: 200px;
}
.p7PMMh10 ul ul li {
	float: none;
	background-color: #B50102;
}
.p7PMMh10 ul ul a {
	padding: 4px 12px;
	color: #FFFFFF !important;
	text-align: left;
	background-color: #B50102;
	border-top: 1px solid #CCCC9A;
	border-right: 1px solid #CCCC9A;
	border-bottom: 1px solid #CCCC9A;
	border-left: 1px solid #CCCC9A;
}
.p7PMMh10 ul ul a:hover {
	background-color: #000 !important;
	color: #FFF !important;
	background-image: none;
}
/*
SPECIAL IMAGE-BASED RULES
*/
.p7PMMh10 img {
	border: 0;
	vertical-align: bottom;
}
.p7PMMh10 .p7PMM_img {
	border: 0;
	background-image: none;
	background-color: transparent;
	padding: 0;
	margin-right: 2px;
}
/*
TRIGGERS and CUURENT MARK RULES
The Closed state relates to trigger items when their child menus are not showing
The Open state relates to trigger items when their child menus are showing
Selectors appended with _left Automatically change arrow position and orientation
if sub levels are set to fly out to the left
*/

/*Sub Level*/
.p7PMMh10 ul ul a.trig_closed {
	background-image: url(img/pmm_east_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMh10 ul ul a.trig_closed_left {
	background-image: url(img/pmm_west_dark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7PMMh10 ul ul a.trig_open {
	color: #FFF !important;
	background-color: #000 !important;
}
/*The Current Marker (You are here) links*/
.p7PMMh10 ul ul .current_mark {
	color: #FFF !important;
	font-weight: bold;
	text-transform: uppercase;
}

/*
Utility Rule used for Clearing floats in Horizontal Menus
*/
.p7pmmclearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3C3D34;
	background-image: url(graphics/small_square.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
body {scrollbar-base-color:#640000;}
.image_pad {
	padding: 5px;
}

.special {
	visibility: hidden;
	width: 5px;
}
.profiles {
	padding-right: 10px;
	padding-bottom: 10px;
}
.red_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B30101;
}
.p_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}

