/* CSS Document */
body {
	margin:0px;
	background-color: #212121;
	background-image: url(../images/repeat_l.gif);
	background-repeat: repeat-x;
	height:100%;
	text-align:center;
}
a:link, a:active, a:visited 
{
	color: #a9786f;
}
a:hover 
{
	color: #CFB3AD;
}
#quote {
	background:#38120b;
	padding:15px;
	border:1px dashed #666666;
}
h2 
{
	font: bold 16px "Times New Roman", Times, serif;
	color: #a9786f;
	border-bottom: 1px dashed #FFFFFF;
}
#content h1 {
	color:white;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: lighter;
}
#header
{
	height: 24px;
	width: 749px;
		background-image: url(../images/logo_top.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #000000;
	
}

#navigation
{
	padding-left: 176px;
	background-color: #000000;
}
.clear
{
	clear: both;
}
#flash
{
	width: 749px;
	height: 215px;
}
#breadcrumbs
{
	background-image: url(../images/repeat_content.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 539px;
	padding-left: 35px;
	padding-top: 2px;
	height: 19px;
	float: left;
	text-align: left;
		background-color: #63271c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #7A7A7A;
	text-transform: capitalize;
}
#recent_projects
{
	background-image: url(../images/recent_projects.jpg);
	background-position: right;
	background-repeat: no-repeat;
	float: right;
	width: 175px;

	height: 21px;
}
#breadcrumbs a
{
	color:white;
	text-decoration:none;
}
#breadcrumbs a:hover
{
	color:white;
	text-decoration: underline;
}
#header
{
	height: 24px;
}

#content
{
	width: 496px;
	background-image: url(../images/repeat_content.gif);
	background-repeat: repeat-y;
	background-position: left;
	min-height: 560px;
	height: auto !important;
	height: 560px;
	padding-left: 34px;
	padding-right: 44px;
	background-color: #63271c;
	color: #FFFFFF;
	text-align: left;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;	

}

#sidebar
{
	width:175px;
	min-height: 560px;
	height: auto !important;
	height: 560px;
	float: left;
	background-color: #38120B;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #b48a83;

}
#sidebar img {
	border: 1px solid #b76f62;
	margin: 15px 0 0;
}

#sidebar a {
	color: #b48a83;
	text-decoration:none;
}
#sidebar a:hover
{
	text-decoration: underline;
}
#footer
{
	width: 749px;
	height: 14px;
	background-color: black;
	text-align: center;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 5px 0;
}
#footer a
{
	color:#666666;
}
#footer a:hover
{
	color: #CCCCCC;
}
#container
{
	width: 749px;
	margin: 0 auto;
	text-align: left;
	background-color: #38120B;
}

/* navigation -*/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;

}
#nav a {
	display: block;
	width: 71px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1em;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 6px;	

}

#nav li { 
	text-align:center;
	border-right:1px solid #63271C;
	float:left;

}
#nav li:hover, #nav li.sfhover {
	background:#27100c;
}
#nav li ul { 
	position: absolute;
	background: #27100c;
	width: 150px;
	left: -999em; 
	height: 2em;
	border-bottom: 1px solid black;
	
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	width: 150px;
}


#nav li:hover ul a, #nav li.sfhover ul a {
	width: 150px;
	line-height: 2em;
	background: #27100c;
	padding-left: 3px;
	
}

#nav li:hover ul li {
	width: 150px;
	border-right: 1px solid black;
	border-left: 1px solid #63271C;
	border-bottom: 1px solid black;
	background: #27100c;
	position:relative;
	left:-1px;

}

#nav li.sfhover ul li {
	width: 150px;
	border-right: 1px solid black;
	border-left: 1px solid #63271C;
	border-bottom: 1px solid black;
	background: #27100c;
}

#nav li:hover ul li:hover, #nav li.sfhover ul li.sfhover, #nav li:hover ul a:hover {
	background: #3d1d15;
	display:block; 
	width: 150px;
}

#nav li.sfhover ul a:hover {
	background: #3d1d15;
	display:block; 
	width: 150px;
}
/*end navigation */
