@charset "UTF-8";
body {
	background-color: #e8e8e0;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.4;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h3, h4, h5, h6{
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h2 {
	font-family: Copperplate, "Copperplate Bold", "Copperplate Gothic Bold", "Copperplate Gothic Light", "Copperplate Light";
	margin-right: 100px;
	margin-left: 100px;
	text-align: center;
	font-size: 1.2em;
	font-weight: lighter;
}
.container .content h3 {
	font-family: Copperplate, "Copperplate Bold", "Copperplate Gothic Bold", "Copperplate Gothic Light", "Copperplate Light";
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	margin-right: 100px;
	margin-left: 100px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #0000000;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	text-align: center;
}
table {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	text-align: center;
}
td {
	padding-right: 3px;
	padding-left: 3px;
}

a img { 
	border: none;
}

a:link {
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #999980;
}


/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 800px;
	background-color: #FFF;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.header {
	background-color: #ffffff;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	clear: both;
	float: none;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

#logo1 {
	float: left;
	margin-top: 20px;
	text-align: center;
	margin-left: 110px;
}
.container .content table tr {
	padding: 0px;
}
#logo2 {
	float: right;
	margin-right: 140px;
	margin-left: 20px;
	margin-top: 30px;
}
#social {
	float: left;
	margin-left: 150px;
	margin-top: 10px;
}
#email {
	margin-right: 20px;
	text-align: left;
}
form {
	float: left;
	margin-right: 50px;
	margin-left: 160px;
}
.bgslideshow {
	height: 80px;
}


/* ~~ The footer ~~ */
.footer {
	background-color: #e8e8e0;
	clear: both;
	margin-top: 50px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	height: 2.3em;
	font-family: "Times New Roman", Times, serif;
	position: relative;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#footer1 {
	text-align: left;
	font-size: 0.8em;
	color: #3D352B;
	padding-left: 20px;
	float: left;
	text-decoration: none;
}
address {
	font-size: 0.9em;
	font-style: normal;
	color: #3d352b;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	padding-left: 20px;
}
#footer2 {
	text-align: right;
	font-size: 0.8em;
	color: #3D352B;
	padding-right: 20px;
}
.container .content #headerred {
	color: #F00;
}
.container .content #headerred h2 a:link {
	color: #F00;
}
