/* -----  GENERAL -----  */

body {
	color: #000;
	background: #1D0000 url(design/footer.png) repeat-y center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 100.01%;
	text-align: center;
	margin: 0;
	padding: 0;
}
.noscreen {
	display: none;
	visibility: hidden;
}
.clearfloat {
	clear: both;
}
strong { font-weight: bold; }
em { font-style: italic; }

a img { border: none; }

.bigquotes {
	font-size: 900%;
	line-height: 100px;
	height: 50px;
	color: #CCC;
	float: left;
}

p, h1, h2, h3, h4, h5, ul, li {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

/* -----  HEADER -----  */

#header_wrap {
	background: #2d0000 url(design/header_repeat.png) repeat-x;
	height: 204px;
}
#header {
	margin: 0 auto;
	background: url(design/headerlogo.png) no-repeat top center;
	height: 204px;
	width: 1116px;
}
#header #navbar {
	margin: 0 auto;
	position: relative;
	top: 170px;
	text-align: center;
}
#header #navbar ul {

}
#header #navbar ul li {
	list-style: none;
	display: inline;
	margin: 0 50px 0 0;
}
#header #navbar ul li a {
	text-decoration: none;
	color: #000;
	padding: 10px;
}
#header #navbar ul li a:hover {
	color: #A00;
}
#header #navbar ul li.active a {
	color: #A00;
}
#breadcrumb_wrap {
	background: #600 url(design/breadcrumb.gif) repeat-x;
	height: 50px;
	text-align: center;
}
#breadcrumb {
	width: 820px;
	margin: 0 auto;
	padding: 10px 0 0 20px;
	text-align: left;
	color: #BBB;
	font-size: 14px;
}
#breadcrumb p {
}
#breadcrumb a {
	color: #BBB;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#breadcrumb a#active {
	color: #FFF;
}


/* -----  MAIN CONTENT -----  */

#main_wrap {
	background: #FFF;
	text-align: center;
	padding: 20px 0 0 0;
}

.container {
	text-align: left;
	margin: 0 auto;
	width: 800px;
	padding: 20px 0 5px 0;
}

.article {
	border: 0 solid #600;
	margin: 0 0 20px 0;
}
.article_header {
	height: 62px;
	background: #600 url(design/articlebar1.png) repeat-y center;
	color: #FFF;
	padding: 5px 0 5px 10px;
	overflow: hidden;
	font-family: "Adobe Garamond Pro", Garamond, "Times New Roman", serif;
}
.article_header h1 {
	font-size: 32px;
	font-weight: bold;
}
.article_header h2 {
	font-size: 16px;
}
.article_header img {
	float: right;
	margin: -5px -5px 0 0;
}
.article_body {
	padding: 20px;
	font-size: 13px;
}
.article_body p, .article_body ul {
	margin-bottom: 15px;
}
.article_body ul {
	list-style: outside disc;
}
.article_body ul li {
	margin: 0 0 6px 14px;
}

.article a {
	text-decoration: none;
	color: #600;
}
.article a:hover {
	text-decoration: underline;
	color: #A00;
}

/* -----  FOOTER -----  */

#footer_wrap {
	width: 100%;
	min-height: 100px;
}
#footer {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 0.7em;
	color: #FFF;
	line-height: 2em;
}
#footer_in {
	display: block;
	height: 30px;
	background: #FFF url(design/footer_in4.png) repeat-x top;
	margin: 0;
	padding: 0;
}	
#footer a {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul#links {
	list-style: none;
	padding: 0;
	
}
#footer ul#links li {
	display: inline;
	margin: 0 15px;
}
#footer ul#links li.end {
	margin: 0 0 0 15px;
}
#footer ul#links li.first {
	margin: 0 15px 0 0;
}
#footer ul#links li.active {
	font-weight: bold;
}
#footer #links a {

}
#footer #links a:hover {

}
#footer #copyright {
	display: inline;
	margin-right: 30px;
}
#footer #designedby {
	display: inline;
}

/* -----  INDEX PAGE ONLY  -----  */

#home .container {
	padding-top: 0;
}
#home #main_wrap {
	padding-top: 1px;
}
#index_container {
	width: 490px;
	padding-bottom: 10px;
	color: #222;
}

#index_feature {
	float: right;
}

#index_container h2 {
	color: #7e0101;
	font-size: 30px;
	line-height: 40px;
	margin: 20px 0 20px 0;
	font-weight: bold;
}
#index_container p, #index_container ul {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 20px 16px
}
#index_container li {
	margin-left: 20px;
}

#header_services, #header_about_bruce {
	height: 40px;
	width: 100%;
	background-position: 0 50%;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
	#header_services {
		background-image: url(design/home_h2_services.png);
	}
	#header_about_bruce {
		background-image: url(design/home_h2_about_bruce.png);
	}