
body {
    background: #1886f8 url('../gfx/bg.gif') repeat-x 0 0;
    color: #444444;
    font-family: "Lucida Sans","Trebuchet MS","sans-serif";
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 100;
    line-height: 21px;
}

a {
    color: #309def;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    margin-bottom: 15px;
}

p.nospace {
    margin: 15px 0 0;
}

h1 {
    margin: 0;
    padding: 0;
    font-family: "Lucida Sans","Trebuchet MS","sans-serif";
    color: #309def;
    font-size: 16px;
    font-weight: normal;
}

h2 {
    margin: 0;
    padding: 4px 0 0;
    font-family: "Lucida Sans","Trebuchet MS","sans-serif";
    color: #309def;
    font-size: 14px;
    font-weight: normal;
}


.header {
    height: 60px;
    background: #0c3d75;
}
.header_content {
    position: relative; width: 848px; margin: 0 auto; padding: 0 0;
}
.logo {
    width: 221px;
    height: 60px;
    position: relative;
    float: left;
    background: url('../gfx/logo.gif') no-repeat 0 15px;
    cursor: pointer;
}
.menu {
    position: relative;
    float: right;
    line-height: 60px;
    font-family: "Verdana", "Tohoma", "Geneva";
    font-weight: bold;
    text-transform: uppercase;
}

    .menu a {
        margin-left: 25px;
        color: #ffffff;
    }

    .menu a:hover, .menu a.active {
        color: #0084e9;
        text-decoration: none;
    }

.content_container {
    position: relative; 
    width: 848px; 
    margin: 0 auto; 
    padding: 0 20px;
    background: url('../gfx/bg_shadow.png') repeat-y 0 0;
}

.banner {
    width: 848px;
    height: 208px;
    background: url('../gfx/banner.jpg') no-repeat 0 0;
}

.breadcrumb {
    width: 808px;
    height: 30px;
    background-color: #0084e9;
    line-height: 30px;
    padding: 0 20px;
    color: #ffffff;
    font-family: "Verdana", "Tohoma", "Geneva";
    font-weight: bold;
    text-transform: uppercase;
}

a.bc, span.bc {
    margin-left: 5px;
    padding-left: 25px;
    background: url('../gfx/icons/white_on_blue.gif') no-repeat 0 -2px;
}

.container {
    width: 848px;
    height: auto;
    background-color: #ffffff;
}

.footer {
    width: 848px;
    height: 30px;
    background-color: #0c3d75;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
}

.footer a, .footer a:hover, .breadcrumb a, .breadcrumb a:hover {
    color: #ffffff;
}

.footer_shadow {
    position: relative; 
    margin: 0 auto;
    width: 888px;
    height: 20px;
    background: url('../gfx/footer_shadow.png') no-repeat 0 0;
}

.content {
    position: relative;
    width: 808px;
    padding: 20px;
}

.content_left {
    position: relative;
    width: 848px;
    background: url('../gfx/blue_1px.gif') repeat-y 560px 0;
}


.left_big {
    position: relative; 
    float: right;
    padding: 20px;
    width: 520px;
}

.content_right {
    position: relative;
    width: 848px;
    background: url('../gfx/blue_1px.gif') repeat-y 220px 0;
}

.right_big {
    position: relative; 
    float: right;
    padding: 20px;
    width: 585px;
}

.list {
    position: relative; 
    float: right;
    padding: 20px 10px 20px 20px;
    width: 190px;
}

ul.workshop li {
    background: url('../gfx/icons/blue_on_white.gif') no-repeat 0 1px;
    padding: 0px 0px 2px 20px;
}

.upcoming {
    position: relative; 
    float: right;
    padding: 20px;
    width: 245px;
}

.agenda {
    border-bottom: 1px solid #0084e9;
    margin-bottom: 15px;
    line-height: 18px;
}

.noborder {
    border: none;
    clear: both;
}

h2.vcenter_date {
    padding-top: 28px;
}

p.date {
    float: left;
    padding: 5px 5px 2px 5px;
    margin: 3px 0 0;
    background: url('../gfx/icons/calendar_big.gif') no-repeat 0 0;
    width: 50px;
    height: 60px;
    position: relative;
}
p.right {
    margin: 20px 0px 5px 10px;
    float: right;
}

p.date span.year {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    display: block;
    top: 9px;
    left: 0;
    width: 50px;
    text-align: center;
}
p.date span.month {
    font: bold 11px/11px Arial, "Helvetica Neue", Helvetica, sans-serif;
    position: absolute;
    display: block;
    top: 45px;
    left: 0;
    text-transform: uppercase;
    width: 50px;
    text-align: center;
}
p.date span.day {
    font: bold 20px/22px Arial, "Helvetica Neue", Helvetica, sans-serif;
    position: absolute;
    display: block;
    top: 26px;
    left: 0;
    width: 50px;
    text-align: center;
}


.grey {
    padding: 0 2px;
    color: #999999;
    font-size: 10px;
    line-height: 16px;
}


/*
form
*/
input.text {
    background-color: #fff;
    padding: 2px 5px;
    border: 1px solid #CCC;
    width: 250px;
    vertical-align: middle;
}

input.size-medium {
    width: 280px;
}


textarea {
    padding: 2px 5px;
    width: 785px;
    font-family: "Lucida Sans","Trebuchet MS","sans-serif";
}

button {
    margin: 0px 10px 0px 0px;
    padding: 1px 8px;
    line-height: 14px;
    color: #2d2d2d;
    font-weight: bold;
    background-color: #F7F7F4;
    border: 1px solid #2d2d2d;
    cursor: pointer;
}

div.form-block {
    position: relative;
    padding: 3px;
    margin: 0 0 10px 0;
}

div.error {
    background-color: #FFEBE8;
}

div.form-block p.statusText {
    clear: both;
    margin: 0;
    padding: 0;
}

form select {
    background-color: #fff;
    padding: 2px 5px;
    border: 1px solid #CCC;
    font-family: "Lucida Sans","Trebuchet MS","sans-serif";
    width: 292px;
}

form select optgroup {
	font-weight: bold;	
	color: #0084e9;
	font-style: normal;
	text-decoration: none;
}

form select optgroup option {
    color: #444444;
    background: white;
}


div#errorMessage {
	padding: 5px 0px 5px 80px;
	line-height: 20px;
	background: url("../gfx/icons/error.gif") no-repeat 5px 5px;
}
	div#errorMessage span.bold {
		font-weight: bold;	
	}


.clr {
    clear:both;
}