@charset "UTF-8";
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #efeec9;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
}

a {
	color:#e7de92;
	}
	
a:hover {
	color:#e7d649;
	text-decoration:none;
	}
	
.noLine {
	text-decoration:none;
	}
	
h2 {
	font-size:120%;
	line-height:100%;
	font-weight:normal;
	}
	
.smalltxt {
	font-size:90%;
	}

.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-right: 15px solid #FFFFFF;
	border-left: 15px solid #FFFFFF;
	border-top: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
	
#mainInfo {
	background:#736745;
	background-image:url(../images/bg-info.jpg);
	background-repeat:repeat-x;
	color:#f6f3d7;
	}
	
.mainInfoContainer {
	padding:12px 40px 40px 40px;
	}
	
	
/*  Main Navigation Menu */

#mainMenu {
	width:900px;
	height:70px;
	background-color:#363637;
	background-image:url(../images/bg-menu.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	padding:0px;
	margin:0;
	}
	
#mainMenuContainer {
	padding-top:25px;
	font:Arial, Helvetica, sans-serif;
	float:left;
	}

#home {
	width:218px;
	padding-top:25px;
	font:Arial, Helvetica, sans-serif;
	float:right;
	}
	
#mainMenu ul{
	list-style-type:none;
	padding:0;
	margin:0;
	}
	
#mainMenu li{
	display:inline;
	margin-left:40px;
	}

#mainMenu a{
	text-decoration:none;
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#mainMenu a:hover{
	text-decoration:none;
	color:#FFFFFF;
	}
	
/*  END Main Navigation Menu */



/*  Info in the Right Column */

#rightCol {
	background-color:#877c5f;
	background-image:url(../images/bg-rightCol.jpg);
	background-repeat:repeat-x;
	}
	
.rightColContainer {
	padding:20px;
	}
	
#rightCol ul{
	padding:0;
	margin:10px 0 0 0;
	list-style-type:none;
	
	}

#rightCol li{
	margin-left:20px;
	padding: 0 0 5px 0px;
	list-style-image:url(../images/list-bullet2.gif);
	color:#fffef2;
	}
	
.txt2 {
	font: 115%;
	color:#FFFFFF;
	line-height:150%;
	text-align: center;
	padding: 3px 5px 0 5px;
	}
	
/*  END Info in the Right Column */



/*  portfolio */

.portfolioTB img {
	border: 1px #29200b solid;
	}
	
/*  END portfolio */



/*  footer */

#footerLeft {
	background-color:#514527;
	}
	
#footerRight {
	background-color:#5b5034;
	}
	
.footerName {
	margin-top:10px;
	padding:7px 0 7px 33px;
	background-color:#463b1f;
	}
	
.footerName2 {
	margin-top:10px;
	padding:0;
	background-color:#4e4329;
	height:34px;
	}
	
.footerInfo1 {
	font: 75% Arial, Helvetica, sans-serif;
	color:#ded5bf;
	margin:0;
	padding:10px 0 10px 40px;
	float:left;
	}

.footerInfo2 {
	font: 75% Arial, Helvetica, sans-serif;
	color:#ded5bf;
	padding:10px 0 10px 10px;
	}
	
.footerInfo3 {
	font: 75% Arial, Helvetica, sans-serif;
	color:#ded5bf;
	padding:10px 0 10px 20px;
	}
	
.smallFootLink {
	color:#0d0a01;
	/*font-size:85%;*/
	text-decoration:none;
	}
	
/*  END footer */
.navtype {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #CCC;
}
