/* Reset CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img
{ 
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	border:0;
	color:#000;
}

/* Global */

.clear { clear: both;}

.er { color: red; }

a, a:visited {
text-decoration: underline;
color: #255784;
}

a:hover {
text-decoration: underline;
}

body {
background:#f2e9e2 url(../images/bkd.jpg) repeat-x 0px 0px;  /*slight border gradient*/
text-align: center;
}

h1 {
font-family:Times;	
color: #00255D;
font-size: 35px;
font-weight: normal;
}

h2 {
font-family:arial;	
color: #00255D;
font-size: 21px;
font-weight: bold;
border-bottom: 1px solid #4f799f;
margin: 10px 0px;
}

h3 {
font-family:arial;	
font-size: 16px;
margin: 10px 0;
}

p {
margin: 12px 0px 2px 0px;
text-align: left;
line-height: 20px;
}

	p.contacts {
	text-align: center;
	}
ul, ol {
margin: 5px 0px 5px 15px;
}

ul.inner-list li {
margin: 11px 0px 0px 11px;
line-height: 16px;
}

ul.inner-list-none li {
margin: 5px 0px;
list-style: none;
}

ul li ul {
list-style: none;
}

ul.er li { color: red; }


/*
elements
*/

#header {  
	height: 145px;
	width: 900px;
	margin: 0px auto 0px auto;
	text-align: left;
	position: relative;
}

	#logo {
		/* width: 293px; */
		width: 378px;
		height: 113px;
		float: left;
	}
	
	#receiver-info {
		/* width: 600px; */
		width: 515px;
		float: left;
		color: #fff;
		padding-top: 15px;
		
	}
	
	#receiver-info p {
		/* width: 600px; */
		color: #fff;
		padding-left: 20px;
		font-size: 10px;
	}
	
	ul#nav {
		
		clear: both;
		padding: 0;
		margin: 0;
		width :900px;
		text-align: left;
		position: absolute;
		top: 113px;
		left:0;
	}
	
	ul#nav li {
		list-style-type: none;
		display: inline;
		float: left;
	}

	ul#nav li a {
		height: 32px;
		display: inline-block;
		font: arial;
		font-size: 11px;
		line-height: 32px;
		color: #fff;
		text-decoration: none;
		padding: 0px 16px;
		
	}
	
	ul#nav li a.on {
		color: #00255d;
		background-color: #F9F4EE;
	}
	
	
	
	
	
	
#content {
	clear: both;
	background-color: #f9f4ee;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	min-height:600px;
  	height:auto !important;
  	height:600px;
}

	#content-inner {
		padding: 20px 50px 30px 60px;
	}

#footer {
background:#ede4da url(../images/bkd-footer.jpg) repeat-x 0px 0px;  	
height: 133px;
}

	#footer p {
	width: 900px;
	margin: 0px auto;
	padding-top: 15px; 
	text-align: left;
	color: #fff;
	font-size: 10px;
	}

/* Form */
fieldset { border: 1px solid #ccc; width: 570px;  padding: 10px; }
legend { font-family:arial;	color: #00255D; font-weight: bold; padding: 5px 5px; }
label { width: 150px; display: block; float: left; padding: 3px 3px; margin: 3px 0px; text-align: right;}
input { border: 1px solid #ccc; padding: 3px 3px; margin: 3px 0px; float: left; width: 250px; }
input.checkbox { width: 20px; float:none; }
input.simple { float:none; }
input.new { height: 40px; font-size: 15px; font-weight: bold; }
input.addfile { width: 100px; }
input.preferred {height: 40px; font-size: 15px; padding: 3px; font-weight: bold; width: auto;}
input.forgot {height: 40px; font-size: 15px; padding: 3px; font-weight: bold; width: auto; }
textarea {  width: 500px; border: 1px solid #ccc; height: 100px; }
p.q { font-weight: bold; }
.reg { font-weight: normal; }
#defendants { display: none; width: 600px; }
.def { 
	width: 300px;
	float:left;
	}
	
.def p { 
	padding-right: 20px;
	}	

	
#choosepath	{

margin-top: 20px;
}

#choosepath h3 { margin-top: 20px; }

.breadcrumbs {
margin-bottom: 20px;
}


.email-info {font-size: 10px; margin-left: 160px;}

table#uploads, table#uploaded { margin: 15px 0px; }
table#uploads th { text-align: left; }
table#uploads td, table#uploaded td { padding-right: 5px; }
table#uploads input { height: 20px; }
table#uploads input.file { width: 200px; }


table td.label { text-align: right; font-weight: bold; padding-right: 5px; }
