/* Tech Builders, Inc. */

/* styles.css */
/* Designed by: AdMfg, Inc. (Ronald Calbick) */
/* Date: 07/30/09 */


/* ----------UNIVERSAL STYLES---------- */
* {
	margin: 0px;
	padding: 0px;
}

p {
	margin-bottom: 10px;
}

img {
	border: 0px;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

h1 {
	font-size: 20pt;
}

h2 {
	margin-bottom: 10px;
	font-size: 16pt;
	font-weight: normal;
	color: #878787;
}

/* ----------PAGE STYLES---------- */
body { 
    background: #ffffff;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 10.5pt;
	color: #000000;
}

/* ----------WRAPPER---------- */
#wrapper {
	position: relative;
	width: 800px;
	margin: 0px auto;
	padding: 0px 5px 5px 5px;
	text-align: left;
	border-right: 1px solid #878787;
	border-bottom: 1px solid #878787;
	border-left: 1px solid #878787;
	overflow: hidden;
}

/* ----------TOP CONTAINER---------- */
#topCon {
	position: relative;
	width: 800px;
	background: url(../images/courtyardMariot.jpg) bottom left no-repeat;
	overflow: hidden;
}

body.gallery #topCon {
	background: #ffffff;
}

/* Logo */
#logo {
	float: left;
	width: 200px;
	padding: 25px 0px 255px 100px;
}

body.gallery #logo {
	padding-bottom: 0px;
}

/* Content */
#content {
	position: relative;
	clear: right;
	float: right;
	width: 410px;
	padding: 20px 20px 0px 70px;
	overflow: hidden;
}

#content img {
	margin-bottom: 10px;
}

body.testimonials #content, body.community #content {
	height: 450px;
	overflow: auto;
}

#content hr {
	width: 75%;
	margin: 0px auto 10px auto;
	color: #c30306;
	text-align: center;
}

.testimonial {
	font-size: 9pt;
}

.photo {
	padding: 1px;
	border: 1px solid #c30306;
}

/* Galleries */
#gallery {
	clear: both;
	width: 760px;
	padding: 25px 0px 10px 40px;
}

.left, .middle, .right {
	float: left;
	width: 251px;
}

.thumb {
	position: relative;
	width: 143px;
	height: 66px;
	margin: 0px auto 25px auto;
	padding-left: 110px;
	font-size: 9pt;
}

.thumb img {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 1px;
	border: 1px solid #c30306;
}

/* ----------PRIMARY NAVIGATION---------- */
#primNav {
	float: right;
	width: 480px;
	padding-right: 20px;
	height: 100px;
	overflow: hidden;
}

#primNav ul {
	list-style-type: none;
	font-size: 12pt;
}

#primNav ul li {
	float: right;
	display: block;
	height: 25px;
	margin-left: 5px;
	padding: 75px 5px 0px 5px;
	background: #c6c6c6;
	text-align: center;
}

#primNav ul li a {
	text-decoration: none;
	color: #ffffff;
}

#primNav a:hover {
	text-decoration: underline;
}

/* ----------PRIMARY NAVIGATION POSITION CRUMBS---------- */
body.home #primNav ul li#home, body.about #primNav ul li#about, body.testimonials #primNav ul li#testimonials, body.community #primNav ul li#community,
body.contact #primNav ul li#contact {
	background: #878787;
}

/* ----------BOTTOM CONTAINER---------- */
#bottomCon {
	position: relative;
	clear: both;
	width: 800px;
	padding: 15px 0px 10px 0px;
	background: #c6c6c6;
}

/* ----------SECONDARY NAVIGATION---------- */
#secNav {
	position: relative;
	width: 800px;
	overflow: hidden;
}

#lodging a, #restaurant a, #retail a, #office a {
	display: inline;
	float: left;
	width: 150px;
	height: 105px;
	margin-left: 40px;
	text-decoration: none;
}

#lodging a  {
	background: url(../images/secNavLodging.jpg) no-repeat;
}

#restaurant a {
	background: url(../images/secNavRestaurant.jpg) no-repeat;
}

#retail a {
	background: url(../images/secNavRetail.jpg) no-repeat;
}

#office a {
	background: url(../images/secNavOffice.jpg) no-repeat;
}

#lodging a span, #restaurant a span, #retail a span, #office a span {
	visibility: hidden;
}

#lodging a:hover {
	background: url(../images/secNavLodging.jpg) 0px -105px no-repeat;
}

#restaurant a:hover {
	background: url(../images/secNavRestaurant.jpg) 0px -105px no-repeat;
}

#retail a:hover {
	background: url(../images/secNavRetail.jpg) 0px -105px no-repeat;
}

#office a:hover {
	background: url(../images/secNavOffice.jpg) 0px -105px no-repeat;
}

#secNavText {
	clear: both;
}

#secNavText div {
	display: inline;
	float: left;
	width: 150px;
	margin-left: 40px;
	text-align: center;
}

#secNavText a {
	text-decoration: none;
	font-size: 12pt;
	color: #000000;
}

#secNavText a:hover {
	text-decoration: underline;
}

#footer {
	clear: both;
	width: 800px;
	padding-top: 20px;
	font-size: 8pt;
}

#footer a {
	font-size: 8pt;
	color: #000000;
}

