﻿body 
{
    background-color: #000000;
    background-image: url(../images/backgrounds/bghome.jpg);
    background-attachment: fixed;
    background-position: bottom center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    letter-spacing: 1pt;
    line-height: 14pt;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
}

a:link
{
    color: #6BA1D8;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
    color: #6BA1D8;
	font-weight: bold;
	text-decoration: none;
}

a:active
{
    color: #99BDE2;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
    color: #AAAAAA;
	font-weight: bold;
	text-decoration: none;
}
    
a.white:link
{
    color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.white:visited
{
    color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.white:active
{
    color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

a.white:hover
{
    color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

a.orange:link
{
    color: #E76A24;
	font-weight: bold;
	text-decoration: none;
}

a.orange:visited
{
    color: #E76A24;
	font-weight: bold;
	text-decoration: none;
}

a.orange:active
{
    color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

a.orange:hover
{
    color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

#containerdiv
{
    width:100%;
    position:absolute;
    top: 0px;
}

#maindiv
{
    width: 766px;
    background-color: #000000;
    text-align: left;
    margin: 0 auto;
    padding: 34px;
}

img
{
    behavior: url(iepngfix.htc);
    border: none;
}

.highlighted
{
    color: #6BA1D8;
}

.highlightedyellow
{
    color: #EDBF33;
}

.unhighlighted
{
    color: #939598;   
}

.large
{
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
    line-height: 16pt;
    letter-spacing: normal;
}

.larger
{
    text-align: center;
    font-weight: bold;
    font-size: 14pt;
    line-height: 18pt;
    letter-spacing: normal;
}

.button
{
    background-color: #CCCCCC;
    padding: 2px;
    font-size: 8pt;
}


.heading1
{
    font-weight: bold;
    color: #6BA1D8;
    font-size: 14pt;
}

.heading2
{
    font-size: 11pt;
}

.dropdownlist
{
    font-size: 9pt;
    font-family: Arial, Helvetica;
    background-color: #AB936F;
}

.adhllogo
{
    padding-left:50px;
    width:132px;
    height:43px;
}

#quotetext
{
    font-size: 8pt;
    width: 424px;
}

.textfield
{
	background-color:#E2E2E2;
    border: solid 1px #888888;
	font-size: 10pt;
    font-weight:normal;
    padding: 1px;
    vertical-align:middle;
}

.yourstorysection
{
    background-image: url('../images/your_story_flowers.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    margin-left: -34px;
    padding-left: 34px;
}

.yourstorysection2
{
    background-image: url('../images/your_story_flowers.jpg');
    background-position: left top;
    background-repeat: repeat-y;
    margin-left: -34px;
    padding-left: 34px;
}

.yourstorysection3
{
    background-image: url('../images/your_story_flowers.jpg');
    background-position: left bottom;
    background-repeat: no-repeat;
    margin-left: -34px;
    padding-left: 34px;
}

.yourstorysection4
{
    background-image: url('../images/your_story_flowers2.jpg');
    background-position: left bottom;
    background-repeat: no-repeat;
    margin-left: -34px;
    padding-left: 34px;
}

#bubblecontainer
{
    margin-left: -18px;
    margin-top: -18px;
    position: fixed;
    top: 85%;
    left: 50%;
    z-index:1002;
}

#overlay
{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.6;
    opacity:.60;
    filter: alpha(opacity=60);
}
   
.blueline
{
    margin-top:15px;
    border: 0px;
    color: #6BA1D8;
    background-color: #6BA1D8;
    height: 3px;
    margin-bottom: 40px;
}   
