body {
	background-image: url(../assets/white_wall.jpg);
	background-repeat: repeat;		
}

header {
	display:block;
}



.well {
	
	padding:30px;
	border:1px solid #ccc;
	background-color:#eee;
	margin-bottom:30px;
}

#bodyContents {
	background-color:#FFF;
	border:0px solid red;
	-webkit-box-shadow: 0 0 2px 1px #ccc;
	-moz-box-shadow: 0 0 2px 1px #ccc;
	box-shadow: 0 0 2px 1px #ccc;
	position:relative;
	padding-bottom:40px;
}

img#logo {
	margin-left:40px;
	margin-bottom:20px;
}
div#phone {
	margin:20px;
	text-align:right;
	font-size:24px;
	font-weight:600;
	margin-top:60px;
}
div#phone span {
	font-size:12px;	
	font-weight:500;	
}

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #333;
		font-family: 'Raleway', sans-serif;
		font-weight: 700;
		margin:0;
		padding:0;
		line-height:150%;
		}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 21px; font-weight:400; margin: 0px; color:#92342f; }
	h2 { font-size: 18px; font-weight:600; margin-bottom: 10px; }
	h3 { font-size: 16px; font-weight:500; margin-bottom: 10px; }
	h4 { font-size: 18px; margin-bottom: 4px; }
	h5 { font-size: 16px; margin-bottom: 8px; }
	h6 { font-size: 14px; font-weight:500; margin: 0px; color:#666; margin-bottom:20px;}
	.subheader { color: #777; }

	p { line-height:150%; margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: 600; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


	ul.list {
		list-style-position: outside;
		list-style-type: disc;
		margin:40px;
		font-size:13px;
	}


/*------------------------------------*\
	NAV
\*------------------------------------*/
nav {
	border:0px solid green;
	position:relative;
	left:0px;
	margin-bottom:0;
}
nav select { display: none; }
#nav{
	list-style:none;
	/* Clear floats */
	float:left;
	width:100%;
	/* Bring the nav above everything else--uncomment if needed.	*/
	position:relative;
	z-index:5;

	border-top:5px solid #92342f;
	background:#666;
}
#nav li{
	float:left;
	margin:0px;
	position:relative;
	font:14px 'Raleway',sans-serif;
	font-weight:500;
}

#nav a{
	display:block;
	padding:5px;
	color:#fff;
	background:#666;
	text-decoration:none;
	border-right:1px solid #999;
	padding-right:15px;
	padding-left:16px;
	padding-top:15px;
	padding-bottom:15px;
}
#nav a.active{
	background:#92342f;
	border-right:1px solid #92342f;
}
#nav a:hover{
	color:#fff;
	background:#999;
	text-decoration:none;
}
#nav a.active:hover{
	background:#92342f;
}
/*--- DROPDOWN ---*/
#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	/*left:-9999px;  Hide off-screen when not needed (this is more accessible than display:none;) */
	display:none;
}
#nav ul li{
	padding-top:0px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	/*left:0;  Bring back on-screen when needed */
	display:block;
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#999;
	text-decoration:none;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#fff;
	color:#666;
	font-size:14px;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#eee;
}
#nav li ul.contact {
	position:absolute;
	right:0px;	
}

#nav li ul.services {
	left:-1px;
}
/*------------------------------------*\
	NAV
\*------------------------------------*/



div.borderBox {
	border:1px solid #ccc;
	padding:20px;
	width:auto;
	height:auto;
}
div.borderBox img {
	margin-bottom:5px;
	width:100%;
}
div.borderBox p {
	font-size:13px;
	margin-bottom:0px;
}
.headBar {	
	border-bottom:1px solid #ccc;
}

.addPadding {
	padding:40px;	
}

nav#breadcrumbs {
	float:right;	
}
nav#breadcrumbs ul {
	float: right;
	padding-right: 0px;
	padding-left: 0px;
	position:relative;
	top:5px;
}
nav#breadcrumbs ul li {
	font-size: 11px;
	font-weight:300;
	display: inline-block;
	color: #999;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	margin-left: 5px;
	background-image: url("../assets/breadcrumbs.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% 50%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
}
nav#breadcrumbs ul li a {
	color: #92342f;
	text-decoration:none;
	font-size: 11px;
	font-weight:300;
}


nav#breadcrumbs ul li:first-child {
	padding-right: 0px;
	margin-left: 0px;
}


nav#breadcrumbs ul li:first-child, nav#breadcrumbs ul li:last-child {
	color: #999;
	background-image: none;
}


img.floatLeft {
	margin-right:20px;
	margin-bottom:20px;
	float:left;
	padding:3px;
	border:1px solid #ccc;
}
img.portrait {
	width:190px;
}



/*------------------------------------*\
	forms styles
\*------------------------------------*/

form {
	padding:20px;
	background-color:#f2f2f2;	
}

fieldset {
	width:100%;	
}
fieldset label {
	float:left;
	width:150px;
	font-weight:600;
	font-size:13px;
}

fieldset input {
	font-weight:normal;
}

span.required {
		color:#c00;
		margin-left:150px;
		width:210px;
}
label.error {
	width:auto;	
}
form input[type="submit"] {
	margin-left:150px;	
}

/*------------------------------------*\
	forms styles
\*------------------------------------*/

/*------------------------------------*\
	table styles
\*------------------------------------*/

table {
	font-size:13px;	
	width:100%;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

table td {
	padding:2px;
	padding-right:5px;	
}
table tr.withborder {
	border-bottom:1px solid #ccc;	
}

/*------------------------------------*\
	table styles
\*------------------------------------*/

footer {
	margin-top:20px;
	margin-bottom:20px;
	background-color:#666666;	
	padding-bottom:40px;
	-webkit-box-shadow: 0 0 2px 1px #ccc;
	-moz-box-shadow: 0 0 2px 1px #ccc;
	box-shadow: 0 0 2px 1px #ccc;
}
footer h4 {
	font-size:12px;
	font-weight:600;
	color:#e5e5e5;	
	text-transform:uppercase;
	margin-bottom:10px;
}
footer ul li {
	line-height:150%;
	color:#fff;
	font-size:11px;
	font-weight:400;
}
footer ul li strong {
	font-weight:500;
	color:#fff;
}
footer ul li a {
	font-size:11px;
	font-weight:400;
	color:#e5e5e5;
}
footer ul li a:hover {
	color:#fff;
	background-color:transparent;
}
footer ul li a:visited {
	color:#e5e5e5;
}
.extraMargin {
	margin-right:20px;	
}


.copyright {
	font-size:12px;	
}


.red {
 color:#F00;	
}


.pullQuote {
	font-size: 21px;
	font-style: italic;
	font-weight: 300;
	border-left:3px solid #e5e5e5;	
	padding-left:30px;
	padding-top:10px;
	padding-bottom:10px;
	line-height:150%;
	margin-top:40px;
}


.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.caption {
  position: absolute;
  display: block;
  bottom: 0;
  left:40px;
  top:40px;
  right: 0;
  padding: 40px;
  background-color: #fff;
  background-color:rgba(255,255,255,0.8);
  color: #999;
  width:361px;
  height:291px;
}

.caption strong {
	position:relative;
	display:block;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size:48px;
	color:#92342f;
	line-height:110%;
	margin-bottom:10px;
}
.caption span {
	position:relative;
	display:block;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size:18px;
	color:#333333;
	line-height:140%;
}

sup {
	font-size:.83em;
	vertical-align: super;
}




/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
		nav {
			left:0px;
		}
		
		#nav li:hover ul a{ 
			font-size:10px;
		}		
		#nav li{
			font-size:10px;
		}
		
		div#phone {
			margin:0px;
				margin-top:60px;
		}		
		
		.extraMargin {
			margin-right:20px;	
		}
		
		.pullQuote {
			font-size: 18px;
		}		
		span.required {
				margin-left:0px;
		}
form input[type="submit"] {
	margin-left:0px;	
}
img.portrait {
	width:190px;
}

.caption {
  height:200px;
  overflow:hidden;
}

.caption strong {
	font-size:34px;
}
.caption span {
	font-size:16px;
}



	
	}
	
/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
		

		nav ul {
			display:none;	
		}	
			
		nav select {
			display: inline-block;
			position:relative;
			left:0px;
			margin:20px;
			width:260px;
			padding:10px;
		}
		
		div#phone {
			display:none;	
		}
		
		img#logo {
			margin:20px;
		}
		
		.addPadding {
			padding:20px;	
		}
		
		p {
			font-size:13px;	
		}
		div.borderBox p {
			font-size:12px;
		}
		
		img.floatLeft {
			margin:0px;
			float:none;
			padding:3px;
			border:1px solid #ccc;
			width:252px;
		}
		.extraMargin {
			margin-right:0px;	
		}		
		.pullQuote {
			font-size: 21px;
			font-style: italic;
			font-weight: 300;
			border:none;	
			padding:30px;
			line-height:150%;
			margin-top:10px;
			background-color:#e5e5e5;
		}
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		width: 210px;
	}
	span.required {
			margin-left:0px;
	}	
form input[type="submit"] {
	margin-left:0px;	
}

.caption {
  display:none;
}


	
/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {

		nav ul {
			display:none;	
		}
		
		nav select {
			display: inline-block;
			position:relative;
			left:0px;
			margin:20px;
			width:380px;
			padding:10px;
		}
		
		img#logo {
			margin:0px;
			margin-top:20px;
			margin-bottom:20px;
			margin-right:80px;
			margin-left:80px;
		}
		
		.addPadding {
			padding:20px;	
		}

		p {
			font-size:14px;	
		}
		div.borderBox p {
			font-size:13px;
		}	
			
		img.floatLeft {
			margin:0px;
			margin-right:20px;
			margin-bottom:20px;
			float:left;
			padding:3px;
			border:1px solid #ccc;
			width:auto;
		}
img.portrait {
	width:190px;
}
		.pullQuote {
			font-size: 21px;
			font-style: italic;
			font-weight: 300;
			border:none;	
			padding:30px;
			line-height:150%;
			margin-top:10px;
			background-color:#e5e5e5;
		}	
form input[type="submit"] {
	margin-left:0px;	
}	
		
	}