/* 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: 230px;
	background-image:url(../images/bkgrd_homeflash.gif);
	background-repeat: no-repeat;
	position:absolute;
	top: 18px;
	left: 0px;
}
*/



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


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


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


/* 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;
	}	
	

/*DROPDOWN MENU*/

.navprofile ul a,
.navcap ul a,
.navportfolio ul a,
.navstockart ul a,
.navconnect ul a,
.navclients ul a{
	background-image: none !important;
	width: auto !important;
	height: auto !important;
}

ul.dropdown {
	position: relative;
	z-index: 1;
}

ul.dropdown li {
	float: left;
	zoom: 1;
}

ul.dropdown li:hover,
ul.dropdown li.hover {
	position: relative !important;
}

ul.dropdown ul {
	width: 180px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0;
	margin:0;
	list-style: none;

	border-top: 1px solid #99ae33;
	border-left: 1px solid #99ae33;
	border-right: 1px solid #99ae33;
	background-color: #adbe5c;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

ul.dropdown ul li {
	float: none;
	border-bottom: 1px solid #99ae33;
	padding: 0;
}

ul.dropdown ul li.hover {
	background-color: #d3d3d3 !important;
}

ul.dropdown ul li a:hover,
ul.dropdown ul li a {
	color: #fff;
	text-decoration: underline !important;
}


ul.dropdown ul li a,
ul.dropdown ul li span {
	border-right: none;
	width: 100%;
	display: inline-block;
	color: #fff !important;
	text-decoration: none !important;
	margin: 0;
	padding-top: 3px;
	padding-left: 14px;
	padding-right: 10px;
	padding-bottom: 3px;
}

ul.dropdown ul ul {
	left: 100%;
	top: 0;
}

ul.dropdown li:hover > ul {
	visibility: visible;
}



#linklogo {
	margin: 0;
	padding: 0;
	width: 157px;
	height: 67px;
	position:absolute;
	top: 68px;
	left: 65px;
}

#linklogohome {
	margin: 0;
	padding: 0;
	width: 157px;
	height: 67px;
	position:absolute;
	/*top: 217px;*/
	top: 172px;
	left: 62px;
}

#navbar {
	margin: 0;
	padding: 0;
	width: 837px;
	height: 22px;
	position:absolute;
	/*top: 261px;*/
	top: 216px;
	/*top: 109px;*/
	left: 279px;
	z-index: 100;
}

ul.nav,
.nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}


.nav li { /* all list items */
	float: left;
	position: relative;
	}

.navprofile a {
background-image:url(../images/nav_profile01.gif);
background-repeat:no-repeat;
width: 73px;
height: 31px;
display: block;
}

.navprofile:hover a,
.navprofile a:hover {
background-image:url(../images/nav_profile01.gif);
width: 73px;
height: 31px;
}

.navcap a {
background-image:url(../images/nav_cap01.gif);
background-repeat:no-repeat;
width: 97px;
height: 31px;
display: block;
}

.navcap:hover a,
.navcap a:hover {
background-image:url(../images/nav_cap01.gif);
width: 97px;
height: 31px;
}

.navportfolio a {
background-image:url(../images/nav_portfolio01.gif);
background-repeat:no-repeat;
width: 76px;
height: 31px;
display: block;
}

.navportfolio:hover a,
.navportfolio a:hover {
background-image:url(../images/nav_portfolio01.gif);
width: 76px;
height: 31px;
}

.navstockart a {
background-image:url(../images/nav_stockart01.gif);
background-repeat:no-repeat;
width: 81px;
height: 31px;
display: block;
}

.navstockart:hover a,
.navstockart a:hover {
background-image:url(../images/nav_stockart01.gif);
width: 81px;
height: 31px;
}

.navconnect a {
background-image:url(../images/nav_connect01.gif);
background-repeat:no-repeat;
width: 61px;
height: 31px;
display: block;
}

.navconnect:hover a,
.navconnect a:hover {
background-image:url(../images/nav_connect01.gif);
width: 61px;
height: 31px;
}

.navclient a {
background-image:url(../images/nav_client01.gif);
background-repeat:no-repeat;
width: 80px;
height: 31px;
display: block;
}

.navclient:hover a,
.navclient a:hover {
background-image:url(../images/nav_client01.gif);
width: 80px;
height: 31px;
}

.navspacer a {
background-image:url(../images/spacer.gif);
background-repeat:no-repeat;
width: 141px;
height: 31px;
display: block;
}

