
@charset "utf-8";
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
ol, ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}


/* remember to define focus styles! */
:focus {
    outline: 0 none;
}


/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}



/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* end reset */

html {
    font-size: 100%;
}



/*------------------ Site Structure ------------------*/
body {
    color: #333333;
    font-family: Avenir;
    font-size: 0.875em;
    margin: auto;
    width: 960px;
}
#header {
    background: none no-repeat scroll 0 0 transparent;
    height: 150px;
}
#social {
    float: right;
    height: 26px;
    margin-top: 8px;
    width: 0;
}
#content {
    float: left;
    margin-bottom: 44px;
    width: 620px;
}

.navcontainer {
    margin-bottom: 25px;
    width: 280px;
}
.navcontainer ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
.navcontainer a {
    background: url("images/seperator.png") repeat-x scroll center bottom transparent;
    display: block;
    padding: 10px;
    width: 240px;
}
.navcontainer a:link, .navlist a:visited {
    text-decoration: none;
}
.navcontainer a:hover {
    color: #000000;
}
#box_left {
    float: left;
    margin-bottom: 44px;
    text-align: justify;
    width: 300px;
}
#box_right {
    float: right;
    margin-bottom: 44px;
    text-align: justify;
    width: 300px;
}
#box_middle {
    margin-bottom: 44px;
    margin-left: 330px;
    margin-right: 330px;
    text-align: justify;
}
#box_left h3, #box_right h3, #box_middle h3 {
    background: none repeat scroll 0 0 #EAEAEA;
    border: 1px solid #FFFFFF;
    font-size: 1.4em;
    font-weight: normal;
    letter-spacing: 0.08em;
    margin-bottom: 25px;
    outline: 1px solid #DCDCDC;
    padding: 8px 15px;
    position: relative;
    text-transform: uppercase;
}
#footer {
    clear: both;
    color: #666666;
    font-size: 0.8em;
    padding: 10px;
    text-align: right;
}



/*------------------ typography and images ------------------*/

/* global links */


a {
    color: #333333;
    text-decoration: none;
}


/* text styles */
h1 {
    font-size: 2em;
    font-weight: normal;
    padding-bottom: 10px;
	margin-left:20px;
	color:#e4cb64;

}
h2 {
    font-size: 1.6em;
    font-weight: normal;
    padding-bottom: 6px;
	margin-left:20px;
}
h3, h4 {
    font-size: 1.4em;
    font-weight: normal;
}
h5, h6 {
    font-size: 1.2em;
}
p {
    line-height: 1.4em;
    padding-bottom: 25px;
	margin-left:20px;
}


/* images */
.more {
    float: right;
    margin-right: 10px;
}




/*------------------ gallery ------------------*/


#gallery {
    margin-left: -44px;
    margin-top: 85px;
    overflow: auto;
    padding-bottom: 18px;
    position: static;
}
#gallery ul li {
    float: left;
    height: 215px;
    margin-bottom: 0;
    margin-left: 44px;
    padding-left: 17px;
    width: 175px;
}
.center {
    margin: auto;
}
#no_gallery_found {
    background: none repeat scroll 0 0 red;
    border: 10px solid white;
    margin: auto;
    padding: 50px;
}



/*-----------------------------------------------*/
/*---------------    Dropdown    ---------------*/
/*---------------------------------------------*/

/* 
	Level 1
*/
ul.dropdown {    background-color: #FFFFFF;    height: 36px;    margin: 74px auto 44px;    position: relative;    z-index: 10;}
ul.dropdown li {    float: left;}
ul.dropdown a:hover {}
ul.dropdown a:active {}
ul.dropdown li a {    color: #222222;    display: block;    padding: 9px 20px; font-size: 20px;}
ul.dropdown li:last-child a {    border-right: medium none;}
ul.dropdown li.hover, ul.dropdown li:hover {    color: #666666;    position: relative;}
ul.dropdown li.hover a {    color:#e4cb64;}

/* 
	Level 2
*/


ul.dropdown ul {    background-color: #FFFFFF;    border-bottom: 1px solid #FFFFFF;    border-left: 1px solid #FFFFFF;    border-right: 1px solid #FFFFFF;    left: 0;  
					position: absolute;    top: 100%;    visibility: hidden;    width: 40px;}
ul.dropdown ul li {    border-bottom: 1px solid #FFFFFF;    float: none;    font-weight: normal;}
ul.dropdown ul li a {    background: none repeat scroll 0 0 transparent;    border-right: medium none;    display: inline-block;    padding: 0px 27px;    width: 100%;}

/* 
	Level 3
*/


ul.dropdown ul ul {    background-color: #FFFFFF;    border-top: 1px solid #FFFFFF;    left: 100%;    top: 0;    z-index: 300;}
ul.dropdown li:hover > ul {    visibility: visible;    width: 110px;}


element.style {    opacity: 0;}
.imgfade {    border: 0 none;    height: 394px;    left: 0;    margin: 304px 391px;    position: absolute;    top: 0;    width: 543px;}
#logo {    height: 225px;    margin: 0 0 0 20px;    width: 900px;}
