/*  ------ T A G   D E C L A R A T I O N S  -----  */
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	background-image: url('http://jensenlarson.com/images/common/bg_border_top.png');
	background-repeat: repeat-x;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}

a, #flashcontent
{
  outline: none;
}

a:link, a:visited {
	color: #84A8C7;
	font-weight: 900;
	text-decoration: none;
}
	
a:active, a:hover {
	color: #331A0A;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #331A0A;
}

ul, ol, ul li, ol li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

br.clear {
	clear: both;
}

.hidden	{
	display: none;
}


/***************************************************************
scalable Inman Flash Replacement (sIFR) version 3.
Copyright 2006 â€“ 2008 Mark Wubben, <http://novemberborn.net/>

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>

****************************************************************/

@media screen {
	
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
	background: transparent;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
	background: transparent;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
	background: transparent;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
	background: transparent;
  }
  
  .sIFR-active #subnav-portfolio li a {
  	font-size: 10px;
    font-family: "Times", serif;
	  color: #d01919;
    visibility: hidden;
	  background: transparent;
  }

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
	background: transparent;
  }
}


/*-----  STRUCTURE  -----*/
div#box-page {
	width: 1000px;
	margin-top: 70px;
	font-family: Times,"Times New Roman",Georgia,serif;
	font-size: 1em;
}

div#box-content {
	width: 100%;
	min-height: 481px;
	clear: both;
	padding: 40px 0 0 20px;
	background-image: url('http://jensenlarson.com/images/common/bg_pattern.png');
	background-position: right 40px ;
	background-repeat: no-repeat;
}


/*------------------------
/*		NAVIGATION		 
/*----------------------*/

h1#masthead {
	width: 220px;
	padding: 0 0 7px 18px;
	float: left;
	position: relative;
	margin-top: -32px;
	z-index: 100;
	background-color: #FFF;
}

div#box-nav {
	width: 560px;
	margin-left: 220px;
}

ul#navigation-site {
	width: 560px;
	text-align: right;
}

li.primary {
	height: 9px;
	padding: 3px 27px;
	display: block;
	float: left;
	text-align: center;
	background-image: url(/images/common/separator_nav.png);
	background-position: top right;
	background-repeat: no-repeat;
}
	
li#li-portfolio {
	padding-left: 0;
}

li#li-client_area {
	padding-right: 0;
	padding-left: 28px;
	background-image: none;
}

a.nav-primary {
	display: block;
	padding: 2px;	
}

li.primary img {
	height: 10px;
}

#img-about {width: 44px;}
#img-portfolio {width: 72px;}
#img-archive {width: 57px;}
#img-news {width: 35px;}
#img-client_area  {width: 83px;}

img#nav-arrow {
	width: 10px;
	height: 15px;
	position: absolute;
	opacity: 0;
	top: 102px;
	left: 238px;
	border-left: 1px solid #FFF;
	float: left;
	z-index: 99;
	background-image: url(/images/common/arrow.png);
	background-repeat: no-repeat;
}

ul.subnav {	
	width: 700px;
	padding: 3px 3px 3px 40px;
	position: absolute;
	top: 98px;
	left: 0px;
	visibility: hidden;
	background-color: #FFF;
/*
	opacity: 0;
*/
}

ul#subnav-portfolio {
/*
	display: block;
*/
}

ul.subnav li {
	float: left;
	margin-right: 25px;
}

ul.subnav li a {
	display: block;
	padding: 2px;
}

ul.subnav li img {
}

div#footer {
	margin: 15px 0 0 20px;
	clear: both;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #301B07;
	overflow: auto;
	line-height: 1.1;
}

div#footer h4 {
	margin: 0 0 6px 0;
}

div#footer p {
	margin: 0 0 5px 0;
}

div#footer a {
	color: #C34319;
}

div#footer a:hover {
	color: #331A0A;
}