/* CSS Document */

/* Basic Elements */
html p	{
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.5;
	}
	
body {
	font-size: 13px;
	line-height: 1.5;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;	
	background-image:url(../images/bkgrd_home.gif);
	background-repeat: repeat-x;
	}
	
.hide {
	display: none;
	}

.hideOnPrint {
	display: none;
	}
	
img {
	border: 0;
	}
	
/* Basic Divs */	
	
#container
{
	text-align: left;
	margin: auto;
	padding: 0px;
	width: 973px;
	height: auto;
	position: relative;
	font-size: 13px;
	font-family: "Arial Narrow", Arial, "Univers LT 57 Condensed", "Univers-Condensed", Helvetica, sans-serif;
    font-style:  normal;
    font-weight: normal;
    src: url(http://www.linkstudio.info/fonts/UNIVERS2.eot);
	color: #686a6c;
	}
	
	
/* Home */
#rightvertical {
	margin: 0;
	padding: 0;
	width: 1px;
	height: 18px;
	background-color: #eaeaeb;
	position:absolute;
	top: 0px;
	left: 937px;
}

#flashcontainer {
	margin: 0;
	padding: 0;
	width: 937px;
	height: 275px;
	background-image:url(../images/bkgrd_homeflash.gif);
	background-repeat: no-repeat;
	position:absolute;
	top: 18px;
	left: 0px;
}


#flashhomenav {
	margin: 0;
	padding: 0;
	width: 937px;
	height: auto;
	top: 0px;
	left: 33px;
	position: relative;
}

#content {
	margin: 0;
	padding: 0;
	width: 964px;	
	background-image:url(../images/bkgrd_content.gif);
	position:absolute;
	top: 293px;
	left: 0px;
}

/* Basic headers */
#header {
	margin: 0;
	padding: 0;
	width: 964px;
	height: 23px;
	background-color: #99ae33;
	}

#headerwhite {
	margin: 0;
	padding: 0;
	width: 664px;
	height: 19px;
	background-color: #ffffff;
	position:relative;
	top: 4px;
	left: 255px;
}
	
#headerwhite h1 {
	margin: 0;
	padding: 0;
}
	

/* Home Columns  */
#leftcol {
	float: left;
	margin: 0;
	padding: 26px 0px 0px 59px;
	width: 192px;
	height: auto;
	background-image:url(../images/leftcolcircle.gif);
	background-repeat: no-repeat;

}


#middlecol {
	margin: 0;
	padding: 0;
	margin-left: 255px;
	margin-right: 295px;
	background-image:url(../images/hometitle.gif);
	background-repeat: no-repeat;
}

#middlecol h1 {
	margin: 0;
	padding: 0px 0px 0px 27px;
	color: #ffffff;
}

#middlecol h2 {
	margin: 0;
	padding: 0px 20px 2px 27px;
	height: auto;
	font-size: 13px;
    font-family: "Arial Narrow", Arial, "Univers LT 67 CondensedBold", "Univers-CondensedBold", Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
    src: url(http://www.linkstudio.info/fonts/UNIVERS0.eot);
	line-height: 1.25em;
}

#middlecol h3 {
	margin: 0;
	padding: 0px 20px 2px 27px;
	height: auto;
	font-size: 13px;
    font-family: "Arial Narrow", Arial, "Univers LT 67 CondensedBold", "Univers-CondensedBold", Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
    src: url(http://www.linkstudio.info/fonts/UNIVERS0.eot);
	line-height: 1.25em;
}

#middlecol p {
	padding: 0px 20px 0px 27px;
	}


#middlecol a {
	color: #686a6c;
	text-decoration: underline;
	}
	
#rightcol {
	float: right;
	margin: 0 ;
	padding: 0px 0px 0px 4px;
	width: 291px;
	height: auto;
	background-image:url(../images/imagetopbar.gif);
	background-repeat: no-repeat;

}

#rightcol h1 {
	margin: 0;
	padding: 51px 0px 0px 0px;
}


#rightcol h2 {
	margin: 0;
	padding: 9px 0px 0px 0px;
}

#rightcol p {
	padding: 0px 0px 0px 0px;
}

#rightcol a {
	color: #686a6c;
	text-decoration: underline;
	}

/* footer */
#footer	{
	margin: 0;
	padding: 0;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	height: 71px;
	width: 964px;
	background-color: #ffffff;
	}
	
.textsans10 {	
	font-size: 10px;
	font-family: "Arial Narrow", Arial, "Univers LT 57 Condensed", "Univers-Condensed", Helvetica, sans-serif;
    font-style:  normal;
    font-weight: normal;
    src: url(http://www.linkstudio.info/fonts/UNIVERS2.eot);
	color: #686a6c;
}

.greentext {
	color: #99ae33;
	}
	
.lightgraytext {
	color: #a7a7a8;
	}
	
.horizontal {
	padding: 0px 0px 12px 0px;
	margin:0;
	width: 370px;
	background-image:url(../images/horizontal_home.gif);
	background-repeat: no-repeat;
	height: 10px;
	position: relative;
	left: 27px;
	}
	
.spacer {
	margin: 0;
	padding: 0;
	width: 10px;
	height: 1px;
	background-image:url(../images/spacer.gif);
	}
	
/* Skip Nav */
#skip	{
	clear: both;
	color:#ffffff;
	font-size: 0px;
	margin: 0;
	padding: 0;
	width:1px;
	height:8px;
	}
	

/* printonly */
#logo	{
	display: none;
	}	
	


