body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #795e55;
	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: #000000;
	background-color: #795E55;
}
.thrCol #container { 
	background-repeat: no-repeat; 
	width: 915px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 690;
	background: #FFFFFF;
	background-image: url(../imgs/svcs-bg/svcs-bg.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #795e55;
	line-height: 20px;
	font-size: 16px;
	font-family: "Univers 57 Condensed", "Helvetica Condensed Light", "Helvetica Condensed", "Helvetica Light", "Arial Narrow", "Modern", Helvetica, Arial, Verdana, sans-serif;
} 
.twoCol #container { 
	padding: 0px; 
	background-repeat: repeat-y; 
	width: 915px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image: url(../imgs/basic-bg.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #999999;
	line-height: 20px;
	font-size: 16px;
	font-family: "Univers 57 Condensed", "Helvetica Condensed Light", "Helvetica Condensed", "Helvetica Light", "Arial Narrow", "Modern", Helvetica, Arial, Verdana, sans-serif;
} 
.thrCol #header, .twoCol #header {
	padding: 0px;  /* 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. */
	height:110px;
} 
#header h1 {
	padding-left: 0;
	padding-bottom: 7px;
	padding-right: 0;
	padding-top: 7px;
	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 */ /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrCol #nav1, .twoCol #sidebar1 {
	padding-left: 0px;
	width: 194px;
	padding-bottom: 26px;
	padding-top: 26px;
	padding-right: 21px;
	float: left;
}

.thrCol #nav1 img, .twoCol #sidebar1 img {
	padding-left: 26px;
}

#nav1 ul {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav1 li, #nav2 li, #nav2bis li, #nav3 li {
	padding-left: 26px;
	padding-bottom: 11px;
}
#nav1 li a:link, #nav2 li a:link, #nav1 li a:visited, #nav2 li a:visited,  #nav2bis li a:link, #nav2bis li a:visited {
	text-decoration: none;
	color: #795e55;
}

#nav3 li a:link, #nav3 li a:visited {
	text-decoration: none;
	color: #795e55;
	margin: 0px;
	list-style-type: none;
}
#nav1 li a:hover, #nav2 li a:hover, #nav3 li a:hover {
	text-decoration: underline;
}
#nav1 li {
	padding-left: 52px;
	padding-bottom: 11px;
}
#nav1 .on, #sidebar1 .on {
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../imgs/nav/on-1.gif);
}

.thrCol #nav3 {
 	margin-left: 5px;
 	padding-left: 0px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-top: 0px;
	margin-top: 62px;
	float: right;
	width: 444px; 
}

/* heigh of nav3 is specified in backgrounds.css */


#nav3 h3 {
	font-style: normal;
	font-weight: normal;
	line-height: 0px;
	font-size: 16px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav3 p {
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 26px;
	padding-left: 26px;
	background-repeat: no-repeat;
	background-image: url(../imgs/nav/nav3-p-bg.png);
	width: 244px;
	font-size: 14px;
	font-style: italic;
}

* #nav3 p {	_background-image: url(../imgs/nav/nav3-p-bg.gif);
}

#nav3 .wide {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 10px;
	width: 395px;
	padding-left: 26px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-top: 4px;
	background-repeat: repeat-y;
	background-image: url(../imgs/nav/nav3-p-bg.png);
}

#nav3 .wide a:link, #nav3 .wide a:visited {
	border-bottom-color: #7f7f7f;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #7f7f7f;
	text-decoration: none;
}

* #nav3 .wide {	_background-image: url(../imgs/nav/nav3-p-bg.gif);
}


#nav3 ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#nav3 li {
	padding-left: 26px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	line-height: 22px;
	color: #666666;
	margin: 0px;
	list-style-type: none;
}
#nav3 .on {
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../imgs/nav/on-3.png);
}

.thrCol #nav2 { /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
	padding-left: 0px;                                                                                                                                                                                                                                                                                                                                     
	padding-bottom: 0;                                                                                                                                                                                                                                                                                                                                     
	padding-right: 10px;                                                                                                                                                                                                                                                                                                                                     
	padding-top: 0;                                                                                                                                                                                                                                                                                                                                     
	margin-left: 246px;                                                                                                                                                                                                                                                                                                                                     
	margin-bottom: 0;                                                                                                                                                                                                                                                                                                                                     
	margin-right: 448px;                                                                                                                                                                                                                                                                                                                                     
	margin-top: 134px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.thrCol #nav2bis {
	color: #795e55;
	line-height: 1.30;
	font-size: 14px;
	padding-left: 0px;                                                                                                                                                                                                                                                                                                                                     
	padding-bottom: 0;                                                                                                                                                                                                                                                                                                                                     
	padding-right: 10px;                                                                                                                                                                                                                                                                                                                                     
	padding-top: 0;                                                                                                                                                                                                                                                                                                                                     
	margin-left: 246px;                                                                                                                                                                                                                                                                                                                                     
	margin-bottom: 0;                                                                                                                                                                                                                                                                                                                                     
	margin-right: 453px;                                                                                                                                                                                                                                                                                                                                     
	margin-top: 25px;
}

#nav2 ul, #nav2bis ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#nav2 .on, #nav2bis .on {
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../imgs/nav/on-2.gif);
}
#contactcard h2 {
	font-size: x-large;
	font-style: normal;
	font-weight: normal;
}
#contactcard {
	margin-right: 0px;
	margin-left: 271px;
	margin-bottom: 10px;
	margin-top: 70px;
	height: 280px;
	width: 550px;
	background-color: white;
	padding: 15px;
}


#footer, #midcontent { 
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #663333;
	font-size: 12px;
	padding-left: 0px; 
	padding-bottom: 20px; 
	padding-right: 0px; 
	padding-top: 20px; 
	background-color: #795e55; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	} 
#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 on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer2{
	padding-top: 10;
	color:#99FFF8;
}
#footer a{
	text-decoration: none;
	color: #cccccc;
}
#footer a:hover{
	border-bottom-color: white;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	color: white;
}


#midcontent, #midcontent a {
color: #ccc;}



.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;
}
.right {
	padding-left: 5px;
	padding-bottom: 1px;
	padding-right: 5px;
	padding-top: 1px;
	background-color: #795d54;
	float: right;
}
.right a:link, .right a:visited {
	text-decoration: none;
	color: white;
}
.right a:hover {
	text-decoration: underline;
	color: white;
}
#about #maintext a {
	border-bottom-color: white;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-decoration: none;
	color: white;
}
#about #list a {
	border-bottom-color: #bfbfbf;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-decoration: none;
	color: #7f7f7f;
}

