/* BROADSHEET TEMPLATE CSS */

body {
	/*background: text-align: center;*/
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #444444;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	/*background-image: url(../img/bg.gif);*/
	background: #fff;
}

/* LINKS */

a:link {
	color: #4F82CB;
	text-decoration: none;
	
} 
a:visited {color:#4F82CB; text-decoration: none;} 
a:hover,a:active {color:#4F82CB; text-decoration: underline;}

#top  a:link {color:#4F82CB; text-decoration: none; font-weight: bold; border-bottom:none;} 
#top a:visited {color:#4F82CB; text-decoration: none;font-weight: bold;} 
#top a:hover, #top a:active {color:#4F82CB; text-decoration: underline;font-weight: bold;}

#footer  a:link {color:#444444; text-decoration: none; font-weight: bold; border-bottom:none; padding-left:10px; padding-right: 10px;} 
#footer  a:visited {color:#444444; text-decoration: none;font-weight: bold; padding-left:10px; padding-right: 10px;} 
#footer  a:hover, #footer  a:active {color:#4F82CB; text-decoration: none;font-weight: bold; padding-left:10px; padding-right: 10px;}

#bottom  a:link {color:#4F82CB; text-decoration: none; font-weight: bold; border-bottom:none;} 
#bottom a:visited {color:#4F82CB; text-decoration: none;font-weight: bold;} 
#bottom a:hover, #bottom a:active {color:#4F82CB; text-decoration: underline; font-weight: bold;}

/* LISTS */

#content ul { padding-left: 5px; margin-left: 20px; color: #444444; line-height: 18px; margin-top: 5px;margin-bottom:10px;}
#content li {
	
	padding-left: 5px;
	font-weight: normal;
}

/* TYPOGRAPHY */

p { margin: 20px; padding: 0px; margin-bottom: 10px; clear:both; }

h1 {
	font-size: 17px;
	line-height: 20px;
	color: #AD0101;
	margin: 0px 100px 100px 100px;
	padding: 0px;
	margin-bottom: 5px;
}

h3 { font-size: 11px; line-height: 15px;color: #AD0101; margin:0px; padding: 0px; margin-bottom: 5px; }
h4 { font-size: 14px; line-height: 17px;color: #AD0101; margin:0px; padding: 0px; margin-bottom: 5px; }
h5 { font-size: 12px; color: #003366; margin:0px; padding: 0px; margin-bottom: 5px; letter-spacing: 2px; }

#header h1 {
	font-size: 28px;
	line-height: 32px;
	letter-spacing: -1px;
	color: #AD0101;
	margin: 0px;
	padding: 0px;
	padding-top: 32px;
	margin-bottom: 5px;
	padding-left: 150px;
}
#header h2 {
	font-size: 15px;
	line-height: 16px;
	letter-spacing: 1px;
	color: #AD0101;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-left: 150px;
}

/* CONTAINERS */

#wrapper {
  width:100%;
  background:  url('../img/content.jpg') top left repeat-y;
  background-size: contain;
  padding: 0px;
}

#top {
  width: 100%;
  height: 19px;
  background:  url('../img/top-2.jpg') top left no-repeat;
  padding: 0px;
}

#header {
	width: 100%;
	height: 100px;
	background: transparent url(../img/header.jpg) no-repeat top left;
    background-size: 100% 100%;
 
	text-align: left;
}

#menu {
	width: 100%;
	/* height: 55px; */
	margin: 0 auto;
	/* clear: both; */
	display:block;
}

#content {
  padding: 0px; margin: 0px;
  border: 0px dashed #cccccc;
  padding-top: 0px;
  padding-bottom: 15px;
  clear:both;
  text-align: left;
  padding-left: 15px;
  border-top-color: #EFC300;
  border-top-style: solid;
  border-top-width: 7px;
}

#content #inside #middle h2 {
	font-size: 14px;
	letter-spacing: 0px;
	color: #AD0101;

	padding-left: 0px !important;
	/* margin-bottom: 10px;
	margin-top: 20px;
	margin-right: 15px;
	margin-left: 15px; */
	text-align: center;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #EFC300;
	padding-bottom: 3px;
	float: none;
	/* white-space: nowrap; */
	
}

#left {

display:none;

}

#middle {

display:inline-block !important;

}

#middle-top {

display:none;

}

img { width:70%; max-width: 600px; height:auto; float:none; display:block; margin:0 auto 0px;}

/* MENU */

#navcontainer ul
{

   padding-left: 15px;
	padding-right: 0px;
	margin-left: 0;
	margin-right: 0px;
	margin-top: 0px;
	border-bottom-color: #EFC300;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-top-color: #EFC300;
	border-top-style: solid;
	border-top-width: 0px;
	color: #AD0101;
	/* float: left; */
	width: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 15px 10px 5px; 
	background: url(../img/li-mijter.jpg) no-repeat left center;
	background-color: #FFFFFF;
	color: #AD0101;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	padding-left: 25px;

}



#navcontainer ul li a:hover
{
  background: url(../img/li-staf.jpg) no-repeat left center;
  background-color: #FFFFFF;
  color: #003366;
}



