/*Outplay Media main style sheet*/

/*GENERAL ELEMENT STYLING*/
body {
  margin:0;
  padding:0;
  width:100%;
  font-size:70%;
  font-family:"verdana";
  text-align:center;
  color:#555555;
}

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

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

table {
  font-size:1.0em
}

img {
  border:none;
}

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


/*MAIN FONTS*/


h1 {
  font-size:1.5em;
  color:#C66E6C;
  margin:0px 0px 10px 0px;
}

h2 {
  font-size:1.2em;
  color:#C66E6C;
  margin:5px 0px 5px 0px;
}

h3 {
  font-size:1.0em;
}

a {
  color:#C66E6C;
  text-decoration:none;
}


/*LAYOUT*/


#frame {
  width: 920px;
  min-height:500px;
  position:relative;
  top:0;
  margin:0px auto 10px auto;
  text-align:left;
}


/*\*/
* html #frame {
  height:500px;
}
/**/

#top {
  position:absolute;
  top:0px;
  height:150px;
  width:920px;
}

#left {
  position:absolute;
  top:185px;
  leftt:0;
  height:auto;
  width:230px;
}

#right {
  position:absolute;
  top:119px;
  right:0;
  height:auto;
  width:200px;
  text-align:right;
}


#body {
  position:relative;
  left:230px;
  width:460px;
  top:185px;
  margin-bottom:205px;
  min-height:350px;
  line-height:1.6em;
}

/*\*/
* html #body {
  height:350px;
}
/**/
.module {
  width:200px;
  margin-bottom:10px;
  position:relative;
  text-align:left;
}

 .module ul {
  list-style-type:none;
  margin:10px;
  padding:0px;
}
 .module li {
  margin-top:3px;
}

 .module.navbox ul {
  list-style-type:none;
  margin:0;
  padding:0px;
  font-weight:bold;
  font-size:1.1em;
  margin:0 15px;
}
 .module.navbox  {
  background-color:#eeeeee;
  padding:7px 0 15px 0;
}

 .module.navbox ul ul {
  font-weight:normal;
  font-size:0.9em;
  margin:0 10px;
}
 .module.navbox li {
  margin:0px;
  margin-top:8px;
  padding:0px;
}



#breadcrumb_trail {
  position:absolute;
  top:160px;
  left:0;
  width:725px;
  padding:0;
  font-size:0.9em;
}

#top ul {
  position:absolute;
  left:0;
  bottom:0;
  z-index:10;
  width:900px;
  margin:0;
  padding:0;
  text-align:right;
}
#top ul ul {
  display:inline;
  position:absolute;
  bottom:0;
  left:111px;
  z-index:10;
  margin:0;
  padding:0;
}


/*\*/
* html #top ul ul {
  bottom:-1px;
}
/**/ 

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

#top ul li {
  display:block;
  float:left;
  width:110px;
  position:relative;
  text-align:center;
  background-color:#ff904b;
  position:relative;
  margin:0 1px 0 0;
}

#top ul li a {
  color:white;
  display:block;
  padding:0.8em 0px 0.8em 0px;
}

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

#top ul ul ul {
  display:none;
}

#top ul ul li:hover ul {
  display:block;
  position:absolute;
  top:100%;
  left:0;
  width:150px;
  margin:0;
  padding:0;
  margin-bottom:30px;
}
/*\*/
* html #top ul ul li:hover ul {
  margin-top:1px;
}
/**/ 
#top ul ul li:hover li {
  border-top:0;
  width:150px;
  text-align:left;
  font-size:0.79em;
  font-weight:normal;
  background-color:white;
}

#top ul ul li:hover li:hover {
} 

#top ul ul li:hover li a {
  padding-left:10px;
  color:#ff904b;
}
#top ul ul li ul li a:hover {
  background-color:#e5e5e7;
}


/*LAYOUT*/

#footer {
  width:920px;
  text-align:center;
  z-index:10;
  color:#8b8a8f;
  margin:0;
  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;
}

#body table td {
  vertical-align:top;
  padding-right:10px;
}
#body table td img {
  margin-top:7px;}

.error {
	color:red;
}
