@charset "UTF-8";
/* McCann Digital */
/* Anders Fagerhus, 14.01.09 */

/* DIV */
#container {position: absolute; left: 0px; top: 0px; width: 100%; font-family: Georgia, "Times New Roman", Times, serif; font-size: 0.9em; color: #483c08;} /* general settings */
#logo, #top, #mid {padding: 0 0 0 60px;} /* pixel spacing from left side of the screen */
#logo {background-color:#483c08; height: 90px; padding-top: 20px;}
#top {background-color: #f7f7f7; height: 750px; margin-top: -20px; padding-top: 10px;}
/*#mid {clear:both;}*/
#mid p {margin-top: 0px;}

/* COMMON STYLES */
h1, h2, h3, h4, p {width: 705px;}
h2, h4, span {color: #a71933;}
h4, span {font-style: italic;}
p, ul {font-size: 0.8em; width: 360px; line-height: 1.5em;}

/* HEADINGS */
h1 {display: none;}
h2 {font-size: 1.7em; font-style: italic; font-weight: 100; width: 500px;}
h3 {color: #483c08; font-size: 0.95em; width: 360px; margin-bottom: 30px; line-height: 1.5em; font-style: italic;}
h4 {margin-bottom: 5px;}

/* STICKER TABLE */
table.sticker {background-color: #e8d1d6; padding: 1.5em; position: relative; left: 400px; bottom: 578px; font-size: 0.8em; width: 345px;}

/* TABLE COMMENTS */
table {width: 500px; text-align: left;}
.comments {font-size: 0.8em; color: #999; font-style: italic; padding-left: 15px;}
table span {font-style: normal;}

/* FORMS */
form fieldset {border: none; padding: 0;}
form legend {display: none;}
form label {margin-right: 15px;}

input {border: 1px solid #483c08; width: 175px;}

/* BUTTON LINK */
a:link.btn, a:visited.btn {background: url(../assets/arrow_btn.gif) no-repeat 95% 50%; background-color: #483c08; text-align: left; width: 115px; display: block; color: #fff; padding: 0.7em; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 1.3em; font-weight: bold;}
a:hover.btn, a:active.btn {background: url(../assets/arrow_btn_over.png) no-repeat 95% 50%; background-color: #a71933; color: #FFF;}

/* SUBMIT BUTTON */
input.btnSubmit {background: url(../assets/arrow_btn_over.png) no-repeat 95% 50%; width: 135px; background-color: #483c08; text-align: left; color: #fff; padding: 0.7em; font-family: Arial, Helvetica, sans-serif; font-size: 0.9em; font-weight: bold; border: 2px solid #9f916d;}

/* LINKS */
a:link, a:visited {color: #0099FF; text-decoration: underline;}
a:hover, a:active {color: #a71933; text-decoration: none;}

/* LISTS */
ul {list-style: url(../assets/bulletPoint.gif);}
li {margin-left: 0;}

p.summary {color:#999; width: 100%;}
p.heading {font-size: 1.2em; background-color: #FFFF99; width: 100%; display: block;}

/* NO BORDERS FOR IMAGE LINKS */
a img {border: none;}

/* ADMIN STUFF */
.people_tbl {width: 90%; font-size: 0.9em; border-collapse: collapse;}
.people_tbl th {font-size: 0.9em; background-color: #a71933; color: #fff;}
.people_tbl tr {margin-bottom: 1em;}
.people_tbl td {line-height: 2em;}

.odd {background-color: #FFF;}
.even {background-color: #eee;}
.hover {background-color: #FFC; color: #333;}





