/*Copyright October-Design Inc. 2009
*style rules for adpages web site
*/

body {
	background-image:url('../img/backgroundpattern2.gif');
  	background-repeat: repeat;
   	margin: 0;
    padding: 0;
}

.POP { /*use class, set the initial state of the POP divs
		* requires desplay:now in order to work. */
	display:none;
	}
	
#first_container
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 120%;  
  position: relative; 
  width: 1000px;
  height: 800px;
  z-index:1;
}

#second_container
{
	position: absolute;
	top: 20%;
	margin-left: 5%; /*both IE and FF prefer this method to center the main div*/
	width: 100%;
	height: 100%;
	z-index:2;
}

#third_container
{
	position: relative;
	top: -120px;
	width: 1000px;
	height: 800px;
	z-index:3;
}
div#cssbox_nav {
	position:relative;
	background-color: transparent;
	top: 6px;
	left: 42px;
    width: 625px!important;   /* intended total box width - padding-right(next) */
    width: 625px;              /* IE Win = width - padding */
    height: 50px;
    padding-left: 0px;
    z-index: 100;
}
.transparent { /*trans class for div elements*/
	filter:alpha(opacity=100); /*InternetExplorer*/
    -moz-opacity: 1; /*Mozilla*/
    opacity: 1; /*FireFox*/
}

div#background {
	position: relative;
    background-position: top left;
    width: 900px;
    height: 697px;
    /*margin-right: -15px;       /* pull the right image over on top of border */
    padding-right: 0px;       /* right-image-gap + right-inside padding */
	padding-top: 0px;		   /* moves the post-mania image down*/
	background-image:url('../img/background.png');
	background-repeat:no-repeat;
}
div#hometext {
	position: absolute;
	top: 100px;
	left: 100px;
	width: 600px;	
}
div#detailtext {
	position: absolute;
	top: 100px;
	left: 100px;
	width: 600px;	
}
div#hmpage1 { /*subsection for home page*/
	position: absolute;
	top: 358px;
	left: 100px;
	width: 600px;	
}
div#hmpage2 { /*subsection for home page*/
	position: absolute;
	top: 365px;
	left: 100px;
	width: 700px;
	margin-left: 5%; /*both IE and FF prefer this method to center the main div*/	
}
div#hmpage3 { /*subsection for home page*/
	position: absolute;
	top: 358px;
	left: 150px;
	width: 500px;
	height: 375px;	
}
object.floatimgleft { /*rules for wrapping text around hmpage3*/
	float: left;
	margin: 5px;		
}
div#dtpage1 { /*subsection for details page*/
	position: absolute;
	top: 260px;
	left: 100px;
	width: 600px;	
}
div#dtpage2 { /*subsection for details page*/
	position: absolute;
	top: 260px;
	left: 100px;
	width: 700px;	
}
div#dtpage3 { /*subsection for details page*/
	position: absolute;
	top: 275px;
	left: 200px;
	width: 330px;
	height: 300px;	
}
div#clientlogin {
	position: absolute;
	top: 200px;
	left: 100px;
	width: 600px;	
}
div#signup {
	position: relative;
	top: 40px;
	left: 750px;
	width: 105px;
	height: 90px;
	border: 2px solid #7daabe;
	z-index: 50;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	border-top-style: solid;
	border-top-width: 15px;
	background-color: #ffffff;
}
div#factsheet {
	position: relative;
	top: 70px;
	left: 750px;
	width: 105px;
	height: 90px;
	border: 2px solid #7daabe;
	z-index: 50;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	border-top-style: solid;
	border-top-width: 15px;
	background-color: #ffffff;
}

/* file link navigation */
a:link {color:#990000;text-decoration: none;}
a:visited {color: #990000;text-decoration: none;}
a:hover {color: #990000;text-decoration: underline;}
a:active {color: #990000;text-decoration: none;}


ul.nav{font-family:arial;font-size:11pt;color:#000000;line-height:17px;}
li { list-style-image:url('img/pushpin.png');margin-left:2em;}

.greytext{font-family:Arial;font-size:11pt;line-height:17pt;color:#333333;text-decoration:none;}
.tinytext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align: center;
}

.echo{font-weight:bold;}
.time{font-weight:bold;color:#ff7530;font-size:9pt;}
