/* undo some default styling of common (X)HTML browsers



 * ------------------------------------------------------------------------- */







/* No list-markers by default - must redefine bullets w/ bg graphics */



ul { list-style:none; }







/* Avoid browser default inconsistent heading font-sizes and pre/code */



h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }







/* Remove inconsistent (among browsers) default padding or margin */



ul,li,pre,form,body,html,p,blockquote,fieldset,input,div,dd,dt,dl { margin:0; padding:0; }


/* prevent blue linked image borders */


a img,:link img,:visited img { border:none; }




 /* ------------------------------------------------------------------------- */



/* Index News Letter Form */


form#index { width:120px; margin:20px 0 100px 0; padding-left: 35px;  }



form#index input, form#index textarea { background-color:#fff; border:1px solid #1e0228; width:140px; height:18px; margin-bottom:4px;
                  font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000; }


form#index input.index-submit { width:60px;  cursor:pointer; BACKGROUND-COLOR: #B67C22; COLOR: #ffffff; FONT-FAMILY: verdana, Arial, helvetica, sans-serif; FONT-SIZE: 10px }




/* News Letter Form */



#left-column form#inside {
	width:165px;
	padding: 20px 0 10px 40px;
	
}



input, textarea { background-color:#fff; border:1px solid #1e0228; width:135px; height:18px; margin-bottom:4px;
                  font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000; }



textarea { height:60px; }



.submit { width:60px;  BACKGROUND-COLOR: #CCDDEE; COLOR: #000000; FONT-FAMILY: verdana, Arial, helvetica, sans-serif; FONT-SIZE: 10px cursor: pointer; }



/*All Other Forms */



div#stress form { padding: 0; }



div#stress form input, div#stress form textarea { background-color:#fff; border:1px solid #1e0228; height:18px; margin-bottom:4px;
                  font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000; }
				  

div#stress form input.radio{width:16px; height:16px; background-color:transparent;}				  



div#stress form textarea { height:60px; }



div#stress form .submit { width:60px;  BACKGROUND-COLOR: #CCDDEE; COLOR: #000000; FONT-FAMILY: Arial, helvetica, sans-serif; FONT-SIZE: 10px cursor: pointer; }




 /* basic elements



 * ------------------------------------------------------------------------- */



body {text-align:left;	/* cross browser center-aligned page layout */
	
	background-color: #fff;
	
}



/* Used for iEdit - iEdit will not display nackground image */
body#body-bg {

text-align:center;	/* cross browser center-aligned page layout */
	background-image:   url("../images/body_bg.jpg");
	background-repeat: repeat-x;
	background-color: #2E739A;
	height:1658px;
}




ol li, td, p, ul, a:link, a:visited, h1, h2,h3, h4, h5, h6, .pageheading  {font-family: "Arial", helvetica, sans-serif;}

li,td.forms,p{  font-size:12px;   text-decoration:none; color:#000000; }


td.location{  font-size:12px;   text-decoration:none; color:#000; }

a:link, a:visited { color:#005480; font-size:11px; font-family: "Arial", helvetica, sans-serif;}

td, p,dt, dd { line-height: 18px; }

li, td, p, pre, blockquote { margin-bottom:15px; }

ul{ padding:0 45px 0 5px; margin:10px 5px 7px 40px; font-size:11px; line-height:12px; font-weight:normal;
	list-style-position: outside;
	list-style-type: square;
}


ol {padding: 0px 20px 10px 20px;}


li{ margin-bottom:4px; }


a {text-decoration:underline; font-weight:bold; }

a:hover {color:#9CB9CE; text-decoration:none; }

h1 span, h2 span, h3 span { display:none; }

h1, .pageheading { font-size:20px; color: #BB6C22;}

h2,.itool-parapgraph-header, .pageheading2 {font-size:16px; color: #BB6C22;}

h3,.pageheading3 {font-size:12px; color:#fff;}

h1, .pageheading{margin-top:15px; margin-bottom:15px; padding:0px;}

h2, .pageheading2{margin-top:15px; margin-bottom:7px; padding:0px;}

h1,h2, .pageheading, .itool-parapgraph-header, .pageheading2 {padding: 0px 60px 0 0;}
h3, .pageheading3 {padding: 0px 60px 0 0; margin-bottom:0;}

.pageheading, .itool-parapgraph-header, .pageheading2,.pageheading3 {margin-left:0px; font-weight:bold;}




 /* ------------------------------------------------------------------------- */



/* classes */

h1.hidden, h2.hidden {margin:0; padding:0;}

.left { padding-left:10px; }

.right { text-align:right; }

.center { text-align:center; }

.hide { display:none; }

.thumbs-left { margin:-10px 15px 5px 10px; }

.thumbs-right { margin:2px 0 0 8px; }

.address{font-size:12px; font-weight:bold;}


/*strong.pageheading  {
	color: #333333;
	FONT-SIZE: 12pt;
	font-family: Papyrus, "Century Gothic";
	font-weight: bold;
	text-decoration: none;
	
}*---*/





 /* ------------------------------------------------------------------------- */
 
 
 
 /* Index Page Block Level Elements



 * ------------------------------------------------------------------------- */



#index-wrap { text-align:left;
	margin:0 auto;
	width:750px;
	background-image:   url("../images/index_bg.jpg");
	background-repeat: repeat-y;	


}


#index-top {width:750px; background-color:#660000;  height:25px; position:relative;  }



#index-banner {
	background-image:    url("../images/index_01.jpg");
	height:216px;
	background-repeat: no-repeat;


	
}




 /* SPRITE NAVIGATION */
 
 



/* SPRITE NAVIGATION */



#menu {
	margin:0;
	padding:12px 0 0 12px;
	width:750px;
	height: 21px;
	background-image:   url("../images/index_02.jpg");
	background-repeat: no-repeat;
	}


#menu span { display: none; }

#menu li, #menu a { 
	height: 20px;			/* Each button must have the same height, define it here */
	display: block;
	}
	
 #menu a { 
margin-left:0px;
	}








#menu li { margin-top:0; padding-top:0;
	float: left;
	list-style: none;
	_display: inline;	/* fixes IE/Win double margin float bug (safe) */

	}

/* margin-left - you will need to adjust this value to "center" your nav, if needed */



/* width - width of each button, they will each most likely be unique */


#menu-01 { width:45px;   margin:0 0 0 243px ; padding:0; }
#menu-02 { width:59px; left:0; padding:0; }
#menu-03 { width:82px;  left:0; padding:0; }
#menu-04 { width:85px;  left:0; padding:0; }
#menu-05 { width:43px;  left:0; padding:0; }
#menu-06 { width:89px;  left:0; padding:0; }
#menu-07 { width:97px;  left:0; padding:0; }
#menu-08 { width:101px;  left:0; padding:0; }
#menu-09 { width:98px;  left:0; padding:0; }

/* Changed values should match "width" numbers specified above */

/* SON OF SUCKERFISH */

#menu li ul {
	margin:0;
	padding:0;
	position: absolute;
	left: -9999px;
	background-color:#005480;
	border-left: #a5a5a5 1px solid;
	border-bottom: #a5a5a5 1px solid;
	border-right: #a5a5a5 1px solid;

	}
	
#menu li ul li { height: 20px; }	/* Height of each drop down menu item */

#menu li ul li a {
	width: 100%;
	height: 20px;			/* Height of each drop down menu item, should match above */
	line-height: 20px;			/* Height of each drop down menu item again, should match above */

	}
	
#menu li ul li a span {
	display: block;
	padding-left: 5px;
	}

/* Drop down link styles */

#menu a:link, #menu a:visited,  #menu a:active {
	font-size: 11px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;
	}
	
	#menu-02 ul li a:hover, #menu-03 ul li a:hover, #menu-04 ul li a:hover, #menu-05 ul li a:hover,#menu-06 ul li a:hover{
	font-size: 11px;
	font-weight:normal;
	color: #7F070C;
	text-decoration: none;
	}
	
#menu a:hover{color:#97C0DE;}

#menu li:hover ul, #menu li.sfhover ul	{ left: auto; }

/* Hover styles for drop down items */

#menu-02 ul li a:hover, #menu-03 ul li a:hover, #menu-04 ul li a:hover, #menu-05 ul li a:hover,#menu-06 ul li a:hover { 
	background-image: none;
		background-color:#F9F9F3;
	}

/* width of drop down menu - choose width that allows items to display on one line */

#menu-02 ul, #menu-02 li { width: 150px; }	
#menu-03 ul, #menu-03 li { width: 130px; }		
#menu-04 ul, #menu-04 li { width: 130px; }		
#menu-05 ul, #menu-06 li { width: 130px; }	

/* horizontal navigation

 * ------------------------------------------------------------------------- */

#nav { margin:0; padding:0; background:url(../images/layout/top-sprite.gif) no-repeat; height:39px; position:relative;    }

#nav li {margin:0; padding:0; position:absolute; top:0; }

#nav li, #nav a {margin:0; padding:0; height:39px; display:block; }

#nav span { display:none; }

#nav-01 { width:62px; left:13px; }

#nav-02 { width:117px; left:76px; }

#nav-03 { width:116px; left:194px; }

#nav-04 { width:83px; left:310px; }

#nav-05 { width:116px; left:394px; }

#nav-06 { width:91px; left:512px; }

#nav-07 { width:87px; left:603px; }



#nav-01 a:hover { background:transparent url(../images/layout/top-sprite.gif) -13px -39px no-repeat; }

#nav-02 a:hover { background:transparent url(../images/layout/top-sprite.gif) -76px -39px no-repeat; }

#nav-03 a:hover { background:transparent url(../images/layout/top-sprite.gif) -194px -39px no-repeat; }

#nav-04 a:hover { background:transparent url(../images/layout/top-sprite.gif) -310px -39px no-repeat; }

#nav-05 a:hover { background:transparent url(../images/layout/top-sprite.gif) -394px -39px no-repeat; }

#nav-06 a:hover { background:transparent url(../images/layout/top-sprite.gif) -512px -39px no-repeat; }

#nav-07 a:hover { background:transparent url(../images/layout/top-sprite.gif) -603px -39px no-repeat; }





#index-column-wrap{
	background-image:    url("../images/index_03.jpg");
 	width:750px;
	background-repeat: no-repeat;
	min-height:485px; height:auto !important; height:485px;

	
}







/* Left Column on the Index Page

 * ------------------------------------------------------------------------- */


#index-left-column{  margin-top:180px; width:200px; float:left;}

#index-left-column form.index {margin: 20px 0 10px 20px;}

#index-left-column table {margin: 20px 20px 10px 20px;} 

#index-left-column p.first {padding: 0px 20px 10px 43px; color:#ffffff; font-size:16px; font-weight:bold;} 

#index-left-column p.first {margin: 210px 0 0  0;} 









 /* ------------------------------------------------------------------------- */





/* Center Column on the Index Page

 * ------------------------------------------------------------------------- */


#index-center-column{ margin-top:25px; width:349px; float:left;}

#index-center-column p{padding: 0px 40px 10px 20px;}

#index-center-column h1,.pageheading{padding: 0px 20px 10px 30px;}

#index-center-column a.back-to-top {padding-left:250px; top:0px;  width:100px; height:16px;}


#index-center-column img {padding:0; margin:0;}



 /* ------------------------------------------------------------------------- */





/* Expanded Index IDs
 
 Used for Pods on Index page
 
 * ------------------------------------------------------------------------- */

#index-pod-left {padding: 0px 40px 20px 80px;}

#index-pod-right {padding: 0px 0px 20px 0px;}

#index-pod-center {padding: 20px 0px 20px 170px;}

#index-pod-left, pod-right{width:132px; float:left;}

#index-pod-center{width:132px; float:left;}



 /* ------------------------------------------------------------------------- */






/* Right  Column on the Index Page

 * ------------------------------------------------------------------------- */


#index-right-column{
	width:201px;
	float:left;
}


#index-right-column p{padding: 0px 40px 10px 20px;}

#index-right-column h2{padding: 0px 10px 10px 0px;}

#index-right-column img.first {padding:0; margin:20px 0 0 0 ;}


#index-right-column img {padding:0; margin:0 ;}

#summary-copy1 {height:480px; padding-left:5px; overflow:hidden;}

#summary-copy1 h2{ margin-left:20px; margin-right:40px;}

#summary-copy1-read-more {margin:10px 0 10px 0; padding-left:10px;}

#summary-copy2 {height:250px; overflow:hidden;}

#summary-copy2-read-more {margin:10px 0 10px 0; padding-left:20px;}



 /* ------------------------------------------------------------------------- */






/* Bottom on the Index Page

 * ------------------------------------------------------------------------- */


#index-bottom {
	text-align:center;
	margin:0 auto;
	background-image:     url("../images/index_05.gif");
	height:74px;
	clear:both;
	overflow:hidden;
	background-repeat: no-repeat;
}

#index-bottom p{ margin-left:0; margin-top:50px; font-size:11px;}	

#index-bottom a { margin-left:10px; margin-right:10px; font-weight:normal; }

#index-bottom a, #bottom a:hover { text-decoration:none; }

#index-bottom a.first  { margin-left:0;}

#index-bottom a.back-to-top {right:36px; top:0px; position:relative; width:23px; height:16px;}


 /* ------------------------------------------------------------------------- */






 /* Inside Page Block Level Elements



 * ------------------------------------------------------------------------- */



#wrap {  text-align:left;
	margin:0 auto;
	width:750px;
	background-image:   url("../images/inside_bg.jpg");
	background-repeat: repeat-y;	

}


#top {width:750px;   height:25px; position:relative;  }

#top a.email {right:36px; top:30px; position:absolute; width:23px; height:16px;}

#banner {
	background-image:    url("../images/layout_01.jpg");
	height:295px;
	background-repeat: no-repeat;

}





#top-nav{ text-align:center; padding-top:15px; height:35px;  }


#column-wrap{
	width:750px;
	background-image:    url("../images/inside_03.jpg");
	background-repeat: no-repeat;
	min-height:485px; height:auto !important; height:485px;
	



	
}


#main-nav ul#menu {padding-left:20px;   }



/* Left Column on the Index Page

 * ------------------------------------------------------------------------- */


#left-column{  margin-top:225px; width:200px; float:left;}

#left-column p.first {padding: 0px 20px 10px 45px; color:#ffffff; font-size:16px; font-weight:bold;} 

#left-column p.first {margin: 180px 0 0  0;} 

#inside-interactive-spine{ height:324px;
	background-image:url(../images/inside_3d_bg.jpg);
	background-repeat: no-repeat;
	position:relative;
}

#left-column table {margin: 20px 20px 10px 20px;} 

#left-column p {padding: 0px 20px 10px 20px;} 

#inside-interactive-spine-spacer {height:75px;}

#inside-interactive-spine object{margin:0 25px 0 60px;}

#inside-interactive-spine a.button {right:50px; top:292px; position:absolute; width:155px; height:30px;}


 /* ------------------------------------------------------------------------- */




/* Right Column on the Index Page

 * ------------------------------------------------------------------------- */


#right-column{  margin-top:23px; width:490px; padding: 0px 0px 0 20px; float:left;}

#right-column p{padding: 0px 0 10px 0;}



#right-column img {padding:0; margin:0;}

#wellness-page{ margin-top:23px; padding-left:20px;}

#istore-page{ background-color:#FFFFFF;  margin-top:53px; padding-top:10px; margin-left:0; }

#ieducate{ background-color:#FFFFFF;  margin-top:5px; padding-top:10px; padding-left:10px; margin-left:5px; }


#ieducate p ,#ieducate a, #ieducate li a.itool-small-menu{color:#2D5723;}

#inews{ padding:10px; width:480px;}

#inews p, #inews ul li, #inews a {color:#333333;}

 #inews a:hover {color:#ccc;}

#link-x { background-color:#FFFFFF;  margin-top:0; padding:10px;}

#link-x p{ color: #003399;}
 
 
 
 
/* Bottom on the Index Page

 * ------------------------------------------------------------------------- */ 
 

#bottom {
	text-align:center;
	margin:0 auto;
	background-image:  url("../images/inside_05.gif"); background-repeat:no-repeat;
	  height:74px; 	clear:both;
	overflow:hidden;
	
}

#bottom p{ margin-left:0; margin-top:50px; font-size:11px;}	

#bottom a { margin-left:10px; margin-right:10px; font-weight:normal; }

#bottom a, #bottom a:hover { text-decoration:none; }

#bottom a.first  { margin-left:0;}

#bottom a.back-to-top {right:36px; top:0px; position:relative; width:23px; height:16px;}


 /* ------------------------------------------------------------------------- */



/* footer



 * ------------------------------------------------------------------------- */



#footer {
	width:680px;
	text-align:center;
	margin:0 auto;
	color:#043955;
}



#footer a { text-decoration:none; }



#footer a:hover { text-decoration:underline; }



 /* ------------------------------------------------------------------------- */
 
 
 
x

/* iTools



 * ------------------------------------------------------------------------- */
 
 
 a h3{ font-size:18px; text-decoration:underline; font-weight:bold; }

a:hover h3 {color:#810608; text-decoration:none; }
ul.services { margin-left:120px;}
