/* CSS for  */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 100% Georgia, Times New Roman, serif;
	background: #b2b2b2 url(/images/bg.jpg) repeat-x;
	text-align: center;

}

a { 
color: #9e290a;
text-decoration: underline;
 }
a:link { }
a:hover { 
text-decoration: none;
}

h1 {
	color: #071d2f;
	font-size: 1.4em;
	margin-bottom: 15px;
}
h2 {
	color: #fff;
	background-color: #071d2f;
	font-size: 12px;
	padding: 10px;
}
h3 {
	color: #9e290a;
	font-size: 1.2em;
	margin: 20px 0 0px 15px;
}

input { padding: 2px; }
option { padding: 1px 3px 1px 2px; }
ul { margin: 10px 0 10px 20px; }
li { margin: 0 0 5px 0; }

img { border: 0; }
img.l { margin: 0 10px 0 0; }
img.r { margin: 0 0 0 10px; }

.l { float: left; }
.r { float: right; }
.clear { clear: both; }
.clear-l { clear: left; }
.clear-r { clear: right; }

.b { font-weight: bold; }
.u { text-decoration: underline; }
.i { font-style: italic; }
.small { font-size: .89em; }
.large { font-size: 1.11em; }
.t-c { text-align: center; }
.t-r { text-align: right; }
.t-l { text-align: left; }


#main {
background: #b2b2b2 url(/images/bg.jpg) repeat-x;
    } 


		
.container {
  position:relative;
  width: 900px;
	margin: 0 auto;
	text-align: left;
		min-height: 500px;
}

.container p {
padding: 10px 15px 0 15px; 
}

.header {
height: 114px;
background-color: red;
background: #000 url(/images/header-bg.jpg) repeat-x;


}


.contact {
text-align: right;
float: right;
font-size: 70%;
color: #fff;
}
.logo {
float: left;
margin-top: 34px;
}
 
 
#nav {
 height: 52px;
 background: #7d7d7d url(/images/nav-top.jpg) repeat-x scroll 0 0;
 font-size: 0.9em;

}



#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav span {
  padding-bottom: 11px;
}

#nav a {
  padding-top: 15px;
  padding-bottom: 11px;
  display: block;
  color: #fff;
  font-family: Georgia, Palatino Linotype, Trebuchet MS,  serif;
  font-size: 1.0em;
  text-decoration: none;
	text-transform: uppercase;
	word-spacing:-3px;
  font-weight: bold;
}

#nav a:hover {
 color: #071e30;
}

#nav .active {
background: #fff url(/images/nav-active-bg.jpg) repeat-x 1px 0;
height: 52px; 
width: 
}

#nav .active a {
color: #071d30;
}

#nav li { /* all list items */
	float: left;
  padding: 0 8px;
  margin: 0;
	width: auto; /* width needed or else Opera goes nuts */
	margin-right: 15px; 
}


#nav li ul { /* second-level lists */
	position: absolute;
	background: #fff scroll 0 0 url(/images/nav-li-ul.jpg) repeat-x; /* Please change this */
	width: 202px;
	left: -999em;
  border-bottom: 1px solid #071d2f;
  border-left: 1px solid #071d2f;
  border-right: 1px solid #071d2f;
  margin-left: -9px;
	z-index: 100000;
}



#nav li ul li{ /* all list items */
	float: left;
  padding: 0;
  margin: 0;
	width: 202px; /* width needed or else Opera goes nuts */

}


#nav li ul a {

  margin: 0;
  width: 180px;
	margin: 0 15px 0 15px;
  padding: 4px 0 4px 0;
  display: block;
  color: #444444;
  font-family: Georgia, Times New Roman, serif;
  font-size: 0.9em;
  text-decoration: none;
	text-transform: none;
  font-weight: normal;
	word-spacing: 3px;
	border-bottom: 1px solid #e5e5e5;
	

}

#nav li ul a:hover {
  color: #9e290a;

}




#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



#nav li:hover, #nav li.sfhover {
    position: static;
}


.body {
background-color: #fff;
margin-top: 16px;
font: 100% Georgia, Times New Roman, serif;
padding-left: 18px;
padding-right: 18px;
padding-bottom: 10px;

}

.leftBody {
	float:left;
	width:507px;
	background: #fff url(/images/home-image.jpg) no-repeat;
	height: 455px;
  margin-bottom: 15px;
}

.leftBodyCopy {
position: relative;
top: 270px;
color: #fff;
font-weight: bold;

}

.rightBody {
 float: right;
 width: 330px;
 font-size: 0.9em;

}

.rightBody p {
padding: 0;
margin: 0;
}
.firstLetter {
float: left;

color: #071d2f;
font-size:2.5em;
line-height:37px;

margin:-3px 2px 0 0;
text-transform:capitalize;

}


.engageHome{

margin-top: 20px;
width: 308px;
display:block;
background-color: #eff1f2;
}


.engageInterior {
position: relative;
left: 15px;
margin-top: 20px;
width: 308px;
display:block;
background-color: #eff1f2;
}

.leftBodyInterior {
float:left;
	width:507px;
 font-size: 0.9em;
  margin-bottom: 15px;
}

.leftBodyInterior ul li{
margin-left: 15px;
}

.rightBodyInterior {
 float: right;
 width: 330px;
 font-size: 0.9em;
 height: 500px;

}
.rightBodyInterior .image{
position: relative;
top: 0;
left: 15px;
}
.rightBodyInterior .imageShadow{
background: #fff url(/images/imageshadow.jpg) no-repeat 100% 100%;
height: 221px;
margin-bottom: 15px;
}
.bottomBody {
 font-size: 12px;
  padding: 10px;
 background-color: #7d7d7d;
 color: #fff;
 clear: both;
 margin-bottom: 10px;
 }

.bottomBody  a {
  display: inline;
  color: #fff;
  font-family: Georgia, Palatino Linotype, Trebuchet MS,  serif;
  text-decoration: none;
  font-weight: bold;
}

.footer {
 font-size: 12px;
  padding: 10px 0 10px 10px;
 color: #0a243a;

}

.footer  a {
  padding-top: 10px;
  display: inline;
  color: #0a243a;
  font-family: Georgia, Palatino Linotype, Trebuchet MS,  serif;
  text-decoration: none;

}

.footer .bwm {
text-align: right;
float: right;
color: #606060;
}
.footer .bwm a {
color: #606060;
}
.footer .bwm a:hover {
color: #9e290a;
text-decoration: underline;
}





