@charset "UTF-8";
/* 
	Master Style Sheet developed by Aaron Gough
	http://www.aarongough.com
*/

/************************************************
		 Styling for Standard Elements	
*************************************************/

body, html{
border: 0;
padding: 0;
margin: 0;
}

body{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
text-align: center;
background: #d6c6a1;
}

h1, h2, h3, h4, h5{
margin: 0;
padding: 0;
font-weight: bold;
}

img{
border: 0;
}

h1{
font-size: 18px;
}

h2{
font-size: 16px;
}

h3{
font-size: 14px;
}

h4{
font-size: 12px;
}

h5{
font-size: 12px;
}

p{

}

ul{

}

a:link, a:visited, a:hover {
	color: #d6c6a1;
	outline: none;
}
a:hover {
	text-decoration:none;
}

/************************************************
		Custom Styling for Specific IDs		
*************************************************/

#background_header {
width: 100%;
background: transparent url(images/template_images/background_header.jpg) top left repeat-x;
}

#background_footer {
width: 100%;
background: #e6e1d2 url(images/template_images/background_footer.jpg) bottom left repeat-x;
padding-bottom: 31px;
}

#container {
width: 979px;
margin: 0 auto 50px auto;
padding: 0;
background: transparent url(images/template_images/content_background_repeat.jpg) top left repeat-y;
text-align: left;
}

#container_header {
width: 979px;
background: transparent url(images/template_images/header.jpg) top left no-repeat;
position: relative;
margin: 0px;
}

#container_footer {
width: 979px;
background: transparent url(images/template_images/content_footer.jpg) bottom left no-repeat;
padding-bottom: 0px;
position: relative;
}

#header_spacer {
width: 979px;
height: 152px;
}

#content_column {
float: left;
display: inline;
width: 428px;
margin: 136px 0px 0px 80px;
padding-bottom: 100px;
color: #e6eaee;
}

#content_column h1 {
color: #819fbf;
font-weight: normal;
font-size: 22px;
}

#content_column h2 {
color: #819fbf;
font-weight: normal;
font-size: 20px;
}

#content_column p {
text-align: justify;
line-height: 1.3em;
}

#right_column {
float: right;
display: inline;
width: 416px;
margin: 0px 26px 0px 0px;
padding-bottom: 90px;
}

#spacer{
width: 100%;
height: 1px;
overflow: hidden;
clear: both;
}

#flash_box {
float: right;
display: inline;
width: 416px;
margin: 0px;
padding: 0px;
}

#thumbnail_box {
clear: both;
float: right;
display: inline;
width: 266px;
margin: 0px 75px 0px 0px;
padding: 0px;
}

#contact_box {
clear: both;
display: inline;
width: 240px;
float: left;
padding: 0px;
position: absolute;
bottom: 40px;
left: 80px;
margin: 0px;
color: #003e7e;
text-align: left;
}

#contact_box a {
color: #003e7e;
}

#copyright {
clear: both;
display: inline;
width: 290px;
float: right;
padding: 0px;
position: absolute;
bottom: 8px;
right: 90px;
margin: 0px;
color: #7d9bb7;
font-size: 11px;
text-align: center;
}

#walden_badge {
clear: both;
display: inline;
width: 240px;
float: right;
padding: 0px;
position: absolute;
bottom: 6px;
right: 400px;
margin: 0px;
color: #886d52;
font-size: 11px;
text-align: right;
}

#walden_badge a {
color: #886d52;
}


/* navigation */

#facebook{
position: absolute;
float: left;
top: 34px;
/*right: 90px;*/
left: 70px;
/*width: 467px;*/
z-index: 9999;
}

#header_menu{
position: absolute;
float: right;
top: 34px;
/*right: 90px;*/
right: 30px;
/*width: 467px;*/
height: 20px;
z-index: 9999;
}

#main_menu{
/*width: 527px;*/
height: 20px;
list-style: none;
margin: 0;
padding: 0;
text-align: center;
font-size: 13px;
z-index: 9999;
}

#home a{
width: 60px;
}

#services a{
width: 72px;
}

#home-repairs a{
width: 114px;
}

#gallery span {
width: 62px;
}

#about-us a{
width: 78px;
}

#testimonials a{
width: 84px;
}

#resources a{
width: 90px;
}

#contact a{
width: 66px;
}

.has_submenu, .no_submenu{
float: left;
display: block;
position: relative;
}

.has_submenu span, .no_submenu a, .no_submenu a:visited {
display: block;
height: 39px;
line-height: 39px;
padding: 0px;
color: #d6c6a1;
text-decoration: none;
width: 60px;
}

.has_submenu span:hover, .no_submenu a:hover, .active, .is_submenu li a:hover {
color: #fff;	
}

.is_submenu {
position: absolute;
left: 0px;
top: 35px;
margin: 0;
padding: 0;
list-style: none;
background: #3b1504;
width: 120px;
text-align: left;
}

.is_submenu li a, .is_submenu li a:visited {
display: block;
padding: 4px 12px;
color: #d6c6a1;
text-decoration: none;
}

/************************************************
Gallery	
*************************************************/

ul.slideshow {
	list-style:none;
	width:453px;
	height:334px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}


#slideshow-caption {
	width:453px;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:500;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}


/************************************************
				Global Classes	
*************************************************/

/* for any block-level elements */
.clear{ 
clear: both; 
}

.float_left{
float: left;
}

.float_right{
float: right;
}

/* for text */
.align_left{
text-align: left;
}

.align_right{
text-align: right;
}

.align_center{
text-align: center;
}

.align_justify{
text-align: justify;
}

.bold{
font-weight: bold;
}

.italic{
font-style: italic;
}

.underline{
text-decoration: underline;
}

.rightLink{
color: #1e3c7b;
text-decoration: underline;
}

/* for images */
.img_left{
float: left;
display: inline;
margin: 4px 10px 4px 0;
}

.img_right{
float: right;
display: inline;
margin: 4px 0 4px 10px;
}

/* for lists */
.nopadding{
padding: 0;
}

.noindent{
margin-left: 0;
padding-left: 0;
}

.nobullet{
list-style: none;
list-style-image: none;
}

.galleryTitle{
font-size: 19px;
color: #124e82;	
}

/************************************************
				Custom Classes	
*************************************************/


