@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
}
#logo  {
	background-color:  #3953A4;
	height: 180px;
	width: 310px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	z-index: 100;
	margin-top: 0px;
	top: 0px;
}
#top-nav {
	position: absolute;
	height: 90px;
	width: 700px;
	left: 50%;
	margin-left: -190px;
	color: #B3B3B3;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	top: 0;
}
#top-nav a:link {
	color: #B3B3B3;
	text-decoration:none;
}
#top-nav a:visited {
	color: #B3B3B3;
	text-decoration:none;
}
#top-nav a:hover {
	color:  #3953A4;
	text-decoration:underline;
}
#top-nav a:active {
	color: #B3B3B3;
	text-decoration:none;
}
#side-nav {
	height: 140px;
	width: 280px;
	position: absolute;
	left: 50%;
	margin-left: -515px;
	margin-top: 85px;
	color: #E6E6E6;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	z-index: 90;
}
#side-nav a:link {
	color: #E6E6E6;
	text-decoration:none;
}
#side-nav a:visited {
	color: #E6E6E6;
	text-decoration:none;
}
#side-nav a:hover {
	color: #FFF;
	text-decoration:underline;
}
#side-nav a:active {
	color: #E6E6E6;
	text-decoration:none;
}
#header  {
	background: #4D4D4D;  /* 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. */
	margin-top: 118px;
	height: 254px;
	width: 100%;
	position: relative;
} 
#head-image {
	width: 800px;
	height: 254px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	z-index: 90;
}
#container  {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
} 
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 275px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-image: url(../images/side-nav-background-1.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #58595B;
	line-height: 130%;
	height: 385px;
}
#sidebar2  {
	float: left; /* since this element is floated, a width must be given */
	width: 275px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-image: url(../images/side-nav-background.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #58595B;
	line-height: 130%;
}
# fadeshow1 {
	width:255px;
	height:420px;
}
#mainContent  {
	margin: 0 0 0 330px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 28px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 180%;
} 
#mainContent a:link  {
	color: #3953A4;
	text-decoration:underline;
}
#mainContent a:visited  {
	color: #3953A4;
	text-decoration:underline;
}
#mainContent a:hover  {
	color: #3953A4;
	text-decoration:underline;
}
#mainContent a:active  {
	color: #3953A4;
	text-decoration:underline;
}
#footer  {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #3953A4;
	color: #FFF;
	height: 200px;
} 
#footer-inside  {
	background: #3953A4;
	color: #FFF;
	height: 130px;
	width: 1000px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
} 
#footer-inside a:link  {
	color: #FFF;
	text-decoration:none;
}
#footer-inside a:visited  {
	color: #FFF;
	text-decoration:none;
}
#footer-inside a:hover  {
	color: #4D4D4D;
	text-decoration:underline;
}
#footer-inside a:active  {
	color: #FFF;
	text-decoration:none;
}
#disclaimer {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	width:500px;
	height:45px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	text-align: left;
	margin-top: 20px;
}
#address {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	width:165px;
	height:45px;
	position: absolute;
	left: 50%;
	margin-left: 150px;
	text-align: left;
	margin-top: -10px;
}
#phone {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
	width:165px;
	height:45px;
	position: absolute;
	left: 50%;
	margin-left: 325px;
	margin-top: -10px;
}

.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;
}
.h1 {
	color:#000;
	font-size:24px;
	font-family:Tahoma, Geneva, sans-serif;
	border-bottom-color: #3953A4;
	border-bottom-style:solid;
	border-bottom-width:thin;
}
.h2 {
	color: #3953A4;
	font-size:18px;
	font-family:Tahoma, Geneva, sans-serif;
	border-bottom-color: #3953A4;
	border-bottom-style:solid;
	border-bottom-width:thin;
}
.h3 {
	color: #3953A4;
	font-size:18px;
	font-family:Tahoma, Geneva, sans-serif;
}
a:link {
	color:  #3953A4;
	text-decoration:none;
}
a:visited {
	color:  #3953A4;
	text-decoration:underline;
}
a:hover {
	color:  #3953A4;
	text-decoration:none;
}
a:active {
	color:  #3953A4;
	text-decoration:none;
}
.photo {
	border: thin solid  #3953A4;
	padding: 5px;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
	border-radius: .25rem;
	font-size:24px;
	color: #721c24 !important;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert a{
	color: #721c24 !important;
}