@charset "utf-8";
/* CSS Document */

body
{
	font: 9pt Arial, Helvetica, sans-serif;
	background: #bebfc3 url('../Images/BG.jpg') no-repeat center;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #626262;
}

h1
{
	font-size: 13pt;
	color: #391111;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: bold;
}

h2
{
	font-size: 13pt;
	color: #000;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-weight: bold;
}

h3
{
	font-size: 10pt;
	color: #626262;
	margin: 20px 0px 15px 0px;
	padding: 0px;
	font-weight: bold;
}

h4
{
	font-size: 13pt;
	color: #391111;
	margin: 20px 0px 15px 0px;
	padding: 0px;
	font-weight: normal;
}

p
{
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

a
{
	color: #3384b5;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: none;
}

ol, ul
{
	margin: 0px 0px 10px -15px;
	*margin-left: 25px;
}

textarea, input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #ccc;
	height: 16px;
	width: 100%;
	padding: 0px;
}

    textarea.Error, input.Error
    {
        background-color: #fdd;
    }

input[type=button]
{
    color: #626262;
    background-color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 19px;
    padding-bottom: 3px;
    cursor: pointer;
}

.Button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
	background-color: #fff;
	font-size: 8pt;
    
}

.HorizontalDivider
{
	margin: 8px 0px 10px 8px;
}

.Clear
{
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.HideShow
{
    display: none;
}

.HorizontalMenu
{
    padding: 0;
    margin: 0;
    white-space: nowrap;
    list-style-type: none;
}
    .HorizontalMenu li
    {
        display:inline;
    }
    /*
    .HorizontalMenu li a
    {
    float:left;
    }
    */

.Share_addthis
{
    margin-top: 10px;
}

#Center_CON
{
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#Header
{
	background: #fff url('../Images/Masthead.jpg') no-repeat top left;
	height: 322px;
	width: 760px;
}
    #Header #Logo
    {
        position: relative;
        left: 28px;
        top: 20px;
		height: 21px;
		width: 404px;
    }  

	#Header #MainMenu
	{
		margin: -21px 0px 0px -15px;
		overflow: hidden;
		padding: 58px 0px 0px 42px;
		font-size: 11pt;
		font-weight: normal;
	}

	#Header #MainMenu a
	{
	    float: left;
		color: #da6927;
		text-decoration: none;
		margin-right: 24px;
	}
	
	#Header #MainMenu a:hover
	{
		color: #626262;
	}
	
	#Header #MainMenu a:active, #Header #MainMenu .Selected
	{
		color: #8b181a;
	}
	
	    #Header #MainMenu a.Home
	    {
		    background: url('../Images/Icon-Home.gif') no-repeat 0 0px;
		    padding-left: 15px;
	    }
    	
	    #Header #MainMenu a.Home:hover
	    {
		    background-position: 0 -20px;
	    }
    	
	    #Header #MainMenu a.Home:active, #Header #MainMenu a.Selected
	    {
		    background-position: 0 -40px;
	    }
	
	
	#Header #SecondaryMenu
	{
	    margin-top: 164px;
	    _margin-top: 182px; /*ie6: Menu needs to be lower */
	    margin-left: 5px;
	    margin-right: -5px;
	    height: 78px;
	    _width: 760px;
	}
	
	#Header #SecondaryMenu a
	{
	    float: left;
        width: 151px;
        height: 60px;
        padding-top: 18px;
        display: block;
        text-align: center;
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        font-size: 11pt;
        overflow: hidden;
    }
    
    #Header #SecondaryMenu a.HighTech
	{
        background: url('../Images/MastheadButtons-HighTech.jpg') no-repeat 0 0;
    }
    
    #Header #SecondaryMenu a.NotForProfit
	{
        background: url('../Images/MastheadButtons-Not-for-Profit.jpg') no-repeat 0 0;
    }
    
    #Header #SecondaryMenu a.PharmaBiotech
	{
        background: url('../Images/MastheadButtons-PharmaBiotech.jpg') no-repeat 0 0;
    }
    
    #Header #SecondaryMenu a.WomensLeadership
	{
        background: url('../Images/MastheadButtons-WomensLeadership.jpg') no-repeat 0 0;
    }
    
    #Header #SecondaryMenu a.BanffCentre
	{
        background: url('../Images/MastheadButtons-BanffCentre.jpg') no-repeat 0 0;
    }
    
    #Header #SecondaryMenu a:hover
    {
        /*padding-top: 16px;*/
        background-position: 0 -80px;
    }
    
    #Header #SecondaryMenu a.Selected
    {
        background-position: 0 -160px;
    }
    
    #Header #SecondaryMenu a.Selected:hover
    {
        background-position: 0 -240px;
    }

    

#Body
{
	margin: 0px;
	padding: 25px 25px 10px 25px;
	background-color: #fff;
	width: 710px;
}

	#Body #Left
	{
		float: left;
		width: 400px;
	}
	
	#Body #Right
	{
		float: right;
		width: 280px;
	}


#Footer
{ 
	padding: 0px 10px 10px 10px;
	width: 740px;
	font-size: 8pt;
	color: #a4a4a4;
	text-align: center;
	margin-bottom: 10px;
	background: #fff url('../Images/Footer.jpg') no-repeat bottom;
}


.Content_ImageAndText
{
    margin-bottom: 10px;
}

    .Content_ImageAndText h2
    {
	    font-size: 12pt;
	    color: #391111;
	    margin: 10px 0px 0px 0px;
	    font-weight: normal;
    }
    
    .Content_ImageAndText h3
    {
        font-size: 10pt;
	    color: #626262;
	    font-weight: normal;
	    margin-top: 1px;
    }
    
    .Content_ImageAndText img
    {
	    float: left;
    }
    
    .Content_ImageAndText .Right
    {
        width: 278px;
        float: right;
    }
    
    .Content_ImageAndText .Left
    {
        float: left;
        width: 102px;
    }
    
        .Content_ImageAndText .Left img
        {
            float:none;
        }
    
    .Content_ImageAndText .Author
    {
        font-size: 9pt;
	    color: #626262;
	    font-weight: normal;
    }
 


.NewsItems
{

}

	.NewsItems .Title
	{
		font-size: 13pt;
		font-weight: bold;
		color: #391111;
	}
	
	.NewsItems .Date
	{
		margin: 5px 0px 10px 0px;
	}
	
	.NewsItems .Content
	{
		margin: 0px 0px 20px 0px;
	}
	
.NewsItemsLatest
{

}
	.NewsItemsLatest .Title
	{
		font-size: 13pt;
		font-weight: bold;
		color: #626262;
	}
	
	.NewsItemsLatest .Date
	{
		margin: 5px 0px 10px 0px;
	}
	
	.NewsItemsLatest .Content
	{
		margin: 0px 0px 20px 0px;
	}
	
.NewsItemsPreview
{
	margin: 15px 0px 0px 5px;
}

	.NewsItemsPreview .Title a
	{
		font-size: 11pt;
		font-weight: bold;
		color: #626262;
		text-decoration: none;
	}
	
	.NewsItemsPreview .Title a:hover
	{
		text-decoration: underline;
	}
	
	.NewsItemsPreview .Date
	{
		margin: 3px 0px 10px 0px;
		font-size: 9pt;
	}
	
	.NewsItemsPreview .Content
	{
		margin-bottom: 10px;
		font-size: 9pt;
	}


#SuccessStories {}
    #SuccessStories .SuccessStory
    {
        float: right;
        width: 280px;
        margin-top: 10px;
    }
    
    #SuccessStories img
    {
        float: left;
        margin-top: 15px;
    }
    
    #SuccessStories h1
    {
        margin: 0px;
    }
       
    
#SuccessStoryPreview {}

	#SuccessStoryPreview img
	{
		margin-bottom: 15px;
		border: none;
	}
	
	#SuccessStoryPreview h1 a
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt;
		color: #626262;
		font-weight: bold;
	}
	
	#SuccessStoryPreview p
	{
		font-family: Arial, Helvetica, sans-serif;
		margin: 0px 0px 10px 0px;
	}


#Alliances {}
    #Alliances .Ally
    {
        float: right;
        width: 280px;
    }
    
    #Alliances img
    {
        float: left;
    }
    
    #Alliances h1
    {
	    font-size: 13pt;
	    color: #391111;
	    margin: 0px 0px 10px 0px;
    }

    #Alliances h2
    {
	    font-size: 12pt;
	    color: #391111;
	    margin: 10px 0px 20px 0px;
	    font-weight: normal;
    }

    #Alliances .HorizontalDivider
    {
	    margin: 15px 0px 10px 8px;
	    _margin: 0px 0px 10px 8px;
    }
       
    
#frmContact_CON {}
	
	#frmContact_CON textarea, #frmContact_CON input
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11pt;
		width: 300px;
	}
	
	#frmContact_CON #txtMessage
	{
		width: 400px;
	}	
	
	#frmContact_CON #btnSend
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		width: 60px;
	}


#PublicationsPreview
{
    margin-bottom: 10px;
}
    #PublicationsPreview h2
	{
	    margin: 15px 0px -10px 0px;
		font-size: 11pt;
		font-weight: bold;
		color: #626262;
		text-decoration: none;
	}
	
	#PublicationsPreview .Author
	{
		font-size: 8pt;
		font-weight: normal;
	}

    #PublicationsPreview a.More
	{
		font-size: 8pt;
		font-weight: normal;
		text-decoration: none;
	}


.PDF_Box
{
    border: solid 1px #dacdc1;
    margin-top: 15px;
    padding: 10px 15px 10px 56px;
    font-size: 10pt;
    width: 207px;
    background: #fff url('../Images/PDF.jpg') no-repeat 10px 10px;
    cursor: pointer;
    text-decoration: none;
    color: #626262;
}

.Box
{
    border: solid 1px #dacdc1;
    margin-top: 15px;
    padding: 10px 15px;
    font-size: 10pt;
    cursor: pointer;
    text-decoration: none;
    color: #626262;
}
    
.Fade
{
    display: none;
}