﻿body 
{   
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
	color: white;
	background-image: url(../../App_Themes/default/images/main_bg.jpg);
    background-repeat:repeat;
}

.form
{
    width: 850px;    
    background-image: url(../../App_Themes/default/images/bg.jpg);
    background-repeat:repeat-y;    
    margin-left: auto;
    margin-right: auto;
}

.logo
{
    position: absolute;
    top: 95px;
    left: -95px;
    z-index:3;
}

.rightflower
{
    position: absolute;
    top: 180px;
    right: -70px;
    z-index:1;    
}

.header
{
  position:relative;
  float:left;
}

.footer
{
  position:relative;  
  text-align:center; 
  font-size:10px; 
  color:White; 
}

.bottomflr
{
    position: absolute;
    bottom: 95px;
    left: -90px;
    z-index:1;    
}

.lowerflower
{
   position:absolute;   
   bottom:-122px;
}
div#admin
{
position:absolute;
top: 25px;   
right:10px; 
    
}

.topflower
{
    position:absolute;
    top:-125px;   
}

div#nav
{
   text-align:right; 
   margin-right:10px; 
   padding-right:20px;
   color:black;    
}
div#wrap
{    
    position:relative;    
    margin-top:0px;
    float:left;
}

div.leftsidebar
{
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 225px;    
    padding: 3px;  
    margin-left:25px;  
    min-height:700px;   
}

/*use with leftsidebar*/
div#main1
{   
    margin-left:235px;
    padding-left:5px; 
    min-height:700px;
 }
 
 a
{ 
    color: #781214;
     font-weight:bold;
     text-decoration: none;
}


h3{color:#e7b520;}

h2{color:#781214}

.zstyle
{
     z-index:100;
    
}

/*images*/
.bg_girlStaring
{
    background-image: url(../../App_Themes/default/images/girl-staring.png);
    background-repeat: no-repeat;
    min-height:400px;
    min-width:500px;    
}

.bg_staringUp
{
    background-image: url(../../App_Themes/default/images/staring-up.png);
    background-repeat: no-repeat;
    min-height:400px;
    min-width:500px;
    
}

.bg_homeless
{
    background-image: url(../../App_Themes/default/images/homeless.png);
    background-repeat: no-repeat;
    min-height:400px;
    min-width:500px;
}
.bg_wizard
{
    background-image: url(../../App_Themes/default/images/wizard.png);
    background-repeat: no-repeat;
    min-height:400px;
    min-width:500px;
}
.bg_prison
{
    background-image: url(../../App_Themes/default/images/prison.png);
    background-repeat: no-repeat;
    min-height:400px;
    min-width:400px;
}

img.left_icon
{
    float:left;
    padding:0px 15px 0px 0px;
}

img.right_icon
{
    float:right;
    padding:0px 0px 0px 15px;
}

div.adminsettings
{
     color:Black;  
}

