


/* 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:35px 0 100px 0; padding-left: 20px;  }



form#index input, form#index textarea { background-color:#fff; border:1px solid #1e0228; width:110px; 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: #CCDDEE; COLOR: #000000; 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: verdana, Arial, helvetica, sans-serif; FONT-SIZE: 10px cursor: pointer; }




 /* basic elements



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



body {text-align:left;	/* cross browser center-aligned page layout */
	
	background-color: #0A2449;
	height:1200px;
}



/* 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: #0A2449;
	height:1200px;
}




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

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

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

a:link, a:visited { color:#fff; font-size:11px; }

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

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

ul{ padding:0 0px 0 50px; margin:10px 0px 0px 0px; 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:0; }


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

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

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

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

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

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:771px;
	background-image: url(../images/index_bg.jpg);
	background-repeat: repeat-y;	

}


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

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

#index-banner {width:771px;
	background-image:  url(../images/index_02.jpg);
	height:306px;
	background-repeat: no-repeat;
	position:relative;
}

#index-banner a.home {left:12px; top:272px; width:180px; height:30px; position:absolute;}


/* SPRITE NAVIGATION */



#menu {
	margin:0;
	padding:0;
	width: 771px;
	height: 33px;
	



	}







#menu span { display: none; }







#menu li, #menu a { 



	height: 20px;			/* Each button must have the same height, define it here */



	display: block;



	}







#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:90px;   margin:0 ; padding:0; }



#menu-02 { width:130px; left:0; padding:0; }



#menu-03 { width:130px;  left:0; padding:0; }


#menu-04 { width:157px;  left:0; padding:0; }


#menu-05 { width:126px;  left:0; padding:0; }


#menu-06{ width:61px;  left:0; padding:0; }


#menu-07 { width:77px;  left:0; padding:0; }



























/* SON OF SUCKERFISH */







#menu li ul {
	margin:0 0 0 0;
	padding:0;
	position: absolute;
	left: -9999px;
	background-color:#0033CC;
	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:hover, #menu a:active {



	font-size: 11px;

	

	font-weight:normal;



	color: #FFFFFF;



	text-decoration: none;



	}







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







/* Hover styles for drop down items */



#menu-02 ul a:hover, #menu-03 ul a:hover, #menu-04 ul a:hover, #menu-05 ul a:hover, #menu-06 ul a:hover , #menu-07 ul a:hover{ 



	background-image: none;



	background-color:#2678cc; 



	}







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



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


 #menu-04 ul, #menu-04 li { width: 190px; }













#index-column-wrap{
	background-image:  url(../images/index_07.jpg);
 	width:771px;
	background-repeat: no-repeat;

}







/* Left Column on the Index Page

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


#index-left-column{  margin-top:0px; width:204px; float:left; position:relative;}

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

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



#index-left-column a.read_more {right:31px; top:85px; position:absolute; width:140px; height:29px;}


#index-left-column img.first {padding:0; margin:0 ;}


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


#index-interactive-spine{ margin-top:0px; height:271px;
	background-image: url(../images/index_11.jpg);
	background-repeat: no-repeat;
	 overflow:hidden;
	 position:relative;
}

#index-interactive-spine a.survey  { width:195px; font-size:14px; font-weight:bold; margin:25px 0px 25px 25px; padding:0; position:absolute;}

#index-interactive-spine a.survey:hover{color:#990033;}

#index-interactive-spine-spacer {height:5px;}


#index-interactive-spine object{margin:0 25px 0 40px;}

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



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





/* Center Column on the Index Page

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


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

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

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


#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{ margin-top:27px;
	width:567px;
	float:left;
	
}

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

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

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

#index-right-column li{margin-bottom:4px;}


#summary-copy1 {height:280px; padding-left:10px; 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_13.jpg);
	height:92px;
	clear:both;
	overflow:hidden;
	background-repeat: no-repeat;
	position:relative;
}

#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:16px; top:0px; position:absolute; width:100px; height:16px;}


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






 /* Inside Page Block Level Elements



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



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

}


#top {width:771px;   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:771px;
	background-image:  url("../images/layout_03.gif");
	background-repeat: no-repeat;
}






/* Left Column on the Index Page

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


#left-column{  margin-top:55px; width:236px; float:left;}

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

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

#inside-interactive-spine{ height:402px;
	background-image:url(../images/inside_interactive_spine.gif);
	background-repeat: no-repeat;
}


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




/* Right Column on the Index Page

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


#right-column{  margin-top:23px; width:456px;  float:left;}

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


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

#wellness-page{height:23px; }
 /* ------------------------------------------------------------------------- */
 
 
 
 
/* Bottom on the Index Page

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

#bottom {
	text-align:center;
	margin:0 auto;
	background-image:url(../images/inside_bottom.gif); background-repeat:no-repeat;
	  height:75px; 	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;
}



#footer a { text-decoration:none; }



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



 /* ------------------------------------------------------------------------- */
 
 
/* iTools



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

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



