@charset "utf-8";
/* CSS Document */

 
body.twoColFixLtHdr  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4d4d4d;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 11pt;
	background-image: url(/images/northstreet/Background.gif);
	background-repeat: repeat-x;
	background-color: #d1d2d4;
}

img {border:none}

#container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 33px;
	padding-left:33px;
	padding-bottom:15px;
	position:relative;
} 

#header {
	padding-right: 0px;
	padding-bottom: 0;
	height: 182px;	/*padding-top: 33;
	padding-left: 48px;*/
	
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

}

#logo{
	width:200px;
	float:left;
}

#menutop{
	float:left;
	width:602px;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d2d2d2;
	padding-top: 7px;
	margin-left: 108px;
}
#headimages {
	float:left;
	width:602px;
	margin-left: 108px;
	height:138px;
	margin-top:8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d2d2d2;
	border-bottom-color: #d2d2d2;


}
#sidebar1 {
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d2d2d2;
	padding-top:32px;


}



#sidebar1 li {
	list-style-type: none;	
	padding-left:0px;
	margin-left:0px;


}
#sidebar1 ul {
	padding-left:0px;
	margin:0px;


}

#sidebottom {
	padding-bottom:10px;
		width: 200px;
}
#sidebottom a:link, #sidebottom a:visited {	
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: small;	
	color: #005daa;
	
	}
#sidebottom, #sidebottom p {	
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: small;	
}

#sidebar1 a {
	font-size: 11pt;
	color: #4d4d4d;
	text-decoration: none;
}

#sidebar1 a:hover, #sidebar1 a.basenavselect {
	color: #005daa;
}

#menu1 {
	padding-bottom:10px;
	
}
#menu2 {
	padding-top:32px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d2d2d2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2d2d2;

padding-bottom:10px;

}
#menu3 {
	padding-top:32px;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2d2d2;

padding-bottom:10px;

}
#mainContent {
	margin: 0 0 0 308px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-top: 10px ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:602px;
	min-height:350px;
	_height:350px;
	
} 



#mainContent p{
	font-size: 11pt;
	line-height: 1.25;
	color: #4d4d4d;

}

#mainContent a {
	text-decoration:none;
	color: #005daa;
}

#mainContent h1 {
	font-size:18pt;
	font-weight: normal;
		color: #005daa;

}

#mainContent ul {
	margin-left:0px;
	padding-left:0px;
}
#mainContent ul li {
	margin-bottom: 5px;
	margin-left:15px;

		font-size: 11pt;
}
#mainContent ol li {
	margin-bottom: 20px;
	margin-left:0px;
		font-size: 11pt;
}

.coloured{
	color: #005daa;
}
#footer {height:65px; }

#footer, #footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #4d4d4d;
	text-decoration:none;

}

#footer a:hover, #footer a.current {
	color: #005daa;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footerlinks {
		width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top:0px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d2d2d2;
	
}

#languages {
	padding-top:7px;
	margin: 0 0 0 308px; 
	width:602px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d2d2d2;
}

#regs {
	float:right;
	font-size:xx-small;
	padding-top:3px;
	
	
}

#teamlist {
	float:right;
	width:190px;
	padding-left:20px;
	padding-top:22px;
}

#teamlist ul li {
	margin:0px;
	padding:0px;
		font-size: 11pt;
	list-style-type:none;

}
#teamlist ul {
	margin:0px;
	padding:0px;
}
#teamlist li a {
	color: #4d4d4d;
	margin:0px;
		font-size: 11pt;
}

#teamlist li a:hover, #teamlist a.basenavselect {
	color: #005daa;
}

img.portrait {margin-top:42px;}

#mainContent ul#sitemap li, #mainContent ul#sitemap li ul li {
	margin-left:30px;
	margin-bottom:5px;
	list-style-type: disc;
}


#popup {
	width:283px;
	height:154px;
	background-color: #FFF;
	position:absolute;
	z-index: 2;
	border: 1px solid #d0d0d1;	
	left:30px;
	bottom:50px;
	visibility:hidden;
		font-size:9pt;
}

#popup p {
	margin:10px;
		font-size:9pt;
	
}

#popup h1 {
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size:16pt;
	color: #FFF;
	background-color: #a5a7aa;
	margin: 0px;
	padding: 2px 10px;
	background-image: url(/images/northstreet/popup.gif);
	background-repeat: repeat-x;	
}

#popup a {
	color:#005daa;
	text-decoration: none;
			font-size:11pt;
}
