@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
* {
	
	font: 14px Open Sans;
	
	color: #000000;
}

body {
	position: relative;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	background-image:url(images/bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	
}

a { text-decoration:none;
    color: #6c8c49;
    font-weight: bold;
}

h1 {
	font-size: 48px;
	color: #6C8C49;
	margin-bottom:15px;
}

h5 {
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #6c8c49;
}

h6 {
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #6c8c49;
}

strong {
    font-weight: bold;
}

ul {
list-style: circle outside url('images/list_image.png');
}

.numberedlist li {
	padding-bottom:10px;
	list-style:decimal;
	color:#6c8c49;
	font-size:15px;
	line-height:100%;
}

#col_content span {
	color: #4D4D4D;
	font-size:12px;
}

img { 
	border: 0;
	padding: 0;
	margin: 0;
}

#top_bar {
	width: 100%;
	height: 6px;
	background-color: #EFF4F4;
}

#rainbow {
	width: 960px;
	height: 6px;
	margin: 0 auto;
}

#rainbow div {
	float: left;
	width: 240px;
	height: 6px;
}

#inner_container {
	width: 910px;
	padding: 25px;
	margin: 0 auto;
	background-color: #fff;
}

div.red {
	background-color: #B32317;
}

div.green {
	background-color: #B4CD95;
}

div.yellow{
	background-color: #FDBE56;
}

div.blue {
	background-color: #5D87A1;
}

#logo {
	float: left;
	
}

#menu, #menu a {
	color: #6C8C49;
	text-decoration: none;
	font: 11px/1.4em Verdana, Arial, Helvetica, sans-serif;
}

#menu a:hover, #menu a.active {
	color: #4B3D37;
}

#menu {
	width: 520px;
	float: right;
    text-align: right;
	padding-top: 30px;
}

#menu a.archer {
	float:left;
	font: 20px/1.3em "Archer Medium", Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	color: #4B3D37;
}

.mnuSep {
	float: left;
	display: inline-block;
	padding: 4px 12px;
}

#page_content {
	clear: both;
	min-height: 250px;
}

div.hr {
	clear: both;
	width: 910px;
	height: 5px;
	background-color: #EFF4F4;
	margin-top: 6px;
}

div.flash {
	width: 910px;
	height: 360px;
	background-color: #6C8C49;
	margin-bottom: 15px;
}

div.flash_half {
	width: 910px;
	height: 200px;
	background-color: #6C8C49;
	margin-bottom: 15px;
}

div#footer_left {
	float: left;
	padding-top: 6px;
	width: 45%;
}

div#footer_right {
	float: right;
	padding-top: 6px;
	width: 45%;
	text-align: right;
}

div#footer_disclamer
{ font-style:italic; color:Black;}

#footer_right a, #footer_left a {
	color:#786E69;
}

#footer a {
	color: #786E69;
	text-decoration: none;
}

/**** Homepage Images ****/
#departments>div {
	position: relative;
	float: left;
	width: 207px;
	height: 156px;
	padding: 0px 13px 15px 13px;
	border-left: 1px solid #dbd8d7;
}

#departments>div:first-child {
	padding-left: 0;
	border-left: 0;
}

#departments>div:last-child {
	padding-right: 0;
}

div.department {
	position: absolute;
	width: 187px;
	top: 110px;
	padding: 4px 10px;
	background-color: #EFF4F4;
	height: 17px;
	font-size: 18px;
	color: #4B3D37;
}
#hp_right_content {
	float: left;
	margin-top: 10px;
	width: 275px;
}

#hp_right_content div {
	padding-left: 30px;
	padding-right: 30px;
}

#label {
	background: url('images/button.jpg') center no-repeat;
	font-size: 18px;
	width: 245px;
	height: 18px;
	padding: 6px 0 4px 30px;
	margin-bottom:10px;
	color: #fff;
}
#label_blue {
	background: url('images/button_blue.jpg') center no-repeat;
	font-size: 18px;
	width: 245px;
	height: 18px;
	padding: 6px 0 4px 30px;
	margin-bottom:10px;
	color: #fff;
}
#label a, #label_blue a {
	font-size: 18px;
	color: #fff;
	text-decoration:none;
	display:block;
}
#hp_content {
	float: left;
	margin-top: 10px;
	width: 585px;
	padding: 0 35px 0 0;
}

#hp_content>p:first-child, #full_content>p:first-child {
	margin-top: 0;
	padding-top: 0;
	line-height:160%;
}

#headimage {
	width:100%;
	height:100px;
	background-color:#CCCCCC;
}

#col_content {
	width:55%;
	float:left;
}

#col2_content {
	float:right;
	margin-top:-50px;
	margin-right:20px;
}

.arrow {
	float:left;
	padding-top:200px;
}

#slideshow {
	position: relative;
	float:left;
	width: 325px;
	height: 240px;
	overflow: hidden;
}
#slideshow>div {
	position: absolute;
	top: 0;
	left: 326px;
}

#slideshow>div:first-child {
	left: 0;
}

#left_content {
	float: left; 
	width: 45%;
}

#right_content {
	float: left;
	width: 45%;
	margin-top:35px;
	margin-left: 5%;
}
#twitter_div{
    width:220px;
    background-color: #333333;
    float: right;
    padding: 7px;
    margin-left: 10px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 2px solid #cccccc;
    overflow: inherit;
}
#twitter_div h2{
    font-family: helvetica, arial, sans-serif;
    font-size: 17pt;
    color: #ff9900; 
}
#twitter_div{
    margin: auto;
    left:1; right:0;
    top:0; bottom:0;
}
#twitter_div a{
    font-family: helvetica, arial, sans-serif;
    font-size: 11pt;
    color: #ffffff;
    text-decoration: none;
}
#twitter_div a:hover{
    font-family: helvetica, arial, sans-serif;
    font-size: 11pt;
    color: #ff9900;
    text-decoration: none;
}
#twitter_div ul{
    list-style: none;
}
#twitter_div ul li{
    font-family: helvetica, arial, sans-serif;
    font-size: 13px;
    text-decoration: none;
    color: white;
    padding: 5px 5px 5px 5px;
    background-color: #990000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 7px;
}
#twitter_div ul li a{
    font-family: helvetica, arial, sans-serif;
    font-size: 13px;
    text-decoration: none;
    color: #c1a574;
}
#twitter_div ul li a:hover{
    font-family: helvetica, arial, sans-serif;
    font-size: 13px;
    text-decoration: underline;
    color: black;
}


.office_location {
float: left;
width: 250px;
padding: 0 5px;
}

.contact_form {
float: left;
width: 625px;
padding: 0 5px;
margin-top: 5px;
}

.p_img, .b_img, .d_img, .m_img {
position: absolute;
display:none;
top: 0;
}

.p_img:first-child, .b_img:first-child, .d_img:first-child, .m_img:first-child {
	display:block;
}