﻿/* CSS Document */

html, body {
	background-image: url(/App_Themes/Blue/BlueImages/bg-bluesky.gif);
	color: #000;
	font: normal 90%/1.8em Verdana, 'Lucida Grande', Geneva, Lucida, Helvetica, Arial, sans-serif;
	margin: 10,10,10,10;
	
	
	
	}

table.center 
{
    margin-left:auto; 
    margin-right:auto;
    vertical-align:top;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
	color: #a83930;
}
h2 {
	font-size: 1.6em;
	margin: 1.0em 0em 1.0em 0em;
	font-weight: bold;
	color: #a83930;
}
h3 {
	font-size: 1.2em;
	margin: 1.0em 0em 1.0em 0em;
	font-weight: bold;
	color: #a83930;
}
p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 1.1em 0em 1.1em 0em;
	text-align: left;
}

a:link 
{
	color: #292929;
	text-decoration: underline;
}
a:hover 
{
	text-decoration: none;
}

a:visited 
{
	color: #292929;
	text-decoration: underline;
}

a:active 
{
	color: #292929;
	text-decoration: underline;
}

a.sidebarlink
{
	color: #ffffff;
	text-decoration: underline;
}

a.sidebarlink:visited
{
	color: #ffffff;
	
	
}

a.sidebarlink:hover
{
	color: #292929;
	text-decoration: none;
}

a.Otherlinks
{
	color: #292929;
	text-decoration: underline;
}

a.Otherlinks:visited
{
	color: #292929;
	text-decoration: underline;
	
}

a.Otherlinks:hover
{
	color: #292929;
	text-decoration: none;
}





title {
    color: #292929;
}

.HeaderAgentName
{
    text-align:center;
    color:#ffffff;
    font-family:Verdana;
    font-weight:bold;
    font-size:14px;
    
}

.SideBarAgentInfo
{
    text-align:center;
    color:#ffffff;
    font-family:Verdana;
    font-weight: normal;
    font-size:13px;
    
}

.SideBarAgentName
{
    text-align:center;
    color:#ffffff;
    font-family:Verdana;
    font-weight: bold;
    font-size:14px;
    
}

.HeaderAddress
{
    text-align:left;
    color:#FFF;
    font-family:Times;
    font-weight:bold;
    font-size:30px;
	line-height:31px;
    vertical-align:middle;
    
}

#AgentImage {
	background-color:#495D5F;  /*#3F5E6A;*/
	border-right: 0px solid #2C3D3F;
	margin: 0,0,0,0;
	width: 168px;
	
}

#CompanyImage 
{
    /*background-image: url(/images/company.jpg);*/
	background-repeat: no-repeat;
	background-position:center;	
	background-color:#EAEBEB;
	height:150px;
	background-position: top center;
	background-repeat: no-repeat;
	border: 0;
	/*float: left;*/
	margin: 1,1,1,1;
	
}

#IMG1 {
	border: 10px solid #fff;
	
	
	
}

#content {
	margin-left: 10px; 
	padding: 0 20px 1.8em 10px;
	background-color: #fff;
}


#sidebar {
	border-top: 1px solid #2C3D3F;
	border-right: 1px solid #2C3D3F;  /* ds */
	background-color: #495D5F;
	text-align:left;
	color:#D5D5D5;
	font-family:Verdana;
	font-weight:normal;
	font-size:12px;
	width: 178px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;

	
		
}


.title {
    color: #a83930;
    font: bold 1.0em/1.0em verdana, arial, helvetica, sans-serif;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: #a83930 thin solid;
    margin-bottom: 5px;
}

#footer {
	margin-left: 1px; 
	padding: 0 2px 2px 10px;
	border-top: 1px solid #495D5F;
	border-left: 1px solid #495D5F;
	border-right: 1px solid #495D5F;
	border-bottom: 1px solid #495D5F;
	background-color:#2C3D3F;
}
#footer p {
	font: verdana, arial, helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
}

#footer p.left {
	float: left;
	clear: left;
}
#footer p.right {
	float: right;
	clear: right;
}

a.footer
{
	color: #ffffff;
	text-decoration: underline;
}

#header 
{
    
	height: 100px;
	padding: 0 10px 0px 0px;
	color: #a83930;
	background-color: #CCCCCC;
	background-image:  url(/App_Themes/Blue/BlueImages/blue-sky-roof.jpg);
	border-bottom: 2px solid #6D8486;
	background-repeat: no-repeat;
	vertical-align: middle;
	
}

#vt-slideshow {
	background-image: url(/App_Themes/Blue/BlueImages/bg-slide-vt.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.HeaderTitle {
	font-size: 1.5em;
	font-weight: bold;
}

.HeaderTag {
	border-bottom: 1px solid #a83930;
	font-size: 1.5em;
}


.BasicDetal
    {
        color:#292929;
        font-family:Verdana, Arial;
        font-size:12px;
    }
    
    .BasicDetalHeader
    {
        color:#292929;
        font-family:Verdana, Arial;
        font-size:14px;
        font-weight:bold;
    }
    
    .SchoolDetailHeader
    {
        color:#292929;
        font-family:Verdana, Arial;
        font-size:12px;
        font-weight:bold;
    }
    
    .schoolDetail
    {
        color:#292929;
        font-family:Verdana, Arial;
        font-size:11px;
    }
    
   .MainDetailTable
   {
    border-right: #727272 1px ridge;
     border-top: #727272 1px ridge; 
     border-left: #727272 1px ridge; 
     border-bottom: #727272 1px ridge; 
     background-color: #FCFCFC;
     margin-left:auto; 
    margin-right:auto;
    width:600px;
   }
   
    .MainBodyTable
   {
    border: solid 0px black;    
    vertical-align:top;
    margin-left:auto; 
    margin-right:auto;
    width:730px; /*782*/
    
   }
   
    .mastertable
   {
    border: solid 0px black;    
    vertical-align:top;
    margin-left:auto; 
    margin-right:auto;
	background-image: url(/App_Themes/Blue/BlueImages/faded-house.gif);
	background-repeat: no-repeat;
	background-position:right top;	
	background-color:#EAEBEB;
    width:975px;
    
   }
   
   

