/*
-----------------------------------------------
Doc:		Fitkau Screen Master
Author:		Fospo Design
Version:	30 Dec 2011
----------------------------------------------- */


/* Reset
----------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ul, li {
	/*list-style: none;*/
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
}

table,td,th {
	vertical-align: middle;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	outline: 0;
}

a img {
	border: none;
}

input,button,textarea,select,optgroup,option { 
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}


/* Basic
----------------------------------------------- */

html {
	/*background: #FF3300 url( ../img/fnc/bgd.png );*/
	background: #293A4B;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: 'Droid Sans', Lucida Grande, Arial, sans-serif;
	font-size: 80%;
	line-height: 1.75;
	text-align: center; 
	color: #666;
}


/* Clearfix
----------------------------------------------- */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}


/* Typo
----------------------------------------------- */

h1 {
	font:normal 24px/1em "Droid Sans", Helvetica, Arial, sans-serif;
	color: #FF3300;
	margin: 20px 0;
	display: block;
}

h2 {
	font:normal 18px/1.3em "Droid Sans", Helvetica, Arial, sans-serif;
	margin: 30px 0 40px 0;
	display: block;
}

p { margin: 0 0 15px 0; }

a { color: #FF3300; text-decoration: none; }
a:visited { color: #FF3300; }
a:hover { color: #333; text-decoration: underline; }
a:active { color: #333; }


/* Container
----------------------------------------------- */

#wrapper {
	width: 930px;
	margin: 40px auto 0 auto;
	text-align: left;
	padding: 10px;
	background: #FFF;
	-webkit-box-shadow: 5px 5px 10px rgba( 0, 0, 0, 0.3 );
	-moz-box-shadow: 5px 5px 10px rgba( 0, 0, 0, 0.3 );
	box-shadow: 5px 5px 10px rgba( 0, 0, 0, 0.3 );
}


/* header
----------------------------------------------- */

#header {
	position: relative;
	width: 100%;
	height: 300px;
}

#logo {
	position: relative;
	width: 280px;
	height: 300px;
	float: left;
}

#slideshow {
	position: relative;
	width: 650px;
	height: 300px;
	background: transparent;
	overflow: hidden;
}

#slideshow img {
	border: none;
	position: absolute;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

#header-image {
	width: 650px;
	height: 300px;
	overflow: hidden;
	position: relative;
}


/* Main Navigation
----------------------------------------------- */

#menu { 
	height: 45px;
	width: 100%;
	display: block;
	background: #FF3300 url( ../img/fnc/bgd_menu.gif ) top left repeat-x;
}

#menu ul { 
	margin-left: 280px;
	height: 45px; 
	background: url( ../img/fnc/menu.gif ) no-repeat;
}

#menu ul li { 
	list-style: none;
	float: left;
}

#menu ul li a { 
	display: block; 
	height: 45px; 
	width: 140px; 
	text-decoration: none;
	text-indent: -9999px;
	background: none;
}

#hm1 { left: 0px; width: 140px;}
#hm2 { left: 140px; width: 135px;}
#hm3 { left: 275px; width: 95px;}

#hm1 a:hover { width: 140px; background: transparent url( ../img/fnc/menu.gif ) 0px -45px no-repeat;}
#hm2 a:hover { width: 135px; background: transparent url( ../img/fnc/menu.gif ) -140px -45px no-repeat;}
#hm3 a:hover { width: 95px; background: transparent url( ../img/fnc/menu.gif ) -275px -45px no-repeat;}

#hm1 a.active { width: 140px; background: transparent url( ../img/fnc/menu.gif ) 0px -90px no-repeat;}
#hm2 a.active { width: 135px; background: transparent url( ../img/fnc/menu.gif ) -140px -90px no-repeat;}
#hm3 a.active { width: 95px; background: transparent url( ../img/fnc/menu.gif ) -275px -90px no-repeat;}


/* Color Top-Bar
----------------------------------------------- */

#c2 {
	width: 100%;
	height: 20px; 
	background: #BBCCDD; 
	display: block;
}

#c3 {
	width: 280px;
	height: 20px;
	background: #AABBCC;
	float: left;
}


/* Content Divs
----------------------------------------------- */

#outer { 
	width: 100%;
	background: url( ../img/fnc/bgd-content.gif ) repeat-y;
	background-repeat: repeat-y;
}

#left {
	width: 280px;
	float: left;
	color: #4D4D4D;
}

#content {
	width: 650px;
	background: #FFF;
	float: right;
}

.content-inner {
	padding: 20px 0 0 20px;
}

.left-inner {
	padding: 80px 0 0 0;
}

.left-inner p {
	padding: 0 20px;
}


/* Portrait
----------------------------------------------- */

.bio {
	position: relative;
	float: left;
	width: 340px;
	/*background: #e1e1e1;*/
	border-right: 1px solid #BBCCDD;
	margin-right: 20px;
	padding-right: 20px;
}

.column {
	position: relative;
	float: right;
	width: 240px;
	/*background: #f4f4f4;*/
}

.location-box {
	position: relative;
	float: left;
	margin-right: 40px;
}

.first {
	padding-right: 40px;
	border-right: 1px solid #BBCCDD;
}


/* Sub Navigation
----------------------------------------------- */

#submenu { 
	width: 100%;
	margin-bottom: 30px;
	/*text-transform: uppercase;*/
}

#submenu ul { list-style: none; }

#submenu li { 
	list-style: none; 
	padding-left: 10px;
	border-bottom: 1px solid #FFF;
	background: url( ../img/fnc/arrow.gif ) 12px .8em no-repeat;
}

#submenu li a { 
	display: block;
	color: #4D4D4D;
	text-decoration: none;
	padding: 0.4em 20px;
}

#submenu a:hover { color: #191919;}

#submenu a.active { 
	color: #8E7D2C; 
	background: url( ../img/fnc/arrow_down.gif ) 1px .8em no-repeat;
}

#submenu li li { 
	border-top: 1px solid #FFF; 
	border-bottom: 0; 
	background: url( ../img/fnc/arrow.gif ) -200px .8em no-repeat; 
}

#submenu li li a {
	display: block; 
	color: #8E7D2C; 
	text-decoration: none; 
	padding-left: 10px;
}


/* Misc Lists
----------------------------------------------- */

ul.mainlist {
	list-style: square !important;
	padding-left: 15px;
	margin-top: 15px;
	margin-bottom: 20px;
}


/* Secretary
----------------------------------------------- */

ul.sekbox {
	list-style: none;
	margin: 10px 0 0 20px;
}

ul.sekbox li {
	width: 200px;
	padding: 15px;
	margin-right: 40px;
	font: 12px/18px Verdana, Lucida Grande, Arial, Sans-Serif;
	border: 1px solid #BBCCDD;
	color: #555;
	text-decoration: none;
	float: left;
	position: relative;
}

ul.sekbox li img {
	width: 200px;
	height: 200px;
	vertical-align: top;
	border: none;
	float: left;
	margin-bottom: 10px;
	background: #BBCCDD;
}


/* Footer
----------------------------------------------- */ 

#footer {
	width: 100%;
	height: 30px;
	color: #999;
	margin-top: 10px;
	padding-top: 10px;
	text-align: left;
	border-top: 1px solid #BBCCDD; 
}

#footerLink {
	float: left;
	width: 255px;
	margin-right: 20px;
}

#footer a { color: #666; text-decoration: none;}
#footer a:visited { color: #666;}
#footer a:hover { color: #666; text-decoration: underline;}
#footer a:active { color: #666;}
