/*
/* v1.0 | 20080212 */
/* Original Source: http://meyerweb.com/eric/tools/css/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,
b, u, i, center,
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;
}

 
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* 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;
}



 /* ///////// --------- SCHOOL --------- /////////// */ 


 /* ///////// CONTENT /////////// */ 

h1{ font-size:1.75em; }
h2{ font-size:1.58em; }
h3{ font-size:1.2em; }
h4{ font-size:1.1em; }
h5{ font-size:1.1em; }
h6{ font-size:1.1em; }

h1,h2,h3,h4,h5,h6 {
    color:#616d2d;
	margin:0.5em 0;
	line-height:1em;
  font-family:'droid-sans', sans-serif;
text-transform:uppercase;
font-weight: normal;
}
p { 
	margin:1em 0; 
	}
a {
    text-decoration: none;
}
a:hover {
    color: #670202;
}
#contentdiv{
	padding:86px 35px;
	}

img, img a{
	border:0;
	}

/* font settings for large text */
.large, .large td{
	font-size:16px !important;
}

/* color settings for nav history */
.nav_history{
    background: #f8f0de !important;
    color:#670202 !important;
}


 /* ///////// BG /////////// */ 

 

#bottomcontainer{background:#ced3bd url('/uploaded/images2/btmcont_bg.gif') repeat-x top left;}

 


/* /////////MISC ///////////*/

/* Mozilla based browsers */
::-moz-selection {
       background-color:#616D2D;
       color:#fff;
}

/* Works in Safari */
::selection {
       background-color:#616D2D;
       color:#fff;
}



 /* ///////// Portal Login Page /////////// */ 



#login_container{border:0;}

#login_title{background:transparent; color:#fff; border:0; padding:0; line-height:2em;}
#login_message{border:0; background:transparent; padding:0; line-height:2em;}

#login_container input{border:1px solid #CCCCCC; padding:4px; margin-bottom:5px;-moz-border-radius:5px; border-radius:5px;}

#login_container input.buttons{border:0; width:170px !important; font-size:1em;}

#login_container input.buttons:hover{background:#000;}

#login_container a{font-size:.83em;}

/* ----- HTML5 Doctype upgrade START ----- */

#topbanner img{vertical-align:top}
#tools img{vertical-align:middle}

 /* ///////// TOP BANNER /////////// */ 

#topbanner{
	height:353px;
	}

.top_tools{
	position:relative;
height:115px;
}

#logo_link{ 
	position: absolute;
	margin: 0px 0 0 -43px;
	height: 99px;
width: 101px;
top: 7px;
}
#logo_link2{ 
	position: absolute;
	margin: 40px 0 0 60px;
	height: 50px; width: 820px;
	text-indent: -9999px;
	background: #fff;
	FILTER: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-khtml-opacity: 0;
}

.main-nav{
	padding:0px;
height:43px;
}

.photo img:first-child { border-right:3px solid #fff;}


/* /////// MAIN NAV /////// */


.main-nav li, .main-nav ul {
    margin:0;
    padding:0;
}
.main-nav li ,  .main-nav li a{
    display: inline-block;
float:left;
    margin:0; 
text-align: center;
font-size:1.083em;
}
.main-nav a{ padding:13px 10px 0px; text-decoration:none; font-size:1.08em; height:30px; color:#fff; text-transform:uppercase;  } 
.main-nav li:first-child a {
        padding-left:5px; 
}
.main-nav a:hover, .main-nav a.fsBtn_on { color:#670202 !important; background:#b5bb99 url('/uploaded/images2/navon_bg.gif') repeat-x top left;}



 /* ///////// LEFT BANNER /////////// */ 

#leftbanner .navmod a {font-size:1.167em;}
#leftbanner .navmod .navmodsub .navmodsub .navmodsub a {padding-left: 75px !important;}


 /* ///////// RIGHT BANNER /////////// */ 


 /* ///////// BOTTOM BANNER /////////// */ 

#bottombanner .contact_info { text-transform:uppercase;}


 /* \\\\\\\\\\\\\\\ SEARCH /////////// */ 

.searchcontainer{position:relative;}

#search_div {
position:absolute;
background:transparent no-repeat scroll 0 0;
height:26px;
right:4px;
top:7px;
width:167px;
}

#search_div form {
display:inline-block;
}

#search_keywords {
background:#fff;
border-width:0;
color:#ac9459;
height:16px;
margin:0px 0 0 0px;
padding:10px 10px 0px 17px;
vertical-align:top;
width:126px;
 -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px; 
-webkit-box-shadow:inset 2px 2px 4px rgba(0,0,0,.6);
	-moz-box-shadow:inset 2px 2px 4px rgba(0,0,0,.6);
	box-shadow:inset 2px 2px 4px rgba(0,0,0,.6); 
}
#search_keywords:focus { -webkit-box-shadow:inset 2px 2px 6px rgba(0,0,0,.6);
    -moz-box-shadow:inset 2px 2px 6px rgba(0,0,0,.6);
    box-shadow:inset 2px 2px 6px rgba(0,0,0,.6);  }

#search_submit {
background:transparent none repeat scroll 0 0;
border-width:0;
cursor:pointer;
height:24px;
margin-top:0px;
overflow:hidden;
text-indent:-999px;
width:10px;
display: none;
}



 /* ///////// HIER & TOOLS /////////// */ 


.hier {
	display:inline;
}

.hiersect {
	position: absolute;
	left: 238px;
	top: 386px;
	width: 395px;
    font-size:11px;
color:#616d2d;
}
.hiersect a {color:#616d2d;}
.tools{
	position:absolute;
	text-align:right;
	right:25px; 
	top:380px;
	width:88px;
	font-size:11px;
}
body.withRight .tools { right:245px; }



 /* ///////// NAV MENU /////////// */ 

#dhtmlmenu_646 {
    margin-left: -93px;
    text-align: right;
}

#nav_menus div{
	position:absolute; top:0px; left:0px;
	width:200px;
    margin-top:0px;
	padding:0;
	background-color:#fff;
	FILTER: alpha(opacity=96);
	-moz-opacity: .96;
	opacity: .96;
	-khtml-opacity: .96;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px; 
	-webkit-box-shadow: 0 1px 7px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 7px rgba(0,0,0,.4);
	box-shadow: 0 1px 7px rgba(0,0,0,.4); 
}

#ql_menu{
	position:absolute; top:0px; left:0px;
	width:160px !important;
	margin-top:10px;
	padding:0;
	background-color:#fff;
	FILTER: alpha(opacity=96);
	-moz-opacity: .96;
	opacity: .96;
	-khtml-opacity: .96;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; 
	-webkit-box-shadow: 0 1px 7px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 7px rgba(0,0,0,.4);
	box-shadow: 0 1px 7px rgba(0,0,0,.4); 
}

#nav_menus ul, #ql_menu ul {
	list-style-type:none;
	padding:0 0 0 0;
	margin:15px 5px 5px 5px;
}


#ql_menu a{ 
	color:#616d2d !important; 
	padding:2px 6px 2px 18px !important;
	}

#nav_menus a, #ql_menu a {
	-webkit-transition: background 0.15s linear;
	-moz-transition: background 0.15s linear;
	-o-transition: background 0.15s linear;
	transition: background 0.15s linear;
	display:block;
	text-decoration:none;
	padding:7px 6px 5px 18px;
	color:#616d2d;
	margin:0;
font-size:1.167em;

}

#nav_menus a:hover, #ql_menu a:hover{
	background:#670202;
	color:#fff;
	filter: alpha(opacity=100);
}

#ql_menu{
	font-size:10px;
	width:225px;
}

#ql_menu br{ 
	display:none; 
	}

.off { display: none; }
.captionbox {
	position: absolute;
	right: calc(50% - 500px);
	top: 300px;
	width: 320px;
	padding: 20px;
	background: rgba(0,0,0, .5);
	color: #fff;
	font-size: 14px;
	line-height: 1.5
}

.captionbox h1 {
	color: #fff;
	text-transform: uppercase;
	line-height: 1.4;
	font-size: 24px;
	font-weight: 400;
	position: relative;
}
.captionbox h1:before {
	position: absolute;
	bottom: -7px;
	content: '';
	height: 3px;
	width: 100px;
	background: #616d2d;
}

.captionbox a {
	text-transform: uppercase;
	color: #b5ba98;
}