Search Tips

Job Announcement Wednesday, September 25, 2019

Position Title:  Assistant States Attorney

Salary Range:  $60,000 – $90,000, depending on experience

 

Morton County is currently recruiting an Assistant States Attorney who would have a primary focus on juvenile and criminal prosecution.  This is an invaluable opportunity for applicants who have a genuine desire to see justice prevail.  Due to the versatility in County Government, the applicant will gain immediate and first-hand experience in prosecuting demanding and through-provoking cases while balancing the interests of the victim and the County.

 

Eligible applicants must possess a Juris Doctorate from an accredited law school and license to practice law in the State of North Dakota.  Preference will be offered to applicants who also have experience in juvenile law and/or criminal litigation.  Preference will be given to applicants who demonstrate a proven track record of effectively collaborating with law enforcement officers, resource/support agencies, local government officials, organization’s support staff and other internal/external stakeholders.

 

Essential Duties and Responsibilities:

  • Manage evidence, conduct case planning activities, construct legal strategies, develop prosecution tactics and present information in a court setting to prosecute or defend actions;
  • Research and analyze legal information;
  • Provide accurate and effective legal guidance to the County;
  • Prepare legal memoranda, draft legal opinions and file legal briefs;

 

In order to apply for employment you must complete the application process located on our website.  https://www.co.morton.nd.us/employment.  For questions, please email wendy.bent@mortonnd.org

 

Applicants selected for hire will be subject to fingerprinting, a criminal history background check and a pre-employment drug screen.  Morton County is an equal opportunity employer.

 


Runtime Error

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>