/*Victoire Press 2007 main style sheet PG 10-07-07*/

/*GENERAL ELEMENT STYLING*/
body {
  margin:0px;
  padding:0px;
  font-size:70%;
  font-family:"Tahoma";
  text-align:center;
  float:left;
  width:100%;
  color:#8b8a8f;
	background-image:url('/graphics/back_flash.jpg');
	background-repeat:no-repeat;
        background-position:0px 34px;
}

form {
  margin:0px;
  padding:0px;
}

input {
  margin:0px;
  padding:0px;
}

table {
  font-size:1.0em; 
  border-collapse:collapse;
  
}

select {
	width:150px;
  font-family:"Tahoma";
}

form td {
  vertical-align:top;
  padding:5px 10px 5px 0
}

img {
  border:none;
}

p {
  margin:0.5em 0px 0.5em 0px;
}

a {
  color:#6d2c86;
  text-decoration:none;
}

.error td input{
	border:1px solid red;
}

.error {
	color:red;
}

.required {
	background-image:url('/graphics/icons/asterisk_orange.gif');
	background-repeat:no-repeat;
        background-position:0px 2px;
	width:20px;
}
.warn {	
	background-image:url('/graphics/icons/warning.gif');
	background-repeat:no-repeat;
        background-position:0px 2px;
	width:20px;
}
.fine {
	background-image:url('/graphics/icons/correct.gif');
	background-repeat:no-repeat;
        background-position:0px 2px;
	width:20px;
}
/*MAIN FONTS*/

h1 {
  font-size:1.27em;
  line-height:1.08em;
  color:#6d2c86;
  margin:0px;
  margin-bottom:10px;
  padding:0px;  
}


h2 {
  font-size:1.15em;
  line-height:1.08em;  
  color:#6d2c86;
  margin:10px 0px 5px 0px;
  padding:0px;  
}

h3 {
  font-size:1.0em;
  line-height:1.08em;
  color:#6d2c86;
  margin:0px;
  padding:3px 0px 3px 0px;  
}


/*LAYOUT*/

#footer {
  width:920px;
  text-align:center;
  z-index:10;
  padding:5px 0px 10px 0px;
  border-top:1px solid #8b8a8f;
}


a:hover {
  text-decoration:underline;
}

#footer ul {
  displaY:inline;
  margin:0px;
  padding:0px;
}

#footer li {
  display:inline;
}

#footer a {
  color:#8b8a8f;
}

/*LAYOUT*/

/*TOP*/

#top {
  position:absolute; 
  z-index:100;
  color:#333333;
  left:0px; 
  top: 0px;
  width:920px;
  height:115px;
  background-position:top left;
  background-repeat:no-repeat;
  background-image:url('/graphics/top_banner.jpg');
  border-bottom:1px solid #afb0b4;
}

#top ul {
  position:absolute;
  left:16px;
  bottom:-1px;
  font-size:1.27em;
  border-left:1px solid #afb0b4;
  z-index:10;
  width:750px;
  margin:0;
  padding:0;
}
#top ul ul {
  display:inline;
  position:absolute;
  bottom:-1px;
  left:110px;
  z-index:10;
  margin:0;
	font-size:1.0em;
  padding:0;
}


#top ul a:hover {
  text-decoration:none;
}

#top ul li {
  display:block;
  float:left;
  width:110px;
  border-top:1px solid #afb0b4;
  border-right:1px solid #afb0b4;
  background-color:#e5e5e7;
  position:relative;
  text-align:center;
  position:relative;
  border-bottom:1px solid #afb0b4;
}

#top ul li a {
  color:#6d2c86;
  display:block;
  padding:0.5em 0px 0.5em 0px;
}

#top ul li a:hover{
  background-color:white;
  text-decoration:none;
}

#top ul ul ul {
  display:none;
}

#top ul ul li:hover ul {
  display:block;
  position:absolute;
  top:100%;
  width:150px;
  left:-2px;
  margin:1px 0 0 0;
  padding:0;
  margin-bottom:30px;
}

#top ul ul li:hover li {
  border-bottom:1px solid #afb0b4;
  border-left:1px solid #afb0b4;
  border-top:0;
  width:150px;
  text-align:left;
  font-size:0.79em;
  font-weight:normal;
  background:white;
}

#top ul ul li:hover li:hover {
  background:#e5e5e7;
} 

#top ul ul li:hover li a {
  margin-left:10px;
}
#top ul ul li:hover li a:hover {
  background-color:transparent;
}

div#telephone {
  position:absolute;
  bottom:53px;
  left:250px;
  font-size:1.1em;
}

div#login {
  position:absolute;
  bottom:53px;
  right:10px;
  font-size:1.1em;
}

.telephone {
  font-size:1.27em;
  font-weight:bold;
  color:#6d2c86;
}

#breadcrumb_trail {
	position:absolute;
	top:125px;
	left:0;
  z-index:99;
	}

#breadcrumb_trail a {
  text-decoration:underline;
}

#left_nav {
  float:left;
  z-index:200;
  width:200px;
}

#right {
  position:absolute;
  top:0px;
  right:0px;
  margin-top:150px;
  width:200px;
  z-index:99;
}

#frame {
  position:relative;
  margin-left:auto;
  margin-right:auto;
  margin-top:0px;
  text-align:left;
  width:920px;
}

#body {
  position:relative;
  width:920px;
  height:auto;
  top:150px;
  margin-bottom:150px;
  z-index:1;
}

#text {
  position:relative;
  width:480px;
  text-align:left;
  margin-left:224px;
  z-index:1;
  min-height:450px;
  line-height:1.5em;
}



/*\*/
* html #text {
  height:450px;
}
/**/

.module {
  margin-bottom:10px;
  float:left;
}

#text .rightmodules .module {
  margin:0px 0px 10px 20px;
  clear:left;
}

#text .module {
  margin:0px 20px 10px 0px;
}


#text .rightmodules {
   float:right; 
}


