/* 
    Document   : style
    Created on : Feb 6, 2010, 8:50:17 PM
    Author     : zaher
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
@import "reset.css";
@import "text.css";
@import "960.css";
*{
    padding:0;
    margin:0;
}
root { 
    display: block;
}
body{
    font-size: 10px;
    background: #91C040 url(../images/bg.jpg) repeat-x;
    text-align: right;
}
div.container_16{
    background-color:#FFFFFF;
    overflow: hidden;
    border:1px solid #ccc;
}
div.grid_8{text-align: center;}
div.footer{
    border-top: 1px solid #D3D3D3;
}
div.center{
    font-size: 1.1em;
    margin: 5px 0px;
    padding:5px;
    text-align: center;
}
div.center a{
    text-decoration: none;
    font-weight: bold;
    color: #5962A3;
}
div.center a:hover{
    color: #E79924;
}
div.header{
    text-align: center;
    margin: 0px;
    padding: 0px;
}
div.header .images, div.header .flash{
    float: left;
}
table.contact tr td{
    padding:10px;
    vertical-align: top;
}
table.contact label{
    font-size: 1.4em;
    font-weight: bold;
}
input , textarea{
    width:250px;
}
.border{
    border-top:1px solid #D3D3D3;
}
input.submit{
    background-color: #91C040;
    border:1px solid #415730;
    text-align: center;
    font-weight: bold;
    padding: 2px;
    color:#FFFFFF;
}
div.left{
    float:right;
}
div.note{
    font-size: 1.7em;
    font-weight: bold;
    color:#415730;
    margin-bottom: 5px;
}
div.error{
    color:red;
    text-align: center;
}
