/* 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%;
}







/*  Format tables------------------------------ */



#content1 table {
	width: 100%;
	font-size: 110%;
	margin: 0 0px 10px 0px; /* Creates space beneath table, since top margins have been removed on all text elements (p, h1, h2, h3). */
	border-collapse: collapse; /* Combines adjacent borders of table cells into one so they aren't doubled. Also removes space betwen cells with no borders. */
	border:1px solid #75A6CF;

	}

#content1 th, #content1 td {
	padding: 5px 4px 5px 3px; /* Creates space between borders and/or edge of background color and text. */
	color: #000;	
	border-bottom: 1px solid #75A6CF; /* Creates bottom border for each cell. */
	height:55px;
}






/* 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: #c0c0c0;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  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. */
}
/* Commonly used to style page titles. */
h1 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}
/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}
/* 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: #ffffff;
  margin: 20px auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 980px;
  padding: 0px 4px 4px 4px;
  
}
#outerWrapper #header {
  background-color: #ffffff;
  border-bottom: solid 1px #666; /* Sets the bottom border properties for an element using shorthand notation */
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* contains the navigation bar */
#outerWrapper #contentWrapper #navBar {
  margin: 0px 0px 0px 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 4px 0px 4px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  background-color: #ffffff; /*background color for navigation */
  
}
#outerWrapper #contentWrapper #flashHolder {
  margin: 0px 0px 0px 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  background-color: #ffffff; /*background color for navigation */
  
}
/* 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: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  background-color: #ffffff;
}
#outerWrapper #contentWrapper #content #text {
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 10px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  background-color: #ffffff;
}
#outerWrapper #footer {
  background-color: #ffffff;
  padding: 10px 10px 10px 30px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align:left;
  border-top:solid #999999 thin;
}

/* top navigation */

#topmenuindex{
	height: 26px;
	width: 100%;
	padding:0;
	margin:0 0 0 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#topmenu{
	height: 26px;
	width: 100%;
	padding:0;
	margin:0 0 0 0;
	background-image:url(/images/menu/bg.jpg);
	background-repeat:repeat-x;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}


#topnav{
	list-style:none;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	width:980px;
	z-index:100;
	position:relative;
	}
#topnav,
#topnav *{
	margin:0;
	padding:0;
	display:block;
	}
	#topnav li{
		float:left;
		position:relative;
		}
	#topnav li a{
		float:left;
		height:26px;
		line-height:26px;
		color:#fff;
		width:120px;
		text-decoration:none;
		text-align:center;
		font-size:11px !important;
		font-weight:bold;
		}
	#topnav li a:hover{
		color:#ffffff;
		background-image:url(/images/menu/left_o.jpg);
		background-repeat:repeat-x;
		}
	
	

	#topnav li.last a{
		border-right:none;
		}
	
	#topnav li ul{
		position:absolute;
		border-top:1px solid #ccc;
		top:26px;
		left:0;
		text-align:left;
		color:#fff;
		background:#D74F4F;
		}		
		#topnav li ul li,
		#topnav li ul li.small,
		#topnav li ul li.lastbox{
			clear:left;
			}
			#topnav li ul li a{
				padding:0 5px;
				width:170px;
				float:none;
				text-align:left;
				border:1px solid #ccc; 
				border-top:none; 
				}
			#topnav li ul li.small a{
				padding:0 5px;
				width:300px;
				float:none;
				text-align:left;
				border:1px solid #fff; 
				border-top:none; 
				}
			#topnav li ul li.lastbox a{
				padding:0 5px;
				width:130px;
				float:none;
				text-align:left;
				border-top:none; 
				}
			#topnav li ul li a:hover,
			#topnav li ul li.small a:hover,
			#topnav li ul li.lastbox a:hover{
				text-decoration:none;
				color:#fff;
				background:#008097;
				}	
				#topnav li ul li ul{
					top:-1px;
					left:182px;
					}
					#topnav li ul li ul li ul li a{
						width:100px;
						}	
#topnav li:hover ul,
#topnav li ul li:hover ul,
#topnav li ul li ul li:hover ul{
	display:block;
	}
#topnav li ul,
#topnav li:hover ul ul,
#topnav li ul li:hover ul ul{
	display:none;
	}

#topnav li a.drop{
	
	cursor:pointer;
	}
	#topnav li ul li a.drop:hover{
	background-image:url(/images/menu/left_o.jpg);
	color:#19224B;
	}
#topnav li ul li a.drop{
	
	}


body{
	behavior:url(/css/csshover.htc);
	}

/* Set the font classes */

.page-content {
font:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
size:12px;
}
a.page-content:Link {
font:Verdana, Arial, Helvetica, sans-serif;
color:#555555;
size:12px;
text-decoration:underline;
}
a.page-content:Visited {
font:Verdana, Arial, Helvetica, sans-serif;
color:#555555;
size:12px;
text-decoration:underline;
}
a.page-content:Active {
font:Verdana, Arial, Helvetica, sans-serif;
color:#555555;
size:12px;
text-decoration:underline;
}
a.page-content:Hover {
font:Verdana, Arial, Helvetica, sans-serif;
color:#555555;
size:12px;
text-decoration:none;
}
.pageTitles {
font:Verdana, Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:14px;
}
.TestimonialHome {
font:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
font-size:14px;
font-weight:bold;
font-style:italic;
line-height:20px;
text-align:left;
}
.TestimonialBold {
font:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
font-size:12px;
font-weight:bold;
font-style:italic;
line-height:16px;
text-align:left;
}
.Testimonial {
font:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
font-size:12px;
font-style:italic;
line-height:16px;
text-align:left;
}
.pageLinks {
font:Verdana, Arial, Helvetica, sans-serif;
color: #666666;
size:11px;
font-weight: normal;
}
a.pageLinks:Link {
font:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
size:11px;
text-decoration:none;
font-weight: normal;
}
a.pageLinks:Visited {
font:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
size:11px;
text-decoration:none;
font-weight: normal;
}
a.pageLinks:Active {
font:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
size:11px;
text-decoration:none;
font-weight: normal;
}
a.pageLinks:Hover {
font:Verdana, Arial, Helvetica, sans-serif;
color: #000000;
size:11px;
text-decoration:underline;
font-weight: normal;
}
.dLinks {
font:Verdana, Arial, Helvetica, sans-serif;
color: #666666;
size:14px;
font-weight: normal;
}
a.dLinks:Link {
font:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
size:14px;
text-decoration:none;
font-weight: normal;
}
a.dLinks:Visited {
font:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
size:14px;
text-decoration:none;
font-weight: normal;
}
a.dLinks:Active {
font:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
size:14px;
text-decoration:none;
font-weight: normal;
}
a.dLinks:Hover {
font:Verdana, Arial, Helvetica, sans-serif;
color: #000000;
size:14px;
text-decoration:underline;
font-weight: normal;
}