/* Default CSS Stylesheet for a new Web Application project */

.STPtitle { margin: 0; padding: 0 0 10px 0; color: #996699; font-size:20px; }


body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #f6f3f9;
	margin: 0;
	padding: 0;
	color: #000;
}

	.topmenu {
		
		color:#0083AD; 
		font-family:arial, helvetica, sans-serif; 
		font-size: 9pt;
		
		
		
		}
		
		a.topmenu:link {
		COLOR:#000000; 
		text-decoration:NONE;
	}
	a.topmenu:active {
		COLOR: #000000; 
		text-decoration:NONE;
		
	}

	a.topmenu:visited {
		COLOR: #000000; 
		text-decoration:NONE;

	}
	a.topmenu:hover {
		COLOR: #000000; 
		text-decoration:underline;
		
		
	}
	
	.rollover a { 
			
			margin-top:10;
			margin-left:5;
		 	margin-bottom: -1;
			padding:4;
			display:block;  
			border-color:white;
			border-style:solid;
			border-width:2;
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 10pt; 
	   	  	font-weight:bold;
			color: white;
	    	 	text-decoration:none;
	    	 	width:120px;
	    	 	text-align:center;
		
		}
.rollover a:hover { 
			
			border-color:yellow;
			color: yellow;
			
			
		}
		
.rollover a:visited { 
			
			 
			color: white;
			
			
		}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 22px;
	color: #652d8a;
	margin-top: 0;
}

h2 {
	font-size: 19px;
	color: #652d8a;
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

h3 {
	font-size: 16px;
	color: #652d8a;
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

h4, h5, h6, p {

	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 1000px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

#header { margin: 0px; padding: 0; width: 1000px; height: 135px; background: #652d8a; }

#header img { padding: 0 0 0 50px; float: left; }


/* -- navigation -- */



#nav_functional { margin: 0; float: left;   margin-top:20px; margin-left:140px; }

#nav_functional ul { margin: 0 0 0 20px; padding: 5px 10px 0 0; float: left; list-style-type: none; vertical-align:top;   }

#nav_functional li { margin: 0; padding: 3px; font: bold 13px Arial, Helvetica, sans-serif;  }

#nav_functional li a { padding: 0 0 0 11px; color: #fff; text-decoration: none; background: url(/images/bullet_nav_func.gif) no-repeat; background-position: 0 4px;   }

 

#nav_functional li a:hover { text-decoration: underline;  }

 #logindiv {font-size:10px; float:right; background-color:#d3c8e0; color: #652d8a; padding:10px; margin-top:10px; margin-right:22px;}

#logindiv a { color:#652d8a; text-decoration: none;}
#logindiv a:hover {color:#652d8a; text-decoration: underline; }

#logindiv input { 
	width:120px;}
	
	
#logoutdiv {font-size:10px; float:right; color: #652d8a; padding:10px; margin-top:50px; margin-right:20px;}

#logoutdiv a { color:#652d8a; text-decoration: none;}
#logoutdiv a:hover {color:#652d8a; text-decoration: underline; }

#logoutdiv input { 
	width:120px;}	
	
	
/* ~~ Navigation styles ~~ */

 #nav_main { margin: 0; width: 1000px; height: 28px; background: #ed9239;  z-index: 999; position:relative; }

#nav_main ul { margin: 0; padding: 0; list-style: none; float: left;  }

#nav_main a { margin: 0; padding: 0 7px; font: bold 14px/27px Arial, Helvetica, sans-serif; color: #652d8a; text-decoration: none; display: block;  }

#nav_main li { margin: 0 0 0 20px; padding: 0 0 0 0px; list-style: none; float: left; }
 

#nav_main li ul {position:absolute; margin: 0; padding: 0; left: -999em; height: auto; width: 150px; width: 150px; font-weight: normal; border-top: 2px solid #fbe9d7; }


#nav_main li li {padding: 0; margin: 0; font: normal 12px/22px Verdana, Arial, Helvetica, sans-serif; background: #ed9239; border-bottom: 1px solid #C9571B; }  

#nav_main li li:hover, #nav_main li li.sfhover { background: #fbe9d7; }

#nav_main li li a {width: 150px; width: 150px; padding: 0 6px 0 6px; font: normal 14px/22px Arial, Helvetica, sans-serif;  }

#nav_main li ul a { color: #652d8a; }

#nav_main li ul a:hover, #nav_main li ul a.sfhover { color: #652d8a; }

#nav_main li ul ul { margin: -21px 0 0 177px; width: 178px; }

 

#nav_main li:hover ul ul,  #nav_main li.sfhover ul ul { left: -999em; }

#nav_main li:hover ul ul ul, #nav_main li.sfhover ul ul ul {left:-20em;}

#nav_main li:hover ul, #nav_main li.sfhover ul  { left: auto; }

#nav_main li li:hover ul, #nav_main li li.sfhover ul  { left: -14px; }
#nav_main li li li:hover ul, #nav_main li li li.sfhover ul { left: 50px; }

#nav_main li.on, #nav_main li:hover, #nav_main li.sfhover { background: #ffffff; }

#search { float: right; padding-right:18px;}

#search form { margin: 0; padding: 3px 4px 0 0; }

#search input { margin: 0; padding: 0; border: 1px solid #D34B01; background: #efe4d1; width: 147px; height:20px;  }

#search button { background: #ed9239; cursor: pointer; font: bold 12px Arial, Helvetica, sans-serif; width: 60px; height: 20px; border: 1px; border-color:#ba490b; border-style:solid; color: #fff;  margin: 0 0 0 4px; padding: 0 0 0 0; }

#hp_content {padding: 0 0 0 20px;}
 
#hp_content table tr td {font-size:10px; padding:5px; vertical-align:top;}

.hp_inside a {color:#b95e05; text-decoration:none;}
.hp_inside a:visited {color:#652d8a; text-decoration:none;}

.hp_inside a:hover {color:#b95e05; text-decoration:underline;}

.hp_inside p {font-size: 13px;}

#hp_content table tr td .hp_inside table tr td {font-size: 13px; padding-left:25px;}

 


#hp_content table tr td {margin: 0; padding: 0 0 10px 0; color: #652d8a; font-size:17px;}

 
#hp_content table tr td {margin: 0; padding: 0 0 10px 0; color: #652d8a; font-size:15px;}

#hp_content table tr td ul {font-size:12px; margin:0 0 0 25px;}

#rightside {border: thin solid #efe4d1; margin-right:16px;}


#whatsnew { background-color: #efe4d1; padding:15px; border-bottom: thin solid #efe4d1;  font-size: 12px; }
#whatsnew h3 {color:#000000; font-size:15px; margin-bottom:5px; margin-left:-15px;}
 
#whatsnew ul  {background-color: #efe4d1; list-style-type: none; vertical-align:top; padding-left: 1em; text-indent: -1em; }
#whatsnew li { margin: 0; padding: 3px; font: bold 13px Arial, Helvetica, sans-serif; }
#whatsnew li a { padding: 0 0 0 11px; color:#000000; text-decoration: none; background: url(/images/bullet_nav_func.gif) no-repeat; background-position: 0 4px; }
#whatsnew li a:hover { text-decoration: underline; }
#whatsnew hr { border: none 0; 
border-top: 1px solid #FFF;/*the border*/
width: 90%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}



#toxpathfeed {   padding-top:25px; padding-bottom:15px;  }


#toxpathfeed h3 { color:#652d8a; font-size:15px; margin-bottom:-25px; padding-bottom:40px;}


/* 
#toxpathfeed ul  { list-style-type: none; vertical-align:top; padding-left: 1em; text-indent: -1em;}
#toxpathfeed ul br { display:none;}
 #toxpathfeed table  { padding:0; }
 #toxpathfeed table tr td table { padding:0; }
#toxpathfeed li {  padding: 8px; font: bold 13px Arial, Helvetica, sans-serif; width:185px; }
#toxpathfeed li a { padding: 0 0 0 11px; color:#000000; text-decoration: none; background: url(/images/bullet_nav_func_white.gif) no-repeat; background-position: 0 4px; }
#toxpathfeed li a:hover { color:#000000; text-decoration: underline; }
#toxpathfeed li a:visited { color:#000000; text-decoration: none; }
*/

#hp_images { padding-bottom:15px; margin-bottom: 15px;  }




#nav_functional { margin: 0; float: left;   margin-top:20px; margin-left:140px;}
#nav_functional ul { margin: 0 0 0 20px; padding: 5px 10px 0 0; float: left; list-style-type: none; vertical-align:top;  }
#nav_functional li { margin: 0; padding: 3px; font: bold 13px Arial, Helvetica, sans-serif; }
#nav_functional li a { padding: 0 0 0 11px; color: #fff; text-decoration: none; background: url(/images/bullet_nav_func.gif) no-repeat; background-position: 0 4px; }
#nav_functional li a:hover { text-decoration: underline; }




#footer {font-size:10px; text-align:center; padding-bottom:15px;}
#footer hr {margin-top:20px; margin-bottom:10px;   width:970px;}



/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {

	padding: 0px;
}


.printBanner {
	display:none;
}
 

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


#nonmemberlogin {
	
	padding: 20px;
	border: 1px solid #f0f0f0;
	border-bottom: 2px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right:50px;
	margin-bottom:25px;
	
}

