﻿/**
 * Import
 */

@import url('reset.css');

@import url('text.css');

@import url('960.css');


/*******************************************************************************
                                General things
*******************************************************************************/

body {
    color: #444;
}

a 
{
	color: #47c; 
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

a[disabled=disabled]
{
	color: #444;
	text-decoration: none;
}

h3 {
    clear: both;
    margin-bottom: 0;
    padding: 25px 0 0 0;
    color: #000;
}


blockquote 
{
	margin: 0 100px 20px 50px;
	border-left: 2px solid #ccc;
	padding-left: 10px;
}

sup {
	font-size:smaller;
	line-height:normal;
	vertical-align:super;
}

.center {
    margin-left:auto;
    margin-right:auto;
    width:940px;
}

.invisble 
{
	display: none;
}

.large_fancy_text {
    font-family: Georgia, serif;
    font-size: 1.4em;
    font-style: italic;
}

.logo_list 
{
	list-style-type: none;
}

.logo_list li
{
	margin-top: 5px;
}

.logo_list img
{
	padding-right: 20px;
	
}

/*******************************************************************************
                                   Header
*******************************************************************************/

#header {
    /*background: #5b5 url('../Images/horz-gradiant.gif') top right repeat-y;*/
    background: #329844;
    color: #fff;
}


    #header h1 {
        font-weight: normal;
        margin-bottom: 0px;
        padding-top: 0px;
    }


    #header a {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
    }
    
    
/*******************************************************************************
                               Navigation
*******************************************************************************/

#nav {
    background: #be9 url('../Images/horz-gradiant-little.gif') top right repeat-y;
    color: #fff;
    height: 35px;
    border-top: solid 1px #8fd581;
}

    #nav ul {
        list-style: none;
    }

        #nav li {
            display: block;
            float: left;

            margin: 0;
            padding: 8px 3px 0 0;
			
            font-size: 1.1em;
        }

            #nav li a {
                text-decoration: none;
                font-weight: bold;
                padding: 0 10px 5px 10px;
                display: block;
                
            }
            
            #nav li a:hover 
			{
				background: #5b5;
			}
            
            .you_are_here 
			{
				background: #5b5;
			}


/*******************************************************************************
                                Content
*******************************************************************************/

#main_content {
}

    #main_ad {
        background: #efe url('../images/ad.png') top left no-repeat;

        padding: 220px 0 0px 20px;
        color: #367;
    }

        #main_ad h2 {
			font-size: 1.8em;
        }

.boxes 
{
	background: transparent url('../images/grid_lines.gif') top left repeat-y;
	height: auto;
	margin-top: 20px;
}

	.box {
		margin-left: 0;
		margin-right: 0;
		padding-right: 12px;
	}
	
	.img_box 
	{
		margin-left: 0;
		margin-right: 0;
		padding-right: 12px;
	}
	
		.img_box img
		{
			background: #E5E6E1;
			padding: 8px;
		}
		
		.img_box p
		{
			font-style: italic;
		}

#copy {
    clear: both;
}

#registration
{
	background: #f7f7f7;
	border: dotted 1px #eee;
	
	padding: 10px;
}
.form_field 
{
	margin: 0 0 20px 0;
}

	.form_field span
	{
		display: block;
	}
	
	.required sup
	{
		color: #f44;
	}
	
#footnote 
{
	margin: 40px 0 0 0;
	font-size: 0.8em;
	color: #999;
	font-style: italic;
}
/*******************************************************************************
                                 Sidebar
*******************************************************************************/

#aside {
}

    #aside .bang {
        padding: 5;
        margin-bottom: 20px;
    }
    
    #aside h4 
    {
    	margin-top: 40px;
    }
    
    #graph-boxes 
    {
		margin-top: 250px;
    }

/*******************************************************************************
                                  Footer
*******************************************************************************/

#footer {
    clear: both;

    color: #aaa;
    border-top: 2px dotted #eee;

    font-size: 0.8em;

    padding-top: 20px;
    margin-top: 20px;
}
