.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: Arial, sans-serif;
	font-size: .95em;
}
body {
	background: #000 url('/Images/Layout/body_bg.jpg') repeat-x;
	color: #454545;
}
a {
	color: #900;
}
a:hover {
	text-decoration: none;
	color: #000;
}

/*---------- LAYOUT --------------------------------------------------------------------------------------*/
#globalContainer 
{
    background: url('/Images/Layout/body_logo.jpg') no-repeat center top;
    }

#headerContainer .inner,
#navigationContainer .inner,
#contentContainer .inner,
#footerContainer .inner,
#subFooterContainer .inner {
	width: 950px;
	margin: auto;
}

#headerContainer {
	min-height: 100px;
}

#navigationContainer 
{
    text-align: center;
    text-transform: uppercase;
	}
	#navigationContainer .navigation 
	{
	    margin-bottom: 20px;
		}
		#navigationContainer .navigation ul li {
			display: inline;
		}
		#navigationContainer .navigation ul li a {
			display: inline-block;
			width: 125px;
			height: 35px;
			text-align: center;
			background: url('/Images/Layout/nav.png') no-repeat;
			text-decoration: none;
			color: #fff;
			font-size: .8em;
			line-height: 35px;
		}
		#navigationContainer .navigation ul li a.concepts {
			margin-right: 80px;
		}
		#navigationContainer .navigation ul li a:hover,
		#navigationContainer .navigation ul li a.active {
			color: #ff7e00;
		}

#contentContainer {
	min-height: 340px;
    }
    #contentContainer .subnavigation {
	    width: 250px;
	    float: left;
	    margin: 0 0 0 50px;
    }
    #contentContainer .subnavigation ul li a {
	    display: block;
	    width: 250px;
	    margin: 20px 0 10px 0;
	    text-transform: uppercase;
	    text-decoration: none;
	    cursor: default;
	    color: #ff5e00;
    }
    #contentContainer .subnavigation ul li ul li a {
	    background: url('/Images/Layout/subnav.png') no-repeat;
	    height: 26px;
	    margin: 0;
	    text-transform: none;
	    color: #fff;
		font-size: .85em;
		padding: 12px 0 0 20px;
	    width: 230px;
	    cursor: pointer;
    }
    #contentContainer .subnavigation ul li ul li a.active,
    #contentContainer .subnavigation ul li ul li a:hover {
	    color: #ff5e00;
    }
    
    #contentContainer .contentBlock ul {
	    margin-left: 40px;
        }
        #contentContainer .contentBlock ul li {
	        list-style-type: square;
	        padding: 0 0 3px 7px;
            }

#footerContainer
{
    height: 100px;
    }
    #footerContainer .inner 
    {
        background: url('/Images/Layout/hr.png') no-repeat center top;
        text-align: center;
        padding-top: 15px;
        color: #a48252;
        font-size: .9em;
    }
    #footerContainer a 
    {
        color: #dbc6a8;
    }
    
.newsletterContainer 
{
	background: #1f2021;
	width: 750px;
	margin: 0 auto 10px auto;
	color: #999;
	}
	.newsletterContainer .text
	{
		display: block;
		float: left;
		width: 350px;
		height: 26px;
		padding: 9px 0 0 0;
		background: url('/Images/Layout/newsletter_text.gif') no-repeat left;
		text-align: center;
	}
	.newsletterContainer .input input
	{
		width: 260px;
		height: 26px;
		padding: 9px 0 0 12px;
		display: block;
		float: left;
		border: 0;
		background: url('/Images/Layout/newsletter_input.gif') no-repeat left;
		color: #fff;
	}
	.newsletterContainer .button input
	{
		width: 128px;
		height: 35px;
		display: block;
		float: left;
		border: 0;
		background: url('/Images/Layout/newsletter_button.gif') no-repeat left;
	}

#subFooterContainer
{
    font-size: .8em;
    color: #3c3c3c;
    }
    #subFooterContainer .left
    {
        width: 425px;
        float: left;
        padding-left: 50px;
        }
    #subFooterContainer .right
    {
        width: 425px;
        float: right;
        text-align: right;
        padding-right: 50px;
        }
    #subFooterContainer a
    {
        color: #666;
        text-decoration: none;
        }

/*---------- PAGES --------------------------------------------------------------------------------------*/
/*---------- COMMON ------------*/

.contentBlock h1 
{
    font-size: 150%;
    padding-bottom: 25px;
    color: #fff;
    font-weight: normal;
    }
.contentBlock h2 
{
    font-size: 140%;
    margin-bottom: 20px;
    color: #000;
    font-weight: normal;
    }
.contentBlock p
{
    margin-bottom: 10px;
    }
.contentBlock b,
.contentBlock strong
{
    color: #ff5e00;
    font-weight: normal;
    }
.contentBlock a
{
    color: #000;
    text-decoration: none;
    border-bottom: 1px dashed #000;
    display: inline-block;
    padding: 0 5px;
    }
    .contentBlock a:hover
    {
        background: #ccc;
        }
    
.contentBlock.noSubmenu 
{
    }
    .contentBlock.noSubmenu .top
    {
        background: url('/Images/Layout/content_nosub_top.png') no-repeat bottom;
        min-height: 30px;
        padding: 0 75px;
        }
    .contentBlock.noSubmenu .content
    {
        background: url('/Images/Layout/content_nosub_bg.png') repeat-y;
        padding: 25px 75px;
        }
    .contentBlock.noSubmenu .bottom
    {
        background: url('/Images/Layout/content_nosub_bottom.png') no-repeat top;
        height: 30px;
        }
     
.contentBlock.hasSubmenu 
{
    width: 650px;
    float: right;
    }
    .contentBlock.hasSubmenu .top
    {
        background: url('/Images/Layout/content_sub_top.png') no-repeat bottom left;
        min-height: 30px;
        padding: 0 45px;
        }
    .contentBlock.hasSubmenu .content
    {
        background: url('/Images/Layout/content_sub_bg.png') repeat-y left;
        padding: 25px 75px 25px 45px;
        }
    .contentBlock.hasSubmenu .bottom
    {
        background: url('/Images/Layout/content_sub_bottom.png') no-repeat top left;
        height: 30px;
        }   
        
/*---------- CONTACT ------------*/

#googleMap 
{
    float: right;
    width: 500px;
    height: 270px;
    border: 5px solid #ccc;
    }
        
/*---------- PHOTOS ------------*/
ul.photoList 
{
    margin: 0 !important;
    padding: 0 0 25px 0 !important;
    }
    ul.photoList li
    {
        display: inline;
        list-style-type: none;
        float: left;
        margin: 0 !important;
        padding: 0 !important;
        }
    ul.photoList li a
    {
        display: inline-block;
        margin: 0 10px 10px 0;
        padding: 0;
        border: 5px solid #ccc;
        }
    ul.photoList li a.last
    {
        margin: 0 0 10px 0;
        }





