/* CSS Global Styles */

/* Background image; http://www.sxc.hu/browse.phtml?f=view&id=330775 */

body {
	margin: 0 0 10px 0;
	padding: 0px;
	background: #D7D7DB url(site_images/bg.gif);
	border-top: 1px solid #D7D7DB;
	font-size: 65%;
}

/* Layout Styles */

#Layer_01 {
	margin: 0 auto;
	padding: 0 0 4px 0;
	width: 770px;
	background: #E3E3E7;
}

#Layer_02 {
	margin: 0 auto;
	width: 762px;
	background: #FAFAFA;
	border-left: 1px solid #D7D7DB;
	border-right: 1px solid #D7D7DB;
	border-bottom: 1px solid #D7D7DB;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 760px;
}

#Layer_03 {
	margin: 0 auto;
	padding: 140px 0 20px 0;
	width: 740px;
	background: #FAFAFA url(site_images/header.jpg) no-repeat top center;
	background-position: 5px 0;
	text-align: justify;
}

#Footer {
	margin: 20px 0 0 0;
	padding: 10px 100px 0 0;
	height: 50px;
	text-align: right;
	background: #FAFAFA url(site_images/floral.gif) no-repeat;
	background-position: 640px 0;
}

#Footer p {
	margin: 0px;
	padding: 2px;
	line-height: 40px;
}

/* Navigation Styles */

#Navigation {
	margin: 0 5px 20px 5px;
	padding: 10px 0 0 0;
}

#Navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#Navigation ul li {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 25%;
	height: 30px;
	font: bold italic 180%/30px Georgia, Palatino, Palatino Linotype, serif;
	text-align: center;
	border-bottom: 2px solid #D7D7DB;
	border-top: 2px solid #D7D7DB;
}

#Navigation ul li a:link, #Navigation ul li a:visited, #Navigation ul li a:active {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 98%;
	color: #A90505;
	background: #E3E3E7;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

#Navigation ul li a:hover {
	color: #000;
	background: #D7D7DB url(site_images/bg.gif);
}

/* Style Classes */

ul.Index, ul.Services {
	margin: 10px 0 15px 5px;
	padding: 0px;
	list-style-type: none;
}

ul.Index li, ul.Services li {
	margin: 2px;
	padding: 0 0 0 17px;
	font: normal 120% Georgia, Palatino, Palatino Linotype, serif;
	line-height: 170%;
	background: url(site_images/bg_list.gif) no-repeat;
	background-position: 0 6px;
}

ul.Services li {
	font-weight: bold;
	color: #BE731C;
}

.one {
	margin: 10px 5px 30px 5px;
	padding: 0 0 0 40px;
	background: url(site_images/quote_left.gif) no-repeat top left;
}

.two {
	background: url(site_images/quote_right.gif) no-repeat bottom right;
}

.two p {
	margin: 4px;
	padding: 0px;
	font: normal 120%/160% Georgia, Palatino, Palatino Linotype, serif;
	padding: 5px 0 0 0;
}

.portfolio, .portfolio-info {
	margin: 15px 0 20px 0;
}

.portfolio-img {
	float: left;
	margin: 10px 10px 10px 0;
	padding: 2px;
	border: 1px solid #999;
}

/* Global Styles */

acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted;
}

blockquote {
	margin: 20px 10px;
	padding: 0 0 0 10px;
	border-left: 2px solid #D7D7DB;
}

blockquote p {
	margin: 0px;
	padding: 0px;
	font: normal 140%/150% "Times New Roman", Georgia, Palatino, serif;
}

h1 {
	clear: both;
	margin: 0px 5px 25px 5px;
	padding: 10px 0 0 0;
	font: bold italic 180% Georgia, Palatino, Palatino Linotype, serif;
	line-height: 170%;
	color: #000;
	border-bottom: 1px solid #D7D7DB;
}

h2 {
	margin: 0 5px 5px 5px;
	padding: 10px 0 0 0;
	font: bold italic 160% Georgia, Palatino, Palatino Linotype, serif;
	line-height: 170%;
	color: #000;
	text-decoration: underline;
}

h3 {
	margin: 25px 5px 5px 5px;
	padding: 0px;
	font: bold italic 150% Georgia, Palatino, Palatino Linotype, serif;
	color: #000;
}

h4 {
	margin: 0px 5px 10px 5px;
	padding: 0px;
	font: bold italic 145%/150% Georgia, Palatino, Palatino Linotype, serif;
	color: #BE731C;
}

p {
	margin: 10px 5px 15px 5px;
	padding: 0px;
	font: normal 120% Georgia, Palatino, Palatino Linotype, serif;
	line-height: 170%;
	color: #000;
}

dl { margin: 0 0 20px 0; padding: 0px; }

dd { 
	font: normal 120% Georgia, Palatino, Palatino Linotype, serif;
	line-height: 170%;
	color: #000;
}

ul {
	margin: 0 0 0 5px;
	padding: 0px;
	list-style: none;
}

ul li {
	margin: 2px;
	padding: 0 0 0 17px;
	font: normal 120% Georgia, Palatino, Palatino Linotype, serif;
	line-height: 170%;
	background: url(site_images/bg_list.gif) no-repeat;
	background-position: 0 6px;
}

a:link, a:visited, a:active {
	color: #A90505;
}

a:hover {
	color: #D7D7DB;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

legend { display: none; }

input, textarea {
	margin: 2px;
	padding: 2px;
	font: normal 110% Georgia, Palatino, Palatino Linotype, serif;
	line-height: 170%;
	color: #000;
}
