/* CSS Document */

/* --( Global Styles )-- */

html {
	margin: 0;
	padding: 0;
	background: url(../images/body_bg.jpg) repeat 0px 0px;
}

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #1A1818;
	height: 100%;
	background: url(../images/body-top_bg.jpg) repeat-x 0px 87px;
}
a {
	outline: none;
}
h1 {
	color: #00509C;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
}
h2 {
	color: #730909;
	font-size: 2em;
	font-weight: normal;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	color: #5D554E;
	font-size: 1.5em;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	line-height: 1;
	margin-bottom: 0;
}

h4 {
	color: #730909;
	font-size: 1.167em;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.5;
	margin: 0;
}

/* --( Classes )-- */

.clear {
	clear: both;
}

/* --( Wraps )-- */

#headerWrap {
	height: 87px;
	background: url(../images/header_bg.gif) repeat-x 0px 0px; /* Header Background */
}
#bodyWrap {	
}
#navWrap {
	height: 39px;
	background: url(../images/nav_bg.jpg) no-repeat center 7px; /* Nav Background */
	position: relative;
	margin-bottom: -46px;
	padding-top: 7px;
}
#footerWrap {
	height: 134px;
	background: url(../images/footerWrap_bg.gif) repeat-x bottom; /* Footer Background */
	border-top: 0px solid #808080; /* Footer Top Border */
}

/* --( Section Widths )-- */

#header, #body {
	width: 760px;
	margin: 0 auto;
}
#nav {
	width: 800px;
	margin: 0 auto;
	padding-top: 4px;
}
#footer {
	width: 800px;
	margin: 0 auto;
	background: url(../images/footer_bg.gif) repeat-x;
}


/* --( Header Styles )-- */

/* Logo */
	#header h1 {
		margin: 0 0 0 85px;
		float: left;
		padding-top: 43px; /* Logo Distance From Top */
	}
	#header h1 a {
		display: block;
		
		width: 137px; /* Logo Width */
		
		height: 29px; /* Logo Height */
		
		text-indent: -3000px;
		background: url(../images/logo_atholl.png) no-repeat; /* Logo Image */
		margin: 0px;
	}
#tools {
	float: right;
	font-size: 11px;
	width: 230px; /* Top Tools Bounding Box Size */
	margin-top: 43px;
	padding-left: 50px;
}
#tools h3 {
	display: none;
}
#tools ul {
	margin: 0;
	padding: 0;
	float: right;
	display: block;
}
#tools ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#nav1 li a {
	display: block;
	float: left;
	text-decoration: none;
	background-repeat: no-repeat;
	color: #5B88AC; /* Top Tool Navigation Text Color */
}
#nav1 li a:hover {
	text-decoration: underline;
}
#nav1 li.home a {
	background-image: url(../images/home.gif);
	background-position: 0 3px;
	padding-left: 16px;
	margin-right: 14px;
}
#nav1 li.contact a {
	background-image: url(../images/contact.gif);
	background-position: 0 2px;
	padding-left: 21px;
}
#tools .phone { /* Header Phone or Slogan */
	display: block;
	text-align: left;
	clear: both;
	margin-top: 43px 0 0;
	width: 144px;
	height: 37px;
	font-family: "Times New Roman", Times, serif;
	text-indent: -3000px;
	float: left;
	background: url(../images/logo_group.png) no-repeat; 
}
#tools .phone a {
	text-decoration: none;
	width: 144px;
	height: 37px;
	display: block;
}
#tools .phone span { /* Alternative Phone or Slogan  Styles */
	color: #7E7E7E;
	font-size: 20px;
} 

/* --( Navigation Styles )-- */

#nav h3 {
	display: none;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#nav ul li a {
	display: block;
	float: left;
	padding: 5px 20px; /* Primary Navigation Spacing */
	font-size: 1.667em;
	letter-spacing: .02em;
	line-height: 1;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #262424;
	text-decoration: none;
}
/* Fisrt and Last Link Padding */
	#nav ul li.first a {
		padding-left: 65px;
	}
	#nav ul li.last a {
		padding-right: ;
	}

#nav ul li span.sep {
	display: block;
	width: 2px;
	height: 32px;
	background: url(../images/navSep.gif) no-repeat;
	float: left;
}
#nav ul li a:hover {
	color: #663833;
}
#nav ul li img {
	position: relative;
	float: left;
	top: -87px;
}
/* --( Body Styles )-- */

#body {
	background-image: url(../images/main-content_bg.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	background-color: #FCFCFC;
	padding: 25px 20px;
	border-left: 1px solid #40331D;
	border-right: 1px solid #40331D;
}
#contentContainer .content {
	width: 534px;
	float: left;
}
#contentContainer .content p {
	line-height: 1.5;
}
#contentContainer .content dl.contact {
	float: left;
	width: 180px;
}
#contentContainer .content dl.middle {
	width: 150px;
	margin-right: 25px;
	margin-left: 25px;
}
#contentContainer .content dl.field {
	width: 175px;
}
#contentContainer .content dl.first {
	width: 175px;
	margin-right: 10px;
}
#contentContainer .content dl.contact dt {
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 1.5em;
	color: #730909;
	letter-spacing: .057em;
	border-bottom: 1px dotted #40331D;
}
#contentContainer .content dl.contact dd {
	margin-left: 0;
}
#contentContainer .content dl.contact dd p {
	margin-top: 0;
	
}
#contentContainer .content h3.contact span { margin-left: 105px; }
/* Page Graphic Headings */
	#contentContainer h2.home {
		background: url(../images/header-graphic_01.jpg) no-repeat top;
		padding-top: 185px;
		margin-top: 22px;
	}
	#contentContainer h2.bio {
		background: url(../images/header-graphic_01.jpg) no-repeat top;
		padding-top: 185px;
		margin-top: 22px;
	}
	#contentContainer h2.info {
		background: url(../images/header-graphic_01.jpg) no-repeat top;
		padding-top: 185px;
		margin-top: 22px;
	}
	#contentContainer h2.services {
		background: url(../images/header-graphic_01.jpg) no-repeat top;
		padding-top: 185px;
		margin-top: 22px;
	}
	#contentContainer h2.contact {
		background: url(../images/header-graphic_01.jpg) no-repeat top;
		padding-top: 185px;
		margin-top: 22px;
	}
#contentContainer.services p {
	margin-top: 0;
}
#contentContainer .horRule {
	display: block;
	height: 40px;
	background: url(../images/sep.gif) no-repeat center;
	margin-top: 6px;
}
#secondaryContainer {
	float: right;
    margin: 0;
    width: 213px;
}

/* Side Box Styles */
	#sidebox {
		border: 0;
		margin: 0;
		padding: 0;
	}
	#sidebox2 {
		border: 0;
		margin: 0;
		padding: 0;
	}

	
	/* Testimonials Top Margin */
		/*#sidebox.equipment {
			margin-top: 15px;
		}
		*/
	#sidebox legend, #sidebox2 legend {
		display: none;
	}
	#sidebox .head, #sidebox2 .head {
		display: block;
		margin: 0px;
		padding: 0;
	}
	
	/* html #sidebox {
		margin-right: -200px;
	}*/
	
	/* Box Heading Titles */
		#sidebox.specializing .head {
			height: 22px; /* Heading Height */
			width: 213px;
			background: url(../images/sidebox-cap-head.gif) no-repeat; /* Testimonials Heading */
		}
		#sidebox2.test .head {
			height: 22px; /* Heading Height */
			width: 213px;
			background: url(../images/boxHead_test.gif) no-repeat; /* Testimonials Heading */
		}
		
	#secondaryContainer fieldset .content {
		
		background: url(../images/sidebox_bg.jpg) repeat-y 0px 0px; /* Side Box Background Color */
		/*
		border-left:1px solid #E4E4E4; 
		
		border-right:1px solid #E4E4E4;
		*/
		width: 185px;
		
		padding: 14px;
		
		float: none;
	}
	
	#secondaryContainer fieldset .img {
		text-align: center;
	}
	
	#secondaryContainer fieldset .foot {
		display: block;
		height: 16px;
		width: 213px;
		margin: 0;
		padding: 0;
		background: url(../images/sidebox-cap-foot.gif) no-repeat;
	}
	* html #sidebox .foot {
		margin: 0 0 0 2px;
	}
	#sidebox p {
		margin-top: 0;
	}
	fieldset p.quote {
		text-indent: 30px;
		background: url(../images/boxQuote.gif) no-repeat top left;
		line-height: 15pt;
	}
	fieldset p.quote span {
		display: none;
	}
	fieldset p.smallRight {
		font-size: 11px;
		text-align: right;
	}
	#secondaryContainer fieldset ul {
		margin: 0 auto 20px;
		padding: 0;
	}
	#secondaryContainer fieldset ul li {
		margin-left: 0px;
		margin-bottom: .5em;
		list-style-type: none;
	}
	#secondaryContainer fieldset ul li a {
		text-decoration: none;
		color: #1F5D8F;
		margin-left: .6em;
	}
	#secondaryContainer fieldset ul li a:hover {
		text-decoration: underline;
	}
	#secondaryContainer fieldset ul ul {
		margin: 6px 0 0 20px;
	}
	#secondaryContainer fieldset ul ul li { list-style-type: circle; }

/* --( Contact Form )-- */
#contentContainer.home table thead {
	background: url(../images/form_box_top.gif) no-repeat top left;
}
#contentContainer.home table.formtab {
	background: #FFFFFF url(../images/form_box_center.gif) repeat-x bottom left;
}
#contentContainer.home table tfoot {
	background: url(../images/form_box_bottom.gif) repeat-x top left;
	height: 18px;
}
#contentContainer.home table.formtab {
	border-left: 1px solid #BDBCBD;
	border-right: 1px solid #BDBCBD;
}

/* --( Footer Styles )-- */

#footer {
	font-size: 11px;
	color: #9C5752; /* Footer Text Color */
	padding: 20px 0;
}
#footer a {
	color: #9C5752; /* Footer Link Color */
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	float:right;
	line-height: 16px;
	margin:0pt;
	text-align:right;
	padding-right: 20px;
}
#footer address {
	float: left;
	padding-left: 20px;
	font-style:normal;
}
#footer a.copyright {
	font-weight: normal;
}