/* You may adapt and learn from the elements of this CSS to use in your own
projects, but you may not copy the design (the unique combination of images,
colors, sizes, typography, and positioning) since this is copyright of ARC Bronze
and may not be reproduced. 
----------------------------------------------------------------------------------------*/

/* ARC Bronze Main Stylesheet
----------------------------------------------------------------------------------------*/

/* GLOBAL PAGE LAYOUT (Styles that determine the most basic layout and styles of the site) 
----------------------------------------------------------------------------------------*/
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image:url(/arc-images/bg.gif);
	background-repeat: repeat-x;
	background-color:#392008;
}
body {
	font-size: 12px;
	font-family:'lucida grande', verdana, sans-serif;
	color:#000000;
	text-align:center;
}
#container {
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	width: 784px;
	min-height:100%;
	text-align: left;
	position:relative;
	float: none;
}
* html #container {
	height:100%;
	width: 784px;
} /* For IE */
#main-content-container {
	width:784px;
	position:relative;
	float:left;
	background-image:url(/arc-images/left-box-bg-repeat.gif);
	background-repeat:repeat-y;
}


/* HEADER
----------------------------------------------------------------------------------------*/
#header {
	background-image:url(/arc-images/header-bg.jpg);
	height:58px;
	width:784px;
	margin-top:15px;
	position:relative;
}
#navigation {
	position:absolute;
	top:26px;
	left:178px;
	width:587px;
	height:32px;
}


/* FOOTER
----------------------------------------------------------------------------------------*/
#clearfooter {
	width:100%;
	clear:both;
	position:relative;
	float:left;
}
#bottom-box {
	background-image:url(/arc-images/footer-bg.jpg);
	height:57px;
	width:784px;
	margin-bottom:10px;
	position:relative;
	float:left;
}
#footer {
	width:784px;
	margin-bottom:25px;
	text-align:center;
	color:#766555;
	position:relative;
	float:left;
}

#login {
	color: #CC6500;
	text-decoration: underline;
}


/* LEFT BOX
----------------------------------------------------------------------------------------*/
#left-box {
	width:178px;
	height:514px;
	float:left;
	position:relative;
	background-image:url(/arc-images/left-box-bg.jpg);
}
#logo {
	position:absolute;
	top:-32px;
	left:9px;
}
#left-box-content {
	position:absolute;
	top:80px;
	left:29px;
	width: 144px;
	height: 383px;
}
#picture {
	width:131px;
	margin-left:2px;
	margin-top:2px;
}
#intro-text {
	width:139px;
	position:absolute;
	top:136px;
	left:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d9d2ae;
	line-height:1.4em;
	height: 324px;
	text-align:center;
}
#arc-ind-link {
	width:129px;
	position:absolute;
	top:315px;
	left:9px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d9d2ae;
	line-height:1.4em;
	height: 83px;
	text-align:center;
}
#autodesk-logo {
	width:52px;
	position:absolute;
	top:220px;
	left:45px;
}
#address-txt {
	width:132px;
	position:absolute;
	top:202px;
	left:7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#d9d2ae;
	line-height:.9em;
	height: 78px;
}
#refs-btn {
	position:absolute;
	top:350px;
	left:3px;
	width: 137px;
}
#address-txt a:link {
	color: #d9d2ae;
	text-decoration: none;
}
#address-txt a:visited {
	color: #d9d2ae;
	text-decoration: none;
}
#address-txt a:active {
	color: #d9d2ae;
	text-decoration: none;
}
#address-txt a:hover {
	color: #d9d2ae;
	text-decoration: underline;
}


/* MAIN BODY for ALL SECTIONS
----------------------------------------------------------------------------------------*/
#main-box {
	width:606px;
	float:left;
	position:relative;
}
#repeat-bg {
	background-image:url(/arc-images/main-box-bg-repeat.gif);
	background-repeat:repeat-y;
	position:relative;
	float:left;
	width:606px;
}
#main-box-bg {
	background-image:url(/arc-images/main-box-bg.jpg);
	background-repeat: no-repeat;
	width:574px;
	position:relative;
	float:left;
	padding:20px 0 0 32px;
}
#home-ssp {
	position:relative;
	width:523px;
	float:left;
}
#main-content {
	width:523px;
	position:relative;
	float:left;
	
}
#recent-projects {
	width:154px;
	float:left;
	position:relative;
	margin:15px 0 0 0;
	height:275px;
	background-image:url(/arc-images/projects-bg.gif)
}
.prj-txt {
	width:135px;
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#d9d2ae;
	line-height:1.3em;
}
.prj-line {
	width:135px;
	position:absolute;
}
#main-txt {
	width:354px;
	position:relative;
	float:left;
	margin:15px 15px 0 0;
}
#section-title {
	position:relative;
	width:523px;
	float:left;
	
	border-bottom: solid 1px #000000;
}
#section-txt {
	width:523px;
	position:relative;
	float:left;
	margin:15px 0 0 0;
}
.section-box {
	position:relative;
	float:left;
	width:523px;
	margin-bottom:25px;
}
.para-bullet {
	background-repeat: no-repeat;
	background-image: url(/arc-images/orange-bullet.gif);
	background-position: 0px 6px;
	padding:0 0 2px 13px;
	margin-left:15px;
	line-height:1.5em;
}
.service-pic {
	width:200px;
	float:right;
	text-align:center;
	margin-left:15px;
}
.pic {
	background-color:#FFFFFF;
	padding:4px;
	margin-bottom:4px;
	border: solid 1px #7F4E1F;
}
.portfolio-pic {
	width:200px;
	float:left;
	text-align:center;
	margin-right:15px;
}
/* HTML TAGS
----------------------------------------------------------------------------------------*/
h1, h2, h3, h4 {
	margin: 0;
	padding: 0 0 2px 0;
	font-family:'Trebuchet MS';
}
h1 {
	font-size: 20px;
	color:#2f1a07;
	font-weight:bold;
}
h2 {
	font-size: 18px;
	color:#2f1a07;
	font-weight:bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
p {
	line-height:1.4em;
	padding:0px 0 10px 0;
	margin:0;
}
p a:link, p a:visited, a:active, a:hover {
	text-decoration: none;
}
a:link {
	color: #2f1a07;
	text-decoration: none;
}
a:visited {
	color: #2f1a07;
	text-decoration: none;
}
a:active {
	color: #2f1a07;
	text-decoration: none;
}
a:hover {
	color: #2f1a07;
	text-decoration: underline;
}
a {
}
input {
	font-family:'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size:9.8pt;
	color:#666666;
}
.alignleft {
	text-align: right;
}

.quote {
	text-indent: 15;
}

