/* Start of CMSMS style sheet 'SV Normal CSS' */
body {
        background: url("/assets/images/background.gif") repeat;
        margin: 0px;
        padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}
#banner {
	height: 120px;
}
#content_wrapper {
	padding: 5px;
	margin-bottom: -10px; /* Offsets the margin-bottom added to the last paragraph */
	background: #FFF0D2;
}
#content_wrapper h1 {
	text-decoration: underline;
	font-size: 18px;
	font-weight: normal;
	margin:5px;
	padding:0px;
}

#content_wrapper h2 { /* This is in addition to the more below */
	text-decoration: underline;
	font-size: 1em;
	font-weight: bold;
}

#content_wrapper #content {
margin-top: 10px; /* Add a gap between header and start of 1st paragraph */
	padding: 5px;
}

#content_wrapper p, #content_wrapper h2, #content_wrapper ul li {
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.70;
}

#content_wrapper #content a:visited {
text-decoration: underline;
color: #000000;
}

#content_wrapper #content a:link {
text-decoration: underline;
color: #000000;
}

#content_wrapper #content a:hover {
text-decoration: underline;
color: #FF0000;
}

/* The three below set the link colour for the horizontal menu and the footer */

a:link, #primary span {color: #FFF0D2; text-decoration: none;}
a:visited {color: #FFF0D2; text-decoration: none;}
a:hover {text-decoration: underline; color: #FFF0D2;}

#footer {
	background: #324646;
	clear: both;
	text-align: center;
	color: #FFFFFF;
        padding-top: 20px;
        padding-bottom: 5px; /* 20px minus 15px of bottom margin on last paragraph */
}

#footer p {
	margin-top: 0;
	margin-bottom: 15px;
}

/* Optional message box/bar that can be placed at top of the site */

.message {
	background: #6B003A;
	height: auto;
	clear: both;
	text-align: right;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF0D2;
        margin: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 14px;
}

/* Horizontal Navigation styles from this point */

#navigation { 
	overflow: hidden;
	background-color: #793240;
	width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
        /*height: 28px;*/
        margin:0px auto;
}
#primary li li { 
	width: 200px;
}
#primary, #primary ul {
   list-style: none;
   padding: 0px;
   margin: 0 auto;
}
#primary ul { 
	position: absolute; 
	top: auto; 
	display: none; 
}
#primary ul ul { 
	margin-top: 1px;
	margin-left: -1px;
	left: 100%; 
	top: 0px; 
}
#primary li { 
	margin-left: -1px;
	float: left; 
}
#primary li li { 
	margin-left: 0px;
	margin-top: -1px;
	float: none; 
	position: relative; 
}
#primary a, #primary span { 
	display: block; 
	margin: 0px; 
	padding: 5px 9px;
	background-color: #793240;   
}
#primary li { 
	background-color: #793240; 
}

#primary li:hover { 
	background-color: #793240;
}
#primary ul, #primary li:hover ul, #primary li:hover ul ul { 
	display: none; 
}
#primary li:hover ul, #primary ul li:hover ul, #primary ul ul li:hover ul { 
	display: block; 
}

/* IE Hacks */
#primary li li { 
	float: left; 
	clear: both; 
}
#primary li li a { 
	height: 1%; 
}
/* End of 'SV Normal CSS' */

