/*TEMPLATE STYLES*/

body
{
	margin: 0;
	padding: 0;
	font-family: verdana, geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #444;
	background-color: #999;
	background-image: url(/resources/images/all_bg.gif);
	background-repeat: repeat-y;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}

a
{
    color: #444;
}

a:hover
{
    color: #000;
}


a.homePortfolioLink
{
    font-size: 11px;
    text-decoration: none;
    color: #8F0100;
}

a.homePortfolioLink:hover
{
    color: #000;
}





#masthead
{
	position: relative;
	width: 750px;
	height: 190px;
	margin-left: 20px;
	margin-bottom: 3px;
	margin-top: 10px;
    background-color: #fff;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    background-repeat: no-repeat;
}

#navMenu1
{
	position: absolute;
    width: 100px;
    height: 70px;
    top:125px;
    left: 9px;
}

#navMenu2
{
	position: absolute;
	width: 77px;
	height: 70px;
    top: 125px;
    left: 136px;
}

#navMenu3
{
	position: absolute;
	width: 125px;
	height: 70px;
    top:125px;
    left: 256px;
}

#navMenu1 a, #navMenu2 a, #navMenu3 a
{
    display: block;  
}

#anniversaryLogo
{
    position: absolute;
	width: 47px;
	height: 84px;
    left: 512px;
    top: 130px;
}

#mastheadLogo
{
	position: absolute;
	width: 81px;
	height: 60px;
    left: 512px;
    top: 125px;
}

#mastheadBanner
{
	position: absolute;
	width: 145px;
	height: 67px;
    left: 605px;
    top: 128px;
}

#mastheadBanner p
{
    text-align: right;
}


#headerContainer
{
	padding-top: 10px;
	width: 750px;
	margin-left: 20px;
    background-color: #fff;
}
#headerContainer img
{
    margin: 35px 0 15px 10px;
}


#contentContainer
{
    position: relative;
    margin: 0 0 45px 30px;
    width: 740px;
    background-color: #fff;
}

#contentContainer.homePage
{
    position: relative;
    margin: 40px 0 45px 40px;
    padding: 0;
    width: 722px;
    background-color: #fff;
}

.homeDivStack
{
    position: relative;
    width: 475px;
    margin: 0 0 15px 0;
    float: left;
}


.homeLeftBlock
{
    float: left; 
    width: 229px;
}

.homeRightBlock
{
    float: right; 
    width: 229px;
}

#homeLicense
{
    float: right; 
    width: 229px;
}


.newRow
{
    width: 100%;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
}


#content
{
	width: 477px;
	float: left;
}

#contentStaff 
{
	width: 230px;
	float: left;
}



#content ul{
    padding: 0;
    margin: 0 0 15px 0;        
    list-style: none;
}
 
#content ul li{
    background-image: url(/resources/images/bullet.gif);
    background-repeat: no-repeat;
    background-position: 1px .5em;
    padding-left: 11px;
    margin: 1px 0 3px 0;
}


#content ul.subList
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: none;
}
#content ul.subList li
{
	background-image: url(/resources/images/bullet_dash.gif);
    background-repeat: no-repeat;
    background-position: 1px .5em;
    padding-left: 10px;
    margin: 1px 0 1px 0;
}


#menu
{
	width: 240px;
    margin: 6px 0 0 0;    
	float: right;
	font-size: 10px;
	color: #000;
    line-height: 13px;                
}

#menu ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: none;  	
    line-height: 13px;
}

#menu ul li
{
	border-bottom: 1px solid #ccc;	
}

#menu a
{
	padding: 3px 3px 3px 8px;
    display: block;
    width: 232px;
    border-bottom: 1px solid #ccc;	
}
#menu a:hover
{	
    background-color: #eee;  
}

#menu a.padMenuLeft
{
	padding-left: 30px;
    width: 210px;
}

#menu a.menuOnBio
{
	background-color: #333;
    color: #fff;
}

#menu ul li.menuOnDev 
{
	background-color: #333;
    color: #fff;
}

#menu a.menuOn 
{
	background-color: #333;
    color: #fff;
}
#menu a.menuOn:hover 
{
    background-color: #333;
    color: #fff;
}




/*Home List Styles*/
.homeListBio
{
    margin: 0 0 20px 0;
    padding-bottom: 8px; 
	font-size: 10px;
	color: #000000;
    background-color: #fff;
}

.homeListBio ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: none;
    line-height: 13px;
}

.homeListBio ul li
{
	background-image: url(/resources/images/bullet_arrow.gif);
    background-repeat: no-repeat;
    background-position: 8px .65em;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
	padding: 3px 8px 3px 16px;
}

.homeListBio ul li.label
{
    background-image: none;
    background-color: #333;
    color: #fff;
	padding: 3px 8px 3px 8px;
}

.homeListBio ul li a
{
    text-decoration: none;
}
.homeListBio ul li a:hover
{
    color: #000;
}

.homeListBio h3
{
    background-color: #333;
    color: #fff;
	padding: 3px 8px 3px 8px;
    font-size: 10px;
    font-weight: normal;
}

.homeListBio p
{
    padding: 5px 8px 8px 8px;
    margin: 0;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    
}



.homeListDev
{
    margin: 0 0 20px 0;
    padding-bottom: 8px; 
	font-size: 10px;
	color: #000000;
	line-height: 17px;
    background-color: #fff;
}

.homeListDev ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: none;
    line-height: 13px;
}

.homeListDev ul li
{
	background-image: url(/resources/images/bullet_arrow.gif);
    background-repeat: no-repeat;
    background-position: 8px .65em;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
	padding: 3px 8px 3px 16px;
}

.homeListDev ul li.label
{
    background-image: none;
    background-color: #333;
    color: #fff;
	padding: 3px 8px 3px 8px;
}

.homeListDev ul li a
{
    text-decoration: none;
}
.homeListDev ul li a:hover
{
    color: #000;
}

.homeListDev h3
{
    background-color: #333;
    color: #fff;
	padding: 3px 8px 3px 8px;
    font-size: 10px;
    font-weight: normal;
}

.homeListDev p
{
    padding: 5px 8px 8px 8px;
    margin: 0;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}



.homeListLic
{
    margin: 0 0 20px 0;
    padding-bottom: 8px; 
	font-size: 10px;
	color: #000000;
    background-color: #fff;
}

.homeListLic ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: none;
    line-height: 13px;
}

.homeListLic ul li
{
	background-image: url(/resources/images/bullet_arrow.gif);
    background-repeat: no-repeat;
    background-position: 8px .65em;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
	padding: 3px 8px 3px 16px;
}

.homeListLic ul li.label
{
    background-image: none;
    background-color: #333;
    color: #fff;
	padding: 3px 8px 3px 8px;
}

.homeListLic ul li a
{
    text-decoration: none;
}
.homeListLic ul li a:hover
{
    color: #000;
}

.homeListLic h3
{
    background-color: #333;
    color: #fff;
	padding: 3px 8px 3px 8px;
    font-size: 10px;
    font-weight: normal;
}

.homeListLic p
{
    padding: 5px 8px 8px 8px;
    margin: 0;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}






#content ul.subList
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: none;
}
#content ul.subList li
{
	background-image: url(/resources/images/bullet_dash.gif);
    background-repeat: no-repeat;
    background-position: 1px .5em;
    padding-left: 10px;
    margin: 1px 0 1px 0;
}







#contentLeft 
{
	width: 350px;
	float: left;
}

#contentRight 
{
	width: 350px;
	float: right;
}

.keepLeft 
{
	width: 350px;
	float: left;
}

.keepRight 
{
	width: 350px;
	float: right;
}

#footer
{
	margin: 0 0 15px 20px;
	padding: 9px 0 0 0;
	width: 750px;
	border-top: 1px solid #CCCCCC;
	font-size: 10px;
	color: #333;
	height: 30px;
	text-indent: 10px;
}

#menu a
{
	color: #555;
	text-decoration: none;
}

#menu a:hover
{
	color: #222;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	line-height: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 15px;
	margin-bottom: 10px;
}
h2.noSpaceAfter {
	margin-bottom: 0;
}


h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8F0100;
	line-height: 15px;
	margin: 0;
    padding-top: 5px;
	font-weight: bold;
}

.homeLic 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	line-height: 15px;
	margin: 0;
    padding-top: 5px;
	font-weight: bold;
}


h4 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8F0100;

	margin: 0;
	font-weight: normal;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 15px;
	font-weight: normal;
	margin: 0 0 15px 0;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	margin:0;
}


.bioMasthead 
{
	background-image: url(/resources/images/masthead_bio.jpg);
}

.devMasthead 
{
	background-image: url(/resources/images/masthead_dev.jpg);
}

.otherMasthead 
{
	background-image: url(/resources/images/masthead_other.jpg);
}

.rctMasthead 
{
	background-image: url(/resources/images/masthead_rct.jpg);
}

.licMasthead 
{
	background-image: url(/resources/images/masthead_lic.jpg);
}


/*UTILITY STYLES*/

.floatLeft 
{
	float: left;
}

.floatImage 
{
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.clearFloats
{
    clear: both;
}

.imgBlock
{
    display: block;
}

img
{
    margin: 0;
    padding: 0;
    border: 0;
}
img.inline
{
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
}

img.padPic
{
    padding: 15px 0 20px 0;
    border: 0;
}


img.leftPortrait
{
    float: left;
    margin: 5px 10px 5px 0;
    border: 0;
}




/*FEEDBACK FORM STYLES*/

td
{
    font-size: 11px;
}

#formTitleDev
{
    padding-left: 4px;
    background-color: #eee;
    border-top: 1px solid #ccc;
    font-weight: bold;
}

.padTableRow td
{
    padding-top:17px;
}

.label
{
    padding-right: 3px;
    line-height: 13px;
}

.formContent
{
    padding-right: 10px;
}

.valid
{
    font-size: 12px;
    font-weight: bold;
    color: #333;
}

.invalid
{
    font-size: 12px;
    font-weight: bold;
    color: #f30;
}

.formOn
{
    background-color: #fff;
    color: #000;
    border: 1px solid #f30;    
}
.formOff
{
    background-color: #fff;  
}

textarea
{
    font-family: verdana, geneva, sans-serif;
    font-size: 11px;
    color: #333;
}

select
{    
    width: 196px;
    font-family: verdana, geneva, sans-serif;
    font-size: 11px;
    color: #333;
    border: 3px solid #000;
}

input
{
    font-family: verdana, geneva, sans-serif;
    font-size: 11px;
    color: #333;
}

.specsWidth
{
    width: 255px;
}

.instructions
{
    font-size: 10px; 
    color: #888;    
}

h3.formHeader
{
    font-size: 11px;
    font-weight: bold;
    color: #333;
}





.padAbove5 {padding-top: 5px;}
.padAbove10 {padding-top: 10px;}
.padAbove15 {padding-top: 15px;}
.padAbove20 {padding-top: 20px;}
.padAbove30 {padding-top: 30px;}
.padBelow5 {padding-bottom: 5px;}
.padBelow10 {padding-bottom: 10px;}
.padBelow15 {padding-bottom: 15px;}
.padBelow20 {padding-bottom: 20px;}

.margAbove5 {margin-top: 5px;}
.margAbove10 {margin-top: 10px;}
.margAbove15 {margin-top: 15px;}
.margAbove20 {margin-top: 20px;}
.margBelow5 {margin-bottom: 5px;}
.margBelow10 {margin-bottom: 10px;}
.margBelow15 {margin-bottom: 15px;}
.margBelow20 {margin-bottom: 20px;}
.margBelow25 {margin-bottom: 25px;}

.margRight20 {margin-right: 20px;}

.noSpaceBefore {margin-top: 0px;}

.bioventures 
{
	color: #8F0100;
}

.licensing
{
	color: #8F0100;
}

.development 
{
	color: #8F0100;
}
.otherInvestments 
{
	color: #8F0100;
}
.borderTop 
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

.addBorders
{
    border: 1px solid #ccc;
}


/*-------[alt footer style for pages w/nvca logo]-------------------*/
#nvcaLogo
{
    float:right; 
    padding: 5px 0 15px 0;
    width: 100px;
}
#footerText {float: left;}