@charset "UTF-8";
/* CSS Document for C.B. Harris & Company website, developed by Rocket Communications www.rocketsite.us, phone 703-346-7451 */

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	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: #666666;
}

#container {
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
}

#header {
	background: #FFFFFF;
	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: 175px;
	overflow: hidden;
}

/* #logo {
	width: 370px;
	height: 85px;
	margin: 30px 0px 0px 280px;
	background-image: url(images/logo_03.jpg);
} */

#MainMenu {
	font-size: .80em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#MainMenu ul {
	margin: 0px;
	padding: 0px;
	padding-top: 1em;
	list-style: none;
}

#MainMenu li {
	display: inline;
	padding: 0em 1.5em 0em 1.5em;
	text-decoration:none;
}

#MainMenu a:link, a:visited {
	text-decoration: none;
	color: #346493;
	border: 0;
}

#MainMenu a:focus, #MainMenu a:hover {
	color: #961919;
	text-decoration: underline;
}

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

#mainContent {
	font: 0.90em Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	background: #FFFFFF;
	height: 450px;
/* 	border: 2px solid #000000; */
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#mainContent h1 {
	margin: 0;
	padding: 10px 0;
	}

#ContentLeft {
	width: 620px;
	height: 406px;
	background-color:#FFFFFF;
	border-bottom: 22px solid #000000;
	border-top: 22px solid #000000;
}

#ContentLeftHomepage {
	width: 613px;
	background-image: url(images/homepage_bkgnd_07.jpg);
	background-repeat: no-repeat;
	height: 406px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border-top: 22px solid #000000;
	border-bottom: 22px solid #000000;
	}

#MainTextContainer {
	width: 600px;
	height: 390px;
	overflow: hidden;
	margin: 0px 5px 5px 5px;
	padding: 0px;
	text-align: left;
	}

#FullSpread {
	width: 570px;
	height: 300px;
	margin: 30px 10px 0px 20px;
	padding: 0px 0px 10px 0px;
	overflow: auto;
	text-align: left;
	}
	
#FullSpread2 {
	width: 570px;
	height: 360px;
	margin: 10px 10px 10px 20px;
	padding: 0px 0px 10px 0px;
	overflow: auto;
	text-align: left;
	}
	
.SqueezeList {
	line-height: 1.10em;
	margin-top: 0;
	margin-bottom: 0;
}

#threeWords {
	margin: 5px auto 0px;
	padding: 0;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #396496;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.35px;
}

	
#Column1 {
	width: 275px;
	height: 375px;
	overflow: auto;
	margin: 0px 5px 10px 10px;
	float: left;
	text-align: justify;
	}
	
#Column2 {
	width: 275px;
	height: 375px;
	overflow: auto;
	margin: 0px 10px 10px 5px;
	float: right;
	text-align: justify;
	}

#SubMenu {
	font-size: 18px;
	line-height: 2em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	float: right;
	display: inline;
	width: 300px;
	margin: 130px 5px 0px 0px;
	padding: 0px;
}

#SubMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 1em;
}

#SubMenu li {
	display: inline;
	padding: 0em 1.5em 0em 1.5em;
	text-decoration:none;
	color: #346493;
}

#SubMenu a:link, #SubMenu a:visited {
	text-decoration: none;
	color: #346493;
	border: 0;
}

#SubMenu a:focus, #SubMenu a:hover {
	color: #961919;
	list-style-image: url(images/cbharris_icon.gif);
	text-decoration: underline;
}

#ContentRight {
	width: 304px;
	float: right;
	height: 406px;
	border-top: 22px solid #961919;
	border-bottom: 22px solid #961919;
	border-left: 1px solid #000000;
/*	background-image: url(images/right_background.jpg);
	background-repeat: repeat-x;  */
}

#ContentRighthomepage {
	width: 312px;
	margin: 0;
	padding: 0;
	float: right;
	height: 406px;
	border-top: 22px solid #961919;
	border-bottom: 22px solid #961919;
}

#BlueBox {
	height: 125px;
	background-color: #346493;
	overflow: hidden;
}

#BlueBoxImage {
	height: 125px;
	overflow: hidden;
	} 

#BlueRow {
	margin: 5px 10px 5px 15px;
}

#BlueRowImage1 {
	margin: 0px 10px 0px 0px;
	float: left;
	overflow: hidden;
}

#BlueRowImage2 {
	margin: 0px 10px 0px 0px;
	float: left;
	overflow: hidden;
}

#BlueRowImage3 {
	margin: 0px 0px 0px 0px;
	float: left;
	overflow: hidden;
	}

#SideText {
	width: 270px;
	height: 280px;
	padding: 20px 10px 0 20px;
	overflow: auto;
	text-align: left;
	margin: 25 auto 0;
}

#SideTexthome {
	width: 270px;
	height: 385px;
	padding: 0px 10px 0px 20px;
	overflow: auto;
	text-align: left;
	margin: 0 10px 0 0;
}


#SubMenu2 {
	font-size: 0.8em;
	line-height: 1.3em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	margin: auto;
	padding: 0px;
}

#SubMenu2 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#SubMenu2 li {
	display: inline;
	padding: 0em;
	text-decoration:none;
	color: #346493;
}

#SubMenu2 a:link, #SubMenu2 a:visited {
	text-decoration: none;
	color: #346493;
	border: 0;
}

#SubMenu2 a:focus, #SubMenu2 a:hover {
	color: #961919;
	text-decoration: underline;
}


#container #mainContent #ContentLeft #mainTextContainer #FullSpread h1, h2, h3, h4, h5, h6 {
	color: #396496;
	margin: 5px 0 0 0;
	}


#container #mainContent #ContentLeft #mainTextContainer #FullSpread2 h1, h2, h3, h4, h5, h6 {
	color: #396496;
	margin: 5px 0 0 0;
	}



#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 100px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.15em;
	clear: both;
	text-align: center;
	color: #9BB6D2;
}

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

#Address {
	text-align: center;
	font-size: 0.7em;
	line-height: 1.25em;
	clear: both;
	}

#associations {
	text-align: center;
	font-size: 0.7em;
	line-height: 1.25em;
	clear: both;
	}	

#quote {
	text-align: center;
	font-size: 1.25em;
	line-height: 1.7em;
	clear: both;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	}

.quoteLeft {
	text-align: left;
	font-size: 1.00em;
	line-height: 1.20em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	}


.imgLeft {
	margin: 0px 15px 5px 0px;
	float: left;
}

.imgRight {
	margin: 0px 0px 5px 15px;
	float: right;
}

.tableBlueline {
	color: #fff;
	background-color: #0E4071; 
	/* font-weight: bold; */
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 2px;
}