﻿/*---------------------------------------------
	Generic elements and classes spanning the entire site
---------------------------------------------*/
body 
{
	background-color:white;
	color:#000033; 
	font:9pt Arial, Helvetica, sans-serif;
	line-height:17px;
	margin:0;
	padding:0;
	min-width:800px;
}

td
{
	vertical-align: top;
}

a
{
	color:Navy;
	text-decoration:none;
}

a:hover 
{
	text-decoration:underline;
}

h1,h2,h3,h4,h5,h6
{
	font-weight:normal;
	margin:0;
	padding:0;	
	text-align:left;
}

.NavigationList
{
	list-style:none;
	margin:0;
	padding:0;		
}

.NavigationList li
{
	padding-bottom:10px;
	padding-left:5px;
}

.Alert
{
	color:red;
	font-weight:bold;
}

.Label
{
	font-weight:bold;
	text-align:right;
	vertical-align: top;
}

.LabelSmall
{
	font-size: smaller;
	font-weight:bold;
	text-align:right;
	vertical-align: top;
}

.FormTextbox
{
	height:13px;
	width:200px;
	font-size:11px;
	padding-left:1px;
}

.FormTextarea
{
	height:150px;
	width:500px;
	font-size:11px;
	padding-left:1px;
}
.FormTextareaSmall
{
	height:75px;
	width:500px;
	font-size:11px;
	padding-left:1px;
}

/*---------------------------------------------
	Page Specific Items
---------------------------------------------*/

/* BEGIN aboutus.aspx
---------------------------------------------*/
#aboutus h1
{
	font-size:13.5pt; 
	font-weight:bold;
	text-align:center;
}
#aboutus h2
{
	font-size:10pt;
	text-align:center;
}
#aboutus h3
{
	color:#336699;
	font-size:12.5pt; 
	font-weight:bold;
	margin-top:30px;
}
#aboutus h4
{
	color:#336699;
	font-size:10pt;
}
#aboutus #aboutsmh
{
	border-top:solid 3px #CCCCCC;
	font-size:8pt;
	padding-top:10px;
}
#aboutus #aboutsmh #overview
{
	background-color:#CCCCCC;
	display:block;
	margin-top:20px;
	text-align:center;
}
/* END aboutus.aspx
---------------------------------------------*/

/* BEGIN contact.aspx
---------------------------------------------*/
#contact h2
{
	font-size:9pt;
	font-weight:bold;
	text-align:left;
}
#contact #locations ul
{
	list-style:none;
	margin:0; 
	margin-top:10px;
	margin-left:20px;
	padding:0;
	width:200px;
}
#contact #locations .city
{
	font-weight:bold;
}
/* END contact.aspx
---------------------------------------------*/

/* BEGIN events.aspx
---------------------------------------------*/
#events h2
{
	font-size:14px;	
	font-weight:bold;
}
#events .EventLabelItem
{
	font-size:11px;
	text-align:left; 
	width:170px; 
	vertical-align:top;
	height:20px;
	/*padding-right:30px;
	white-space:nowrap;*/
}
#events .EventDataItem
{
	vertical-align:top;
}
#events .EventDate2
{
	font-weight:bold; 
	font-size:12px;
}
#events .Upcoming_Overview .EventLabelItem, #events .Upcoming_Overview .EventDataItem
{
	padding-bottom:10px;
	padding-top:10px;
}
#events .Upcoming_Overview .EventDataItem
{
	font-weight:bold;
	font-size:8.5pt;
}
/* END events.aspx
---------------------------------------------*/

/* BEGIN events_detail.ascx
---------------------------------------------*/
#events_detail #EventDateStartAndLocation span
{
	display:block;	
}
#events_detail h2
{
	color:#336699;
	font-size:9.5pt;
	font-weight:bold;
	margin-top:25px;
}
#events_detail #EventDateStartAndLocation
{
	font-size:8.5pt;
	font-weight:bold;	
}
#events_detail #DescriptiveSummary
{
	color:#336699;
	font-family:Copperplate Gothic Light, Century Schoolbook, Garamond, Tahoma, sans-serif;
	font-size:9pt;	
}
#events_detail #OverviewSummary
{
	font-size:8.5pt;	
}
#events_detail .Summary
{
	margin-left:25px;
}
#events_detail .arrow
{
	color:#336699;
	font-size:11.5pt;
	padding-right:5px;
}
#events_detail #Hosts a, #events_detail #Sponsors a
{
	display:block;	
}

/* END events_detail.aspx
---------------------------------------------*/

/* BEGIN footer_patriotactdisclosure.ascx
---------------------------------------------*/
#footer_patriotactdisclosure h2
{
	font-size:11pt;
	font-weight:bold;	
}
/* END footer_patriotactdisclosure.aspx
---------------------------------------------*/

/* BEGIN footer_privacypolicy.ascx
---------------------------------------------*/
#footer_privacypolicy h2
{
	font-size:11pt;
	font-weight:bold;
	margin-bottom:5px;	
}
/* END footer_privacypolicy.aspx
---------------------------------------------*/

/* BEGIN footer_sitemap.ascx
---------------------------------------------*/
#footer_sitemap .wrapper
{
	margin-bottom:20px;	
}

#footer_sitemap ul
{
	list-style:none;
	margin-left:20px;
	margin-top:5px;
	padding:0;	
}

#footer_sitemap .small
{
	font-size:8pt;
	padding-left:5px;	
}
/* END footer_sitemap.aspx
---------------------------------------------*/

/* BEGIN footer_termsofuse.ascx
---------------------------------------------*/
#footer_termsofuse h2
{
	font-size:11pt;
	font-weight:bold;
	margin-bottom:5px;	
}
/* END footer_termsofuse.aspx
---------------------------------------------*/

/* BEGIN news.aspx
---------------------------------------------*/
#news h2
{
	color:#4682B4;
	font-size:11pt;
	font-weight:bold;
	margin:0;	
}

#news a
{
	font-size:8pt;
}

#news ul
{
	list-style:none;
	margin:0;
	margin-bottom:10px;	
	padding:0;
}

#news li
{
	padding-bottom:10px;
	padding-left:5px;
}

#news #leftcolumn
{
	float:left;
	margin-left:5px;
	width:280px;
}

#news #rightcolumn
{
	border:solid 0px green;
	border-left:solid 2px #4682B4;
	float:left;
	margin-left:15px;
	padding-left:15px;
	width:280px;
}
/* END news.aspx
---------------------------------------------*/

/* BEGIN portfolio_current.aspx, portfolio_realized.aspx
---------------------------------------------*/
#portfolio #holdingList
{
	border:solid 0px red;
	border-right:solid 2px #4682B4;
	float:left;
	padding-right:20px;
	/*margin-right:20px;
	width:280px;*/
}

#portfolio #holdingDetail
{
	border:solid 0px green;
	float:left;
	margin-left:20px;
	width:380px;
}

#portfolio #holdingDetail .holdingImg
{
	margin-bottom:20px;
}

#portfolio #holdingDetail .holdingName
{
	font-weight:bold;
}
/* END portfolio_current.aspx
---------------------------------------------*/

/* BEGIN pressrelease_detail.ascx
---------------------------------------------*/
#pressrelease_detail #boilerplate
{
	margin-top:40px;	
}

#pressrelease_detail h1
{
	font-size:14pt;	
	font-weight:bold;
	line-height:20px;
	margin-bottom:30px;	
}
/* END pressrelease_detail.ascx
---------------------------------------------*/

/* BEGIN sitemaster.master
---------------------------------------------*/
#SiteWrapper
{
	background-color:White;
    margin-top:8px;
    /*
	margin-left:8px;
	padding-bottom:20px;
	*/
	width:800px;
	margin-left: auto;
	margin-right: auto;
}

#BrownHeader 
{
	height:119px;
	
}

#SmallHeaderImage
{
	float:left;
}

#SiteHeader
{
	background-color:#4682B4; /*steelblue*/
    height:125px;
}

#SiteTime
{
	color:White;
	font-size:8.5pt;
	left:395px;
	position:absolute;
	text-align:right;
	top:110px;
	width:200px;
	z-index:1;
}
.Environment
{
	position:absolute;
}
.Environment span
{
	color:Silver;
	display:block;
	font-size:12pt;
	font-weight:bold;
}

.SiteContent
{   
    clear:both;
	background-color:#F5F5F5; /*whitesmoke #F5F5F5*/
	
}

.PageTitle
{
	background-color:#F0F8FF;  /*aliceblue #F0F8FF*/
	border-left:solid 171px #4682B4; /*steelblue*/
	/*border-top:solid 1px navy;*/
	display:block;
    font-size:13.5pt;
    height:25px;
	padding-left:20px;
	padding-top:10px;
	clear:both;
}

.LeftNavigationWrapper
{
	float:left;
}

.ParentTitle
{	
	background-color:#F0F8FF;  /*aliceblue #F0F8FF*/
	font-size:8.5pt;
	font-weight:bold;
	height:20px;
	padding-left:5px;
	padding-top:5px;
	width:155px;
}

.LeftNavigation 
{
	background-color:#F5F5F5; /*whitesmoke #F5F5F5*/
	font-size:8pt;
	padding-left:5px;
	padding-right:5px;
	padding-top:15px;
	width:150px;
}

.Content
{
	border:solid 0px black;
	background-color:white;
	margin-left:160px;
	padding-left:35px;
	padding-top:15px;
	text-align:justify;
}

.SiteFooter
{
	font-size:7.5pt;
	margin-left:auto;
	margin-right:auto;
	margin-top:70px;
	text-align:center;
}

.SiteFooter ul
{
	list-style:none;
	margin:0;
	padding:0;	
}

.SiteFooter li
{
	display:inline;
}

.Copyright    
{	 
	border-top:solid 1px navy;
	display:block;
	margin-top:3px;
	padding:3px;
}
/* END sitemaster.master
---------------------------------------------*/

/* BEGIN team_content.ascx
---------------------------------------------*/
.BioFullName
{
	font-size:13px; 
	font-weight:bold;
}

.BioPhoto
{
	padding-right:10px;
}
/* END team_content.aspx
---------------------------------------------*/
