@charset "UTF-8";
/* CSS Document */

/*Main layout framework
________________________________*/

html, body{height: 100%;}
body  {
	font:Arial, Helvetica, sans-serif;
	background: #f4f2e3;
	color: #42352a;
	font-size: 75%;
}
#container {
	position: relative;
	min-height: 100%;
	margin-bottom: -140px;
	position: relative;
	width: 100%;
	background: #dfd4c2 url(../img/main_bg_rpt.jpg) 0 0 repeat;
	text-align: center;
}

#mid_btm{position:relative; background:transparent url(../img/main_top_shadow.jpg) 50% 0 repeat-x; width:100%; height:9px; z-index: 1;}

#con_wrap{
	position:relative;
	top: 45px;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position:relative;
	background: #f2edd6 url(../img/hdr_rptbg.jpg) 50% 0 repeat-x;
	width: 100%;
	height: 119px;
	text-align: center;
	z-index:10;
}

#hdr_inner{
	position:relative;
	width: 960px;
	height:119px;
	margin: 0 auto;
	text-align: left;
	z-index:10;
}

#footer {
	position: relative;
	width: 100%;
	height: 140px;
	text-align: center;
	background:#efead9 url(../img/ftr_rptbg.jpg) 50% 0 repeat-x; 
}
#ftr_inner{
	position:relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;	
}

/* Main Navigation*/

#topNav{
	position:absolute;
	top:40px;
	right:2px;
	width:355px;
	height:25px;
	background: transparent url(../img/navStates.gif) 0 0 no-repeat;
}
	
#topNav li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
	
#topNav li, #topNav a {
	height: 25px;
	display: block;
	outline: none;
	text-indent: -9999px;
}
	
#topNav a {
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
}

#hom	{left: 0px; width: 59px;}
#abt	{left: 75px; width: 68px;}
#com     {left: 158px; width: 92px;}
#pro	{left: 267px; width: 88px;}

#hom a:hover 		{background: transparent url(../img/navStates.gif) 0px -25px no-repeat;}
#abt a:hover 	{background: transparent url(../img/navStates.gif) -75px -25px no-repeat;}
#com a:hover		{background: transparent url(../img/navStates.gif) -158px -25px no-repeat;}
#pro a:hover 		{background: transparent url(../img/navStates.gif) -267px -25px no-repeat;}

#home #hom, #home #hom a:hover	{background: transparent url(../img/navStates.gif) 0px -25px no-repeat;}
#about #abt, #about #abt a:hover		{background: transparent url(../img/navStates.gif) -75px -25px no-repeat;}
#company #com, #company #com a:hover		{background: transparent url(../img/navStates.gif) -158px -25px no-repeat;}
#product #pro, #product #pro a:hover	{background: transparent url(../img/navStates.gif) -347px -267px no-repeat;}


/* Main Typography 
________________________________*/
a, a:link, a:visited, a:hover{ text-decoration:none;}


/* Header
________________________________*/

#header h1 {position: relative; top:0; left:0;}

#header h1 a, #header h1 a:link, #header h1 a:visited{
	display:block;
	text-indent: -9999px;
	background:url(../img/logo_top.jpg) 0 0 no-repeat;
	width: 240px;
	height:104px;
}

/* Home page
________________________________*/

/* Mid section */

#home #mid_wrap{
	position:relative;
	width: 100%;
	height: 30.5em;
	text-align: center;
	padding: 1.8em 0 0 0;
	background: #446a7d url(../img/midsection_rptbg.jpg) 0 0 repeat;
}
#home #mid_inner{
	position:relative;
	width: 960px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	z-index: 5;
}
#home #mid_inner .lcol{position:relative; top:.9em; width: 31em; height:100%; z-index:10;}
#home #mid_inner h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2.7em;
	color: #efe5cf;
	line-height: 1em;
	padding: 0 0 .4em 0;
	font-weight: bold;
}
#home #mid_inner h3{ /*This is the second blue quote in the home page mid-section*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	color: #afd2e5;
	line-height: 1.1em;
	padding: .3em 0 .8em .3em;
	background: transparent url(../img/mid_blue_quote.jpg) 0 0 no-repeat;
}
#home #mid_inner p{ 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #ece4cf;
	line-height: 1.2em;
	padding: 0 0 .7em 0;
}

.screenshot{
	position: absolute;
	bottom: -8px;
	right: -10px;
	z-index: 5;
	width:574px;
	height:364px;
}

a.btn_conhome, a:link.btn_conhome, a:visited.btn_conhome{
	position:relative;
	margin: 1.3em 0 0 0;
	width: 272px;
	height:70px;
	background: transparent url(../img/btn_contact_home.jpg) 0 0 no-repeat;
}
a:hover.btn_conhome{background: transparent url(../img/btn_contact_home.jpg) 0 -70px no-repeat}

/* Main section */
#home #con_wrap{ background: transparent url(../img/midDivider_bgrpt.jpg) 405px 0 repeat-y; padding: 0;}

/* Left mini-gallery */
#hm_lft{ 
	margin: 0 555px 0 0;
	padding-right: 0px;
} 

#hm_lft h3{
	font-family:Arial, Helvetica, sans-serif;
	color: #536e83;
	font-weight: 700;
	font-size: 1.7em;
	margin: 8px 0 1px 0;
}
#hm_lft p{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #919081;
	font-size: 1.1em;
	line-height: 1.25em;
	padding:0;
}

#con_wrap .mini_gal{
	float: left;
	width: 185px;
	margin-bottom: 18px;
}
/*Mini-gallery img buttons*/
#con_wrap .mini_gal a#gal_1, #con_wrap .mini_gal a:link#gal_1, #con_wrap .mini_gal a:visited#gal_1{
	position:relative;
	width: 185px;
	height:110px;
	background: transparent url(../img/NCSC.screenshot.thumb.jpg) 0 0 no-repeat;
}
#con_wrap .mini_gal a#gal_2, #con_wrap .mini_gal a:link#gal_2, #con_wrap .mini_gal a:visited#gal_2{
	position:relative;
	width: 185px;
	height:110px;
	background: transparent url(../img/USA_Today_thumb.jpg) 0 0 no-repeat;
}
#con_wrap .mini_gal a#gal_3, #con_wrap .mini_gal a:link#gal_3, #con_wrap .mini_gal a:visited#gal_3{
	position:relative;
	width: 185px;
	height:110px;
	background: transparent url(../img/ranches_screenshot_thumb.jpg) 0 0 no-repeat;
}
#con_wrap .mini_gal a#gal_4, #con_wrap .mini_gal a:link#gal_4, #con_wrap .mini_gal a:visited#gal_4{
	position:relative;
	width: 185px;
	height:110px;
	background: transparent url(../img/choice_screenshot_thumb.jpg) 0 0 no-repeat;
}
#con_wrap .mini_gal a:hover#gal_1,
#con_wrap .mini_gal a:hover#gal_2,
#con_wrap .mini_gal a:hover#gal_3,
#con_wrap .mini_gal a:hover#gal_4
{background-position:0 -110px;}

#hm_lft .mar_rt{ margin-right: 18px;}

/* Right content */

#hom_rt{
	float: right;
	width: 525px;
	padding: 0;
}

#hom_rt h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-weight: 800;
	color: #536e83;
	margin-bottom: 7px;
}

#hom_rt p{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#524f44;
	font-size: 1.25em;
	line-height: 1.3em;
	padding:0;
	margin-bottom: 10px;
}

#hom_rt .mar_btm{ margin-bottom: 20px;}

#hom_rt p em{
	font-weight: 800;
	color: #a74d21;
	font-style:normal;
}

#con_wrap .callout{
	position: relative;
	left: -3px;
	background: transparent url(../img/rt_ornament_rpt.jpg) 0 0 repeat-y;
	overflow: hidden;
	margin:0;
	width:530px;
	height:auto;
	clear: both;
}

#con_wrap .callout p{
	position: relative;
	top:0;
	left:20px;
	width: 500px;
	margin: 10px 0 10px 0;
	font-size: 1.7em;
	text-align:center;
}
#hom_rt .col3{
	width:160px;
	margin: 18px 22px 0 0;
	float: left;	
}
#con_wrap h4{
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	color: #536e83;
	list-style: none;
	font-size: 1.2em;
	margin-bottom: 4px;
}
#con_wrap ul{
	position:relative;
	padding-left: 14px;
	list-style: disc url(../img/bullet.jpg) outside;

}#hom_rt .nomar{margin-right:0;}

#con_wrap ul li{
	line-height: 1.25em;
	font-size: 1.1em;
	margin: 0 0 .4em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#524f44;
}

#con_wrap a.more, #con_wrap a:link.more, #con_wrap a:visited.more{
	background: transparent url(../img/btn_more.jpg) 0 0 no-repeat;
	width:69px;
	height:25px;
	margin: 8px 0 0 12px;
}#con_wrap a:hover.more{ background-position: 0 -25px;}



/* 2 col Sub pages
________________________________*/

#sub_mid{
	position:relative;
	width: 100%;
	height: 6px;
	text-align: center;
	padding:0;
	background: #446a7d url(../img/midsection_rptbg.jpg) 0 0 repeat;
}.sub #sub_mid_btm{position:relative; background:transparent url(../img/sub_head_under.jpg) 0 0 no-repeat; margin:0 auto; width:960px; top:6px; height:6px; z-index: 1;}

/* sub page left */

#sub_lft{ 
	margin: 0 400px 0 0;
	padding-right: 0px;
} 

#sub_lft h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-weight: 800;
	color: #536e83;
	margin-bottom: 7px;
}

#sub_lft h3{
	font-family:Arial, Helvetica, sans-serif;
	color: #536e83;
	font-weight: 700;
	font-size: 1.7em;
	margin: 8px 0 1px 0;
}
#sub_lft p{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#524f44;
	font-size: 1.25em;
	line-height: 1.3em;
	padding:0;
	margin-bottom: 10px;
}

#sub_lft p a, #sub_lft p a:link, #sub_lft p a:visited{color:#4f677b;}
#sub_lft p a:hover{color:#1c354a;}

#sub_lft p img{ border: solid 6px #dedac8; margin:15px 15px 15px 0; float: left;}

/* sub page right */

#sub_rt{
	float: right;
	width: 335px;
	padding: 0;
	background: #ff0000;
}

#sub_rt h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-weight: 800;
	color: #536e83;
	margin-bottom: 7px;
}

#sub_rt p{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#524f44;
	font-size: 1.25em;
	line-height: 1.3em;
	padding:0;
	margin-bottom: 10px;
}

#sub_rt .mar_btm{ margin-bottom: 20px;}

#sub_rt p em{
	font-weight: 800;
	color: #a74d21;
	font-style:normal;
}

#subrt_nav{
	position: relative;
	background: transparent url(../img/rt_nav_bgmid.jpg) 0 0 repeat-y;
	overflow: hidden;
	margin:0;
	width:335px;
	height:auto;
	clear: both;
}
#subrt_nav ul{ list-style: none; list-style-image: none; padding: 10px 15px 0px 15px;}
#subrt_nav ul li{ font-family:Georgia, "Times New Roman", Times, serif; color:#706755; font-size:1.3em; line-height:1.7em; background:transparent url(../img/rt_nav_dividerbg.jpg) repeat-x 0 bottom; padding: 0 0 8px 0;}
#subrt_nav ul li a, #subrt_nav ul li a:link, #subrt_nav ul li a:visited{ font-family:Georgia, "Times New Roman", Times, serif; color:#706755; text-decoration:none; font-weight:700;}
#subrt_nav ul li a:hover{ color:#4f677b;}
#subrt_nav ul li.last{background:none; padding-bottom:0;}



/* Footer
________________________________*/

#footer p {
	position: relative;
	top:70px;
	color: #a19e8c;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer .divide{
	position: relative;
	top:60px;
	width: 100%;
	height: 1px !important;
	overflow:hidden;
	background: #c9c6b4;
	border-bottom: solid 1px #fbf8eb;
}

#footer ul{ list-style: none; display:inline;  text-align:right; position:relative; top:60px; float:right;}
#footer li{ font-family:Arial, Helvetica, sans-serif; color:#587083; text-transform:uppercase; float:left; margin-left:5px;}
#footer li a, #footer li a:link, #footer li a:visited{ font-family:Arial, Helvetica, sans-serif; color:#a19e8c; text-transform:uppercase; display:inline;}
#footer li a:hover{color:#587083;}

/* Global declarations
________________________________*/

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.img_btn{	
	overflow:hidden;
	outline:none;
	display:block;
	text-indent:-9999px;
}

/*This is the clear for the footer dock*/
.clearfooter {
	height: 230px;
	clear: both;
}

.nobg{background:none;}

/* Fancybox styles
________________________________*/


div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #605a4e;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../img/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #605a4e;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('../img/fancybox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../img/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../img/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../img/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../img/fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../img/fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../img/fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../img/fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../img/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../img/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../img/fancybox/fancy_title_right.png) repeat-x;
}
