@import url('boxes.css');
@import url('form.css');
@import url('structure.css');
/* O & P Construction 18/11/10 Julie */
html {
	height: 100%;
	min-height: 100%;
}
body {
	background-color: #eae5f8;
    color: #666666;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 80%;
    height: 100%;
	margin: 0;
	min-height: 100%;
	min-width: 100%;
	width: 100%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
a {
	color: #333333;
}
h1 {
	color: #412986;
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 .5em 0;
	padding: 0;
}
h2 {
	color: #666666;
	font-size: 1.4em;
	margin: .5em 0 .5em 0;
}
h3 {
	color: #666666;
	font-size: 1.3em;
	margin: 0;
	padding: .5em 0 .5em 0;
}
h4 {
	color: #666666;
	font-size: 1.2em;
	margin: 0;
	padding: .5em 0 .5em 0;
}
h5 {
	color: #666666;
	font-size: 1.1em;
	margin: 0;
	padding: .5em 0 0 0;
}
h6 {
	color: #666666;
	font-size: 1em;
	margin: 0;
	padding: .5em 0 0 0;
}
img {
	border: none;
}
p {
	margin-top: 0;
	margin-bottom: .5em;
}
/*********************************************************************************/
/*outer container*/
div.outerContainer {
	background: #ffffff;
    min-height: 1px;
	min-width: 750px;
	padding: 0;
	width: 900px; /* set width of site */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div.outerContainer:after {
	clear: both;
	content: " ";
	display: block;
}
/*for IE6*/*html div.outerContainer { 
	height: 1px;
}
/*********************************************************************************/
/* header */
div.headerContainer {
	background: none;
    min-height: 1px;
}
div.headerContainer:after {
	clear: both;
	content: " ";
	display: block;
}
/*for IE6*/*html div.headerContainer {
	height: 1px;
}
div.banner {
	background-color: #ffffff;
	background-position: right top;
	background-repeat: no-repeat;
	color: #909090;
	font-size: 20pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 200px;
	width: 900px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #412986;
}
/*********************************************************************************/
/* main container */
div.mainContainer {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
div.mainContainer:after {
	clear: both;
	content: " ";
	display: block;
}
/*for IE6*/*html div.mainContainer {
	height: 600px;
}
div.mainContainer .logo {
	margin: 0;
	padding: 20px 0 0 0;
}
/*********************************************************************************/
/* navigation */
/* box navigation nav level1 only */
div.nav_content ul.level1nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.nav_content ul.level1nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.nav_content ul.level1nav span, 
div.nav_content ul.level1nav a {
    border-bottom: 1px solid #CCCCCC;
    color: #666666;
    float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight: normal;
    height: 20px;
	margin: 0;
	padding: 3px 10px 0 10px;
    width: 200px;
}
div.nav_content ul.level1nav a.parent,
div.nav_content ul.level1nav span {
	font-weight: bold;
}
/* left column nav */
div.level2nav {
    height: auto !important;
    height: 1px;
    margin: 0;
    min-height: 1px;
    padding: 5px 10px 5px 20px;
}
div.level2nav:after {
	clear: both;
	content: " ";
	display: block;
}
div.level2nav ul.level1nav {
    margin: 0;
    padding: 0; 
}
div.level2nav ul.level1nav li {
    display: none;
}
div.level2nav ul.level1nav li.current,
div.level2nav ul.level1nav li.parent {
    display: block;
    list-style-type: none;
}
div.level2nav ul.level1nav span, 
div.level2nav ul.level1nav a {
    color: #666666;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 10px;
    text-decoration: none;
}
/* level 2 navigation */
div.level2nav ul.level2nav {
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
}
div.level2nav ul.level2nav li {
	border-right: 1px solid #CCCCCC;
    display: block;
    list-style-type: disc;
}
div.level2nav ul.level2nav span, 
div.level2nav ul.level2nav a {
    color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0 5px 0 0;
    text-decoration: none;
}
div.level2nav ul.level2nav span {
	color: #000000;
    color: #333333;
	font-weight: bold;
}
div.level2nav ul.level2nav a:hover {
	color: #333333;
}
/* level 2 navigation */
div.level2nav ul.level3nav {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}
div.level2nav ul.level3nav li {
	border-right: none;
    list-style-type: circle;
}
/*********************************************************************************/
/* columns */
div.column1 {
	background-repeat: repeat-y;
	background-position: right top;
}
div.column2 {
	border-left: 1px #a8a8a8 solid;
	background-repeat: repeat-y;
	background-position: right top;
}
div.column3 {
	background-repeat: repeat-y;
	background-position: left top;
}
/*********************************************************************************/
/* content */
/*********************************************************************************/
/* footer */
div.footerContainer {
	background: none;
	font-size: .8em;
}
div.footerContainer .footer {
}
div.footerContainer li {
	border-left: 1px #97887e solid;
}
div.footerContainer li:first-child {
	border-left: none;
}
div.footerContainer a {
	color: #97887e;
}

div.logo_box {
	height: 200px;
	width: 250px;
	float: left;
}

div.flash {
	float: right;
	height: 195px;
	width: 650px;
	background-image: url(../my_images/logo_banner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 5px;
}

