/*

  CSS for Angel Ridge Website
  Designed By Living Blueprint
  -Employee: Paul Sheldrake
 
*/

/*---------------------------------   TAGS  --------------------------------------------------*/

body {
	background-image: url(../../img/background.jpg);
	}



/*---------------------------------   DIVS  --------------------------------------------------*/

#wrapper {
	width: 820px;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	
	background-color: #2b4906;
	border: solid 1px #5c832f;
	}
#legal {
	width: 500px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	}
#legal a {
	color: #666666;
    text-decoration: none;
}
#legal a:hover {
	color: #666666;
    text-decoration: underline;
}
#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	
	background-color: #D8C9A8;
	/*border: solid 1px #808080;*/
	}
#pic {
	width: 800px;
	height: 380px;
}
#menu {
	
	height: 20px;
	
	background-color: #5c8330;
	border-top: solid 1px #595652;
	border-bottom: solid 1px #595652;
}
#nav {
	float: right;
	color: #41301f;
	height: 15px;
	
	}
#nav a {
	margin-left: 8px;
	margin-right: 8px;
	text-decoration: none;
	}
#nav #home {
	height: 14px;
	width: 47px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../../img/menu-home.gif) bottom left no-repeat;
	display: block;
	float: left;
	margin-top: 3px;
	}
#nav #home:hover{
background-position: top left;
}
#nav #services {
	height: 14px;
	width: 70px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../../img/menu-services.gif) bottom left no-repeat;
	display: block;
	float: left;
	margin-top: 3px;
	}
#nav #services:hover{
background-position: top left;
}
#nav #gallery {
	height: 14px;
	width: 67px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../../img/menu-gallery.gif) bottom left no-repeat;
	display: block;
	float: left;
	margin-top: 3px;
	}
#nav #gallery:hover{
background-position: top left;
}
#nav #maintain {
	height: 14px;
	width: 79px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../../img/menu-maintain.gif) bottom left no-repeat;
	display: block;
	float: left;
	margin-top: 3px;
	}
#nav #maintain:hover{
background-position: top left;
}
#nav #contact {
	height: 14px;
	width: 76px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../../img/menu-contact.gif) bottom left no-repeat;
	display: block;
	float: left;
	margin-right: 3px;
	margin-top: 3px;
	}
#nav #contact:hover{
background-position: top left;
}	
	
#content {
	width: 800px;	
	background: url(../../img/create-big.png) bottom right no-repeat;
	height: 160px;
}
#content-spacer {
	width: 0px;
	height: 140px;
	float: left;
	border-left: solid 1px #666666;
}
#content-wrapper {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	}
#logo {
	margin-top: 20px;
	margin-left: 10px;
	float: left;
	}
#content-actual {
	width: 500px;
	margin-top: 10px;
	float: right;
	
	font-family: "Arial", san-serif;
	color: #372006;
	}
#content-actual ul {
	margin-top: 0px;
	margin-left: -20px;
	list-style: circle;
}
#content-actual ul#gallery {
	margin: 0px;
	list-style-type: none;
}
#content-actual ul#gallery li img {
	margin-bottom: 2px;
}
#content-actual ul#gallery li {
	width: 95px;
	float: right;
	margin-right: 10px;
	margin-top: 7px;
	font-size: 0.85em;
	letter-spacing: 0.03em;
	font-family: "Trajan Pro","Lucida Grande ",Arial,Helvetica,Sans,FreeSans,Jamrul,Garuda,Kalimati;
}
#content-actual ul#gallery a {
	text-decoration: none;
}
#content-actual ul#gallery a:hover {
	text-decoration: underline;
}
#content-actual ul#gallery li img {
	border: none;
}
#content-actual li {
	margin-left: 0px;
}
#content-actual a {
	color: #372006;
	text-decoration: underline;
}
#content-actual a:hover {
	color: #333333;
	text-decoration: none;
}
#content-actual-top {
	font-size: 14px;
	text-align: left;
	margin-bottom: 8px;
	}
#content-small-left {
	width: 245px;
	float: left;
	
	padding-right: 5px;
	font-size: 12px;
	}
#content-small-right {
	width: 245px;
	float: left;
	
	padding-left: 5px;
	font-size: 12px;
	}
#photo-gallery{
	margin-top: -3px;
	}
#photo-gallery img {
	background-color: #999999;
	border: solid 1px #666666;
	
	padding: 0px;
	margin-left: 2px;
	margin-top: 3px;
	margin-right: 2px;
	}
/*---------------------------------   CLASSES  --------------------------------------------------*/

.bullet {
	float: left;
	}
.cap-first-letter {
	font-size: 16px;
	font-weight: bold;
	}
