/* Main */
body {
    background-color: #DDEEFF;
    color: #020;
    font-family: arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;
}
body, h1, h2, h3, h4, h5, p {
    position: relative;
}
h1 {
    color: #336;
    font-size: 150%;
}
h2 {
    color: #469;
    font-size: 125%;
}
h4 {
    color: #D22;
    font-size: 125%;
    font-weight: bold;
    margin: 0;
}
h5 {
    color: #A00;
    font-size: 125%;
}

img {
    border-width: 0;
}

ul, li {
    margin: 0;
    padding: 0;
}


a {
    font-weight: bold;
    text-decoration: none;
}

a:link {
    color: #DDD;
}
a:visited {
    color: #BBB;
}
a:hover, a:active {
    color: #FFF;
    text-decoration: underline;
}




#header {
/*    background-position: top left;
    background:#FFFFFF url(header_bg.jpg) repeat-x scroll 0%; */
    height:150px;
    margin:0px;
    padding:0px;
    position: relative;
}

#header img {
    display: block; /* help IE display the logo properly */
}




#header-nav {
    float:left;
    white-space:nowrap;
}
#header-nav ul {
    margin: 0 0 0 150px;
    padding:7px 0pt 0pt;
}
#header-nav ul li {
    background-color: white;
    border-left: 1px solid #933;
    border-right: 1px solid #200;
    color:#511;
    display:inline;
    border-radius: 25px;
    border: 2px solid black;
}
#header-nav ul li a {
    color:#163;
    padding:0pt 10px 0pt 10px;
    text-decoration:none;
    text-transform:uppercase;
}
#header-nav ul li a:link, #header-nav ul li a:visited {
}
#header-nav ul li a:hover {
    color: white;
    background-color: black;
}
#header a.first_one {
    background:transparent none repeat scroll 0%;
}
#header-menu {
    height:33px;
    margin:0px;
    padding:0px;    
    clear:both;
}

#header-nav ul li a {
    font-size:0.8em;
}




#footer {
    border-color: #274;
    border-style: solid;
    color: #274;
    font-size: 0.9em;
    border-width: 3px 0 0 0;
    clear: both;
    height: 35px;
    margin-left: 0px;
    position: relative;
    text-align: right;
}

#footernav {
    list-style: none;
    float: left;
    margin: 10px 4em 0 0;
    padding: 0;
}

#footernav li {
    border-color: #777;
    border-style: solid;
    border-width: 0 0 0 1px;
    display: block;
    float: left;
    padding: 0 10px;
}
#footernav li.first {
    border-width: 0;
}

#footer p {
    margin: 10px 20px 0 10px;
    padding: 0;
}

#footernav a, #footernav a:link, #footernav a:visited {
    color: #777;
}

#footernav a:hover, #footernav a:active {
    color: #274;
    text-decoration: underline;
}





.mainContent {
    margin: 1em 1em;
    border: 1px solid black;
    border-radius: 10px;
    background-color: white;
}

.mainContent a {
    font-weight: bold;
    text-decoration: none;
}
.mainContent a:link {
    color: #FC3;
}
.mainContent a:visited {
    color: #EB2;
}
/*
.mainContent a:hover, .mainContent a:active {
    color: #FD4;
    text-decoration: underline;
}
*/
.mainContent p {
    padding-left: 2em;
}





.home-list {
    margin-bottom: 2em;
}

.home-list ul {

}

.home-list ul li {
    list-style-type: none;
    float: left;
    background: #FF8888;
    width: 300px;
    height: 150px;
    margin: 5px 15px 5px 10px;
    border: 1px solid black;
    border-radius: 15px;
    box-shadow: 5px 5px 5px black;
}

.home-list ul a {
    width: 300px;
    height: 150px;
    display: block;
}
.home-list ul a:hover, .mainContent a:active {
    color: #FFF;
    text-shadow: 0 0 3px black;
}


.home-list ul li img {
    background: white;
    width: 100px;
    height: 100px;
}





.entry {
    padding-left: 10px;
    margin-left: 0; 
    margin-right: 0; 
    padding-right: 0; 
    text-align: left; clear: both;
}

.entryPhrases {
    width: 600px; 
    float: left;
}

.entryGuide {
    float: right;
    width: 300px;
}

#translate textarea {
    font-size: 1.2em; 
    border-width: 2px; 
    border-style: solid; 
    border-color: #335 #CCF #CCF #335; 
    background: #EEF;
}

.submitButton {
    color: #2244AA; 
    font-size: 1.3em; 
    margin-left: 150px;
}

.textresult {
    background: #EEF;
    float: left;
    margin-left: 2em;
    width: 530px;
}

.textresult h2 {
    text-align: center; 
    font-size: 2em; 
    margin-bottom: 0;
}

.textresult p {
    font-family: courier,monospace; 
    background: white; 
    margin: 10px; 
    padding: 1em; 
    border: 4px solid #335599; 
}



.byline {
    float: left;
}


.disclaimer {
    font-size: 0.8em;
}

.divCenter {
    text-align: center;
    width: 100%;
}

