@import url(clearstyle.css);
@import url(color.css);
@import url(type.css);



/* center the website in the browser window */
html {
	text-align:center; 
	}

body {
	padding-left:150px ;
	width: 80%;
	max-width:850px;
	margin:0 auto;
	text-align: left;
	background-color:transparent;
	}

/*header/branding area */

h2 { 	
	padding:1.5em  0 0   0; 	
	}
#content_main li: { padding-top: 2em; }	

h3 { 
	display: inline;
	}
#content_main p {	
/*	display: inline; 
	margin-bottom:0.5em; */
	}

div#branding {
	height: 100px;
	z-index:100;
	margin-left: -150px;
	padding: 0;
	}

div#branding > h1  {
	margin-left:-999px; 
	z-index:99
	}
 
h2.ptitle  {
	position: relative;
	background-color: transparent ;
	margin-left:-999px;
	padding-top: 100px;
	}
h1#slogan {
	height:75px;
	margin-bottom:20px;
	 
	}

div#content_main { width:45%; 
	position:relative;
	float:left;
	margin: 0.75em;
	
	}
	

	

div#content_sub {width: 45%; 
	position:relative; 
	margin-left :1.0em;
	margin-top: 0.75em;
	float:right;
	}
	
div#navigation_main {
	margin:-165px;
	width:150px;
	padding-right:10px;
	padding-top:160px;
	position:fixed;
	z-index:101;
	top: 160px;
	text-transform:uppercase;
	line-height:1.5em;
}

.content_footer {
	position:relative; 
	clear:both;
	padding-top: 3em;
	padding-bottom: 3em;
	margin-top: 3em;
	bottom:0%;
	height: 1.5em;
	text-align:center;
	
} 

div#nav {
margin:-165px;
	width:150px;
	padding-right:10px;
	padding-top:160px;
	position:fixed;
	z-index:101;
	top: 160px;
	line-height:1.5em;
	border:none;
}
div#nav li {
	height: 42px;
	vertical-align: middle;
	line-height: 35px;	
	border:none;
	
}
div#nav li a {
	display: block;
	height: 42px;
	
	border:none;
	
}

ul.list { //selects all unordered lists following paragraphs in content_main
	margin: 3em;
	text-indent: 1em;	
	list-style-type:circle; 
	list-style-position: inside;
	list-style-image: url(images/bullet1.png);
	position: relative;
}

ul.list2 { 
	text-indent: 2.5em;	
	list-style-type:circle; 
	list-style-position: inside;
	list-style-image: url(images/bullet1.png);
	position: relative;
}

ul.list3 { 
	text-indent: 0.5em;	
	list-style-type:circle; 
	list-style-position: inside;
	list-style-image: url(images/bullet1.png);
	position: relative;
}

#decision_table {
	background-color: #400080;
	color: #FFFFFF;
	border: none;
	list-style-position: outside;
	list-style-image: url(images/bullet1.png);
	list-style-type: disc;
	text-indent: 8px;
	padding: 15px;
	float:left;
	width: 100%;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
#decision_table td, th {
padding: 15px;
}