/*  
Name: Dearborn Precision Layout Stylesheet
URI: http://tux.glengroup.com/dev/todd/dearborn/css
Description: Version: 1.0 - Layout Styling
Author: Todd Libby - todd@glengroup.com
Author URI: http://www.glengroup.com/
*/

/**** Fix Firefox link border bug ****/

a {
	outline: none;
	}

html {
	background-image: url(uploads/images/bg.gif) repeat-y;
	}
	
body#splash, body.inner {
	background-color: #333;
	margin: 0;
	padding: 0;
	}
	
img {
	border: 0;
	}
	
#wrapper {
	height: auto;
	margin: 0 auto;
	padding: 0;
 	}
	
#container {
	background-color: #333;
	}
	
.innerWrap {;
	display: table;
	width: 754px;
	height: auto;
	background-color: #666;
	background-image: url(uploads/images/metalbg.jpg);
	background-repeat: repeat-x;
	}
	
#left {
	position: absolute;
	float: left;
	width: 138px;
	height: 100%;
	}
	
#center {
	position: absolute;
	width: 470px;
	height: 855px;
	background-color: #666;
	background-image: url(uploads/images/bg.gif);
	background-repeat: repeat-y;
	border-left: 1px solid #fff;
	margin: 0 0 0 137px;
	padding: 0;
	}
	
.contentMain {
	position: absolute;
	background-color: #fff;
	width: 600px;
	height: 855px;
	margin: 0 5px 0 0;
	padding: 15px 0 120px 0;
	border-left: 1px solid #fff;
	}
	
#contentCap {
	background-color: #fff;
	background-image: url(uploads/images/contentcapbg.gif);
	background-repeat: repeat-y;
	float: right;
	width: 610px;
	height: auto;
	margin: -5px 6px 0 0;
	padding: 1px 0 30px 0;
	border-left: 1px solid #fff;
	}
	
.content {
	position: absolute;
	background-color: #fff;
	width: 600px;
	height: auto;
	margin: 0 5px 0 0;
	padding: 15px 0 30px 0;
	border-left: 1px solid #fff;
	}
	
.centerwrap {
	position: absolute;
	width: 470px;
	height: 855px;
	background-color: #333;
	border-right: 3px solid #333;
	margin-left: 1px;
	padding: 0;
	}
	
#right {
  position: absolute;
	width: 167px;
  top: 200px;
  left: 630px;
	}
	
#innerRight {
	background-color: #666;
	width: 225px;
  height: 249px;
  float: left;
  margin-left: 6px;
	}

#innerRight img {
  margin: 8px 0 0 5px;
  }

#navSide {
  margin: 0;
  padding: 0;
  }

#navSide li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  }

#navSide li a {
  font-family: Verdana, Arial, Tahoma, Helveticas, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #fff;
  padding: 0;
  margin-top: 10px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 3.2em;
  }

#navSide li a:hover {
  color: #fc3;
  font-weight: normal;
  }

#foot {
	height: 200px;
	width: 470px;
	background-color: #666;
	background-image: url(uploads/images/dearbornfootbg.jpg);
	background-repeat: no-repeat;
	clear: both;
	margin: -5px 0 0 0;
	padding: 0;
	}

#footer {
	float: left;
	height: 200px;
	width: 754px;
	background-color: #666;
	background-image: url(uploads/images/tilebottom.jpg);
	background-repeat: repeat-y;
	margin: 412px 0 0 0;
	padding: 0;
	}
	
#footerInd, #footerCap {
	float: left;
	height: 200px;
	width: 754px;
	background-color: #666;
	background-image: url(uploads/images/tilebottom.jpg);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	}
	
/* INDUSTRY PHOTOS STYLING */

.indPhotos {
	margin: 5px 0 0 3px;
	padding: 0;
	}
	
.indPhotos li {
	list-style-type: none;
	display: inline;
	}

.indPhotos img {
	width: 190px;
	}
	
/* END INDUSTRY PHOTOS STYLING */

/* MISCELLANEOUS IMAGE STYLING */

.leftImg {
	float: left;
	}

.rightImg {
  float: left;
	}

.rightImg img {
  margin-left: 4px;
	}

.leftImg #leftDesc, .rightImg #rightDesc {
  position: absolute;
  display: none;
  background: #000;
  font-weight: bold;
  padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
  }

/* END MISCELLANEOUS IMAGE STYLING */

/* MISCELLANEOUS STYLING */

.newsArticlecontain {
	width: 600px;
	height: auto;
	margin: 0;
	padding: 0;
	}

#news-img img {
	float: left;
	padding: 10px;
	margin: 0;
	}

/* END MISCELLANEOUS STYLING */

/* LOGIN STYLING */

.login {
	height: 653px;
	}

.welcomemsg form {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	width: 370px;
	}

.welcomemsg form fieldset {
  clear: both;
  font-size: 90%;
  border: 1px solid #000;
  padding: 10px;
  margin: 0;
  background-color: #fff;
	}

.welcomemsg form fieldset legend {
  font-size: 100%;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #666;
  border: 1px solid #000;
  margin: 0;
  padding: 2px 5px;
	}

.welcomemsg label {
  font-size: 90%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.welcomemsg input, .welcomemsg select, .welcomemsg textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 90%;
  color: #000;
	}

.welcomemsg form div {
  clear: left;
  display: block;
  margin: 5px 0 0 0;
  padding: 1px 3px;
	}

.welcomemsg form div fieldset {
  clear: none;
  border: 8px solid #666;
  margin: 0;
  padding: 0 5px 5px 5px;
  width: 197px;
	}

.welcomemsg form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
	}

.welcomemsg form div.required fieldset legend {
  font-weight: bold;
	}

.welcomemsg form div label {
  display: block;
  float: left;
  width: 120px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
	}

.welcomemsg form div input, .welcomemsg form div select, .welcomemsg form div textarea {
  width: 60px;
  padding: 1px 3px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #666;
	}

.welcomemsg form div input.inputPassword, .welcomemsg form div input.inputText {
  width: 200px;
  background-color: #fff;
  border: 1px solid #000;
  padding: 2px 0;
	}

.welcomemsg form div input.inputPassword:hover, .welcomemsg form div input.inputText:hover {
  width: 200px;
  background-color: #fff;
  border: 1px solid #666;
  padding: 2px 0;
	}

.welcomemsg form div.submit {
  width: 100%;
  padding: 0;
  padding-left: 30px;
	}

.welcomemsg form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0px;
  margin: 0px;
	}

.welcomemsg form div.submit a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000;
	}
	
/************* NAVBUILDER STYLING ***************/
#navbuilder-cntr {
  margin-top: 20px;
	}

#sitemapBox {
  height: auto;
  width: 250px;
  float: left;
  padding-top: 10px;
	}

#sitemapBox ul {
	margin: 0;
	padding-bottom: 20px;
	}
#sitemapBox li {
    padding-top: 2px;
	}
	
#sitemapBox li a {
	list-style-type: inside;
	}
	
#navbuilderBox {
	vertical-align: top;
	}
	
#navbuilderBox form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	width: 250px;
	}

#navbuilderBox form fieldset {
  clear: both;
  border: 1px solid #000;
  padding: 10px;
  margin: 0;
  background-color: #fff;
	}

#navbuilderBox fieldset legend {
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #666;
  border: 1px solid #000;
  margin: 0;
  padding: 2px 5px;
	}

#navbuilderBox label {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#navbuilderBox input, #navbuilderBox select, #navbuilderBox textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000;
	}

#navbuilderBox form div {
  clear: left;
  display: block;
  margin: 5px 0 0 0;
  padding: 1px 3px;
	}

#navbuilderBox form div fieldset {
  clear: none;
  border: 8px solid #666;
  margin: 0;
  padding: 0 5px 5px 5px;
  width: 197px;
	}

#navbuilderBox form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
	}

#navbuilderBox form div.required fieldset legend {
  font-weight: bold;
	}

#navbuilderBox form div label {
  display: block;
  float: left;
  width: 100px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
	}

#nbform form div input, #nbform form div select, #nbform form div textarea {
  width: 160px;
  padding: 1px 3px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #666;
	}

#navbuilderBox form div input.inputPassword, #navbuilderBox form div input.inputText {
  width: 200px;
  background-color: #fff;
  border: 1px solid #000;
  padding: 2px 0;
	}

#navbuilderBox form div input.inputPassword:hover, #navbuilderBox form div input.inputText:hover {
  width: 200px;
  background-color: #fff;
  border: 1px solid #666;
  padding: 2px 0;
	}

#navbuilderBox form div.submit {
  width: 100%;
  padding: 0;
  padding-left: 30px;
	}

#navbuilderBox form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0px;
  margin: 0px;
	}

#navbuilderBox form div.submit a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000;
	}

/**** News CMS Styling ****/
#news-cms-cntr {
  margin-top: 10px;
	}

#news-cms-cntr form div {
  clear: left;
  display: block;
  margin: 5px 0 0 0;
  padding: 1px 3px;
	}

#news-cms-cntr form div label {
  display: block;
  float: left;
  width: 100px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
	}

#news-cms-cntr form div explain {
  display: block;
  padding-left: 10px;
  text-align: left;
  float: left;
	}

#news-cms-cntr form div textarea {
  float: left;
	}

/****  Photo gallery  ****/
/****  Start of photo gallery index page ****/
.galleryTitle {
	width: 606px;
	text-transform: uppercase;
	padding: 2px 0 2px 4px;
        background: #333;
        height: 18px;
	clear: both;
	}


div.click {
        padding-left: 5px;
        margin: 15px 0 15px 0;
        }
	
.photoGallery {
	margin: 0;
	padding: 0;
	display: inline;
	}

.gallery {
        margin: 5px; 
        padding: 0;
	width: 76px;
        }

.gallery p {
        margin: 0 -10px;
        }

ul.gallery {
	height: 100px;
	float: left;
	display: inline;
	}
	
ul.gallery li {
	display: inline;
	list-style-type: none;
	padding-bottom: 3px;
	}
	
ul.gallery li a img {
	float: left;
	display: inline;
	}
/****  End of photo gallery index page ****/

/****  Start of photo gallery inside page styling ****/
#gallery {
        margin: 5px;
        border-bottom: 1px solid #999;
        clear: both;
        height: 360px;
        }

#gallery #galleryPhoto {
        float: left;
        width: 300px;
        height: 360px;
        border-right: 1px solid #999;
        text-align: center;
        }

#gallery #galleryThumbs {
        margin-left: 5px;
        float: left;
        } 

#gallery #backNext {
        float: left;
        margin-left: 90px;
        }

#gallery #backNext a {
       text-decoration: none;
       }

#galleryThumbs .thumbNail {
       border: 2px solid #FFF;
       cursor: hand;
       cursor: pointer;
       }

#galleryThumbs .currThumbNail {
       border: 2px solid #F00;
       }

#jumpTo {
       padding-left: 5px;
       margin-top: 5px;
       }

	
