body {
	background-color:#0A0A0A;
	margin:12px 0 0 0;
	font-family:Tahoma, Verdana, Helvetica, Arial, sans-serif; 
	font-size: 13px; 
	line-height:17px; 
	color:#FFFFFF;
	text-align:center;
}

/* Default redefinitions */
strong { font-weight: bold; color:#9F1E19; }
a { color:#065af8;text-decoration:none; }
a:hover { color:#BEB800; }
img { border: none; }
form { display:inline; margin:0; }
ul { margin-top:0; margin-bottom:0; }
/* /Default redefinitions */

#wholeThing {
	margin:0 auto;
	width:900px;
	text-align:center;
}

#bannerFrame {
	position:relative;
	width:900px;
	height:280px;
}

/* NAVBAR STUFF */

ul#navbar {
	position:absolute;
	top:260px;
	left:0px;
	width:900px;
	list-style-type: none;
	padding:0;
	margin:0;
}

#navbar li {
	float:left;
	height:20px;
}

ul#navbar2 {
	list-style-type:none;
	padding:0;
	margin-bottom:12px;
	text-align:right;
}

#navbar2 li, #navbar2 li a {
	margin-bottom:10px;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	color:#666666;
}

#navbar2 li a:hover {
	color:#BEB800;
}

#navbar2 li a.here {
	color:#065af8;
}
 
ul#navbar3 {
	list-style-type:none;
	padding:0;
	margin-bottom:12px;
	text-align:right;
}

#navbar3 li, #navbar3 li a {
	margin-top:2px;
	margin-bottom:2px;
	font-size:11px;
	line-height:12px;
	font-weight:bold;
	color:#666666;
}

#navbar3 li a:hover {
	color:#BEB800;
}

#navbar3 li a.here {
	color:#065af8;
}
 
/* /NAVBAR STUFF */

#frameTop {
	display:block;
	clear:both;
}

#frameTop {
	width:900px;
	height:80px;
}

#contentFrame, #contentFrameIndex {
	/* Stupid kludge to prevent margin-collapsing */
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	/* /Stupid kludge to prevent margin-collapsing */
	width:876px;
	padding:12px;
	min-height:300px;
	background:#FFFFFF;
	color:#4D4D4D;
	text-align:left;
}

#contentFrameIndex {
	width:900px;
	padding:0;
	border:none;
}

.column1 {
	width:139px;
	margin-top:36px;
	float:left;
	padding-right:18px;
}

.column2 {
	width:552px;
	margin-top:36px;
	float:left;
	padding-right:18px;
}

.column3 {
	width:139px;
	margin-top:36px;
	float:right;
}

.column23 {
	width:719px;
	margin-top:36px;
	float:right;
}

.more {
	color:#BEB800;
	font-size:11px;
	text-decoration:none;
}

.quote {
	margin-bottom:0;
	font-family:Times,"Times new roman",serif;
	font-style:italic;
	font-weight:bold;
	font-size:13px;
	color:#000000;
	line-height:17px;
}

.attribution {
	margin-top:0px;
	font-family:Times,"Times new roman",serif;
	font-weight:bold;
	font-size:13px;
	color:#000000;
	line-height:17px;
}

.tableRowLabel {
	text-align:right;
	font-weight:bold;
}

.hoursTable, .calloutTable {
	background:#F6F3E1;
	border-top:1px solid #9F1E19;
	border-bottom:1px solid #9F1E19;
}

.calloutTable {
	margin:12px auto;
	padding:12px;
	text-align:center;
	font-size:16px;
	line-height:24px;
	font-family:Times, 'Times New Roman', serif;
}

#footerNav, #footerNav a {
	padding:4px 0;
	color:#FFFFFF;
	font-size:11px; 
}

#footerNav a:hover {
	color:#BEB800;
}

img.imageRight, img.imageLeft, img.imageCenter, div.imageRight img, div.imageLeft img, div.imageCenter img {
	border:2px solid #D2C2A9;
}

.imageRight {
	float:right;
	margin:4px 0 4px 12px;
}

.imageLeft {
	float:left;
	margin:4px 12px 4px 0;
}

.imageCenter {
	text-align:center;
	margin:4px auto;
}

.caption {
	margin-top:-4px;
	font-size:13px;
	text-align:center;
	font-family:Times,"Times new roman",serif;
	font-style:italic;
}

.label {
	margin-top:8px;
	color:#4D4D4D;
	font-size:16px;
	text-align:center;
}

.imageLeft .caption, .imageRight .caption, .imageCenter .caption {
	margin-top:0;
}

#pageHeader {
	position:absolute;
	top:131px;
	left:200px;
	width:650px;
	height:44px;
	background:#FFFFFF;
}

H1 {
	color:#4D4D4D;
	font-size:10px;
	font-weight:bold;
 	line-height:17px;
 	margin-bottom:12px;
 	text-transform:uppercase;
}

H2 {
	color:#9F1E19;
	font-size:13px;
	font-weight:bold;
	margin-top:4px;
	margin-bottom:0;
}

H2 A {
	color:#0080CB;
	font-size:13px;
	font-weight:bold;
}

H2 + P.location {
	margin-top:0;
}

.location {
	font-style:italic;
}

H3 {
	color:#9F1E19;
	font-size:11px;
	font-weight:bold;
	margin-top:4px;
	margin-bottom:0;
}

H3 + P {
	margin-top:0;
}

table.projects {
	margin-top:24px;
}

table.projects td {
	background:#f6f6f6;
	padding:2px;
}

table.projects tr td:first-child {
	background:#ffffff;
	text-align:right;
}

#projectsImageSwitcher {
	margin-top:0;
	text-align:right;
	font-size:10px;
}

#projectsImageSwitcher + p {
	margin-top:4px;
}

.projectsImageButton {
	margin-left:6px;
	margin-right:6px;
	cursor:pointer;
}

.projectsImageButton:hover {
	color:#065af8;
}

#projectsImage {
	float:left;
	margin:0 12px 12px 0;
	/*border:6px solid #929497;*/
}

a.pageLink {
	clear:both;
	text-align:right;
	letter-spacing:.1em;
	text-transform:uppercase;
	display:list-item;
	list-style-position:inside;
	list-style-image:url(http://nextgem.com/clients/lrsarchitects.com/images/go.gif);
	text-decoration:none;
	margin-top:4px;
}

/* FAQ */
.q {	
	margin-top:24px;
	font-weight:bold;
	color:#93553D;
}

.a {
	margin-top:-8px;
}
/* /FAQ */


#contentFrameFix {
	clear:both;
}

.center {
	text-align:center;
}

.inputText {
	border:1px solid #451E17;
	background:#BB6D23;
	color:#FFFFFF;
}

.separator, .noseparator {
	clear:both;
	border-bottom:1px solid #7A9B5B;
	margin:6px 0 6px 0;
	padding-top:2px;
}

.noseparator {
	border-bottom:none;
}