/********************************************
   AUTHOR  	:  Erwin Aligam 
   WEBSITE 	:  http://www.styleshout.com/
   EMAIL		: 	ealigam@gmail.com
   VERSION  :  2.0          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { 
	padding: 0; margin: 0; outline: 0;
}
body {
	margin: 0; 	
	padding: 0;
	font: 70%/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;	
	color: #555;
	align: center;
	text-align: center;
	background: #d3d3d3 url(/images/bg.jpg) repeat-x; 
}

/* links */
a { color: #183048; background-color: inherit; text-decoration: none; }
a:hover { color: #FF0000; text-decoration: underline; }

/* headers */
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Arial, Sans-serif; color: #111; }
h1 { font-size: 1.8em; text-decoration: underline;}
h2 { font-size: 1.6em; color: #003366; letter-spacing: -1px; } 
h3 { font-size: 1.3em; color: #3A4849; }

p, hr, h1, h2, h3, form { margin: 10px 15px; }

li {
	margin:0 5px 0 0;
}
ul, ol {
	margin: 10px 15px;
	padding: 10px 15px;
}
dl {
	margin: 10px 15px;
	padding: 0 15px;
}
dt {
   font-weight: bold;  
   color: #003366; 
}
dd {
   margin-left: 0;
   padding: 0 0 5px 0;
}

hr {
	height: 1px;
	clear: both;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px solid #EBEBEB;
	margin: 0 15px 0 0; padding: 0;
	
}
hr.hidden {
	clear:both;
	visibility:hidden;	
}

/* images */
img {
	/* JW border: 1px solid #DADADA; */
	padding: 5px;	
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 1em;
  display: block;
  width: 95%;
  overflow: auto;  
  font: 500 1.1em/1.5em 'Courier New', 'Lucida Console', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  color: #333;
  border: 1px solid #EAEAEA;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
  margin: 10px 5px;
  padding: 0 0 0 45px;  
  background: #FFFFFF;// url(/images/nav/quote.gif) no-repeat 5px 1em;
  color: #333;
  /* border: 1px solid #EAEAEA;  */
  font-weight: bold; 
  font-style: italic;
}

/* form elements */
form {
  padding: 5px;
  /* background: #F3F3F3; */
  /* border: 1px solid #EAEAEA; */
}
label {
  display: block;
}
fieldset {
	margin: 10px 30px;	
	padding: 10px;
}
legend {
	margin: 10px 0; 
}
input, textarea, select {
  padding: 5px;
  font: 400 12px 'Courier New', 'Lucida Console', Monospace;
  color: #333;
  background: #F3F3F3;
  border: 1px solid #505050;
	height: 20px.	
}
input.textbox { 
	margin: 5px; 
	width: 200px;
	border: 1px solid #CCC; 
	background: #F3F3F3;
	color: #333; 
  	height: 15px;
}
input.button {
	margin: 5px; 
	padding: 3px 5px; 
	font-size: 100%; 
	font-family: Arial, Tahoma, Sans-serif; 
	background: #F3F3F3 url(/images/nav/btnbg.gif) repeat-x bottom left;
	border: 1px solid #EAEAEA;	
	font-weight: bold; 
	color: #454545;	
	text-align: center;
	text-valign: center;	
}
textarea {
	/*width:625px;*/
	font: normal 1em Verdana, sans-serif;
	border:1px solid #505050;
	height:100px;
	display:block;
	color:#333;
}



/***********************
	  LAYOUT
************************/

#content, #header-content, #footer-content {
	width: 1025px;	
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #E0E0E0;  
}
#content {
	text-align: left;	
	padding: 0; 
	margin: 20px auto;	
	/*background: #FF0000;	*/
}

/* header */
#header {
	background: #FFFFFF url(/images/nav/bg.jpg) repeat-x;
	height: 155px;
	text-align: center;
	
	/* height: 195px; */
}
#header-content {
	position: relative;
	text-align: center;
	margin: 0 5px auto;
	padding: 0;	
}
#header-content h1 {	
	position: absolute;
	background: transparent url(/images/nav/jwsfd_logo2.jpg) no-repeat 0 0;
	margin: 0 5px;
	padding: 0;	
	height:150px;
	width: 700px; 
	
	/* change the values of left and top to adjust the position of the slogan */
	left: 15px; top: 5px;
}
#header-content h1 span {
	position: absolute;
}
#header-content #slogan {
	position: absolute;	
	font: normal 11px 'Trebuchet MS',sans-serif;
	letter-spacing: 0px;
	color: #575757;	
	margin: 0; padding: 1px 0;
	text-transform: none;
	border-top: 1px solid #555;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 60px; left: 165px;
}

/* main navigation tabs */
#header-content ul {
	position: absolute;
	list-style:none;
   	margin:0; 
	padding:0;	
	font: bold 13px Tahoma, 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: 0;
	right:0 ; top: 110px;
}
#header-content li {
   display:inline;
   margin:10px; padding:10px;
}
#header-content a {
	float:left;
	margin:0;
	padding:0 0 0 8px;
	text-decoration:none;
	color: #FF0000;
}
#header-content a span {
	float:left;
	display:block;
	padding:7px 25px 7px 7px;
	color: #ABABAB;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header-content a span {float:none;}
/* End IE5-Mac hack */
#header-content a:hover span {
	color:#FFF;
}
#header-content a:hover {
    color: #FFF; 
}
#header-content a:hover span {
  	 color: #FF0000; 
}
#header-content #current a {
   background: url(/images/nav/tableft.gif) no-repeat left top;  
	color: #FFF; 	
}
#header-content #current a span {
   background: url(/images/nav/tabright.gif) no-repeat right top;
	color: #FFF;
}

/* header links */
#header-content ul#header-links {	
	list-style: none;	
	font-size: .88em;
	position: absolute;
	background: #ffffff;
	padding: 0px 0px 10px 0px;
	font-weight: normal;
	
	top: 10px; right: 0px;
}
#header-content ul#header-links li {
	float: left;
}
#header-content ul#header-links li a {	
	color: #A8A6A6;
	text-decoration: none;		
	display: block;
	padding: 10px 15px;		
}
#header-content ul#header-links li a:hover {
	color: #35AA32;
	background: #ffffff;
}


/* Main Content */	
#main	{
	position: relative;
	margin-right: 5px;	
}
#column1 {
	position: relative;
	float: left;
	width: 800px; /* !!JW 780px; */
	margin-right: 5px;/* -10px */
	padding-left: 20px; 
	/* padding-right: 4px; */
}
#main h1 { 
	font: bold 25px "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: none;
	color: #163F53;
	padding: 0 0 5px 0;
	margin: 10px 15px 15px 15px;
	letter-spacing: -1.7px;
}	
#main  h2 {
	font: bold 20px "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: none;
	color: #163F53;
	letter-spacing: -1px;
	padding: 0 0 0 0;
	margin: 10px 5px 5px 5px;
} 

#main p, #main h1, #main h2, #main h3, #main blockquote, #main form {
	margin-left: 0;
}
#main form p {
	margin: 10px;
}

/* sidebar */	
#sidebar	{
	float: right;	
	width: 155px;	
	font-size: .95em;
	margin: 5px 0px 0px 0px;
}
#sidebar p {
	margin-left: 10px;
}
#sidebar h3 {
	font: bold 14px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #498B48;
	padding: 5px 10px 0 10px;
	margin: 5px 0 15px 0;
	letter-spacing: 0px;		
	text-transform: uppercase;	
}
#sidebar #sidebar-left {
	width: 135px; 
	float: right;
	text-align: left;
	padding: 0em 1em 0.5em 0.2em;	
	border-right: 1px dotted #EAEAEA; 
}	
#sidebar #sidebar-right	{
	width: 135px; 
	float: left;
	padding: 0em 0em 0.5em 1em;	
}	
#sidebar #sidebar-right p {
	margin: 5px 0; padding: 0;
}
#sidebar #sidebar-right a img {
	padding: 0; margin: 0 0 3px 0;
	border: 1px solid #D3DBDC;
}	
#sidebar #sidebar-right h3 {
	padding-left: 5px;
	color: #B5B5B5; 
	text-transform: uppercase;
	letter-spacing: 2px;	
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style: none;
	text-align: right;
	margin: 0 10px 15px 10px; padding: 0;
	text-decoration: none;	
	background: transparent url(/images/bk_dotted.gif) top right repeat-x;  
}
#sidebar ul.sidemenu li {
	background: transparent url(/images/gray_dotted.gif) repeat-x right bottom;
	padding: 4px 5px 4px 5px;
	padding: 6px 5px 6px 0px;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu li a {
	text-decoration: none;	
	color: #666666;	
	color: #4E5F62; 	
	color: #183048;
}
#sidebar ul.sidemenu li a:hover {
	text-decoration: none;	
	color: #CB4721;
}

/* footer */
#footer {
	width: 1024px;
	clear: both;
	/*margin: 0; padding: 3p 5p 3p 0;*/
	text-align: left;	
	height: 10px;
	color: #0a0a0a; 
	background: #d3d3d3;
}
#footer p {
	line-height: 100%;
	margin-top: 0px;
}
#footer a img, #footer a:hover img {
	border: none;	
}
#footer-content {
	margin: 0 auto;		
}
#footer-content a{
	color: #003366;
}
#footer-content a:hover {
	text-decoration: underline;
}
#footer-content .footer-left {
	float: left;
	width: 250px;		
	padding: 0px 0px 0px 0px;
}
#footer-content .footer-center {
	float: left;	
	width: 400x;	
}
#footer-content .footer-right {
	float: right;
	width: 200px;	
}
#footer-content .footer-right p {
	margin: 0; padding: 0;
}

/* alignment classes */
.float-left   { float: left; }
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center }

/* display and additional classes */
.clear {  clear: both;  height: 0; }
.displaynone {	display:none; }
.block {  display: block; }
.hide { display: none; }	
.blue { color: #003366; }
.green { color: #498B48; }
.separator { margin-right: 5px; }
.entry {	clear:both;	}
.email-add { border:none; padding: 0; margin: 0; }


/* template list */
.template-list {
	list-style:none;
	margin:0px 0px 10px;
	padding:0px 15px 0px 0px;
}
.template-list .details {
	float: right;
	width: 56%;	
}
.template-list br{
	display:none;
}
.template-list p br{
	display:block;
}
.template-list li{
	margin: 12px 0px;
	height: 200px;
	background: url(/images/thumb-hr.gif) no-repeat center bottom;
}
.template-list h3{
	margin: 0px;
	padding: 5px 0 0 0;
	font: bold 15px "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #498B48;
	text-transform: none;
}
.template-list img {
  border: 1px solid #E1E1E1;
  padding: 5px;
  background: #EEE;
}
.template-list img.buttons {
	padding: 0;
	border: none	
}
.template-list a img {
	text-decoration: none;
}
.template-list p.buttons {
	margin-top: 20px;
}
.template-list p.buttons a {		
	padding: 7px 10px 7px 25px;	
	font-weight: bold;	
	color: #333;		
	/* border: 1px solid #E1E1E1; */
}
.template-list .preview-button {
	background: url(/images/preview.gif) no-repeat left center;	
}
.template-list .download-button {
	background: url(/images/save.gif) no-repeat left center;	
}

/* link Blocks */
.link-block {
	float:left;
	width:250px;
	margin-right:15px;
}
.link-block2 {
	float:left;
	width:250px;
}	

/* Resource page */
ul.section-tab {
	width: 510px; 
	min-height: 30px;
	border: 1px solid #EBEBEB;
	list-style: none;
	margin: 0;
	padding: 0;
} 
ul.section-tab  li {
	margin: 10px; padding: 10px;
	background: none;
	float: left;
	font: bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
	display: inline;
	line-height: 30px
}
ul.section-tab  li a {
	padding: 10px 15px;
	display: block;
	color: #959595;
	border-right: 1px solid #EBEBEB;
}
ul.section-tab  li.selected a {
	padding: 0 15px;	
	background: #f3f3f3;
	color: #333;
}
ul.section-tab li a:hover {
	color: #498B48; text-decoration: underline;
}

#resource-list ul {
	margin:5px 0 10px 0;
	background: url(/images/bk_dotted.gif) repeat-x left top;
	font-size: 95%;
		
	/* added by erwin */ 
	list-style: none;
	padding: 0; margin: 0;
}
#resource-list ul li {
	/* color:#74898e; */
	background:url(/images/bk_dotted.gif) repeat-x left bottom;
}
#resource-list ul li a {
	display:block; 
	border:0;
	padding:0;
}
* html body #resource-list ul li a {
	height: 1%;
}
#resource-list ul li a:link, #resource-list ul li a:visited {
	color: #4E5F62;
	padding:3px 0 3px 0;	
}
#resource-list ul li a:hover {
	color:#e45a49;
	padding:3px 0 3px 0;	
	text-decoration: none;
}	

#resource-list ul.cat-nav {
	margin:10px 0;
	padding: 10px 0;
	background:none;
	width: 510px;
	height: 50px;
	border-top: 1px solid #EBEBEB;			
}	
#resource-list ul.cat-nav li {
	display:inline;
	float:left; 
	margin: 1px 0;		
	white-space:nowrap; 
	background: none;
	/* background:transparent url(/images/link_go.gif) no-repeat right center; */
}		
#resource-list  ul.cat-nav li a {
	display:inline;
	color: #244800;		
}		
#resource-list  ul.cat-nav li a:link, #resource-list  ul.cat-nav li a:visited {
	padding: 3px 22px 3px 5px;
	background:transparent url(/images/link_go.gif) no-repeat right center; 
}		
#resource-list  ul.cat-nav li a:hover  {
	color: #244800;	
	text-decoration: underline;
}

/* sitemap */
#sitemap ul {
	margin:5px 0 10px 0;
	background: url(/images/bk_dotted.gif) repeat-x left top;
	font-size: 95%;
	list-style: none;
	padding: 0; margin: 0 20px 0 0;
}
#sitemap ul li {
	background:url(/images/bk_dotted.gif) repeat-x left bottom;
}
#sitemap ul li a {
	display:block; 
	background:url(/images/check-bullet.gif) no-repeat 0em .5em; 
	border:0;
	padding:0;
}
* html body #sitemap ul li a {
	height: 1%;
}
#sitemap ul li a:link, #sitemap ul li a:visited {
	color: #4E5F62;
	padding:3px 0 3px 25px;	
}
#sitemap ul li a:hover {
	color:#e45a49;
	padding:3px 0 3px 25px;	
	text-decoration: none;
}


.notetop
{
 background: url(/images/'book.top.jpg'); 
 height: 5px;
}

.notecenter
{
 background: url(/images/'book.center.jpg'); 
}

.notebottom
{
 background: url(/images/'book.bottom.jpg') repeat-x; 
}

p.nospace
{
 color: #666666;
 font: 13px arial;
}


td.welcome
{
 color: #666666;
 font: 13px arial;
 line-height: 20px;
}

h3.welcomeorange
{
 font: 20px serif;
 display: inline;
 color: #030303;
 text-decoration: underline;
}



.container {background:#FFFFFF; color:#003366; margin:0px 0px 0 0;}
.rtop, .rbottom{display:block;background:#E0E0E0;}
.rtop *, .rbottom *{display: block;height: 1px;overflow: hidden;background:#ffffff;}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.container2 { margin:15px 15px 10px 10px;}


.container3 {background:#E0E0E0; color:#003366; margin:0px 0px 0px 0px; width: 200;}
.r3top, .r3bottom{display:block;background:#FFFFFF;}
.r3top *, .r3bottom *{display: block;height: 1px;overflow: hidden;background:#E0E0E0;}
.r31{margin: 0 5px}
.r32{margin: 0 3px}
.r33{margin: 0 2px}
.r34{margin: 0 1px;height: 2px}

.container4 {background:#F3F3F3; color:#003366; margin:0px 0px 0px 0px; width: 800;}
.r4top, .r4bottom{display:block;background:#FFFFFF;}
.r4top *, .r4bottom *{display: block;height: 1px;overflow: hidden;background:#F3F3F3;}
.r41{margin: 0 5px}
.r42{margin: 0 3px}
.r43{margin: 0 2px}
.r44{margin: 0 1px;height: 2px}


.prod_lst { font: 1em 'Trebuchet MS', Arial, Sans-serif; font-size: 1.5em; color: #003366;}

.prod_grp_lst { font: bold 1em 'Trebuchet MS', Arial, Sans-serif; font-size: 1.8em; color: #498B48;}

.Prodtitle { font: bold 1em 'Trebuchet MS', Arial, Sans-serif; color: #498B48; font-size: 1.2em; text-decoration: underline;}

.prodheader{ font: bold 'Trebuchet MS', Arial, Sans-serif; color: #498B48; font-size: 1.7em;}


#rounded-corner{font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;font-size:14px;text-align:right;border-collapse:collapse;margin:10px;}
 
#rounded-corner thead th.rounded-company{background:#b9c9fe url("/images/nav/left.png") left -1px no-repeat;}
 
#rounded-corner thead th.rounded-q4{background:#b9c9fe url("/images/nav/right.png") right -1px no-repeat;} 
 
#rounded-corner thead th{font-weight:normal;font-size:13px;color:#039;background:#b9c9fe;padding:3px;}
 
#rounded-corner tbody tr{background:#e8edff;border-top:0px solid #fff;color:#669;padding:3px; text-align: right;}
 
#rounded-corner tbody td{background:#e8edff;border-top:0px solid #fff;color:#669;padding:3px; text-align: right;}
 
#rounded-corner tfoot td.rounded-foot-left{url("/images/nav/botleft.2.png") left bottom no-repeat;}
 
#rounded-corner tfoot td.rounded-foot-right{ url("/images/nav/botright.2.png") right bottom no-repeat;}

#rounded-corner tbody tr:hover td{background:#b9c9fe; color:#000000;text-decoration: underline;} 
#rounded-corner tbody tr:hover{background:#b9c9fe;  color:#000000;text-decoration: underline;} 

#spec_edit_table {font: 1em 'Trebuchet MS', Arial, Sans-serif; font-size: 1.5em; color: #003366;}

#spec_edit_table tbody tr:hover td{ font-size:12px;} 
#spec_edit_table tbody tr:hover{ font-size:12px;} 


