/* Styles for all components of common styles used in more than 1 page */
* {
	margin: 0;
 	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #364c62;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: slategray;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: rgb(227, 108, 9);
}		
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}
body {
	background-color:#777;
}
#container {
	margin: 0 auto 0;
	width: 1100px;
	position: relative;
	border: 1px solid #000;
}
#headshot {
	position: absolute;
	background-image: url(../assets/imgs/layout/headshot.png);
	background-repeat: no-repeat;
	width: 315px;
	height: 391px;
	left: 723px;
	top: 16px;
}
#headshotcas {
	position: absolute;
	background-image: url(../assets/imgs/layout/headshotcas.png);
	background-repeat: no-repeat;
	width: 354px;
	height: 391px;
	left: 703px;
	top: 5px;
}
#navmenu { 
	background-image: url(../assets/imgs/layout/temp_menu2.jpg);

	width: 1100px;
	height: 40px;   
}
#header {
	background-color: #fff;
	height: 100px;
	width: 1100px;
}
#mainlogo {
	background-image: url(../assets/imgs/layout/logo_big.jpg);
	background-repeat: no-repeat;
	height: 91px;
	width: 375px;
       float: left;
       margin: 3px 0 0 0;
}
#main {
	background-image: url(../assets/imgs/layout/backgroundmainbody.jpg);
	width: 1100px;
	height: 838px;   
}
#mainshort {
	background-image: url(../assets/imgs/layout/backgroundmainbodyv3.jpg);
	width: 1100px;
	height: 687px;   
}
#maincontentbody {
	position: relative;
	width: 1100px;
	height: 570px;
}

.clearfloat {
	clear: both;
}

#myfooter {
	position: absolute;
	left: 0;
	top: 721px;
	height: 102px;
	width: 1100px;

}
#logosmall {
	background-image: url(../assets/imgs/layout/logo_small.png);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 219px;
	margin: 25px 0 0 52px;
}
#bottomnav {
	float: right;
	height: 20px;
	width: 180px;
	margin: 35px 0 0 140px;
}

#cta_container h3 {
	text-align: center;
	padding: 10px 0 0 0;
        color:#1F497D;
}
#cta_container p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1f497d;
	text-align: center;
	padding: 9px 0 0 0;
}
.emptymenuitem {
width: 240px;
}

#testimonialbox {
	background-image: url(../assets/imgs/layout/TestimonialQuote.png);
	background-repeat: no-repeat;
	height: 68px;
	width: 636px;
	padding: 12px 5px 0 17px;
	margin: 21px 0 0 35px;
}
#testimonialtext {
	width: 605px;
	height: 53px;
}
#testimonialtext h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
        padding: 0 30px 0 41px;
}
#testimonialtext p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
        padding-top: 3px;
}
#testimonialtext a:link {

        text-decoration:none;
}

#testimonialtext  a:visited {

        text-decoration:none;
        color: #1F497D;
}

#testimonialtext a:hover {

        text-decoration:none;
        color: red;
}

#testimonialtext a:active {
        text-decoration:none;
        color: #1F497D;
}
.customermenuactive { 

   font-family: Verdana, Arial; 
   font-size:10pt;  
   font-weight: bold;
   padding: 0 10px;
}
hr {
height: 5px;
color: #364c62;
background-color: #364c62;
}
.blogwordhighlight {
     color: rgb(227, 108, 9);
}

#indentbullet ul {
   list-style-type: none;
   padding-left: 10px;
   margin-left: 0;
  }

#indentbullet li {
   list-style-image: none;
   background-image: url(/assets/imgs/layout/goldbullet2.png);

   background-repeat: no-repeat;
   background-position: left 2px;
  padding-left: 20px;
  padding-bottom: 20px;
  }

