html{
	height: 100%;
}

body{
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: small;
	font-family: 'Trebuchet MS', geneva, Verdana, sans-serif;
	background-image: url(images/background_1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	color: #333333;
}

*html body{
	font-size: x-small;
	f\ont-size: small;
}

:focus{
	outline: 0px;
}


a, a:link, a:visited{
	font-weight: bold;
	color: #B3872D;
}

a:hover, a:active{
	color: #333333;
}

h2 {
	font-weight: bold;
	font-size: small;
}

#backgroundDeco {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url(images/background_deco.gif);
	background-repeat: no-repeat;
	background-position: bottom right;	
	
}

#all{
	position: relative;
	width: 900px;
	height: 100%;
	margin: auto;
	text-align: center;
}

#mainSection {
	width: 900px;
	height: 100%;
	#text-align : left;
}

#mainLogo {
	background-image: url(images/insfx_main_logo.gif);
	width: 234px;
	height: 90px;
}

#dynSection {
	position: relative;
	width: 871px;
}

#dynContentSection {	
	position: relative;
	height: 500px;
	width: 714px;
	/*float: left;
	background-color: #ff0000;*/
}

#mediaSection {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 234px;
	height: 100%;
	/*background-image: url(images/media_section_bg.gif);*/
	border-top: #CCCCCC 1px solid;	
	z-index: 1;
}

#copySection {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 714px;
	min-height: 425px;
	background-image: url(images/dyn_content_bg_1.gif);
	background-repeat: repeat-y;	

	
}

#innerCopy{
	margin: 26px 26px 50px 26px;
}

#contentCopy{
	position: relative;
	top: 40px;
	left: 234px;
	width: 480px;
	text-align: left;
	float: left;
	min-height: 425px;	
	font-size: 90%;
}


#topNavSection {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 480px;
	height: 34px;
	background-color: #CC9933;
	z-index: 1;

}

#subNavLine {
	position: absolute;
	right: 0px;
	top: 34px;
	background-color: #EDDBB6;
	border-bottom: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	width: 479px;
	height: 10px;
	z-index: 1;
}

#topNavButton{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
	background-image: url(images/pxl_CCCCCC.gif);
	background-repeat: repeat-x;
}

#topNavButton li{
	display: inline;
	margin: 0 0 0 0;
	padding: 0;
}

#subNavSection {
	position: absolute;
	top: 33px;
	right: 0px;
	width: 158px;
	z-index: 2;
}

#subNavigation {
	width: 158px;
	min-height: 150px;
	background-position: right;
	background-color: #EDDBB6;
	border: #CCCCCC 1px solid;
	clear: left;
	text-align: left;
}

#subNavigationCornerTop {
	position: absolute;
	right: -2px;
	top: 0px;	
	width: 16px;
	height: 16px;
	background-image: url(images/sub_nav_corner_top_right.gif);
	background-repeat: no-repeat;	
}

#subNavigationConnect {
	position: absolute;
	left: 0px;
	top: 1px;
	width: 12px;
	background-color: #EDDBB6;
	height: 10px;
}

#articleNavigation {
	position: relative;
	width: 158px;
	min-height: 100px;
	background-position: right;
	background-color: #F9F3E8;
	border-top: #F9F3E8 1px solid;
	border-left: #F9F3E8 1px solid;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
}

#articleNavigationCornerBottom{
	position: absolute;
	right: -1px;
	bottom: -1px;	
	width: 16px;
	height: 16px;
	background-image: url(images/article_nav_corner_top_right.gif);
	background-repeat: no-repeat;	
}


#articleNavigationConnect {
	position: absolute;
	left: -1px;
	top: 0px;
	width: 1px;
	border: 1px solid #EDDBB6;
	height: 100%;
}


#bottomBar {
	background-image: url(images/bottom_bar.gif) ;
	width: 714px;
	height: 94px;
}

#bottomSection {
	position: relative;
	top: 0px;
	clear: both;
	width: 714px;
	height: 93px;
	margin-bottom: -10px;
}

#bottomNav {
	position: relative;
	bottom: 0px;
	width: 714px;
	height: 20px;
	font-size: 80%;
	text-transform:uppercase;
	margin-top: 20px;
	text-align: left;
}


.referenceImage {
	border: #CCCCCC solid 1px; 
	width: 102px; 
	overflow: hidden; 
	float:left;
	margin-right:20px;
}

.referenceCopy {
	width: 210px;
	overflow:hidden; 
	float:left;
	font-size: 11px;
	padding-right: 5px;
}

.referenceInfo {
	width: 70px; 
	color:#CC9933;
	overflow:hidden; 
	padding-top: 30px;
}

.referenceEntry {
	line-height: 12px;
}

.referenceLine {
	border-bottom: #CCCCCC dotted 1px;
	height: 10px;
	margin-bottom: 15px;
}

.referenceEntry h1 {
	font-size: 12px;
	line-height: 12px;
	margin-top: 0px;
}

.referenceEntry a {
	text-decoration: none;
}

.referenceImageLink {
	margin-right:4px;
	float:left;
	overflow:hidden;
	width:20px;
}

.referenceTextLink {
	width:180px;
	padding-top:4px;
}


/**************************************************************
	
	SubNav + ArticleNav 
	
**************************************************************/

.navLevel1{
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 90%;
}

.navLevel2{
	font-size: 85%;
	font-weight: normal;
}

#subNavigation a, #subNavigation a:visited, #subNavigation a:link, #articleList a, #articleList a:link, #articleList a:visited, #bottomNav a, #bottomNav a:link, #bottomNav a:visited{
	text-decoration: none;
	color: #B3872D;
}

a .navActive, #rightNav a:active, #rightNav a:hover, #articleList a:hover, #articleList a:active, #bottomNav a:hover, #bottomNav a:active{
	text-decoration: none;
	color: #333333;
}

#articleLinksSpacer{
	position: relative;
	height: 190px;
}

#articleLinks{
	text-align: left;
	position: relative;
	width: 161px;
	bottom: 0px;
	right: 0px;
}

#innerArticleLinks{
	margin: 15px 15px 15px 15px;
}

#innerSubLinks{
	margin: 15px 15px 15px 15px;
}

#articleLinksHeadline{
	font-weight: bold;
	font-size: 100%;
	line-height: 100%;
	color: black;
}

#articleList{
	margin: 0 0 0 0px;
	padding: 0;
	list-style-image: url(images/article_pointer.gif);
}

#articleList li{
	font-size: 90%;
	font-weight: normal;
	line-height: 100%;
	margin-top: 3px;
	margin-bottom: 4px;
	margin-left: 15px;
}

