		/* Default CSS used globally on the PredicitisLLC site */

		html, body		 { 	margin: 0;
						padding: 0;
						border: 0;
					}

		body 		{	background-color: #fff;
					font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
					font-size: 1em;
					}
					
		/* Two column fixed layout with header and footer */
		#container	{		border: 2px solid #16256b;
						width: 960px;
						margin: 0 auto 0 auto;
						padding: 0px;
						text-align: left;
						background-color: #fff;
						color: #000;
					}

		#header 	{ 			background-image: url(images/headerGlobe.png);
						height: 160px;
						margin: 0px;
						padding: 0px;
						border-bottom: 4px groove #305fd6;
						
					
					}
		#header, #footer { clear: both; }


			
#gradientMenu {
float: left;
width: 200px;
padding-left: 10px; 
margin: 30px 0px 10px 0px;
border: 0;
}


#gradientMenu ul {
margin: 0;
padding: 0;
width: 190px;
border: 0px;
}

#gradientMenu ul li{
list-style-type: none;
border-top: 1px solid #9a9a9a;
}

#gradientMenu li a{
background: white url(images/glossyback.gif) repeat-x bottom left;
font: bold .9em Arial, Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0px;
padding-left: 10px;
text-decoration: none;

}


html #gradientMenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 180px;
}

/* #gradientMenu li a:visited, .glossymenu li a:active{
color: white;
} */

#gradientMenu li a:hover{
background-image: url(images/glossyback2.gif);
}


#gradientMenu li a.dim { color: #16256b; }
			

#content	{	text-align: left;
		padding: 14px 65px 15px 50px;
		margin-left:  215px;
		
		}
		
/*style used for the methodology page to get the Three Step Process Listing*/
ul#method {
	padding: 0px 0px 0px 100px;
	list-style-type:circle;
	line-height:140%;
	list-style-position:inside;
	text-indent: -25px;
	/* padding-left: 100px; */
	list-style-type: none;
	text-indent: -65px;
	/* padding-right: 0px; */
	margin: 0;
}



ul#method li {
	margin-bottom: 15px;
	margin-top: 20px;
	width: auto;
		 }

/*style used for the Strengths page to get the Three Step Process Listing*/
ul#strengths {
	list-style-type:disc;
	line-height:150%;
	list-style-position:inside;
	text-indent: -25px;
	list-style-type: disc;
	padding-right: 10px;
	margin-left: 20px;
	padding-left: 20px;
}



ul#strengths li {margin-bottom: 20px; }
	
/* #disclaimer {
	text-align: left;
	padding: 10px 10px 10px 10px;
	margin: 20px auto 20px auto;
	margin-left:  215px;
	font-size: 9px;
		} */

#content .disclaimer {
	text-align: left;
	padding: 10px 10px 0px 10px;
	margin: 20px 20px 0px 20px;
	font-size: .7em;
		}
		
/*style margin for table	
#tablecontent {
	text-align: left;
		}*/	

		
#content h1 { font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #c01633;
	text-align: left;
	font-size: 1.5em;
	margin-top: 12px;
	}

/* formats the navigation links at the bottom of the page */

#bottomNav {	
		font-size: .8em;
		text-align: center;
		font-family: "Trebuchet MS", sans-serif;
		font-weight: bold;
		margin: 20px 60px 20px 60px;
		}




#bottomNav a {	
		color: #c01633;
		font-weight: bold;
		text-decoration: none;
		}

#bottomNav a:hover {
		color: #000;
		}


#footer	{	font-weight: bold;
		height: 65px;
		font-family: Verdana, Arial, sans-serif;
		text-align: center;
		color: white;
		font-size: .75em;
		background-image: url(images/footerbg.gif);
		padding-top: 5px;
		margin: 0px;
			}

#footer a {color: #16256b;
		
		text-decoration: none;
		font-weight: bold;
		}
		
#footer a:hover {color: #ffffff;
		
		}

