@charset "UTF-8";
body {
	font-family: 'Nunito', sans-serif;
	background-color: #8a9cae;
	margin: 0;
	padding: 0;
	color: #000;
	/*background-image: url(images/bg-header.png);   to remove full header - delete these last three styles and add the background color to the header style 
	background-repeat: repeat-x;
	background-position: top;*/
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	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: 80px;
	padding-left: 80px; /* 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. */
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Nunito', sans-serif;
}

h1  {
	font-size: 2.0em;
	color: #2d2f44; 
	margin-top: 20px;	
}

h2  {
	font-size: 1.6em;
	color: #7a776d;
	margin-top: 20px;
	border-bottom: 1px solid #666;
	padding-bottom: 5px;
}

h3  {
	font-size: 1.2em;
	color: #1a1c34;
	margin-top: 5px;
	padding-bottom: 0px;
}

p {
	font-family: 'Nunito', sans-serif;
	font-weight:300;
	color: #333;
	font-size:0.9em;
}

a img { 
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: none; 
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
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: underline;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 1024px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.header {
	height: 207px;
	background-image:url(images/gray.png);  
	border-bottom: 1px #fff solid;
	background-color:#ffffff;
}

.logo  {
	margin-top: 55px;
	margin-left: 25px;
}

.callUs   {
	display: block;
	width: 430px;
	background-color: #9fafc0;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin-top: -15px;
	padding:18px 20px 6px 30px;
	color: #fff;
	float: right;
	margin-right: 20px;	
	font-weight: bold;
	font-size: 130%;
	font-family: 'Roboto Condensed', sans-serif;
	text-align:center;
}

.headerTitle {
	color: #0b1e3d;
	font-size: 170%;
	float: left;
	margin-left: 455px;
	top: -50px;
	display: block;
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	position: relative;
}

.content {

	padding: 10px 0;
	background-color: #eae8d9;
}

#main ul li  {
	font-size: 0.9em;
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	color: #333;
	margin-left: 100px;
	list-style-image: url(images/bullet.png);
	padding-right: 80px;
}

/* ~~ The footer ~~ */
.footer {
	padding: 20px 0;
	background-color: #b9b3a4;
	overflow:auto;
	height:100%;
	width: 100%;
}

.footerContent  {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.footerBorder  {
	border-top: 1px solid #fff;
	margin-top: -20px;
	-moz-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.8);
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.8);
}

.footer p {
	font-size: 70%;
	color: #000;
	margin-left: -30px;
}

#footerBox  {
	display: block;
	background-color: #938e82;
	padding: 20px;
	float: right;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-top: 20px;
	width: 240px;
	color: #fff;
	clear: left;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	font-size: 130%;
	font-family: 'Roboto Condensed', sans-serif;
	text-align:center;
	font-weight:bold;
	-moz-box-shadow:    0px 6px 6px -3px #7e786b;
  	-webkit-box-shadow: 0px 6px 6px -3px #7e786b;
  	box-shadow:         0px 6px 6px -3px #7e786b;	
}

/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*  Main rotating image box on homepage  */
#mainBoxContainerHP   {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #f5f4ec;
	width: 960px;
	height: 284px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	-moz-box-shadow:    0px 6px 6px -3px #7e786b;
  	-webkit-box-shadow: 0px 6px 6px -3px #7e786b;
  	box-shadow:         0px 6px 6px -3px #7e786b;
	
}

.mainBoxHeader  {
	color: #72727e;
	font-family: 'Nunito', sans-serif;
	font-size: 1.6em;
	padding-top: 20px;
	display: block;
}

.mainBoxSubhead  {
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	font-size: 1.1em;
	margin-right: 10px;
	display:block;
}

.mainBoxButton  {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.5em;
	background-color: #5c6e82;
	color: #fff;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	padding: 10px 10px 10px 20px;
	margin-top: 15px;
	width: 525px;
	float: right;
	margin-right: 35px;
	-moz-box-shadow: 0px 6px 6px -3px #6e7c8d;
	-webkit-box-shadow: 0px 6px 6px -3px #6e7c8d;
	box-shadow: 0px 6px 6px -3px #6e7c8d;
}

.slider  {
	width: 280px;
	height: 250px;
	display: block;
	float: left;
	margin-right: 50px;
	margin-left: 40px;
	margin-top: 17px;
	margin-bottom: 10px;
}


/*  Lower boxes on homepage  */

#lowerBoxContainerHP  {
	width: 100%;
	display: block;
	overflow:auto;
	margin-bottom: 20px;
}

.boxText  {
	font-family: 'Nunito', sans-serif;
	color: #1a1c34;
	font-size: 1.0em;
	margin-left: 130px;
	margin-top: 15px;
	display:block;
}

.boxIMG  {
	border-bottom-left-radius:10px;
	border-top-left-radius: 10px;
}

.boxButton  {
	height: 36px;
	width: 36px;
	display: block;
	position:absolute;
	bottom: 5px;
	margin-left: 185px;
}

#lowerBoxContainerHP  .box1  {
	width: 232px;
	height: 160px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color:#fdfbf6;
	margin-right: 10px;
	margin-left: 34px;
	box-shadow: 3px;
	float:left;
	position:relative;
}

#lowerBoxContainerHP  .box2  {
	width: 232px;
	height: 160px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color:#fdfbf6;
	margin-right: 10px;
	box-shadow: 3px;
	float:left;
	position:relative;
}
#lowerBoxContainerHP  .box3  {
	width: 232px;
	height: 160px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color:#fdfbf6;
	margin-right: 10px;
	box-shadow: 3px;
	float:left;
	position:relative;
}
#lowerBoxContainerHP  .box4  {
	width: 212px;
	height: 140px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color:#17182d;
	box-shadow: 3px;
	float:left;
	position:relative;
	padding: 10px;
}

/* new form on homepage alternate styles  */

#lowerBoxContainerHP2  {
	width: 100%;
	display: block;
	overflow:auto;
	margin-bottom: 20px;
}

#lowerBoxContainerHP2  .box1  {
	width: 232px;
	height: 160px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #fdfbf6;
	margin-right: 25px;
	margin-left: 34px;
	box-shadow: 3px;
	float: left;
	position: relative;
}

#lowerBoxContainerHP2  .box2  {
	width: 232px;
	height: 160px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color:#fdfbf6;
	margin-right: 25px;
	box-shadow: 3px;
	float:left;
	position:relative;
}
#lowerBoxContainerHP2  .box3  {
	width: 232px;
	height: 160px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #fdfbf6;
	margin-right: 25px;
	margin-left: 34px;
	box-shadow: 3px;
	float: left;
	position: relative;
	display: block;
	margin-top: 25px;
}
#lowerBoxContainerHP2  .box4  {
	width: 212px;
	height: 140px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #17182d;
	box-shadow: 3px;
	margin-right: 20px;
	float: left;
	position: relative;
	padding: 10px;
	display: block;
	margin-top: 25px;
}

#lowerBoxContainerHP2  .box5  {
	width: 420px;
	height: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #17182d;
	box-shadow: 3px;
	float: right;
	position: relative;
	padding: 10px;
	margin-right: 34px;
}

.box4Text  {
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	font-size: 1.2em;
	text-align:center;
	margin-top: 15px;
	display:block;
	font-weight:bold;
}

.box5bText  {
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	font-size: 1.5em;
	text-align:center;
	display:block;
	font-weight:bold;
	margin-bottom: 5px;
}

.box5Text  {
	font-family: 'Roboto Condensed', sans-serif;
	color: #000;
	font-size: 0.9em;
}
/* end new form on homepage alternate styles  */

/* Navbar  */

/*begin top navbar styles */

#navbar {
	background: #16172c;
	height: 34px;
	width: 920px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	/*float: left;
	z-index: 100; /* the stack order: foreground 
	margin-bottom: 45px;*/
	-moz-box-shadow:   inset 0 0  4px #6f7f8f;
    -webkit-box-shadow: inset 0 0 4px #6f7f8f;
    box-shadow:         inset 0 0 4px #6f7f8f;
}

#navbar ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-size: 75%;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: 'Nunito', sans-serif;*/
}

#navbar a:link, #navbar a:visited {
	color: white;
	text-decoration: none;
	border-right: 1px #565876 solid;
	padding: 3px 20px 5px 20px;
	margin-top: 0px;
}

#navbar a:visited {
	color: white;
	text-decoration: none;
}

#navbar li {
	margin-top: 2px;
	float: left;
	height: auto;
	/*padding: 15px 15px 15px 15px;*/
}

#navbar li a {
	display: block;
	/*margin-top: -9px;*/
}

#navbar li a:hover {
	color: #fff;
	background-color: #6f7f8f;
	display: block;
	-moz-box-shadow:   inset 0 0  6px #6f7f8f;
    -webkit-box-shadow: inset 0 0 6px #6f7f8f;
    box-shadow:         inset 0 0 6px #6f7f8f;
}


/* nav drop-downs */
#navbar ul ul {
	display:none;
	position: absolute;
	z-index: 25; /* when it shows up, make sure it shows up on top */
	margin-left: -15px;
	padding: 7px;
	margin-top: 8px;
}

#navbar ul ul li {
	width: 125px;
	float: none;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D7CF;
	background-color: #512370;
	padding-top: 5px;
	height: auto;
	padding-bottom: 5px;
	font-size: 85%;
}

#navbar li:hover ul {
	display: block;
	background-color: #2A0000;
	border: 1px solid #FFF;
}

 /*end top navbar styles */
 
 .buttonHighlight a
 {
	width: 150px;
	background-color:#16172c;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 5px 10px;
	color: #fff; 
	-moz-box-shadow:    0px 6px 6px -3px #7e786b;
  	-webkit-box-shadow: 0px 6px 6px -3px #7e786b;
  	box-shadow:         0px 6px 6px -3px #7e786b;
 }
 
  .buttonHighlight a:hover
 {
	width: 150px;
	background-color:#8a9cae;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 5px 10px;
	color: #fff; 
	-moz-box-shadow:    0px 6px 6px -3px #7e786b;
  	-webkit-box-shadow: 0px 6px 6px -3px #7e786b;
  	box-shadow:         0px 6px 6px -3px #7e786b;
	text-decoration:none;
 }

/* for the FAQs */
.faq {
	width: 800px;
	cursor: pointer;
	margin: 10px 0px 10px 80px;
}
.faq_question {
	font-family: 'Nunito', sans-serif;
	font-weight:bold;
	margin: 5px 5px 5px -80px;
	font-size: 1.1em;
	color: #1a1c34;
}
.faq_answer {
	font-family: 'Nunito', sans-serif;
	background-color: #fafaf2;
	margin: 5px 5px 5px 5px;
	padding: 6px 8px;
	font-size:.9em;
	/* text-align: center; */
	/* color: #6E7ABA; */

	display: none;  /* the dflt. initial */
}
