/**
* CSS
* 
* @version 1.0
* @author Kirstin McLatchie
*/
* {
	margin: 0;
}

body {
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #180600 ;
	line-height: 17px }

body.section-1 { 
background-position: left;
background-repeat: repeat-y
}
body.section-2 {
background-position: left;
background-repeat: repeat-y
}
body.section-3 {
background-position: left;
background-repeat: repeat-y
}
body.section-4 {
background-position: left;
background-repeat: repeat-y;
}
body.section-7 {
background-position: left;
background-repeat: repeat-y;
}
a {text-decoration:none;}

a:link { font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #5b9cbb;
text-decoration:none;
}
	
a:active { font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #5b9cbb;
text-decoration:none;
}

a:visited { font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #5b9cbb;
font-style:italic; 
text-decoration:none;

}
	
a:hover { font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #5b9cbb;
text-decoration: underline; }

a img { border: none;
padding-bottom:15px;
background-image:url(/images/background.jpg)

}	

#menu {
    width: 204px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 15px;
    position: fixed;
    height: 100%;
	background-color:#ffffff;
	padding-left: 15px;
}

#menu ul { padding-left: 22px;
	margin: 0;
}
#menu ul li{
	list-style:none;
	line-height: 17px;
	}
#menu ul li.section-title  {
	font-family:Verdana;
	font-size: 12px;
	font-weight: bold;
	color:#180600;
	margin-top: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#content {
    height: 100%;
	margin-left: 300px;
    margin-top: 18px;
}

.container {
}

#content p { width: 600px;
	padding-top: 6px;
}

p { font-size:12px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#180600;
	line-height: 17px;
	padding-bottom: 9px;
}

ps { font-size: 12px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#180600;
	line-height:14px;
	padding-left: 22px;
}

h1 { font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#5b9cbb;
	padding-top: 25px;
	line-height: 0px; 
}
h2 { font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#180600;
	line-height:18px;
	padding-bottom:5px;
	padding-top:5px;
}
h3 { font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#180600;
	padding-top:12px; 
}
h4 { font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:180600;
	padding-top:0px;
	font-weight:normal;
}

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

#once { clear: left; }