/* Standard colors throughout the site:

Blue: #327CB9
lt Gray: #CCC
med gray: #999
Dark Gray: #737373
Text: #858585
Red: #F33

*/

/* Remove implicit browser styles to have a neutral starting point:
   - No elements should have implicit margin/padding
   - No underline by default on links (we add it explicitly in the body text)
   - When we want markers on lists, we will be explicit about it, and they render inline by default
   - Browsers are inconsistent about hX/pre/code, reset
   - Linked images should not have borders
*/

* { margin: 0; padding: 0; }
* :link,:visited { text-decoration:none }
* ul,ol { list-style:none; }
* li { display: inline; }
* h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
* a img,:link img,:visited img { border:none } 


body
{
	background-color: #FFF;
	background-image: url(../images/stock/bk-stripe-100x142.jpg);
	background-repeat: repeat-x;
	background-position: 0 110px;
	font-family: arial, helvetica, sun-sans;
	color: #858585;
	font-size: 80%;
	line-height: 120%;
}


a, a:link, a:visited { color: #858585 }
a.link:hover, a.link:active { color: #F33; }

h1 /* USES RED BACKGROUND IMAGE TREATMENT (replaced with border) */
{
	margin: 20px 0 10px 0;
	height: 20px;
	color: #858585;
	font-size: 130%;
	font-weight: normal;
	background-image: url(../images/stock/redbk19x19.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	font-family: "Univers CondensedLight", arial, helvetica, sun-sans;
}

h1 /* USES RED BORDER TREATMENT (PREFERRED) */
{
	margin: 20px 0 10px 0;
	height: 15px;
	display: block;
	color: #858585;
	font-size: 130%;
	line-height: 120%;
	font-weight: normal;
	padding-left: 10px;
	font-family: "Univers CondensedLight", arial, helvetica, sun-sans;
	border-left: #F00;
	border-width: 0 0 0 6px;
	border-style: none none none solid;
	background-image: url(../images/blank.gif);
	background-repeat: no-repeat;
	text-indent: 0;
}


h2 {
	margin: 20px 0 7px 0;
	font-size: 110%;
	font-weight: bold;
}

#rightcol h2
{
	margin: 20px 0 0px 0;
	font-size: 85%;
	font-weight: bold;
	background-image: url(../images/stock/doc15x15.gif);
	background-repeat: no-repeat;
	text-indent: 16px;
	display: block;
	height: auto;
}

h2 a:link, h2 a:visited  {
	color: #858585;
	display: block;
	text-decoration: none;
	border-style: none;
}

h2 a:hover, h2 a:active  {
	display: block;
	text-decoration: underline;
	border-style: none;
}

h3
{
	margin: 20px 0 2px 0;
	font-size: 90%;
	font-weight: bold;
}

#rightcol h3
{
	margin: 0px 0 0px 0;
	font-size: 85%;
	font-weight: normal;
	color: #F33;
}

#rightcol p { color: #858585;
font-size: 95%;
	line-height: 150%;
}

#container
{
	position: relative;
	margin-top: 20px;
	margin-left: 60px;
	width: 940px;
	height: auto;
	border-color: #F33;
	border-width: 1px;
	border-style: none;

}

/* *************** BEGIN HEAD ELEMENTS *************** */

#head
{
	width: 100%;
	height: 250px;
	display: block;
	background-color: transparent;
}


/*  TOP NAV ITEMS  */

#navtop
{
	position: absolute;
	top: 25px;
	left: 350px;
	height: 15px;
	display: block;
}

.ntlink:link, .ntlink:visited
{
	vertical-align: bottom;
	color: #999;
	font-size: 85%;
}

.ntlink:hover, .ntlink:active { color: Blue; }

.nticon
{
	margin-left: 16px;
	margin-right: 2px;
}

#signupbox
{
	position: absolute;
	top: 25px;
	right: 0px;
	display: block;
	width: 260px;
	height: 50px;
	border-right: #999;
	border-left: #999;
	border-width: 0px 1px 0 1px;
	border-style: none none none solid;
	background-color: #FFF;
	padding-left: 5px;
}


#signupbox 
{
position: absolute;
top: 25px;
margin-left: 18px;
font-size: 85%
}



#signupbox input
{
	vertical-align: middle;
	background-color: #FFF;
	color: #666666;
}

#signupbox input[type="text"]
{
	background-color: #FFF;
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	font-size: 85%;
	padding: 3px 0 3px 3px;
}

*:first-child+html #signupbox input[type="text"]
{
	margin-left: 0px;
}

* html #signupbox input[type="text"]
{
	margin-left: 0px;
}



#Vuteknavbar
{
position: absolute;
width: 100%;
height: 40px;
display: block;
top: 90px;
left: 0;
background-color: transparent;
}

#Vuteknavbar a
{
display: block;
height: 40px;
float: left;
clear: none;
}

#Vuteknavbar a:link, #Vuteknavbar a:visited
{
	font-size: 90%;
	display: block;
	padding: 9px 18px 0 17px;
	height: 32px;
	/*background-image: url(../images/nav/nav-1-bkgd.gif);*/
	background-repeat: no-repeat;
	background-position: 50% 0;
	color: #999;
}

/* ROLLOVER EFFECT ADDS A SMALL ARROW UNDERNEATH AS A BACKGROUND IMAGE */

#Vuteknavbar a:hover, #Vuteknavbar a:active, #Vuteknavbar a.current
{
	/*background-image: url(../images/nav/nav-2-bkgd.gif);*/
	background-repeat: no-repeat;
	background-position: 50% 0;

}


/* THIS PUTS A DARK BACKGROUND FOR THE REGISTER BUTTON */

#Vuteknavbar a.dark:link, #Vuteknavbar a.dark:visited
{
	font-size: 90%;
	display: block;
	padding: 8px 18px 0 17px;
	height: 32px;
	/*background-image: url(../images/nav/navdark-1-bkgd.gif);*/
	background-repeat: no-repeat;
	background-position: 50% 0;
	color: #FFF;
}

/* GIVE A SMALL DARK ARROW UNDERNEATH FOR THE ROLLOVER */

#Vuteknavbar a.dark:hover, #Vuteknavbar a.dark:active, #Vuteknavbar a.dark .current
{
	/*background-image: url(../images/nav/navdark-2-bkgd.gif);*/
	background-repeat: no-repeat;
	background-position: 50% 0;
}

#headimg
{
position: absolute;
top: 130px;
left:0;
}

/* BREADCRUMB TRAIL THAT APPEARS UNDER HEADLINE IMAGE */

#head ul
{
position: absolute;
top: 200px;
left: 20px;
color: #89ACD0;
font-size: 85%;
}

#head ul li
{
	margin-right: 5px;
	background-image: url(../images/stock/slash.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 2px;
}

#head ul li:first-child
{
	background-image: url(../images/blank.gif);
	background-repeat: no-repeat;
} 

#head ul li a:link, #head ul li a:visited
{
	color: #89ACD0;
	text-decoration: underline;
}

#head ul li a:hover, #head ul li a:active
{
	color: #FFF;
	text-decoration: underline;
}

#BreadCrumb ul
{
	color: #CCCCCC;
}

#BreadCrumb ul a
{
	color: #333333;
}

/* PRINT AND EMAIL BUTTONS */

#functions
{
	position: absolute;
	width: 375px;
	height: 102px;
	display: block;
	top: 188px;
	left: 675px;
}

#printbutton
{
float: left;
}

#emailbutton
{
float: left;
margin-left: 8px;
}

.whitevrule
{
	position: absolute;
	right: 0;
	top: 140px;
	width: 10px;
	height: 70px;
	display: block;
	border-right: #9CC;
	border-width: 0 1px 0 0;
	border-style: none none none solid;
}


/* *************** END HEAD ELEMENTS *************** */





/* *************** BEGIN CONTENT ELEMENTS *************** */

#contentwrapper
{
	width: 940px;
	height: auto;
	background-image: none;
}


#leftcol
{
	width: 650px;
	float: left;
	clear: none;
	display: block;
	min-height: 200px;	
	height: auto;
}

#MainContent
{
	height: auto;
	width:auto;
}

#MainContent a:hover, #MainContent a:active, #MainContent a.current:link
{
	color: Blue;
	text-decoration: underline;
}

#ApplicationTips
{
	width:740px;
	float:right;
}

#subnav
{
	width: 198px;
	display: block;
	height: auto;
	float: left;
}

#subnav li
{
	display: list-item;
	padding: 7px 0 6px 0;
	border-bottom: #CCC;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	text-indent: 10px;
	font-size: 85%;
}

#subnav a:link, #subnav a:visited
{
color: #999;
}

#subnav a:hover, #subnav a:active, #subnav a.current:link { color: Blue; }


#content
{
	width: 425px;
	float: right;
	clear: none;
	display: block;
}

#content img
{
	float: right;
	margin-left: 8px;
	clear: right;
}

#content p
{
margin-bottom: 20px;
color: #858585;
line-height: 130%;
}

#content a:hover, #content a:active, #content a.current:link
{
	color: Blue;
	text-decoration: underline;
}

#rightcol
{
	width: 220px;
	float: right;
	clear: none;
	margin-right: 20px;
	display: block;
	min-height: 200px;
	height: auto;

}

.hrule
{
	display: block;
	height: 30px;
	border-bottom: #E0E0E0;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	margin: 0 -20px 30px -30px;
}

a.library-button:link, a.library-button:visited
{
	display: block;
	width: 135px;
	height: 33px;
	margin-top: 20px;
	background-image: url(../images/stock/button-material-directory.jpg);
	background-repeat: no-repeat;
}

a.library-button:hover, a.library-button:active
{
	background-image: url(../images/stock/button-material-directory-2.jpg);
	background-repeat: no-repeat;
}


/* *************** END CONTENT ELEMENTS *************** */


.clear
{
	clear: both;
	display: block;
	height: 2px;
}

#footer
{
	display:inline-block;
	width: 940px;
	padding-top: 20px;
	background-color: #FFF;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 60px;
	margin-right: 0px;
	border-style: none;
	float:left;
	
}

#footer a
{
	font-size: 85%;
	display: block;
	float: right;
	/*margin-right: 5px;*/
	padding-right: 10px;
	padding-left: 10px;
	border-right: #999;
	border-width: 0 0 0 1px;
	border-style: none none none solid;
}

#footer a:first-child
{
	border-style:none;
	float:left;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#footer a.left
{
	border-style:none;
	float:left;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#footer a:last-child
{
	border-style: none;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 10px;
}

#footer a:link, #footer a:visited
{
}

#footer a:hover, #footer a:active
{
text-decoration: underline;
}

#footer img
{
margin-top: -20px;
float: right;
}





/* ***************** HOME PAGE SPECIFIC STYLES ************************* */

body.home
{
	background-color: #FFF;
	background-image: url(../images/home/bk-home100x349.jpg);
	background-repeat: repeat-x;
	background-position: 0 110px;
	font-family: arial, helvetica, sun-sans;
	color: #858585;
	font-size: 80%;
	line-height: 120%;
}


.home #head
{
	width: 100%;
	height: 459px;
	display: block;
	background-color: transparent;
}


.home #headimg
{
	position: absolute;
	top: 140px;
	left: 0;
	border-color: #A9C3DD;
	border-width: 1px;
	border-style: none;
}

#bkdec
{
position: absolute;
top: 143px;
left: 607px;
}

.home #contentwrapper
{
	width: 940px;
	height: auto;
	background-image: url(../images/blank.gif);
	background-repeat: no-repeat;
}

/*  HOME Vuteknavbar USES DIFFERENT BACKGROUND IMAGES TO MATCH LIGHTER BLUE COLOR  */

.home #Vuteknavbar a:link, .home #Vuteknavbar a:visited
{
	/*background-image: url(../images/home/nav-1-bkgd.gif);*/
	background-repeat: no-repeat;
	background-position: 50% 0;
}


.home #Vuteknavbar a:hover, .home  #Vuteknavbar a:active, .home #Vuteknavbar a.current
{
	/*background-image: url(../images/home/nav-2-bkgd.gif);*/
	background-repeat: no-repeat;
	background-position: 50% 0;

}



.home #Vuteknavbar a.dark:link, .home #Vuteknavbar a.dark:visited
{
	/*background-image: url(../images/home/navdark-1-bkgd.gif);*/
	background-repeat: no-repeat;
	background-position: 50% 0;
}


.home #Vuteknavbar a.dark:hover, .home #Vuteknavbar a.dark:active, .home #Vuteknavbar a.dark .current
{
	/*background-image: url(../images/home/navdark-2-bkgd.gif);*/
	background-repeat: no-repeat;
	background-position: 50% 0;
}

.home #caption
{
position: absolute;
top: 412px;
left: 26px;
font-size: 11px;
color: #A9C3DD;
}

.home #resource
{
position: absolute;
top: 225px;
right: 6px;
width: 230px;
color: #FFF;
font-size: 16px;
line-height: 22px;
}

#lib-but:link, #lib-but:visited
{
	margin-top: 12px;
	display: block;
	width: 202px;
	height: 41px;
	background-image: url(../images/home/mat-dir-button.jpg);
	background-repeat: no-repeat;
}

#lib-but:hover, #lib-but:active
{
	background-image: url(../images/home/mat-dir-button-2.jpg);
	background-repeat: no-repeat;
}

.home .whitevrule
{
	top: 140px;
	width: 10px;
	height: 260px;

}



.home #leftcol
{
	width: 615px;
	float: left;
	clear: none;
	display: block;
	min-height: 75px;
	height: auto;
	border-color: #CCC;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	padding: 0 20px 0 35px;
	line-height: 130%;
}



.home #leftcol .content
{
}

.home .intro-image
{
float: right;
margin-left: 10px;
}


.home #leftcoltwo
{
	width: 615px;
	float: left;
	clear: left;
	display: block;
	min-height: 75px;
	height: auto;
	border-color: #CCC;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	padding: 0 20px 20px 35px;
	background-color: #EEEFF0;
	background-image: url(../images/home/gray-vrule-bkgd.gif);
	background-repeat: repeat-y;
}

.home #rightcol
{
	width: 220px;
	float: right;
	clear: none;
	display: block;
	margin-right: 0;
	min-height: 200px;
	height: auto;
	padding-right: 20px;
	border-right: #CCC;
	border-width: 0 1px 0 0;
	border-style: none none none none;
}


.home #rightcol h1:first-child
{
margin-top: 4px;
}


h1.nsp
{
margin: 4px 0 15px 0;
}

#tipone, #tiptwo
{
float: left;
clear: none;
display: block;
width: 285px;
}

#tiptwo
{
float: right;
}

#tipone p, #tiptwo p
{
width: 265px;
font-size: 95%;
line-height: 140%;
}

#tipone p img, #tiptwo p img
{
	float: right;
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	margin-left: 10px;
	}
	
a.readmore:link, a.readmore:visited
{
	width: 110px;
	height: 30px;
	display: block;
	background-image: url(../images/home/read-more-but-1.jpg);
	background-repeat: no-repeat;
	border-width: 0;
	border-style: none;
	margin-top: 10px;}

a.readmore:active, a.readmore:hover
{
	width: 110px;
	height: 30px;
	border-style: none;
	display: block;
	background-image: url(../images/home/read-more-but-2.jpg);
	background-repeat: no-repeat;
}

.home #footer
{
margin-top: 15px;
}
