/* - - - - - - - - - - - - - - - - - - - - -

Title :  Truckee Meadows Construction - CSS Framework

- - - - - - - - - - - - - - - - - - - - - */

/* -----PAGE ----- */

html {
	}	
	
body {
	background: #D3C28F url(../images/floorPlanBG.gif) repeat;
	color: #000000;
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	margin: 0px 0px 10px 0px;
	border: 0px;
	padding: 0px;
	}

/* ----- HEADER ----- */

#header {
	position: relative;
	height: 100px;
	background: #000000;
	}

#headerLogo {
	position: absolute;
	width: 250px;
	height: 70px;
	left: 10px;
	bottom: 10px;
	background: url(../images/TMCLogoBlk.gif);
	}
	
#headerLogo a {
	display: block;
	height: 100%;
	width: 100%;
	}

#headLine {
	position: absolute;
	width: 472px;
	height: 49px;
	right: 25px;
	bottom: 0px;
	background: url(../images/headLineBlk.gif);
	}
	
#headerBottom {
	position: relative;
	height: 30px;
	background: url(../images/elementFtr.gif);
	margin-bottom: 10px;
	}

#search {
	position: absolute;
	top: 25px;
	right: 15px;
	}

#search input.searchText {
	margin-right: 8px;
	vertical-align: middle;
	border-top: 1px solid #333333;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #333333;
	padding: 2px;
	width: 130px;
	}

#search input.searchSubmit {
	background: #8a1e04;
	border: 1px solid #333333;
	font-weight: bold;
	font-size: 10px;
	padding: 3px;
	color: #ffffff;
	vertical-align: middle;
	}

/* ----- NAV ----- */
	
#nav {
	position: relative;
	height: 30px;
	background: url(../images/elementHdr.gif);
	}
	
/* ----- BREADCRUMBS ----- */
	
#breadcrumb {
	position: relative;
	font-size: 10px;
	color: #8a1e04;
	padding-left: 3px;
	}
	
/* ----- INTRO ----- */
	
#introContent {
	position: relative;
	height: 250px;
	background: #8a1e04;
	text-align: right;
	color: #ffffff;
	}
	
#introContent a {
	color: #ffffff;
	font-weight: bold;
	}
	
#introContent a:hover {
	color: #D3C28F;
	}
	
#introContent h2 {
	margin-bottom: -15px;
	}
	
.introElement {
	position: relative;
	}
	
.left {
	position: relative;
	padding: 0px;
	width: 375px;
	height: 250px;
	}
	
.right {
	position: relative;
	width: 375px;
	height: 250px;
	padding: 10px 10px;
	overflow: auto;
	}

/* ----- CONTAINER ----- */
	
#container {
	position: relative;
	background: #ffffff;
	}
	
/* ----- PRIMARY ----- */
	
#primaryContent {
	position: relative;
	padding: 10px 0px;
	color: #000000;
	}
	
#primaryContent h2 {
	color: #000000;
	border-bottom: 1px dotted #000000;
	}
	
/* ----- SECONDARY ----- */
	
#secondaryContent {
	position: relative;
	overflow: hidden;
	padding: 10px 0px;
	color: #000000;
	}
	
.secondaryElement {
	position: relative;
	}
	
.secondaryElement.width250 {
	width: 242px;
	margin: 0px;
	}
	
.secondaryElement.middle {
	margin-left: 12px;
	margin-right: 12px;
	}

.secondaryElement h3 {
	color: #000000;
	border-bottom: 1px dotted #000000;
	}

.secondaryElement ul {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	}

.secondaryElement ul li {
	display: block;
	margin: 0;
	padding: 3px;
	list-style: none;
	}

.secondaryElement ul li a {	
	font-weight: bold;
	}

/* ----- FOOTER ----- */
	
#footer {	
	position: relative;
	height: 30px;
	margin: 0px auto;
	background: url(../images/elementFtr.gif) no-repeat;
	color: #ffffff;
	}

#footerLinks {
	position: relative;
	height: 30px;
	}

#footer ul{
	float: right;
	margin: 9px 0px 9px 0px;
	}

#footer ul li{
	display: inline;
	list-style: none;	
	}

#footer ul li a {
	float: left;
	padding: 0px 6px;
	line-height: 12px;
	color: #ffffff;
	border-right: 1px solid #ffffff;
	font-size: 10px;
	}

#footer ul li a.last {
	padding-right: 0;
	border-right: 0;
	}

#footer ul li a:hover {
	color: #D3C28F;
	}

/* ----- CLASSES ----- */

.columns {
	position: relative;
	overflow: hidden;
	}
	
.width {
	width: 770px;
	margin: 0px auto;
	}

.widthPad {
	width: 750px;
	margin: 0px auto;
	}
	
.floatLeft {
	float: left;
	}
	
.floatRight {
	float: right;
	}
	
.floatClear {
	clear: both;
	}
	
.title {
	}
	
/* ----- LINKS ----- */

a:link,a:visited,a:active {
	color: #8a1e04;
	font-weight: bold;
	outline: none;
	text-decoration: none;
	}

a:hover,a:focus {
	color: #D3C28F;
	font-weight: bold;
	outline: none;
	text-decoration: none;
	}

/* ----- HEADINGS ----- */

h1 {
	padding: 3px;
	}
h2 {
	padding: 3px;
	}
h3 {
	padding: 3px;
	}
h4 {
	padding: 3px;
	}
	
h5 {
	padding: 3px;
	}

/* ----- PARAGRAPHS ----- */

p {
	padding: 3px;
	}