﻿/* 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:12px;
    line-height:16px;
    font-family:Arial;
}

a
{
    text-decoration:none;
    color:#000;
}

a:hover
{
    text-decoration:underline;
}

img
{
    border:0px;
}

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

h1
{
}

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

h3
{
    font-size:14px;
    color:#fff;
    padding:10px 0px 10px 0px;
}

.highlight
{
    background:#98bb23;
}

a.text-link
{
    color:#ec008c;
}

.purple
{
    color:#7a258d;
}

		/*---------------------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:#fff;
}

		/*---------------------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;
}

        /*----------------------nav-----------------------*/
        
.nav
{
    float:left;
    width:826px;
}

.menu
{   
    float:left;
    width:auto;
}
 
ul.subnav
{
    list-style-type:none;
    margin:10px 0px 10px 0px;
    padding:0px;
    color:#bf62d3;
}

ul.subnav li
{
    margin:0px;
    margin-bottom:10px;
    padding:0px;
}

ul.subnav li a
{
    color:#ffffff;
}

ul.subnav li a:hover,
ul.subnav li a.current
{
    text-decoration:underline;
    color:#fff;
}

        /*---------------------content--------------------*/
        
#content-leftcol
{
    float:left;
    width:502px;
}

#leftcol-left
{
    float:left;
    width:90px;
    padding:0px 10px 0px 10px;
}

#leftcol-right
{
    float:right;
    width:377px;
    padding:0px 10px 0px 5px;
}

#leftcol-right ul
{
    margin:0px 0px 0px 15px;
    padding:0px;
}

#content-rightcol
{
    float:right;
    width:324px;
    background:URL(../../images/rightcol-bg.gif) repeat-y;
    color:#fff;
}

.rightcol-text
{
    float:left;
    padding:10px 10px 10px 70px;
}

.rightcol-text a
{
    color:#fff;
}

        /*---------------------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;
}
