/*      Desc: Master Stylesheet
	Author: Derek Kinsman
	Date: October 01, 2007
	Colours	+ NAVIGATION
		- #ededda   light brown (bg)
		- #417864   green (links)
		- #be5028   orange (text)
		+ CONTENT
		- #fcfcfa   off white (bg)
		- #be5028   orange (links)
		- #333      charcoal (text)
============================================ */

/*      RESET
 ============================================ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: 400; text-align: left;}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/*      TYPOGRAPHY & COLOURS
 ============================================ */
body {
    background-color: #fcfcfa;
    color: #333;
    font-weight: inherit;
    font-style: inherit;
    font-size: 62.5%;
    font-family: Verdana, Helvetica, sans-serif;
    line-height: 1.5;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

h1 { font-size: 3em; }
h2 { font-size: 2em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }

img { border: 0px; }

#menu {
    background-color: #ededda;
    background-image: url(../img/bkgd.png);
    background-repeat: repeat-y;
    font-size: 1em;
    text-align: right;
}

#menu ul li.section-title {
    color: #be5028;
    font-weight: bold;
    font-size: 1.2em;
}

#menu ul li {
    padding-right: 17px;
}

/*      LINKS
 ============================================ */
a img { border: none; }

#menu a {
    color: #417864;
    text-decoration: none;
}

#menu li a:link,
#menu li a:visited {
    border-bottom: 1px dotted #417864;
}

#menu li a:active,
#menu li a:hover {
    border-bottom: 1px solid #417864;
}

#content a {
    color: #be5028;
    text-decoration: none;
}

#content strong a:link,
#content strong a:visited {
    border-bottom: 1px dotted #be5028;
}

#content strong a:active,
#content strong a:hover {
    border-bottom: 1px solid #be5028;
}

/*      LAYOUT & POSITIONING
 ============================================ */
p { margin: 0 0 9px 0; }

#menu {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 225px;
}

#menu p {
    margin: 0 0 24px 0;
    padding-right: 17px;
}

#menu ul {
    list-style: none;
    margin: 0 0 12px 0;
}

.container {
    padding: 5px 5px 25px 5px;
}


#content {
    height: 100%;
    margin: 0 0 0 230px;
    top: 0;
}

#content p {
    margin-bottom: 9px;
    width: 500px;
}

#content p q {
    padding-left: 20px;
}

#content p img.noBorder {
	border: none;
	text-align: center;
}

#content ul{ 
	color: #417864;
	margin: 20px; 
    width: 500px;
}

#content img {
    border: 1px solid #333;
    margin: 0 10px;
}

#img-container	{
    margin: 0;
    padding: 0;
}

#img-container p {
    margin: 0;
    padding: 0 0 12px 0;
    width: 400px;
}

#once { clear: left; }