@charset "UTF-8";

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	text-align: center;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

#pagewrap {
	width: 100%;
	margin: 0 auto;
	}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/

body {
	background: #fff;
	font: .81em/150% Arial, Helvetica, sans-serif;
	color: #000;
}

a {
	color: #336699;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
	text-align: center;
}


p {
	margin: 0 0 1.2em;
	padding: 0;
	text-align: left;
}


/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}


/************************************************************************************
HEADER AND TOP NAVIGATION
*************************************************************************************/
	.jn_logo { display:none;}

#header {
	
	height: 123px;
	text-align: center;
    

}

#content {
	width: 768px;
	margin-left:auto;
  	margin-right:auto;
	margin-top: 2px;
	float: inherit;
	font-family: Helvetica, Arial, sans-serif;
}


#navlist {
	height:38px;
	text-align: center;
	padding:10px;
	margin-top:1px; 
	/*background-image: url('/jnorth/reg/images/navigationbg.gif');*/
	background-size: 768px;
	background-repeat:no-repeat;
	background-position: top center;
	}
	
#navlist li {
display: inline; 
list-style-type: none;
padding-right: 20px;
font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
font-size:14px;
}

.navlist a:link {color: #000; text-decoration: none}
.navlist a:visited {color: #000; text-decoration: none}
.navlist a:active {color: #000; text-decoration: none}
.navlist a:hover {color: #000; text-decoration: underline; color: black;}

#footer {
	clear: both;
	text-align: left;
	}
	
 #footer p {
	font-size: 6pt;
 	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
 }
/************************************************************************************
Disable Mobile CSS
*************************************************************************************/
  @media only screen and (min-width: 479px) {
  
   #footer2 {display:none;}
   #pagewrapmobi { display:none;}
   
   .jn_nav3 { display:none;}
   .jn_nav3_container { display:none;}
   .jn_toggleMenu {display:none;}
   .title {display:none;}
   .transparentbox { display:none;}
   .jnFTR {display:none;}
   .formbox { display:none;}
   .graybox { display:none;}
   .regline { display:none;}
   .smallgraybox { display:none;}
 
 
}
/************************************************************************************
DIV ID/CLASS IN INDEX.HTML
*************************************************************************************/
	
	#new {
		float:left;
		width:300px;
		t-family: Helvetica, Arial, sans-serif;
		font-size:14px;
		font-weight:bold;
		text-align: left;
		}
		
	  #need {
	  float:left;
	  width:300px;
	  t-family: Helvetica, Arial, sans-serif;
	  font-size:12px;
	  font-weight: normal;
	  text-align: left;
	  }
	
	#registered {
		float:right;
		width:300px;
		t-family: Helvetica, Arial, sans-serif;
		font-size:14px;
		font-weight:bold;
		text-align: left;
		}
	
	#boxleft {
	float:left;
	width:300px;
	padding:10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	text-align: left;
	background: #eff8f9;
	margin-top:20px;
	border:1px solid #74b7f9; position:relative;
}

#boxright {
	float:right;
	width:300px;
	padding:10px;
	margin-right:70px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	text-align: left;
	background: #eff8f9;
	border:1px solid #74b7f9; position:relative;
} 


/************************************************************************************
DIV ID/CLASS IN JN_EDIT.HTML
*************************************************************************************/
.content2 {
  	margin-left:auto;
  	margin-right:auto;
	padding: 2px;
  	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align: center;
	width: 768px;
	height: 25px;
  	background: #eff8f9;
  	border:1px solid #74b7f9; position:relative; 
	}

#infoform{
	
	width: 410px;
	padding: 0px;
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	
}


table {
	margin: auto;
	font: 13px Helvetica, Arial, sans-serif;
	text-align: center;
}



/************************************************************************************
ROUNDED INPUT FIELD CLASS
*************************************************************************************/

input.rounded {
    border: 1px solid #ccc;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	font-size: 16px;
    padding: 4px 5px;
    outline: 0;
    -webkit-appearance: none;

}

input.rounded:focus {
    border-color: #666;
}

/************************************************************************************
DIV ID/CLASS IN EDITFORM.HTML
*************************************************************************************/

.content3 {
  	margin-left:auto;
  	margin-right:auto;
	padding: 20px;
  	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	text-align: left;
	width: 700px;
	height: inherit;
  	background: #eff8f9;
  	border:1px solid #74b7f9;   position:relative; }
	
/************************************************************************************
DIV ID/CLASS IN JN_MEMBERINFO.HTML
*************************************************************************************/
.content1 {
  	
	padding: 20px;
  	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	text-align: center;
	width: 700px;
/*	height: 50px; */
  	background: #eff8f9;
  	border:1px solid #74b7f9;   position:relative; }

/************************************************************************************
DIV ID/CLASS IN JN_REGISTER.HTML
*************************************************************************************/
#regform {
	margin-left:auto;
  	margin-right:auto;
	width: 768px;
	height:auto;
	padding: 0;
	background: #eff8f9;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	border:1px solid #74b7f9; position:relative;
}
	
#formleft{
	float: left;
	width: 300px;
	margin-left:10px;
	padding: 20px;
	background: #eff8f9;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	text-align: left;
}

#formright {
	float: right;
	width: 300px;
	margin-right: 45px;
	padding: 10px;
	background: #eff8f9;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	text-align: left;
}


