@charset "utf-8";
/* CSS Document */


body {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 15px;
	margin: 0px;
	padding: 0px;
	background-color: #000;



} 

h1, h2, h3, h4, h5, h6 { 
font-weight : normal; 
} 
ol, ul {
	list-style-image: none;
	list-style-type: disc;
} 


#container {
	width : 980px;
	text-align : left;
	position: relative;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#header {
	text-align: left;
	color: #FFF;
	font-size: 1.3em;
	position: relative;
	padding: 0px;
	height: 40px;
	background-image: url(../images/contact.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0px;
}
#navwrapper{
	margin:0px auto;
	height:50px;
	width:100%;
	z-index: -1;
	position:absolute;
	background-repeat: no-repeat;
	top: 40px;
	text-align: center;
	left:0px;
	background-image: url(../images/jslogostrip.png);
	background-position: center top;

	}
#navbar {
	width:980px;
	height:50px;

}
#navbar #b {
	display:block;
	float:left;
	height:50px;
	width: 265px;
}



#navbar a.greenbar{
	display: inline;
	float: left;
	line-height:50px;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#FFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#navbar a:visited.greenbar{
	color: #FFF;
}
#navbar a:active.greenbar{
	color: #FFF
}
#navbar a:hover.greenbar, #navbar a:focus.greenbar{
	color: #FFF;
	background-color: #666;
	/* for IE */
  filter:alpha(opacity=70);
	/* CSS3 standard */
  opacity:0.7;
}

#navbar a.greenbarend{
	display: inline;
	float: left;
	line-height:50px;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#FFF;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 12px;
	padding-bottom: 0;
}
#navbar a:visited.greenbarend{
	color: #FFF;
}
#navbar a:active.greenbarend{
	color: #FFF;
}
#navbar a:hover.greenbarend, #navbar a:focus.greenbarend{
	color: #FFF;
	background-color: #666;
	/* for IE */
  filter:alpha(opacity=70);
	/* CSS3 standard */
  opacity:0.7;
}



#maincontent {
	width: 470px;
	color: #FFF;
	text-align: left;
	margin-top: 20px;
	margin-left: 495px;
	padding-left: 15px;
	height: 100%;
}
#maincontent p {
	width: 920px;
	font-size: 15px;
	margin-bottom: 15px;

}
#maincontent h1 {
	text-align: left;
	text-decoration: none;
	width: 400px;
	color: #FFF;
	font-size: 1.8em;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 50px;
}

#maincontent h2 {
	text-decoration: none;
	margin-top: 5px;
	font-weight: bold;
	color: #FFF;
	margin-left: 50px;
}
#maincontentside {
	width: 470px;
	color: #FFF;
	text-align: left;
	margin-top: 20px;
	background-color:#000;
	/* for IE */
  filter:alpha(opacity=80);
	/* CSS3 standard */
  opacity:0.8;
	height: 100%;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	float: right;
	padding: 15px;
}
#maincontentside p {

	font-size: 15px;
	margin-bottom: 15px;
	
}
#maincontentside h1 {
	text-decoration: none;
	width: 400px;
	color: #FFF;
	font-size: 1.8em;
	margin: 0px;
	padding: 0px;
}

#maincontentside h2 {
	text-decoration: none;
	width: 400px;
	color: #FFF;
	margin: 0px;
	font-size: 1.4em;
}
#maincontentside ul {
	width: 415px;
	font-size: 15px;
	margin-left: -20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#maincontentside a {
	color: #09F;
}

#maincontentabout {
	width: 980px;
	color: #FFF;
	text-align: left;
	margin-top: 20px;
	background-color:#000;
	/* for IE */
  filter:alpha(opacity=80);
	/* CSS3 standard */
  opacity:0.8;
	height: 100%;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	float: right;
	padding: 15px;
}
#maincontentabout p {

	font-size: 15px;
	margin-bottom: 15px;
	color: #FFF;

}
#maincontentabout h1 {
	text-decoration: none;
	color: #FFF;
	font-size: 1.8em;
	margin: 0px;
	padding: 0px;
}

#maincontentabout h2 {
	text-decoration: none;
	width: 400px;
	color: #FFF;
}

#maincontentabout a {
	color: #09F;
}

#copyr {
	width: 980px;
	text-align: center;
	margin: 0px;
	background-image: url(../images/bottomlogobar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 130px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#copyright{
	margin:0px auto;
	height:40px;
	width:100%;
	z-index: -1;
	position:absolute;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center center;
	background-image: url(../Assets/copyright.gif);
	bottom: 0px;
	left:0;
	}
