.foo {}
/* RESET
--------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1.1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfix:after {   
    content: ".";   
    display: block;   
    clear: both;   
    visibility: hidden;   
    line-height: 0;   
    height: 0;   
}   
  
.clearfix {   
    display: inline-block;   
}   
  
html[xmlns] .clearfix {   
    display: block;   
}   
  
* html .clearfix {   
    height: 1%;   
}

/* REDEFINITIONS
--------------------------------------------------------------------------------------*/
body,
input,
textarea {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: .9em;
}
body {
	background: #112e3e;
}

/* RICHTEXT
--------------------------------------------------------------------------------------*/
.richtext h1 {
    font-size: 1.6em;
    color: #216184;
    margin-bottom: 15px;
    font-weight: normal;
}
.richtext h2 {
    font-size: 1.3em;
    color: #3d85ad;
    margin-bottom: 10px;
    font-weight: normal;
}
.richtext h3 {
    font-size: 1.1em;
    color: #3d85ad;
    margin-bottom: 10px;
    font-weight: normal;
}
.richtext p,
.richtext ul {
    color: #3b3a35;
    margin-bottom: 15px;
}
.richtext a {
	color: #3d85ad;
}
.richtext a:hover {
	color: #000;
}
.richtext ul,
.richtext ol {
	margin-left: 30px;
}
.richtext ul {
	list-style-type: square;
}
.richtext ol {
	list-style-type: decimal;
}
.richtext ul ul,
.richtext ol ul {
	list-style-type: circle;
	margin-bottom: 0;
}

/* LAYOUT
--------------------------------------------------------------------------------------*/
#headerContainer .inner,
#crumbtrailContainer .inner,
#splashContainer .inner,
#contentContainer .inner,
#footerContainer .inner,
#developerContainer .inner {
	width: 900px;
	margin: auto;
}

#headerContainer {
	background: url('../Images/Layout/header_bg.gif') repeat-x;
    }
    #headerContainer .inner {
	    height: 88px;
	    background: url('../Images/Layout/header_center.jpg') no-repeat center top;
	    padding: 22px 25px 0 25px;
    }
    #headerContainer .logo {
	    display: block;
	    width: 193px;
	    height: 87px;
	    background: url('../Images/Layout/logo.gif') no-repeat;
	    float: left;
	    margin-left: 1px;
    }
	#headerContainer .navigation {
	    width: 705px;
	    float: left;
	    height: 87px;
		}
		#headerContainer .navigation ul {
			display: inline-block;
	        background: url('../Images/Layout/navigation_bevel.png') no-repeat left;
	        margin-left: 145px;
		}
		#headerContainer .navigation ul li {
			display: inline-block;
	        background: url('../Images/Layout/navigation_bevel.png') no-repeat right;
	        float: left;
		}
		#headerContainer .navigation ul li a {
			display: inline-block;
	        text-align: center;
	        padding: 55px 10px 0 10px;
	        height: 32px;
	        color: #19445c;
	        text-decoration: none;
	        font-size: 1.1em;
		}
		#headerContainer .navigation ul li a.active {
	        background: url('../Images/Layout/navigation_hover.png') repeat-x;
	        color: #6c6147;
		}
		#headerContainer .navigation ul li a:hover {
	        background: url('../Images/Layout/navigation_hover.png') repeat-x;
		}

#crumbtrailContainer {
	background: url('../Images/Layout/crumbtrail_bg.gif') repeat-x;
	border-bottom: 1px solid #a4a298;
	padding: 3px 10px;
	color: #6e6d65;
	}
    #crumbtrailContainer .inner {
	    width: 880px;
	}
    #crumbtrailContainer a {
	    color: #746f62;
	}
    #crumbtrailContainer a:hover {
	    color: #000;
	    text-decoration: none;
	}

#splashContainer {
	height: 175px;
	background: url('../Images/Pages/Home/splash_bg.jpg') repeat-x;
    }
    #splashContainer img {
	    float: left;
    }

#contentContainer {
	min-height: 300px;
	background: #f4f0eb;
	padding-bottom: 25px;
    }
    #contentContainer .contentPadding {
	    padding: 20px;
    }
    #contentContainer .contentPadding.listPadding {
        padding-right: 0 !important;
        padding-bottom: 0 !important;
    }

#footerContainer {
    border-top: 1px solid #000000;
	background: url('../Images/Layout/footer_bg.png') repeat-x;
	min-height: 290px;
    color: #bcd3df;
    padding-bottom: 40px;
    }
    #footerContainer .inner {
	    padding: 20px 0 0 20px;
	    width: 880px;
    }
    #footerContainer .panel {
        background: #112e3e;
        min-height: 250px;
        width: 273px;
        float: left;
        margin-right: 18px;
        border-style: solid;
        border-width: 1px 1px 0 1px;
        border-color: #445b68 #0f2937;
    }
    #footerContainer .contentPadding {
        padding: 10px;
    }
    #footerContainer .panel h2 {
        background: #0e2532;
        padding: 10px;
        color: #7699ac;
        font-size: 1.2em;
    }
    #footerContainer .panel.left ul.sessions {
        }
        #footerContainer .panel.left ul.sessions li {
            border-bottom: 1px solid #384e5a;
        }
        #footerContainer .panel.left ul.sessions li a {
            display: block;
            color: #bcd3df;
            text-decoration: none;
            padding: 10px 5px;
        }
        #footerContainer .panel.left ul.sessions li a:hover {
            background: #0e2532;
        }
        #footerContainer .panel.left ul.sessions li a .date {
            color: #fff;
        }
        #footerContainer .panel.left a.more {
            display: block;
            color: #ffe4a2;
            margin: 10px 0 0 0;
        }
    #footerContainer .panel.center .contentPadding {
        padding-top: 20px;
        }
        #footerContainer .panel.center .contentPadding p {
            margin-bottom: 10px;
        }
        #footerContainer .panel.center input.email {
            border: 1px solid #c0d1da;
            border-width: 0 1px 1px 0;
            width: 235px;
            background: url('../Images/Layout/footer_input_bg.png') no-repeat;
            padding: 3px 8px;
            margin-top: 15px;
        }
        #footerContainer .panel.center input.email.blur {
            color: #475d69;
            font-style: italic;
        }
        #footerContainer .panel.center input.submit {
            display: inline-block;
            width: 230px;
            height: 40px;
            background:  url('../Images/Layout/button_newsletter_subscribe.png') no-repeat top;
            color: #fff;
            border: 0;
            margin: 0 0 0 11px;
        }
        #footerContainer .panel.center input.submit:hover {
            background:  url('../Images/Layout/button_newsletter_subscribe.png') no-repeat bottom;
            color: #c2e8ff;
        }
    #footerContainer .panel.right .contact,
    #footerContainer .panel.right .location {
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #384e5a;
        }
        #footerContainer .panel.right .contact a {
            color: #ffe4a2;
        }
    #footerContainer .newsletterSuccess {
        background: #efffc3;
        color: #62a600;
        border: 1px solid #62a600;
        padding: 10px;
        text-align: center;
        }
    #footerContainer .newsletterError {
        background: #ffc2c2;
        color: #a60000;
        border: 1px solid #a60000;
        padding: 10px;
        text-align: center;
        }
        #footerContainer .newsletterError b,
        #footerContainer .newsletterError strong {
            font-weight: bold;
        }
        #footerContainer .newsletterError a {
            color: #6b0000;
            display: block;
            margin-top: 10px;
        }

#developerContainer {
    font-size: .9em;
    text-align: center;
    color: #5d7e91;
    }
    #developerContainer .developer {
	    padding: 0 0 40px 0;
    }
    #developerContainer .developer a {
	    color: #5d7e91;
    }

/* CUSTOM
--------------------------------------------------------------------------------------*/
.withSubmenu.right {
    width: 550px;
    float: left;
}
.isSubmenu.right {
    width: 350px;
    float: right;
}
.contentPadding .withSubmenu.right {
    width: 490px;
    float: left;
    margin-right: 20px;
}
.contentPadding .isSubmenu.right {
    width: 310px;
    min-height: 210px;
    padding: 20px;
    float: right;
    background:  url('../Images/Layout/submenu_right_bg.png') no-repeat;
    }
    .contentPadding .isSubmenu.right h2 {
        color: #746f62;
    }
    .contentPadding .isSubmenu.right p,
    .contentPadding .isSubmenu.right ul {
        color: #8a8577;
    }


/* PAGES
--------------------------------------------------------------------------------------*/
/* HOME
---------------------*/
.home .contentContainer {
    padding: 30px 20px 0 20px;
    width: 510px;
}
.home .sessionsContainer {
    padding: 30px 20px 0 20px;
    width: 310px;
    background:  url('../Images/Pages/Home/sessions_bg.png') no-repeat;
    text-align: center;
    }
    .home .sessionsContainer ul.sessions {
        margin-bottom: 10px;
        margin-left: 0;
	    list-style-type: none;
        }
        .home .sessionsContainer ul.sessions li a {
            display: block;
            width: 310px;
            height: 72px;
            background:  url('../Images/Pages/Home/session_bg.jpg') no-repeat;
            margin-bottom: 1px;
            text-decoration: none;
            float: left;
        }
        .home .sessionsContainer ul.sessions li a .date {
            display: block;
            width: 52px;
            height: 52px;
            padding: 10px;
            float: left;
        }
        .home .sessionsContainer ul.sessions li a .date .day {
            display: block;
            background: #9c978e;
            border: 1px solid #8b877f;
            color: #ffe4a2;
            font-size: 2.4em;
        }
        .home .sessionsContainer ul.sessions li a .date .month {
            display: block;
            color: #68645e;
            text-transform: uppercase;
        }
        .home .sessionsContainer ul.sessions li a .title {
            display: block;
            width: 208px;
            height: 42px;
            padding: 15px;
            float: left;
            color: #2f2d2a;
            font-size: 1.1em;
        }
        .home .sessionsContainer ul.sessions li a:hover {
            background:  url('../Images/Pages/Home/session_bg.jpg') no-repeat bottom;
        }
        .home .sessionsContainer ul.sessions li a:hover .date .day {
            background: #496674;
            border: 1px solid #375665;
            color: #b6e2fa;
        }
        .home .sessionsContainer ul.sessions li a:hover .date .month {
            color: #fff;
        }
        .home .sessionsContainer ul.sessions li a:hover .title {
            color: #fff;
        }
    .home .sessionsContainer a.linkmore {
        display: inline-block;
        width: 210px;
        height: 28px;
        background:  url('../Images/Pages/Home/button_sessions_more.png') no-repeat top;
        color: #fff;
        text-decoration: none;
        padding: 12px 0 0 20px;
        }
        .home .sessionsContainer a.linkmore:hover {
            background:  url('../Images/Pages/Home/button_sessions_more.png') no-repeat bottom;
            color: #ffe4a2;
        }

/* SESSIONS
---------------------*/
.page.sessions ul.sessions {
    margin-left: 0;
	list-style-type: none;
    }
    .page.sessions ul.sessions li a {
        display: block;
        padding: 5px;
        background: #ece8e3;
        margin-bottom: 1px;
        border-bottom: 1px solid #dcd7d0;
        text-decoration: none;
    }
    .page.sessions ul.sessions li a .date {
        color: #53514e;
    }
    .page.sessions ul.sessions li a:hover {
        background: #e1ddd7;
    }
.page.sessions .withSubmenu ul.properties {
    margin-bottom: 20px;
    margin-left: 0;
	list-style-type: none;
    }
    .page.sessions .withSubmenu ul.properties li label {
        display: block;
        width: 85px;
        float: left;
        color: #000;
        background: #e1ddd7;
        margin-right: 5px;
        padding: 5px;
        min-height: 20px;
        margin-bottom: 1px;
    }
    .page.sessions .withSubmenu ul.properties li .value {
        display: block;
        width: 390px;
        float: left;
        min-height: 30px;
        margin-bottom: 1px;
    }
.page.sessions .isSubmenu ul.sessions {
    }
    .page.sessions .isSubmenu ul.sessions li a {
        color: #8a8577;
    }
    .page.sessions .isSubmenu ul.sessions li a .date {
        color: #53514e;
    }
    .page.sessions .isSubmenu ul.sessions li a:hover {
        background: #e1ddd7;
    }
.page.sessions .isSubmenu .infoPanel.alert {
    display: block;
    background: #f8ffda;
    border: 1px solid #deef99;
    margin-top: 40px;
    text-align: center;
    }
    .page.sessions .isSubmenu .infoPanel.alert .title {
        display: block;
        padding: 10px;
        font-weight: bold;
        background: #deef99;
        color: #556a00;
    }
    .page.sessions .isSubmenu .infoPanel.alert .title img {
        vertical-align: text-top;
    }
    .page.sessions .isSubmenu .infoPanel.alert .message {
        display: block;
        padding: 10px;
        color: #829e0f;
    }
    .page.sessions .isSubmenu .infoPanel.alert .interested {
        display: block;
        padding: 10px;
        background: #eef9c2;
        color: #556a00;
    }

/* LOCATION
---------------------*/
.page.location #googleMap {
    width: 850px;
    height: 300px;
    border: 5px solid #bbb7ad;
    margin-bottom: 20px;
}

/* BOARD
---------------------*/
.page.board ul.board {
    margin-left: 0;
	list-style-type: none;
    }
    .page.board ul.board ul {
        margin-left: 0;
	    list-style-type: none;
    }
    .page.board ul.board h2 {
        margin-bottom: 0;
    }
    .page.board ul.board li {
        width: 275px;
        float: left;
        margin: 0 15px 15px 0;
    }
    .page.board ul.board li .contentBlock {
        background: url("../Images/Pages/Board/board_member_bg.png") no-repeat;
        display: block;
        margin-top: 5px;
    }
    .page.board ul.board li .image {
        display: block;
        width: 100px;
        height: 190px;
        float: left;
    }
    .page.board ul.board li .image img {
        border: 1px solid #184057;
        margin: 9px;
    }
    .page.board ul.board li .content {
        display: block;
        width: 255px;
        height: 155px;
        float: left;
	    font-size: .9em;
	    padding: 5px 10px;
    }
    .page.board ul.board li .jobDescription ul {
        font-weight: bold;
    }
    .page.board ul.board li ul li {
        margin: 0 !important;
        padding: 5px 0;
        border-bottom: 1px solid #c0b9b0;
        width: 250px;
    }
    .page.board ul.board li ul li.last {
        border-bottom: 0;
    }
    .page.board ul.board li ul li p {
        margin: 0 !important;
    }

/* CONTACT
---------------------*/
.page.contact #googleMap {
    width: 290px;
    height: 150px;
    border: 5px solid #bbb7ad;
    overflow: hidden;
    margin-bottom: 10px;
}


/* FORM
--------------------------------------------------------------------------------------*/
.defaultFormCtn .label {
	display: block;
	padding: 3px 3px 6px 5px;
	margin-bottom: -1px;
	margin-top: 3px;
	background: url('../Images/Layout/form_arrow_up.png') no-repeat bottom left;
	}
	.defaultFormCtn .textlarge, .defaultFormCtn .textsmall, .defaultFormCtn .textarea {
		background: #e1ddd7;
		padding: 3px 5px;
		border: none;
		color: #665d46;
	    }
	.defaultFormCtn .textlarge {
		width: 470px;
		}
	.defaultFormCtn .textsmall {
		width: 225px;
		}
	.defaultFormCtn .radiolist,
	.defaultFormCtn .checkboxlist {
		width: 480px;
		background: #e1ddd7;
		display: inline-block;
		}
	    .defaultFormCtn .radiolist tr {
		    display: inline-block;
		    float: left;
		    padding: 4px;
		    padding-right: 10px;
		    border-right: 1px solid #c7c2bb;
		}
	    .defaultFormCtn .checkboxlist tr td {
		}
	    .defaultFormCtn .checkboxlist tr td input {
		    float: left;
		}
	    .defaultFormCtn .checkboxlist tr td .sessionDate {
		    display: inline-block;
		    float: left;
		    background: #efebe6;
		    padding: 2px 5px;
		    color: #5d5a54;
		    margin: 2px 0;
		}
	    .defaultFormCtn .checkboxlist tr td .sessionTitle {
		    display: inline-block;
		    float: left;
		    padding: 2px 5px;
		    margin: 2px 0 2px 0;
		}
	.defaultFormCtn .textarea {
		width: 470px;
		height: 150px;
		}
	.defaultFormCtn .validator {
		color: #c80000 !important;
		font-weight: bold;
		padding-left: 3px;
		}
	.defaultFormCtn .summary {
		padding: 10px;
		background: #e1ddd7;
		margin-bottom: 15px;
		width: 470px;
		color: #c80000 !important;
		}
	.defaultFormCtn .summary ul {
		padding: 0 0 0 20px;
		margin: 0;
		color: #c80000 !important;
		}
	.defaultFormCtn .summary ul li {
		list-style-type: square;
		}
	.defaultFormCtn .note {
		margin-left: 5px;
		font-size: 0.8em;
		}
	.defaultFormCtn .submitbuttonCtn {
		margin-top: 20px;
		}
	.defaultFormCtn .submitbutton {
	    display: block;
	    width: 230px;
	    height: 40px;
	    background: url('../Images/Layout/button_contact_submit.png') no-repeat top;
	    text-decoration: none;
	    text-align: center;
	    color: #fff;
	    border: none;
	    cursor: pointer;
	    }
	.defaultFormCtn .submitbutton:hover {
	    background: url('../Images/Layout/button_contact_submit.png') no-repeat bottom;
	    }








