/* CSS Document */

html { margin: 0; padding: 0; background: url(../images/htmlbg.gif) repeat; }

body {
	background: url(../images/mainBG.gif) repeat-x;
	background-position: 7px 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	height: 100%;
}
h1 {
	color: #990000;
	font-size: 20px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
}
h2 {
	color: #e56322;
	font-size: 24px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
}
h3 {
	color: #333;
	font-size: 20px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
h4 {
	font-size: 16px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	color: #AD9D79;
}
a {
	outline: none;
}
.articles {
	color: #000066;
	font-size: 18px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
}
/* --( Global Styles )-- */
.clear {
	clear: both;
}
.horRule {
	display: block;
	background: url(../images/sep.gif) no-repeat center;
	height: 24px;
}
.center {
	text-align: center;
}

/* --( Site Backgrounds )-- */
#wrap {
	width: 856px;
	margin: 0 auto;
}
#bodyBG {
	background: url(../images/bodyBG.gif) repeat-y;
}
#shadowTL {
	background: url(../images/bodyShadowTL.gif) no-repeat top left;
}
#shadowTR {
	background: url(../images/bodyShadowTR.gif) no-repeat top right;
}
#shadowBL {
	background: url(../images/bodyShadowBL.gif) no-repeat bottom left;
}
#shadowBR {
	background: url(../images/bodyShadowBR.gif) no-repeat bottom right;
}

/* --( Body Container )-- */
#bodyContainer {
	width: 780px;
	margin: 0 auto;
}

/* --( Header )--*/
#header {
	height: 79px;
	background: url(../images/headerBG.gif) repeat-x bottom;
}
#header h1 {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 12px;
	float: left;
}
#header h1 a {
	display: block;
	text-indent: -3000px;
	background: url(../images/logo.gif) no-repeat;
	height: 79px;
	width: 256px;
}
#navWrap {
	float: right;
	width: 355px;
	text-align: right;
	padding-right: px;
}
#navWrap h3 {
	display: none;
}
#nav1 {
	height: 38px;
}
#nav1 ul {
	width: 150px;
	margin: 0;
	padding: 0;
	float: right;
}
#nav1 ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#nav1 ul li span {
	display: block;
	float: left;
	background: url(../images/vertDot.gif) repeat-y top left;
}
#nav1 ul li a {
	display: block;
	float: left;
	padding-top: 15px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #7061a0;
	text-decoration: none;
}
#nav1 ul li.home a {
	background-image: url(../images/iconHome.gif);
	background-repeat: no-repeat;
	background-position: 5px 16px;
	padding-left: 20px;
	padding-right: 8px;
}
#nav1 ul li.contact a {
	background-image: url(../images/iconContact.gif);
	background-repeat: no-repeat;
	background-position: 5px 15px;
	padding-left: 24px;
	padding-right: 11px;
}
#nav1 ul li a:hover {
	text-decoration: underline;
}
#nav1 ul li.phone span {
	color: #CFDEE7;
	font-size: 12px;
	padding-top: 15px;
	padding-right: 8px;
	background: none;
}


/* --( Page Header )-- */
#pageGraph p {
	margin: 0;
}

/* --( Content )-- */
#contentWrap {
	padding: 25px;
	background: url(../images/contentShadow.gif) repeat-x top;
}

/* --( Homepage Text Content )-- */
	#contentWrap .content {
		float: left;
		width: 457px;
		line-height: 1.5;
	}
	* html #contentWrap .content { /* IE 6 HACK */
		padding-bottom: 25px;
	}

/* --( Homepage Services Listing )-- */
	#contentWrap .servicelisting {
		float: right;
		width: 246px;
		background: url(../images/sidemenu-bg.gif) repeat-y top left;
	}
	#contentWrap .servicelisting h3 {
		width: 246px;
		font-size: 22px;
		line-height: 1;
		color: #341c79;
		margin: 0;
		padding: 10px 0 11px;
		font-variant: small-caps;
		text-align: center;
		background: url(../images/sidemenu-head.gif) no-repeat;
	}
	#contentWrap .servicelisting ul {
		margin: 0;
		padding: 18px 0 18px 40px;
	}
	#contentWrap .servicelisting ul li {
		margin: .6em 0;
	}
	#contentWrap .servicelisting ul li a {
		color: #981b1e;
		font-size: 14px;
	}
	#contentWrap .servicelisting .foot {
		display: block;
		margin: 0;
		padding: 0;
		height: 15px;
		width: 246px;
		background: url(../images/sidemenu_foot.gif) no-repeat;
	}

/* --( Orange Buttons )-- */
#contentWrap .content h3.button {
	text-align: center;
	margin: 0 1.5em 0 0;
	padding: 0;
	float: left;
	width: 214px;
	font-weight: bold;
	font-size: 18px;
}
#contentWrap .content h3.button a {
	display: block;
	color: #FFF;
	background: url(../images/btn_orange.gif) no-repeat center top;
	text-decoration: none;
	line-height: 50px;
	padding-bottom: 26px;
}
#contentWrap .content h3.last {
	margin-right: 0;
}

/* --( About Styles )-- */
	#contentWrap .pic {
		float: right;
		width: 247px;
		padding-left: 10px;
		padding-bottom: 10px;
	}
	#contentWrap .about .content h3 {
		margin: 0;
	}
/* --( Links Page Styes )-- */
	#contentWrap .content ul.links li {
		line-height: 1;
		margin-bottom: .75em;
	}
/* --( Contact Styles )-- */
	#contentWrap .contact .content {
		width: 100%;
	}
	#contentWrap .contact .content  h3 {
		margin: 0;
	}

/* --( Instrument Styles )-- */
	#contentWrap .instruments .content {
		width: 100%;
	}
	#contentWrap .instruments .content .instrument_listing {
		clear: left;
	}
	#contentWrap .instruments .content .instrument_pic {
		margin: 0 0 15px 0;
		float: right;
	}
	* html #contentWrap .instruments .content .instrument_pic { /* IE 6 HACK */
		width: 236px;
	}
	#contentWrap .instruments .content .instrument_description {
		float: left;
		clear: right;
		width: 457px;
	}
	#contentWrap .instruments .content .horRule {
		padding: 25px 0;
	}
	#contentWrap .instruments .content .instrument_description h3, #contentWrap .instruments .content .instrument_description h4 {
		margin: 0;
	}


/* --( Footer )-- */
#footer {
	text-align: center;
	background: #FFF url(../images/footerBG.gif) repeat-x bottom center;
	padding: 0 0 26px;
	color: #a39cb6;
	font-size: 11px;
	margin: 0 auto;
	width: 780px;
	height: 116px;
}
#footer a {
	color: #a39cb6;
}
#footer h3 {
	display: none;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#footer ul li a {
	color: #a39cb6;
	font-weight: bold;
	text-decoration: none;
	padding: 0 6px;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer p.copyright {
	margin-top: 6px;
}
#footer span#footerSep {
	display: block;
	height: 8px;
	background: url(../images/dotSep.gif) no-repeat top center;
	padding-bottom: 18px;
}
