/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/* end reset */

body {
   background-image: url("../images/gradient-wild.png");
   background-color: #ffea00;
/*   background-color: #007C62; */
   background-repeat: repeat-x;
   color: #000;
   font-size: 12pt;
   font-family: verdana, arial, helvetica, sans-serif;
   width: 100%;
   line-height: 1.2;
}
   
td {
    font-size: 1.0em;
    padding: 5px;
}

p {
    padding-bottom: 5px;
    padding-top: 5px;
}

h1 {
    font-family:helvetica,arial,sans-serif;
    font-size:190%;
    font-weight:normal;
    text-align:center;
    text-transform:uppercase;
    padding-top: 5px;
    text-shadow:1px 1px 1px #000000;
}

h2 { margin-top: 5px; margin-bottom: 5px; }

li {
    list-style-position: inside;
    list-style-type: square;
}
    
.header {
    font-size: 1.5em;
    font-weight: bold;
    width: 596px;
    height: 24px;
    border: 0px solid #eee;
    color: #fff;
    margin-left: -8px;
    margin-top: -12px;
    padding-left: 10px;
    padding-top: 2px;
    background-color: #570070;
	padding-bottom: 10px;
}

.body {
    font-size: 11pt; 
    padding-bottom: 20px;
}



#mugshot { border: 10px solid #fff; width: 250px; }

#masthead {
    -moz-border-radius:10px 10px 10px 10px;
    -webkit-border-radius:10px 10px 10px 10px;
    border:3px solid white;
    color:#FFFFFF;
    height:45px;
    margin:20px auto;
    padding:10px;
    width:900px;
}

#mainbody { height: auto; }
#content {
    width:900px;
    color: #000;
    margin-left: auto;
    margin-right: auto;
}
#content h2 { color: black; }

#leftrail {
    width: 606px;
    min-height:400px;
    height: auto;
    float:left;
    padding: 0px;
}

#rightrail {
    width: 270px;
    float:left;
    margin-left: 10px;
}

#rightrail h2 { color: #fff; }

#content td {
    color: #000;
}

#content th {
    font-weight: bold;
    color: #000;
    font-size: 12px;
}

#gallery {
    height: 388px;
}

#gallery img {
    padding: 10px;
}

#highlights {
    width: 200px;
    float: right;
    border: 10px solid #777;
    font-size:1.8em;
    font-weight: bold;
    color: #777;
    margin-top: 20px;
    margin-right: 5px;
    padding: 10px 0px 5px 5px;
}

#highlights .header {
	font-size: 0.7em;
    font-weight: bold;
    width: 100%;
    height: 24px;
    color: #fff;
    margin-left: -8px;
    margin-top: -12px;
    padding-left: 10px;
    padding-top: 2px;
    background-color: #570070;
}

.title { color: #000; width: 60%; float: left; }
.value { text-align: right; width: 30%; float: left; }


.odd {
    background-color:#ccc;
 }

.dropquote {
    border-top: 4px black solid;
    border-bottom: 4px black solid;
    font-size: 125%;
    width: 300px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
