* {
	margin: 0px;
	padding: 0px;
	outline: none;
	font-family: 'Source Sans Pro', sans-serif;
	/*font-family: 'Open Sans Condensed', sans-serif;*/
}

a, img {
    border:none;
}

#container	{
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
	width:910px;
	height:540px;
	overflow:hidden;
	position:relative;
	/*background-color:green;*/
}

#topbox {
	margin: 0px 2px 0px 10px;
	width: 745px;
	height: 30px;
	float: left;
	/*background-color: red;*/
}

#logobox {
	margin: 0px;
	width: 138px;
	height: 30px;
	float: left;
	clear: right;
	outline: none;
	/*background-image:url(../images/logo.gif);
	background-repeat: no-repeat;*/
}

#topspacer {
	margin: 0px 0px 0px 10px;
	width: 884px;
	height: 36px;
	float: left;
	clear: right;
	/*background-color: silver;*/
}

#leftspacer {
	margin: 0px 0px 0px 10px;
	width: 16px;
	height: 330px;
	float: left;
	/*background-color: purple;*/
}

#left1content {
	margin: 0px;
	width: 132px;
	height: 330px;
	float: left;
	/*background-color: yellow;*/
}

#right1content {
	margin: 0px;
	width: 710px;
	height: 330px;
	float: left;
	/*background-color: #ccc;*/
}

#left2content {
	margin: 0px;
	width: 378px;
	height: 330px;
	float: left;
	/*background-color: yellow;*/
}

#right2content {
	margin: 0px;
	width: 464px;
	height: 330px;
	float: left;
	/*background-color: #ccc;*/
}

#left3content {
	margin: 0px;
	width: 200px;
	height: 330px;
	float: left;
	font-size: 13px;
	/*background-color: yellow;*/
}

#right3content {
	margin: 0px;
	width: 642px;
	height: 330px;
	float: left;
	/*background-color: #ccc;*/
}

#rightspacer {
	margin: 0px;
	width: 26px;
	height: 330px;
	float: left;
	clear: right;
	/*background-color: purple;*/
}

#bottomLspacer {
	margin: 0px 0px 0px 10px;
	width: 388px;
	height: 20px;
	float: left;
	/*background-color: silver;*/
}

#slidericons {
	width: 180px;
	height: 20px;
	float: left;
	text-align: center;
	/*background-color: red;*/
}

#slideshowPager {
  width: 290px;
  height: 20px;
  float: left;
	text-align: right;
  overflow: hidden;
}

#slideshowPager li {
  display: inline;
  list-style: none;
  cursor: pointer;
  background-image:url('../images/navSqrNone.png');
  background-repeat: no-repeat;
}

#slideshowPager li.activeSlide {
  background-image:url('../images/navSqrActive.png');
  background-repeat: no-repeat;
}

#propertySlides li {
	list-style: none;
}

#ar_projects {
	width: 290px;
	height: 20px;
	float: left;
	font-size: 13px;
	text-align: right;
	/*background-color: blue;*/
}

#bottomRspacer {
	width: 26px;
	height: 20px;
	float: left;
	clear: right;
	/*background-color: yellow;*/
}

#menubox {
	margin: 0px 0px 0px 11px;
	padding-right: 2px;
	width: 150px;
	height: 67px;
	float: left;
	text-align: right;
	/*background-color: plum;*/
}

#footerbox {
	margin: 0px;
	width: 732px;
	height: 66px;
	float: left;
	clear: right;
	outline: none;
	/*background-color: peru;*/
}

span.titles {
	font-size: 13px;
	font-weight: bold;
	text-shadow: 4px 4px 4px #aaa;
}

span.shadow {
	font-size: 16px;
	font-weight: bold;
	text-shadow: 2px 2px 4px #aaa;
}

.archs a {
	margin-left: 8px;
	color: #ccc;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#left3content p a {
	color: #DB4E26;
}

#right3content p {
	padding-top: 5px;
	font-size: 12px;
}

#right3content p a {
	color: #DB4E26;
}

.archs a:hover {
	color: #DB4E26;
}

.archs a.active {
	color: #DB4E26;
}

.orange {
	color: #DB4E26;
}

.norm {
	color: #000000;
}

.menu{
	/*font-weight: 900;*/
	font-size: 11px;
	line-height: 136%;
}

.menu a {
	color: #000000;
	text-decoration: none;
}

.menu a:hover {
	color: #DB4E26;
}

.menu a.active {
	color: #DB4E26;
}

.tborder {
	border-top: 1px solid #000000;
}

.rborder {
	border-right: 1px solid #DB4E26;
}

.bborder {
	border-bottom: 1px solid #DB4E26;
}

.lborder {
	border-left: 1px solid #000000;
}