@charset "UTF-8";

body {
	font: 0.90em, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.30em;
	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-image: url(../images/tile_square_sml.jpg);
	}
	
.tableText {
	padding: 0px 10px 0px 10px;
	}

#container {
	width: 950px;
	height: auto;
	margin: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF9e5;
	border-color: #593E1A;
	border-width: 3px;
	border-style: solid;
	padding: 0px 0px 0px 0px;
}

#header {
	background-image: url(../images/nameplate/nameplate_bckgnd.gif);
	background-repeat: repeat-x;
	height: 113px;
	padding: 50px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: auto;
}

a:link, a:visited {
	color: #593E1A;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	}
	
a:focus, a:hover, a:active {
	color: #000000;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	}


#namePlate {
	width: 510px;
	height: 70px;
	overflow: hidden;
	background-image:url(../images/nameplate/nameplate.gif);
	background-repeat: no-repeat;
	margin-left: 225px;
	padding: 0;
}

#phoneNum {
	width: 130px;
	padding: 0px 25px 0px 0px;
	margin-top: 45px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #593E1A;
	text-align: right;
	float: right;
	}
	
#container2 {
	width: auto;
	height: 55;
	padding: 0;
	margin: 0;
	}

#navBar {
	height: 54px;
	background-image: url(../images/nav_links/link_bckgnd.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	}

#mainContent {
	padding: 0 20px; 
}



.quoteTxt {
	font: 110% "Times New Roman", Times, serif;
	font-style: italic;
	}
	
.imgLeft {
	padding: 10px 15px 10px 0px;
	float: left;
	}
	
.imgRight{
	padding: 10px 0px 10px 15px;
	float: right;
	}

#columnContainer {
	width: auto;
	margin: 0px;
	padding: 0px;
	}

#leftColumn {
	width: 350px;
	}

#rightColumn {
	width: 500px;
	float: right;
}

#hBar {
	height: 69px;
	background-image: url(../images/hbar.gif);
	background-repeat: repeat-x;
	}

#footer {
	padding: 0 10px;
	/* background:#fdf9e5; */
	font: "Times New Roman", Times, serif;
	font-size: 70%;
	text-align: center;
}

#rocket {
	margin: auto;
	font-size: 0.90em;
	line-height: 1.00em;
	}

#header h1, h2, h3, h4, h5, h6 {
	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: 1px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #593E1A;
}

#mainContent h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 1px 0px;
	color: #593E1A;
	}
	
h1 {
	font-size: 1.15em;
	line-height: 1.20em;
	text-align: left;
	}

h2 {
	font-size: 1.10em;
	line-height: 1.15em;
	text-align: left;
	}

h3 {
	font-size: 1.05em;
	line-height: 1.10em;
	text-align: left;
	}

h4 {
	font-size: 0.90em;
	line-height: 1.00em;
	text-align: left;
	}

h5 {
	font-size: 0.80em;
	line-height: 0.90em;
	text-align: left;
	}

h6 {
	font-size: 0.70em;
	line-height: 0.80em;
	text-align: left;
	}

#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 */
}
