﻿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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {border: 0}
table {border-collapse: collapse; border-spacing: 0}
ul {list-style: none}
q:before, q:after,
blockquote:before, blockquote:after {content: ""}

/*  Element Styles */

body {font-size:14px; font-family:Helvetica, Arial, Verdana, sans-serif; color:#282828; background:#f4f3f3 url(../images/body_bg.jpg) left top repeat-x}

h1 {padding:5px 40px; font-size:2em; color:#382b25; background:url(../images/JTSLogo.jpg) left 50% no-repeat}
h2, h3, h4, h5, p, ul, ol, dl {margin:15px 0}
h2, h3, h4, h5 {font-weight:bold}
h2 {font-size:1.5em}
h3 {font-size:1.25em}
h4 {font-size:1.15em}
h5 {font-size:1em; font-style:italic; color:gray}
dt {margin:15px 0; font-weight:bold}
dd {margin:5px 0 5px 15px}
ol {margin-left:25px}

.fontBlue {
	color: #1ab2c0;
}

.right {text-align:right}
.longSection {
	text-indent: 25px; 
	font: 14px/16px Arial;
}


.mainDescription {	
	font: 16px/18px Arial;
	color: blue;
}

/* Layout Styles */

#wrapper {width:930px; padding:15px; margin:0 auto; background:#fff url(../images/wrapper_bg.jpg) left top repeat-x}

#navigation {margin:30px 0}
	#navigation li {display:inline; margin-right:65px; text-transform:lowercase}
		#navigation li a {text-decoration:none; color:#f7f6f6}
			#navigation li a:hover {text-decoration:underline; color:#fff;background:lightblue}

#mainsection {width:930px; height:380px; margin-right:15px; color:#fff; background:#fff}
.section:hover{background:lightblue}
.section {color:#282828;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: hand;
	font-weight: inherit;
	font-style: inherit;
	font-size: 10pt;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
    outline:none;
    text-decoration:none;}

.section2 {color:#282828;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: hand;
	font-weight: inherit;
	font-style: inherit;
	font-size: 10pt;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
    outline:none;
    border-color: black;
    text-decoration:none;}

.section2 li {
	list-style-type:disc;	
	padding: 5px 20px 5px 20px;
}
a.link {color:#1ab2c0; outline:none}
            
#content {clear:both; float:left}	
	#content p {line-height:1.25em}
	#content ul {margin-left:25px; list-style-type:disc}
	#content li {margin:10px 0}	

	#content .two_columns {float:left; display:inline; width:450px; margin-right:15px}
	#content .four_columns {float:left; display:inline; width:200px; margin-right:15px; font-size:.8em}
		#content .four_columns h3 {font-size:1.5em}


/* Form Styles */
input, textarea {padding:3px; font-size:.95em; font-family:Helvetica, Arial, Verdana, sans-serif; font-style:italic; color:gray}
input {width:250px}
textarea {width:350px; height:150px}
#submit {width:100px; font-weight:bold; color:#000; font-style:normal}

.popHeading   {
			  height: 60px;
			  background: #f4f3f3 url(../images/navigation_bg.jpg) left top repeat-x ;
			  font-size: 28px;
			  font-family: Helvetica, Arial, Verdana, sans-serif;
			  color: white;	  
              padding: 0;
              text-align: center;
              vertical-align: middle;              
              }	

.popContent   {
              padding:20px;
              color: black;
	      cursor: hand;
	      overflow:none;
              }	
              
              
#footer {clear:both; padding:50px 0 30px 0; font-size:.9em; font-style:italic; color:gray}



/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:290px;
	margin-left: 5px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500
}

#signInButton {
	display:block;
	position:absolute;
	width:199px;
	height: 31px;
	background: url("../images/signIn.png") no-repeat 0 0;
	outline: none;
}

#signInButton:hover {
	background-position: 0 -31px;
}
#logoncode {
	position:absolute;
	width: 180px;
	
}
#logonImage {
	display:block;
	position:absolute;
}
#errorMsg {
	position:absolute;
	color: red;
		
}
