@charset "utf-8";


/*-----------------------------------------------------------------------------
	Canadian Nexus Ventures Style Sheet 
	
	version:   1.0

	-----------------------------------------------------------------------------*/
	/* Basics
	-----------------------------------------------------------------------------*/
	
	html, body { height: 100%; } 
	
	/* Force vertical scrollbar */
	html {
	min-height: 100%;
	margin-bottom: 1px;
}
	
	* { margin: 0; padding: 0px; } /* Remove padding and margin */

	h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
	margin: 0em 0;
} /* Put it back on certain elements */ 
	
	.clear { clear:both; } /* Class for clearing floats */
	
	img { border: 0; } /* Remove border around linked images */

	
/* ---------------------------------------------------------------------------
Spacers & Headers
-----------------------------------------------------------------------------*/
		
.break { margin: 0; padding: 0; border-width: 0; height:4px; line-height: 8px; }

.bigBreak { height:20px; }

.bigBreakpipe { height:71px; }

.dividerLine {
	width: 500px;
	height:1px;
	background:url(../_images/dottedLine.jpg) no-repeat top;
	padding-bottom:15px;
	margin-top: 15px;
}

.pipe {
	width:1px;
	height:18px;
	padding: 0px 8px 0px 8px;
}

br {
	margin: 0;
	padding: 0;
	border-width: 0;
	line-height: 6px;
}

*.brHalf { display:block; margin-top:-0.5em; }

*.brSingle { display:block; margin-top:0em; }

*.brOne { display:block; margin-top:1.5em; }

*.brDouble { display:block; margin-top:2em; }

	
/* ---------------------------------------------------------------------------
HREF Selectors
-----------------------------------------------------------------------------*/	

a:link {
	text-decoration: none;
	color: #c1272d;
	font-size:12px;
}
a:visited {
	text-decoration: none;
	color: #c1272d;
	font-size:12px;
}
a:hover, a:active {
	text-decoration: none;
	color: #000000;
	font-size:12px;
}

	
/* ---------------------------------------------------------------------------
Paragraph/Header/List Selectors
-----------------------------------------------------------------------------*/	

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	line-height:13pt;
	color:#000000;
	padding:0;
	margin:0;
	padding-bottom: 15px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:18px;
	padding:0;
	margin:0;
	padding-bottom: 12px;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:21px;
	padding:0;
	margin:0;
	padding-bottom: 12px;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:21px;
	color:#000000;
	padding:0;
	margin:0;
	font-weight: normal;
	padding-bottom: 5px;
}

ul {
	list-style:none;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:12pt;
	color:#616465;

}

.process a{    /* Style for Nexus Process Side Links */
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#555555;
	font-size: 11px;
	line-height:12pt;
	}
.process a:hover{    /* Style for Nexus Process Side Links */
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#c1272d;
	font-size: 11px;
	line-height:12pt;
	}	

li {
	padding-bottom:1px;
	
}


/* ---------------------------------------------------------------------------
Secondary Page Headers & Breadcrumbs
-----------------------------------------------------------------------------*/	

.para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:12pt;
	color:#000000;
	padding:0;
	margin:0;
	padding-bottom: 5px;
}

.peopleHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:12pt;
	color:#93111D;
	padding:0;
	margin:0;
	padding-bottom: 5px;
	padding-top: 2px;
	text-align: justify;
}

.peopleHeaders a:link {
	text-decoration: none;
	font-weight:normal;
	font-size: 11px;
	color: #c1272d;
}
.peopleHeaders a:visited {
	text-decoration: none;
	font-weight:normal;
	font-size: 11px;
	color: #c1272d;
}
.peopleHeaders a:hover, a:active {
	font-weight:normal;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}


.projects {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:12pt;
	color:#0e0e0e;
	padding:0;
	margin:0;
	padding-bottom: 15px;
}

.para a:link {
	text-decoration: none;
	font-weight:normal;
	font-size: 12px;
	color: #c1272d;
}
.para a:visited {
	text-decoration: none;
	font-weight:normal;
	font-size: 12px;
	color: #c1272d;
}
.para a:hover, a:active {
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
	color: #000000;
}


.headers {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#D1E0E7;
	line-height:22px;
}

.secondaryHeaders{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#7fa2bd;
	line-height:22px;
}

/* ---------------------------------------------------------------------------
Global ID's
-----------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	text-align: center;
	margin: 0;
	padding: 0;
}
#wrapper {	
	width: 100%;
	text-align: left;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	position:relative; }
	
#siteFrame {
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin: 0 auto;
	position: relative;
	padding-bottom:6em; /* Allow room for footer to stick to the bottom */
	width: 667px;
}

/* ---------------------------------------------------------------------------
Top Logo & Navigation
-----------------------------------------------------------------------------*/

#topSection{
	height: 149px;
	width: auto;
}

#topContent{
	width:667px;
	height: 100px;
	position: relative;
	padding-top: 120px;
}

.topLogo{
	width:175px;
	height:64px;
	float: left;
}

#topMenu{
	width:492px;
	float: left;
	padding-top: 0px;
	position: relative;
	height: 60px;
}

.menuItem{
	float:left;
	padding-right:15px;
}

.menuSignup{
	float:right;
}

.topLine{
margin-top:12px;
background:url(../images/redLine.jpg) repeat-x;
width:492px;
height:1px;
}


/* ---------------------------------------------------------------------------
Main Content
-----------------------------------------------------------------------------*/

.mainBanner{
	width:667px;
	height: 190px;
}

.secondaryContent{
	width:380px;
	position: relative;
}

.secondaryContentWide{
	width:620px;
	position: relative;
}


/* ---------------------------------------------------------------------------
Footer
-----------------------------------------------------------------------------*/

#footerFrame {
	height:45px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	padding-bottom: 40px;
	float: right;
	text-align: center;
}
#footer {
	width: 663px;
	margin: 0 auto;
	padding-top: 20px;
}

.footerLink{
	font-family: Arial, Helvetica, sans-serif;
	color:#454e64;
	float: right;
}

.footerLink p{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #757575;
	font-size:11px;
}	
.footerLink a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #7ea6c6;
	font-size:11px;
	
}
.footerLink a:visited {text-decoration: none;color: #7591a6;font-size:11px; }
.footerLink a:active {text-decoration: none; color: #3e98dc; font-size:11px; }
.footerLink a:hover {text-decoration: underline; color: #3e98dc; font-size:11px; }


/* ---------------------------------------------------------------------------
Temp Splash Page
-----------------------------------------------------------------------------*/

#topContactinfo {
	width:492px;
	float: left;
	position: relative;
	height: 64px;
	padding-top: 15px;
	line-height: 0px;
}
