﻿/* General */

/*Reset Common Tags*/

a,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,img
{
    margin:0px;
    padding:0px;
}

body 
{
    margin:0px auto;
    padding:0px;
    background:#000;
    font-size:11px;
    line-height:16px;
    font-family:Arial;
}

a
{
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

img
{
    border:0px;
}

p
{
    margin:10px 0px 10px 0px;
}

h1
{
}

h2
{
    font-size:18px;
    color:#9836ad;
    margin:0px 0px 10px 0px;
}

h3
{
    font-size:12px;
    color:#ae58af;
}

.style3
{
    font-size:14px;
    font-weight:bold;
    text-align:center;
    margin-bottom:5px;
}

		/*---------------------layout--------------------*/
		
#container 
{
    width:826px;
    margin:0 auto;
    height:auto;
}

#layout
{
    float:left;
    width:826px;
    height:auto;
    margin-top:2px;
    margin-bottom:15px;
    padding:20px 0px 0px 0px;
    background:#e9ecef;
}

#layout2
{
    float:left;
    width:786px;
    height:auto;
    margin-top:2px;
    margin-bottom:15px;
    padding:20px 20px 0px 20px;
    background:#e9ecef;
}

		/*---------------------header---------------------*/
		
#header
{
    width:826px;
    margin:0px;
}

#header-top
{
    width:826px;
    height:70px;
    background:URL(../../images/header-top-bg.jpg) no-repeat;
    padding-bottom:10px;
}

#header-top a
{
    width:141px;
    height:26px;
    position:relative;
    top:20px;
    left:20px;
}

#header-flash
{
    float:left;
    width:826px;
    padding-bottom:10px;
}

.contact-form
{
    font-family:Verdana;
    font-weight:bold;
    margin:5px 0px 5px 0px;
    display:block;
    padding:0px;
}

        /*---------------------content--------------------*/
        
#content-leftcol
{
    float:left;
    width:465px;
    padding:0px 25px 20px 25px;
}

#content-rightcol
{
    float:right;
    width:310px;
    color:#261a54;
    padding-top:5px;
}

#content-rightcol a
{
    color:#261a54;
}

.textbox
{
    width:200px;
    border:1px solid #ccc;
}

.textbox2
{
    width:350px;
    height:100px; 
    border:1px solid #ccc;
}

        /*---------------------footer---------------------*/
        
#footer
{
    clear:both;
    width:826px;
    background:URL(../../images/footer-bg.jpg) no-repeat;
    height:115px;
    text-align:center;
    color:#e5e6e8;
    padding-top:15px;
    font-size:10px;
}

#footer a
{
    color:#e5e6e8;
}

.footer-links
{
    margin-top:7px;
}

.footer-links a
{
    margin:0px;
    padding:0px;
}

.oby
{
    display:block;
    padding-top:10px;
    color:#939598;
}

.oby a
{
    color:#939598 !important;
}
