@charset "UTF-8";
/* ------------ */
/*		         */
/*   North Oak   */
/*		  	     */
/* ------------- */


body td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #350F02;
	font-size: 10px;
	margin:0px;
	padding:0px;
}

/* ---- Background Images ---- */
.bg-mast {
	background: url(http://www.northoak.com/images/mast.jpg) no-repeat;
}
.tree {
	background: url(http://www.northoak.com/images/tree.jpg) no-repeat;
	background-position: 0px 50px;
}

/* ---- Border Lines ---- */
.border_all    { border: 1px solid #80302f; }
.border_left   { border-left: 1px solid #80302f; }
.border_right  { border-right: 1px solid #80302f; }
.border_top    { border-top: 1px solid #80302f; }
.border_bottom { border-bottom: 1px solid #80302f; }

.border_image    { border: 1px solid #A26911; }

/* ---- Common Links ---- */
a:link, a:visited, a:active {
	color: #A26911;
	text-decoration: none;
}
a:hover {
	color: #837F7A;
	text-decoration: none;
}
a.alt:link, a.alt:visited, a.alt:active {
	color: #837F7A;
	text-decoration: none;
}
a.alt:hover {
	color: #000000;
	text-decoration: none;
}
a.ldark:link, a.ldark:visited, a.ldark:active {
	color: #350F02;
	text-decoration: none;
	font-size:11px;
	font-weight: normal;
}
a.ldark:hover {
	color: #A26911;
	text-decoration: none;
}
a.crumb:link, a.crumb:visited, a.crumb:active {
	color: #792524;
	text-decoration: none;
}
a.crumb:hover {
	color: #837F7A;
	text-decoration: none;
}
a.copy{
	font-size: 8px;
	color: #A26911;
	text-decoration: none;
}

ul.bullet {
	margin-left: 11px;
	padding-left: 11px;
	list-style-image: url(images/bullet.gif);
}

/*---div style---*/
.right_column {
	margin:24px;
	width: 150px;
}

/* ---- Font types ---- */
.times { font-family: "Times New Roman", Times, serif; }
.arial { font-family: Arial, Verdana, Geneva, helvetica; }

/* ---- Font sizes ---- */
.size_00 { font-size: 0px; }
.size_09 { font-size: 9px; }
.size_10 { font-size: 10px; }
.size_11 { font-size: 11px; }
.size_12 { font-size: 12px; }
.size_13 { font-size: 13px; }
.size_14 { font-size: 14px; }
.size_16 { font-size: 16px; }
.size_18 { font-size: 18px; }
.size_24 { font-size: 24px; }
.size_30 { font-size: 30px; }

/* ---- Font Colors ---- */
.c-gold	{ color: #A26911; }
.c-red	{ color: #792524; }
.c-gray	{ color: #837F7A; }
.c-blue	{ color: #6DCAEC; }
.c-brown	{ color: #350F02; }
.c-black	{ color: #000000; }

/* ---- Font styles ---- */
.italic 	{ font-style:italic; }
.bold 		{ font-weight:bold; }
.uppercase 	{ text-transform: uppercase; }
.stretch 	{ font-stretch:expanded; } /* not supported by many browsers */

/* ---- Font Spacing styles ---- */
.lineheight-9 	{ line-height:0.9; }
.lineheight1 	{ line-height:1; }
.lineheight14 	{ line-height:1.4; }
.lineheight18 	{ line-height:1.8; }
.lineheight2 	{ line-height:2; }

/* ---- Text Group styles ----*/
.title_main {
	color:#EF402E;
	font-size:18px;
	font-weight:bold;
	margin-bottom:24px;
}
.title_sub {
	font-size: 12px;
	color: #A26911;
	font-weight: bold;
	margin-bottom:15px;
}
.title_small {
	color:#EF402E;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}

/* ---- Main Content Area styles ---- */
.FullColumn {
	width: 540px;
	vertical-align:top;
}
.TwoColumn {
	width: 356px;
	vertical-align:top;
}
.Column260 {
	width: 260px;
	vertical-align:top;
	padding-right:16px;
}
.Column270 {
	width: 270px;
	vertical-align:top;
}

.QuarterColumn { /* used in the PINT page */
	width: 120px;
	vertical-align:top;
	font-size:10px;
}

	/* CSS FOR SLIDESHOW SCRIPT */
	.imageFadeHolder {
		width:240px;	/* Image width */
		height:240px;	/* Image height */	
		position:relative;	/* Don't remove this line */
	}
	/* Don't change these values */
	.imageFadeHolder img{
		position:absolute;
	
	}

/* ---- Float styles ---- */
.floatleft 	{float:left}
.floatright {float:right}
.clear 		{clear:both; font-size: 0px; }

/* ---- Forms ---- */
form {
	margin:0;
	padding:0;
}
fieldset {  
	margin: 6px;  
	padding: 0;
	border: 1px solid #792524;  
}
fieldset div {  
padding: 2px 6px 2px 6px;  
}

legend {  
margin-left: 6px;  
padding: 0;  
font-weight: bold;
}
label { 
	font-size:10px;
	color:#A26911;
	display: block; /* so that they'll occupy an entire line, no <br> needed*/
	margin-top:0px;
}
select, textarea {
	font-size: 11px;
	background-color: #FFF7E5;
	border:1px solid #A26911;
	margin-bottom:3px;
}
input.inp_custom {
	font-size: 11px;
	background-color: #FFF7E5;
	border:1px solid #A26911;/* not good for input buttons */
	margin-bottom:3px;
}
input.inp_noborder {
	font-size: 14px;
	color:#EF402E;
	background-color: #FFFFFF;
	border:0px solid #FFFFFF;/* not good for input buttons */
	margin-bottom:0px;
}
input.btn {
	margin-top:2px;
	border: 3px double #792524;
	border-top-color: #A26911;
	border-left-color: #A26911;
	padding: 0.25em;
	background-color: #FFF7E5;
	color: #792524;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Geneva, helvetica;
}
input.btnhov {
	background-color: #FFF7E5;
	border: 3px double #A26911;
	border-top-color: #792524;
	border-left-color: #792524;
}


