/* DEFAULT CSS ====================== */

body, html {
	margin: 0 0 20px 0;
	padding: 0;
	background: #140000 url(/css/bg.jpg) repeat;
	min-width: 800px;
}
	
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #333333;
}


#wrap {
	background: #5f6050;
	margin: 0 auto;
	margin-top: 10px;	
	width: 800px;
	border: #ffffff solid 3px;
}
#hero {
	background: #b7bba0 url(/css/bgh.jpg) no-repeat;
	height: 295px;
	width: 800px;
}

#main {
	background: #b7bba0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.75;
	float: left;
	width: 530px;
        min-height: 600px;
	padding: 25px 35px 25px 35px;
	margin-left: 200px; /*Set to width of left margin */
	
}
	
#sidebar {
	background: #5f6050;
	float: left;
	width: 200px;
	padding-top: 35px;
	margin-left: -800px; /*Set left margin to -(wrapper)*/
}

.nav {
	border-bottom: #b7bba0 solid 1px;
	background-color: #575849;
	font-size: 12px;
	color: #b7bba0;
	text-decoration: none;
	padding: 4px 0 4px 30px;
}

.nav-hover {
	border-bottom: #b7bba0 solid 1px;
	background-color: #727362;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	padding: 4px 0 4px 30px;
	cursor: pointer;
}

.nav-select {
	border-bottom: #b7bba0 solid 1px;
	background-color: #727362;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	padding: 4px 0 4px 30px;
}
	
#footer {
	border-top: 1px solid #d1cfbe;
	background: #1a0101;
	clear: both;
}
	
#footer p {
	padding: 20px 0 20px 0;
	margin: 0;
	text-align: center;
	font-size: 11px;
	color: #837c53;
}

hr {
	border: 0;
	width: 100%;
	margin: 6px 0 6px 0;
	background-color: transparent;
	border-bottom: #9fa38b solid 1px;
}

a:link, a:visited {
    color:#660000;
    text-decoration: underline;
}

a:hover, a:active {
	color: #576b2e;
	text-decoration: none;
}

a.imglink:link, a.imglink:visited {
	border:none
}

a.imglink:active, a.imglink:hover {
	background:transparent
}

/* IMAGES ====================== */

.insetr {
	padding: 10px;
	border: #ccc7a9 solid 1px;
	background: #ffffff;
	float: right;
	margin: 0 0 10px 10px;
}

/* HEADINGS ====================== */

h1 {
	color: #393e27;
	font-size: 20px;
	line-height: 1.25;
	font-weight: bold;
}

h2 {
	color: #660000;
	font-size: 18px;
	margin: 0 0 6px 0;
	padding: 6px 0 6px 0;
	border-bottom: 1px solid #6e725c;
}

h3 {
	font-size: 16px;
	margin: 0 0 6px 0;
	padding: 12px 0 0 0;
}

/* ---------- BEGIN BUILDER TABLE CLASSES ---------------------- */

.builder-thumb {
	padding: 0 10px 10px 10px;
	text-align: center;	
}



/* ---------- BEGIN AH WEB APP CLASSES ---------------------- */

.ah-thumb {
	padding: 10px;
	border-bottom: 1px solid #6e725c;
	text-align: center;	
}

.ah-full {
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #6e725c;	
	padding: 25px 0 25px 0;
}

.ah-label {
	border-bottom: 1px dotted #6e725c;	
	text-align: left;
	vertical-align: middle;
	padding: 3px 0 3px 6px;
	font-size: 11px;
}

.ah-contact {
	padding: 6px 0 6px 6px;
	vertical-align: middle;
	font-size: 11px;
	border-bottom: 1px solid #6e725c;	
}

.ah-details {
	padding: 0 0 10px 6px;
	font-size: 11px;	
}

.date {
	color: #336600;
	font-size: 12px;
	font-weight: bold;
}

/* ---------- FixPNG for IE6 ------------------- */

/* FixPNG from Komodo */

* html .fixPNG {
azimuth: expression(
this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
);
}	


/* END DEFAULT CSS ====================== */
