/* global  *******************************************/
body#norcross {
  background-color:#e77806;
  color:#333;
  font-size:small;
  font-family:Arial, Helvetica, sans-serif;
}
body#norcross a, 
body#norcross a:link, 
body#norcross a:visited{
	color:#0182b5;
	text-decoration:underline;
}
body#norcross a:hover, 
body#norcross a:active{
	color:#ff860b;	
	text-decoration:underline;	
}
body#norcross h1{
  font-family:"Trebuchet MS", Arial;
	color:#ff860b;
	font-weight:bold;
	font-size:20px;
	margin:0px;
	padding:0px;
}
body#norcross h2{
  font-family:"Trebuchet MS", Arial;
	color:#0182b5;
	font-weight:bold;
	font-size:16px;
}

/* container  *******************************************/
body#norcross div#container{
	width:910px;
  margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	border:5px solid #0182b5;
}


/* containerInner  *******************************************/
body#norcross div#containerInner{
}

/* header  *******************************************/
body#norcross div#header{
	border-top:1px solid #e77806;
  margin:10px;
	min-height:230px;
	padding-top:5px;
}

body#norcross div#logo{
  float:left;
}
body#norcross div#banner{
  float:right;
}

/* nav  *******************************************/
body#norcross div#nav{
	height:50px;
  margin:10px;
	border-top:10px solid #ff860b;
	border-bottom:1px solid #e77806;
  text-align:center;
}

/* content  *******************************************/
body#norcross div#content{
	width:72%;
	float:left;
  margin:10px 0px 10px 10px;
	border-right:1px solid #e77806;
  padding:10px;
}

/* rightNav  *******************************************/
body#norcross div#rightNav{
	width:23%;
	float:right;
  margin:10px 10px 10px 0px;
	text-align:center;
}

/* footer  *******************************************/
body#norcross div#footer{
	border-top:1px solid #ff860b;
  margin:10px;
	padding:20px 10px 10px 10px;
	text-align:center;
}

body#norcross div#footer div.floatLeft,
body#norcross div#footer div.floatRight{
	margin-bottom:20px;
}

body#norcross div#footer div.middle{
	margin-bottom:20px;
  float:left;
	margin-left:100px;
	width:280px;
}

body#norcross div#footer div.middle span.smallText{
	text-align:center;
	font-size:80%;
}

.smallText{
  font-size:11px;
	line-height:15px;
}