/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html, button, input, select, textarea {
	color: #222;
}
body {
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
	vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/* ==========================================================================
   Layout
   ========================================================================== */
.editable {
}
.logo {
	margin-right: 360px;

}
#main, #sidebar {
	display: inline;
	float: left;
	margin-top: 20px;
}
#header {
	background-color: #FFF;
	height: 60px;
	margin: 0px;
}
#banner {
	height: 260px;
	background-color: #F6F6F6;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../img/bannerblue.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#intro {
	height: 120px;
	background-image: url(../img/intro_bkg.png);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#intro h1 {
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
	margin-top: 20px;
}
.nav {
	width: 919px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #205d8e;
}
#main {
	width: 680px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
	margin-left: 20px;
}
#planning {
	height: 40px;
	background-color: #004776;
	margin-top: 20px;
	-webkit-box-shadow: 0px 3px 7px 2px rgba(000, 000, 000, 0.3);
	box-shadow: 0px 3px 7px 2px rgba(000, 000, 000, 0.3);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}
#planning p {
	line-height: 40px;
	margin: 0px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px rgba(000, 000, 000, 0.8);
}
#planning p span {
	font-style: italic;
	font-weight: bold;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d4d4d4;
}
.copy {
	text-align: center;
}
#main-nav {
	clear: both;
	background-color: #004776;
	height: 40px;
}
.left_column, .right_column {
	display: inline;
	float: left;
	width: 330px;
	margin-left: 0;
}
.left_column {
	margin-right: 20px;
}
.right_column {
	margin-right: 0;
}
.slides {
	height: 260px;
	background-color: #eee;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0px 3px 7px 2px rgba(000, 000, 000, 0.3);
	box-shadow: 0px 3px 7px 2px rgba(000, 000, 000, 0.3);
}
.slidetext {
	display: inline;
	float: left;
	width: 269px;
	background-color: #666;
	height: 220px;
	padding: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ECECEC;
	background-image: url(../img/bkg1.jpg);
	background-repeat: repeat;
}
.slidetext h6 {
	font-family: 'LinuxLibertineORegular', Arial, sans-serif;
	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(000, 000, 000, 0.9);
}
.slidetext p {
	color: #ddd;
	text-shadow: 1px 1px 1px rgba(000, 000, 000, 0.9);
}
.slidepic {
	display: inline;
	float: left;
	width: 610px;
	height: 260px;
	background-color: #CCC;
}
.blurb {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 35px;
	letter-spacing: 0.1em;
	font-style: italic;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	color: #004776;
}
.logobg {
	background-image: url(../img/bar_logo.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 120px;
}
#page.logobg {
}
.dropcap {
	color: #666;
	display: block;
	float: left;
	font-size: 66px;
	line-height: 55px;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 0;
}
/************************************************************************
* Sidebar *
*************************************************************************/
#sidebar div {
	position: relative;
	z-index: 2;
	width: 200px;
}
#sidebar_top, #sidebar_bottom {
	width: 220px;
	height: 70px;
	display: block;
	position: absolute;
	left: 0;
	z-index: 1;
	top: 0;
}
#sidebar #sidebar_bottom {
	top: auto;
	bottom: 0;
}
#sidebar {
	width: 200px;
	padding-left: 20px;
	position: relative;
	background-image: url(../img/bg_sidebar_center.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 20px;
}
#sidebar_top {
	background: transparent url(../img/bg_sidebar_top.png) no-repeat top left;
}
#sidebar_bottom {
	background: transparent url(../img/bg_sidebar_bottom.png) no-repeat bottom left;
}
.sidemenu ul {
	padding: 0;
	margin: 0;
}
.sidemenu li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.sidemenu a {
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #595959;
	text-decoration: none;
	padding: 0px;
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}
.sidemenu a:visited {
	color: #595959;
}
html>body .sidemenu a { /*Non IE rule*/
	width: auto;
}
.sidemenu a:hover {
	color: black;
}

/* Contact Form */
.contactform p {
	clear: left;
	margin: 0;
	padding-left: 120px;
	height: 1%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ccc;
	padding-right: 0;
	line-height: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.contactform label {
	font-weight: normal;
	float: left;
	margin-left: -120px; /*width of left column*/
	width: 120px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.contactform input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
	padding: 3px;
	border: 1px solid #ccc;
}
.contactform textarea {
	width: 198px;
	max-width: 198px;
	height: 150px;
	padding: 3px;
	margin-top: 4px;
	border: 1px solid #ccc;
}
.contactform input:focus, .contactform select:focus, .contactform textarea:focus {
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
	border: 1px solid #999;
}
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/


.send {
	margin-left: 125px;
}
.formbutton {
	cursor: pointer;
	border: outset 1px #ccc;
	color: #444;
	font-weight: normal;
	background-image: url(images/highlight.png);
	background-repeat: repeat-x;
	background-position: left top;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: 2px 2px 3px #ccc;
	box-shadow: 2px 2px 3px #ccc;
	font-size: 14px;
	background-color: #e4b53f;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 7px;
}
.formbutton:hover {
	color: #222;
	-webkit-box-shadow: 2px 2px 3px #fff;
	box-shadow: 2px 2px 3px #fff;
}
.contactform .last {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c7c7c7;
}
label.error {
	color: red;
	vertical-align: top;
	margin-left: 0px;
	clear: left;
	width: 320px;
	font-style: italic;
}




/* ==========================================================================
   Typography
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
	color: #004776;
}
@font-face {
	font-family: 'LinuxLibertineORegular';
	src: url('../LinLibertine_R-webfont.eot');
	src: url('../LinLibertine_R-webfont.eot?#iefix') format('embedded-opentype'), url('../LinLibertine_R-webfont.woff') format('woff'), url('../LinLibertine_R-webfont.ttf') format('truetype'), url('../LinLibertine_R-webfont.svg#LinuxLibertineORegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
h1.fontface {
	letter-spacing: 0;
	font-family: 'LinuxLibertineORegular', Arial, sans-serif;
	font-size: 36px;
	line-height: 40px;
}
h2.fontface {
	font: 24px/28px 'LinuxLibertineORegular', Arial, sans-serif;
	letter-spacing: 0;
}
h3.fontface {
	letter-spacing: 0;
	font-family: 'LinuxLibertineORegular', Arial, sans-serif;
	font-size: 28px;
	line-height: 60px;
	font-weight: normal;
}
h4.fontface {
	font: 24px/28px 'LinuxLibertineORegular', Arial, sans-serif;
	letter-spacing: 0;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #555;
	line-height: 150%;
}
.pullout {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #d4d4d4;
	border-bottom-color: #d4d4d4;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 20px;
}
h5.teaserhead {
	letter-spacing: 0;
	font-family: 'LinuxLibertineORegular', Arial, sans-serif;
	font-size: 22px;
	line-height: 40px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-top: 20px;
	margin-bottom: 20px;
}
.teaser p {
	font-size: 11px;
	line-height: 140%;
}
.teaser a:link {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #006;
}
.teaser a:hover {
}
.teaser h6 {
	letter-spacing: 0;
	font-family: 'LinuxLibertineORegular', Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}
.teaser img {
	border: 1px solid #fff;
	padding: 3px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 1px 2px 2px rgba(000, 000, 000, 0.2);
	box-shadow: 0px 1px 2px 2px rgba(000, 000, 000, 0.2);
	margin-bottom: 15px;
}
.col {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 9px;
	border: 1px solid #d7d7d7;
}
ul.standard {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #555;
	line-height: 150%;
}
ul.standard li{
	list-style-type: disc;
	margin-left: 25px;
}

span.pulled-right {
	display: block;
	float: right;
	padding: 0 0 0 10px;
	margin: 0 0 10px 10px;
	width: 170px;
	font-size: 1.3em;
	line-height: 1.2em;
	text-align: right;
	color: #777;
	border-left: 2px solid #ccc;
	font-style: italic;
}
span.pulled-left {
	display: block;
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10px 10px 0;
	width: 170px;
	font-size: 1.3em;
	line-height: 1.2em;
	text-align: left;
	color: #777;
	border-right: 2px solid #ccc;
	font-style: italic;
}

.greybox {
	padding: 10px;
	background-color: #eee;
	margin-bottom: 20px;
	background: -moz-linear-gradient(top, #eee, #fff);
	background: -webkit-gradient(linear, center top, center bottom, from(#eee), to(#fff));
	border: 1px solid #ddd;
}
.greybox p {
	margin-left: 10px;
}
.greybox p:last-child {
	margin-bottom: 0px; 
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.button {
	-moz-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
	box-shadow: inset 0px 1px 0px 0px #bbdaf7;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background: -moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color: #79bbff;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #84bbf3;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #528ecc;
}
.button:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background: -moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color: #378de5;
}
.button:active {
	position: relative;
	top: 1px;
}
.iconlist
{
	list-style: none;
	margin: 0;
	padding: 0;

}

li.pdf
{
	background-image: url(../img/filetype_pdf.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin-top: 0.4em;
	margin-right: 0;
	margin-bottom: 0.4em;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 40px;

}
.iconlist li a {
	text-decoration: none;
	color: #444;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
}
.iconlist li a:hover {
	text-decoration: none;
	color: #111;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
	font-family: 'LinuxLibertineORegular', Arial, sans-serif;
	font-size: 30px;
	line-height: 34px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
 *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
* {
	background: transparent !important;
	color: #000 !important; /* Black prints faster: h5bp.com/s */
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
/*
     * Don't show links for images, or javascript/internal links
     */

.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group; /* h5bp.com/t */
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
 margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
