/*

[Table Of Contents] 

	0- Reset
	1- Global
	2- Links
	3- Headings
	4- Navigation
	5- Structure
	6- Forms
	7- Extras
	8- Footer 

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #fff;
	color: #000;
}
.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #333;
}
a:hover {
	color: #111;
}
a:active {
	color: #111;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
p,
  ul,
  ol { 
    margin-bottom: 10px; 
  }
  ul {
  }
  h1 { 
    color: black;
    font-size: 24px; 
    line-height: 36px;
    margin-bottom: 18px; 
  }
  h2 { 
    color: black;
    font-size: 18px; 
    line-height: 18px; 
    margin-bottom: 18px;
  }
  h3 { 
    font-size: 12px; 
    line-height: 18px; 
  }
/* =4 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
ul#nav {
	margin-left: auto;
	margin-right: auto;
	width: 725px;
	padding-top: 5px;
}

#nav li {
	float: left;
	border-top: 2px solid #64dd6e;
	border-bottom: 2px solid #64dd6e;
	padding: 10px 0 10px 10px;
}

#nav li.logo {
	border-bottom-style: none;
	border-top-style: none;
	margin-left: 28px;
	margin-top: -19px;
}

#nav li a.no-margin {
	margin-right: 19px;	
}

#nav li a {
	margin-right: 50px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
}
/* =5 Structure
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#wrapper {
	width: 916px;
	margin-right: auto;
	margin-left: auto;
}
#network-nav {
	background: url(images/topbar1.jpg) no-repeat;
	height: 51px;
	padding-top: 15px;
	font-size: 15px;
	padding-left: 49px;
}
#network-nav li {
	float: left;
	margin-right: 35px;
	font-weight: bold;
	color: white;
}

#network-nav li a {
	text-decoration: none;
	font-style: normal;
	color: white;
	font-weight: normal;
}

#network-nav li a.active {
	text-decoration: underline;
}

#text-box {
	width: 352px;
	margin-bottom: 20px;
	height: 347px;
	background-color: #93ca78;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#text-box h3 {
	margin-top: 20px;
	font-style: italic;
	font-size: 16px;
	color: white;
	margin-bottom: 10px;
}

#text-box p.homepage {
	line-height: 25px;
}

#photo-box {
	width: 516px;
	background-color: #90fff2;
	margin-bottom: 20px;
}

#content h4 {
	clear: left;
	margin-bottom: 10px;
}

ul#news {
	clear: left;
	margin-bottom: 20px;
}

#news li {
	border-right:1px solid #757575;
	float:left;
	line-height:16px;
	margin-left:10px;
	margin-right:10px;
	padding-left:15px;
	padding-right:15px;
	width:258px;
}

#news li.no-margin {
	margin-right: 0px;
	border-right-style: none;
}

p.menu-paragraph {
	margin-top: 10px;
	line-height: 14px;
	margin-bottom: 25px;
}

#text-box p.about-us {
	margin-top: 10px;
	line-height: 22px;
}

#menu-right li a.tooltip {
	font-weight: bold;
	font-size: 14px;
	color: #202020;
	text-decoration: none;
}

#text-box p.contact {
	margin-top: 10px;
	font-size: 16px;
	font-family: Times, serif ;
}

ul.emails {
	margin-top: 20px;
	font-size: 16px;
	font-family: Times, serif ;
}
ul.emails li {
	margin-bottom: 10px;
	font-size: 16px;
}

/* =6 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* =7 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* =8 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#footer {
	background-color: #a1db82;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
}


#footer ul.right li {
	float: left;
	margin-left: 20px;
}
#footer ul.right li a {
	text-decoration: none;
}

ul#menu-right.right {
	background-color: #fcff6b;
	padding: 4px 8px 8px;
}


.JBMLink {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
}

.JBMLink:hover {
	font-size: 12px;
	font-weight: bold;
	color: #EA641F;
	text-decoration: none;
	font-style: italic;
}
ul#nav2 {
	margin-left: auto;
	margin-right: auto;
	width: 825px;
	padding-top: 5px;
}
#nav2 li {
	float: left;
	border-top: 2px solid #64dd6e;
	border-bottom: 2px solid #64dd6e;
	padding: 10px 0 10px 10px;
}
#nav2 li.logo {
	border-bottom-style: none;
	border-top-style: none;
	margin-left: 0px;
	margin-top: -19px;
}
#nav2 li a {
	margin-right: 35px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
}
