/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    SET UP
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
/* mac hide\*/
html, body
{
    height: 100%;
    color:black;

}
/* end hide */

body
{
    padding: 0;
    margin: 0;
    text-align: center;
    min-width: 800px; /* for mozilla*/
    background-color: #A7A7CF;
    font-size: 80%;
    font-family: Tahoma, Arial;
}

H1
{
    color:#CD0303;
    font-size:110%;
}

H2
{
    color:#CD0303;
    font-size:110%;
    display:inline;
    padding-left:35px;
}


.proptitle
{
    color:#007DFE;
    padding-left:35px;
    font-size:120%;
}

UL 
{
    padding-left:35px;
}

#outer
{
    height: 1000000;
    min-height: 100%;
    width: 800px;
    background-color: white;
    text-align: left;
    margin: auto;
    position: relative;
}

html > body #outer
{
    height: auto;
}

#clearfooter
{
    width: 100%;
    height: 50px;
    clear: both;
}

A, A:Visited, A:Active
{
    color:blue;
    text-decoration:none;
}

A:Hover
{
    color:blue;
    text-decoration:underline;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    HEADER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#header
{
    position: absolute;
    top: 0;
    left: 0px;
    width: 800px;
    height: 220px;
    overflow: hidden;
    color: black;
    background-color:White;
}

#logo
{
    position: absolute;
    left: 20px;
    top: 15px;
}

#header_photo
{
    position: absolute;
    top: 18px;
    right: 200px;
}

#redheadertext
{
    /*color:#CD0303;*/
    color:black;
    font-size:80%;   
    position:absolute;
    top:208px;    
    left:50px;   
    z-index:900;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    TABS
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.tab 
{
	/*position:absolute;*/
	margin-top:160px;
	margin-right:1px;
}
.tab_row0
{
	/*position:absolute;
	margin-top:160px;*/
	margin-right:1px;
}

.toolbar_row0
{
    position:absolute;
    left:473px;
    top:102px;
    z-index:200;
}

.tab_row1
{
	/*position:absolute;
	margin-top:160px;*/
	margin-right:1px;
}

.toolbar_row1
{
    position:absolute;
    left:215px;
    top:131px;
    z-index:200;
}


.toolbar_row2
{
    position:absolute;
    left:215px;
    
}

#bar
{
	position:absolute;
	left:0px;
	top:189px;
}



#advisorypanel:hover, #submitarecord:hover, #certificates:hover, #contactus:hover, #home:hover, #updates:hover, #searchtab:hover, #linktab:hover, #homelink:hover, #recordholders:hover, #latest:hover
{
    color:#83A3FF
}

/* ROW 0 */
#latest
{
	position:absolute;
	top: 5px;
	left: 75px;
	color:white;
	font-size:10pt;
	text-decoration:none;
	
}

/* ROW 1 */
#searchtab
{
	position:absolute;
	top: 5px;
	left: 200px;
	color:white;
	font-size:10pt;
	text-decoration:none;
	
}

#recordholders
{
	position:absolute;
	top: 5px;
	left: 278px;
	color:white;
	font-size:10pt;
	text-decoration:none;
}

#certificates
{
	position:absolute;
	top: 5px;
	left: 415px;
	color:white;
	font-size:10pt;
	text-decoration:none;
}

.headersearch
{
	position:absolute;
	top: 5px;
	left: 15px;
	
	font-size:8pt;
	width:170px;

	border:none;
}

/* ROW 2 */
#submitarecord
{
	position:absolute;
	top: 165px;
	left: 15px;
	color:white;
	font-size:10pt;
	text-decoration:none;
}

#contactus
{
	position:absolute;
	top: 165px;
	left: 158px;
	color:white;
	font-size:10pt;
	text-decoration:none;
}
#advisorypanel 
{
	position:absolute;
	top: 165px;
	left: 279px;
	color:white;
	font-size:10pt;
	text-decoration:none;
}

#updates 
{
	position:absolute;
	top: 165px;
	left: 423px;
	color:white;
	font-size:10pt;
	text-decoration:none;
}

#homelink 
{
	position:absolute;
	top: 10px;
	left: 740px;
	color:black;
	font-size:10pt;
	text-decoration:none;
	z-index:300;
}
/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    LEFT
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#left
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 350px;
    margin-top: 395px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    margin-right:50px;
    line-height:20px;
    text-align:left;
    /*border:solid 1px black*/
    background-color:White;
}

#title
{
    padding-top: 48px;
    padding-bottom: 32px;
    padding-left: 35px;
}

#left p
{
    color: black;
    padding-left:35px;
}

#left H1
{
    padding-left:35px;
}

#left TABLE
{
    margin-left:35px;    
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    PHOTOS
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

.topphoto
{
    position:absolute;
    top:220px;
    z-index:100;
    left:9px;
}

.bottomphoto IMG
{
    margin-left:9px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   RIGHT
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#right
{
    position: relative; /*ie needs this to show float */
    float: right;
    width: 320px;
    margin-top: 395px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    margin-right:35px;
    line-height:20px;
    text-align:left;
    /*border:solid 1px black*/
}

#righttitle
{
    padding-top: 48px;
    padding-bottom: 32px;
    padding-left:20px;

}

#rightphoto
{
    padding-top: 108px;
    padding-bottom: 32px;

}


.right
{
    text-align:right;
    padding-right: 35px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    LEFT FULL
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#leftfullnoimage
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 750px;
    margin-top: 250px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:20px;
    text-align:justify;
    /*border:solid 1px black*/
    background-color:White;
}

#leftfull
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 750px;
    margin-top: 395px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:20px;
    text-align:justify;
    /*border:solid 1px black*/
    background-color:White;
}

#leftfulltitle
{
    padding-top: 48px;
    padding-bottom: 32px;
    padding-left: 35px;
}

#leftfull p, #leftfullnoimage p
{
    color: black;
    padding-left:35px;
}

#leftfull TABLE, #leftfullnoimage TABLE
{
    margin-left:35px;
    background-color:White;
}

#leftfull H1, #leftfullnoimage H1
{
    padding-left:35px;
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    FULL HOME
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#full
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 750px;
    margin-top: 395px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:20px;
    text-align:justify;
}

#titlecenter
{
    padding-top: 48px;
    
}

#full p
{
    color: black;
    padding-left:35px;
}



/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   FOOTER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#footer
{
    position: relative;
    margin: auto;
    width: 800px;
    height: 41px;
    bottom: 0px;
    clear: both;
    margin-bottom: -50px;
    background-color:#2D0053;
    background-image: url(../img/footerbg.gif);
    background-repeat:repeat-x;
}

#footerleft
{
    margin-left: 20px;
    margin-top: 14px;
    float: left;
    color: white;
}

#footerleft A, #footerleft A:Active, #footerleft A:Visited
{
    color:White;
    padding-right:50px;
}

#footerleft A:Hover
{
    text-decoration:underline;
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   GENERAL STYLING
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
div, p
{
    margin-top: 0;
}

.small
{
    font-size:80%; 
    padding-left:35px;   
}


#contact
{
    color: black;
    margin-left: 100px;
}

#contact .left
{
    text-align: right;
    vertical-align: text-top;
    font-weight: bold;
    padding:12px;
}

#contact .right
{
    text-align: left;
    padding:12px;
}

.red
{
    color:Red;
}

.blue
{
    color:Navy;
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   FORMS
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
INPUT
{
    border:solid 1px black;
}

TEXTAREA
{
    border:solid 1px black;
    font-size:100%;
    font-family:Tahoma, Arial
}

.buttons
{
    width:125px;
    background-color:#2D0053;
    color:White;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    RECORD HOLDETS TABLES
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

.record .tbheader
{
    background-color:#2D0053;
    color:White;
    padding-left:15px;
    padding-right:15px;
    padding-top:5px;
    padding-bottom:5px;
}

.record TD
{
    background-color:#DDDAC7;
    padding:15px;
    border-bottom:solid 1px white;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   SEARCH
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#search
{
    padding-left:35px;
}