/* PRESCOTT PRINT */

* { 
    margin: 0; padding: 0; 
    color: #222; }

body * {
	font: normal 11.5pt/14pt Arial, sans-serif;
	letter-spacing: 0; 
	background: #fff;
	border: none; }

p, ul, li {
    text-align: left;
    letter-spacing: 0;
    padding: 0;
    margin: 0 0 1em;
    font-size: 11.5pt;
    line-height: 14pt;
    }

	
h1, h2, h3, h4, h5, h6 {
    text-align: left;
    font: normal 16pt/20pt Times, serif;
    color: #263E6C;
    margin-top: .5em }

h2 {
    font-size: 15pt;
    line-height: 18pt; }
	
h3 {
    font-size: 20pt;
    line-height: 24pt; }

h4 {
    color: #E7E4B0;
    font-size: 18px;
    line-height: 20px; }

h5 {
    color: #E7E4B0;
    font-size: 15pt;
    font-style: italic;
    line-height: 18pt; }

img {
    border: none;
    margin: .5em auto;
}

strong { font-weight: bold }

/* Off for printing (not needed)
----------------------------------- */
#nav,
#topnav,
#subnav,
#right_content,
.ScreenOnly {
    display: none; 
}	





/* Layout
----------------------------------- */
#content {
	margin: 15px auto;
	clear: both;
}
#main {
	clear: both; 
}
#main_content {
    width: 100%;
    clear: both;
}

    
/* Headers -- needs tweaks for logo handling...
----------------------------------- */
#head {
    width: 100%;
    height: 50px;
    margin: 0; padding: 0;
    /* background: transparent url(../images/print-logo.gif) no-repeat top center; */
display: none;
}

#logo {
    width: 100%;
    height: 72px;
    background: none;
    margin: 0; padding: 0;

 }

#logo a img { display: none; }


/* MAIN CONTENT 
----------------------------------- */
#left_content,
#left_manage {
    display: block;
    padding: 10px 5px 10px 15px;
    width: 100%;
}

#left_manage,
#left_content a {
    color: #666;
    font-weight: bold;
}

ul {
    list-style-type: disc;
    text-decoration: none;
    padding: 0 0 0 1em;
    margin: 0 0 2em 1em;
}
li {
    list-style-type: disc;
    margin: 0 5em .5em .5em;
    padding: 0 0 0 .5em;
    text-align: justify;
    color: #333; 
}


#service_content p {
    font-size: 11px;
    line-height: 14px;
    color: #fff; }

#service_content {
    padding: 15px;
    display: inline; 
}

#service_content li {
    list-style-type: none;
    line-height: 14px; }

#service_content li a {
    text-decoration: underline;
    font-weight: bold; 
}
    
#left_home {
    float: left;
    background: #E7E4B0;
    border: 7px solid #fff;
    border-width: 7px 0;
    margin-left: 25px;
    height: 186px;
	width: 227px;
    display: inline; 
}
    
#right_home {
    font-family: Times, serif;
    float: left;
    background: #41547C;
    top: 0;
    left: 0;
    height: 186px;
    width: 567px;
    border: 7px solid #fff;
    border-right: none;
    display: inline; 
}

.biophoto {
    height: auto;
    width: auto;
    overflow: visible;
}

   
#foot {
    color: #666;
    background: none;
	clear: both; }

#home_foot {
    background: none;
    clear: both; }

#copyright {
    text-align: right;
    font-size: 9pt;
    color: #666;
}

/* Reverse order fake ordered lists
--------------------------------------------------------- */
ul.reverse {
    list-style-type: none;
    margin: 1em 0 0;
}
ul.reverse li {
    padding: 0 0 .5em 3em;
    margin: 0 0 1em;
    line-height: 1.4em;
    clear: both;
    display: block;
    float: none;
}

ul.reverse li span {
    display: block;
    float: left;
    clear: left;
    width: 2em;
    margin-left: -3em;
    text-align: right;
    font-weight: bold;
}
