@import "style.css";

ul{
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
	margin: 0;
	line-height: 120%;
}
ul li a{
	text-decoration: none;
	color: #333333;
}
ul li a:hover{
	color: #636381;
}
ul.documents li{
	display: block;
	float: left;
	clear: both;
}
ul.documents li div.document_individual{
	clear: both;
}
ul.documents p{
	margin: 0.2em;
} 
ul.documents p a{
	color: #000000;
	text-decoration: none;
	font-weight: bold; 
} 
ul.bullet li{
	list-style-image: url(../../assets/images/site/dot.gif);
	font-family: Arial, Verdana, sans-serif, Helvetica;
	font-size: 11px;
	line-height: 140%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	padding-right: 0.5em;
}
ul.bullet li span{
	position: relative;
	top: -0.2em;
}


.display_none{
	display: none;
}
button {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

#white_papers{
	height: 340px; 
}
#white_papers_list{
	width: 100%;
	overflow-y: auto;
	height: 340px;
	position: relative;
}
#white_papers_list p{
	padding-right: 5px;
}
ul.level0{
	list-style-image: url(../../assets/images/site/square-dot.gif);
	list-style-position: outside;
	padding-left: 1.2em;
	margin: 0;
}
ul.level0 li, div.pageedit ul{ 
	padding: 0;
	margin: 0;
	line-height: 140%;
	color: #333333;
}
div.pageedit ul{
	list-style-image: url(../../assets/images/site/square-dot.gif);
	list-style-position: outside;
	padding-left: 1.2em;
	margin: 0;
}
form.contact{
	width: 250px;
}
form.contact input{
	width: 200px;
}
div#subnav h2{
	margin: 0 0 0.5em 0;
}
div#subnav ul.level0{
	list-style: none;
}
div#subnav ul.level0{ 
	list-style-image: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}
form#header_search{
	text-align: left;
}
form#header_search input{
	width: 100px;
	margin: 2px 0 0 10px;
	top: 2px;
}
form#search input{
	width: 200px;
	margin: 1em 0 1em 0;
}
form#search button{
	margin: 0;
	width: 60px;
	text-align: left;
	padding: 0;
}
form#frm_Login{
	height: 50px;
	width: 180px;
	margin-top: 5px;
}
form#frm_Login button{
	display: inline;
	padding: 0;
	margin: 0;
}
#skip_link, #site_map_link{
	position: absolute;
	left: -1000px;
}
#contact_form{
	float: left;
}
#contact_details{
	float: right;
	text-align: right;
}
#sitemap ul li{
	list-style-type: disc;
	list-style-position: inside;
	text-align: left;		
}
#sitemap ul ul li{
	list-style-type: circle;
	list-style-position: inside;
	text-align: left;	
	padding-left: 1em; 	
}
.float_left{
	float: left;
	display: block;
}
#welcome_services{
	width: 540px;
	background: transparent url(../../assets/images/site/orange_line_shorter.gif) no-repeat top right;
}
#welcome_services .box256{
	margin-top: 10px;
}
#latest_news, #latest_white_papers{
	clear: left;
}
#latest_news{
	margin-right: 10px;
}
#badge_white_papers .float_left{
	clear: left;
	margin-bottom: 11px;
}
#badge_white_papers{
	width: 200px;
	float: right;
	padding-right: 5px;
	margin-top: 10px;
}
input#submit{
	background: url(../../assets/images/site/buttons/submit.gif) no-repeat;
	font-size: 1px;
	color: #79B6FF;
	border: none;
	width: 60px;
	height: 25px;
	padding-top: 5px;
}
.error{
	color: red;
}

