﻿body {
}

/* layout */

#searchCloud, #searchCloud2
{
    position: relative;
    background-image:url('../images/learn/searchCloud.png');
    left:50%;
    margin-left:-211px;
    width:423px;
    height:124px;
    top:12px;
}

#searchCloud2 {    height:120px;
}

#searchWrapper
{
    position:relative;
    left:-340px;
    top:40px;
}

#searchWrapper2
{
    position:relative;
    left:64px;
    top:40px;
}

.searchBack
{
    background-image:url('../images/learn/searchBack.png');
}

#dictionarySticker
{
    position:absolute;
    background-image:url('../images/learn/dictionarySticker.png');
    width:90px;
    height:91px;
    z-index:999;
    left:155px;
    top:20px;
}

#confusedCloud
{
    position:absolute;
    background-image:url('../images/learn/confused.gif');
    width:132px;
    height:101px;
    z-index:999;
    left:-47px;
    top:26px;
}

#articlesSticker
{
    position:absolute;
    background-image:url('../images/learn/articlesSticker.png');
    width:90px;
    height:91px;
    z-index:999;
    right:30px;
    top:155px;
}

#cloudWrapper
{
    position: relative;
    width:620px;
    left:50%;
    margin-left:-310px;
}

#cloudBack
{
    position:relative;
   background-image:url('../images/learn/thought.png');
   height:194px;
   width:620px;
}

#people
{
    position:relative;
   background-image:url('../images/learn/people.png');
   height:194px;
   width:620px;
}


.One
{
    font-size:12px;
    vertical-align:middle;
    text-align:center;

    }

.Two
{
    font-size:11px;
        vertical-align:middle;
        line-height:14px;

    }

.Three{
font-size:9px;

}

        
        .searchBack Input
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: large;
            color: #458b0e;
            border: Solid 1px #808080;
            border-right: 0px;
            padding-left: 4px;
        }
        
        #fddSearch .button
        {
            margin: 0px 0px -4px -7px;
        }
        
        #fddSearch P
        {
            text-align: center;
            color: #a3d400;
            margin: 10px;
        }
        
#resultsWrapper
{
    margin-top:20px;
    margin-left:120px;
}
        
        .fddResults
        {
            width: 600px;
            padding: 20px;
            font-size: 12pt;
            font-weight: normal;            
        	color: #a3d400;
        	text-align:left;


        }
        
        .fddResults A
        {
        	color: #a3d400;
        	text-decoration:none;
        	margin-left: 10px;
        }
        
        .fddResults A:hover, .fddResults A:active
        {
        	color: #808080;
        }
        
        #fddDefinition
        {
            width: 600px;
            padding: 20px;
        }
        
        #fddDefinition H2
        {
        	font-style:italic;
        	font-size: 24px;
        	font-weight: normal;
        	text-align: left;
        	color: #808080;
        }
        
        #fddDefinition P
        {
        	padding: 5px 30px 5px 5px;
        	font-size: 14px;
        }

#middleCloud
{
       background-image:url('../images/learn/middleCloud.gif');
       width:420px;
       height:131px;
}