/* --------------- imports ------------------ */
@import url('resets.css');
@import url('tinymce.css');
@import url('form.contact.css');

/* --------------- overrides ------------------ */

a
{
    text-decoration:underline;
    color:#CCCCCC;
}
    a:hover
    {
        text-decoration:underline;
        color:#FFFFFF;
    }

p
{
    margin:2px 0px 2px 0px;
}

h1, h2, h3
{
    color:#FFFFFF;
    font-weight:bold;
    font-family:Myriad Web Pro;
}
h1
{
    font-size:25px;
    margin:0px 0px 10px 0px;
}

h2
{
    font-size:19px;
    margin:5px 0px 3px 0px;
}
h3
{
    font-size:15px;
    font-weight:bold;
    margin:5px 0px 2px 0px;
}

/* --------------- custom ------------------ */

.clear
{
    clear:both;
}

.hidden
{
    display:none;
}
.floatLeft
{
    float:left;
}

.floatRight
{
    float:right;
}
    

/* --------------- rules ------------------ */
.hr1
{
    border-bottom: 1px solid #88AA88;
    height:1px;
    margin:10px auto;
}
.hr2
{
    border-bottom: 1px dashed #88AA88;
    height:1px;
    margin:10px auto;
}
.hr3
{
    border-bottom: 1px dotted #88AA88;
    height:1px;
    margin:10px auto;
}
/* --------------- spacers ------------------ */
.spacer10
{
    height:10px; line-height:1px;
}
.spacer15
{
    height:15px; line-height:1px;
}
.spacer20
{
    height:20px; line-height:1px;
}

    
/* --------------- homepage ------------------ */
.homepage
{
    /* */
}
/* --------------- event ------------------ */
.events
{
    
}
    .events .col1, .events .col2
    {
	width:330px;
	float:left;
    }
.event
{
    margin-bottom:25px;
    width:320px;
}
    .event .title
    {
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
	line-height:18px;
    }
	.event .title a
	{
	    text-decoration: none;
	}
    .event .image
    {
	float:left;
	margin:0px 10px 10px 0px;
	width:100px;
	text-align:center;
    }
    .event .description
    {
	
    }

/* --------------- layout ------------------ */
body
{
    position:relative;
    font-family:Trebuchet MS, Century Gothic, Arial, sans-serif;
    font-size:12px;
    color:#CCCCCC;
    background-color:#000000;
}

.container
{
    position:relative;
    width:1020px;
    margin:0px auto 0px auto;
    background-color:#000000;
    background-image:url(layout_images/bg-container.png);
    background-repeat:repeat-y;
}
    .container .top
    {
	position:absolute;
	left:10px;
    }

.menu
{
    position:absolute;
    width:200px;
    left:50px;
    top:150px;
    font-family:Myriad Web Pro;
    font-size:18px;
    text-transform: uppercase;
}
    .menu a
    {
	display:block;
	padding:0px 0px 5px 10px;
	margin-bottom:10px;
	text-decoration:none;
        background-image:url(layout_images/hr1.png);
        background-repeat:no-repeat;
	background-position: bottom;
	color:#FFFFFF;
    }
	.menu a.selected
	{
	    font-weight:bold;
	}

    .banner
    {
	position:absolute;
	right:-90px;
	top:0px;
	width:810px;
        height:340px;
        background-image:url(layout_images/earth.jpg);
        background-repeat:no-repeat;
	background-position: bottom;
    }
        .homepage .banner
        {
            height:540px;
        }
    .logo
    {
        position:absolute;
        left:20px;
        top:50px;
    }
        .leftContent
        {
            position:relative;
	    float:left;
	    width:260px;
	    min-height:380px;
            margin-top:400px;
	    margin-left:10px;
	    background-image:url(layout_images/bg-left.png);
	    background-repeat: no-repeat;
	    padding:20px 15px;
        }
        .mainContent
        {
            position:relative;
	    float:right;
            width:700px;
            margin-top:280px;
	    margin-right:20px;
	    min-height:450px;
        }
	.homepage .mainContent
        {
	    margin-top:420px;
	}
	
    .footer
    {
        position:relative;
        width:1000px;
        height:80px;
        margin-left:auto;
        margin-right:auto;
        text-align:center;
        padding-top:20px;
        font-size:11px;
	border-top: 1px solid #222233;
	margin-top:20px;
    }

