/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden], .hidden { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */

/*border-color: #001539*/

body, html {
    /*
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,229,185,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,229,185,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,229,185,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,229,185,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,229,185,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(top, rgba(255,229,185,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe5b9', endColorstr='#ffffff',GradientType=0 );
	*/
	min-height:100%;
}

#container {
	color: #003366; /*#002B54*/
	font-family:Arial, sans-serif;
	font-size:14px;
	margin:0 auto;
	width:975px;
}

header {
	background:#fff;
	border:1px solid #001539;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	
	margin:20px 0;
	width:973px;
}

h1 a {
	background:url('../images/header-logo.png') top left no-repeat transparent;
	display:block;
	height:109px;
	width:963px;
}

h1 a span {
	display:none;
}

nav ul li {
    background: none #003366; /*#001836*/

	border-top:1px solid #001539;
	border-left:1px solid #001539;
	border-right:1px solid #001539;
	
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	
	display:block;
	float:left;
	
	margin-right:1px;
}

nav ul li.active {
	background: rgb(210,211,213); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(210,211,213,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,211,213,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(210,211,213,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(210,211,213,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(210,211,213,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(210,211,213,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d3d5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

nav ul li a {
	color:#fff;
	display:block;
	padding:10px 40px;
	text-transform:uppercase;
}

nav ul li.active a {
	color: #003366; /*#002B54*/
}

div#main {
	background:#fff;
	border-bottom:1px solid #001539;
	border-left:1px solid #001539;
	border-right:1px solid #001539;
	-webkit-border-radius: 7px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 7px;
	-moz-border-radius-topleft: 0;
	border-radius: 7px;
	border-top-left-radius: 0;
	
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	
	clear:left;
	
	margin-bottom:20px;
	
	padding:30px 10px 20px 10px;
	
	width:953px;
}

div#main a {
	color:#c79d88;
	border-bottom:1px solid #c79d88;
}

div#main a:hover {
	border:0;
}

#col-left, #col-right {
	float:left;
}

#col-left {
	margin-right:20px;
	width:725px;
}

#col-right {
	padding-top:35px;
	width:208px
}

#slideshow {
	float:left;
	height:321px;
	margin:0 10px 0 0;
	width:475px;
}

#slideshow img {
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

footer {
	clear:both;
	padding:25px 0;
}

#footer-col-1, #footer-col-2, #footer-col-3 {
	float:left;
}

#footer-col-1 {
	border-bottom:1px solid #001539;
	border-left:1px solid #001539;
	border-right:1px solid #001539;
	border-top:1px solid #001539;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	
	height:69px;
	margin:0 10px 20px 0;
	/*overflow:hidden;*/
	width:735px;
	
	position:relative;
}

#footer-col-1 img {
	left:0;
	position:absolute;
top:0;
}

#footer-col-2 {
	/*background:#fff;
	border-bottom:1px solid #001539;
	border-left:1px solid #001539;
	border-right:1px solid #001539;
	border-top:1px solid #001539;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	
	font-size:18px;
	font-weight:bold;
	
	height:69px;
	line-height:69px;
	
	margin-right:10px;

	padding:0 25px;*/
}

#footer-col-2 a {
	color: #003366; /*#002B54*/
}

h2 {
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0;
	margin-bottom:1em;
}

h2 span.small {
	font-size:12px;
	font-weight:normal;
	padding-left:10px;
}

p {
	margin:0;
	margin-bottom:1em;
}

label {
	display:inline-block;
	font-size:11px;
	width:80px;
}

input[type="text"] {
	background:#d4effd;
	border:0;
	font-size:11px;
	margin:0 0 5px 0;
	padding:2px 0;
	width:300px;
}

input[type="submit"] {
	background:#D4EFFD;
	border:0;
	color:#000;
	font-size:11px;
	margin:5px 0 0 285px;
	padding:5px;
}

textarea {
	background:#d4effd;
	border:0;
	font-size:11px;
	height:70px;
	width:376px;
}

ul#team {
	margin:0;
	padding:0;
} 

ul#team li {
	float:left;
	font-size:11px;
	font-weight:bold;
	list-style-type:none;
	margin:0 43px 15px 0;
	text-align:center;
	width:110px;
}

ul#team li:nth-child(5n+5) {
	margin-right:0;
}

ul#team li img {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	display:block;
	margin-bottom:15px;
}

.shadow {
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}

.rounded {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.border {
	border-bottom:1px solid #001539;
	border-left:1px solid #001539;
	border-right:1px solid #001539;
	border-top:1px solid #001539;
}

.notify{
	position:fixed;
	top:50%;
	right:50%;
	margin-left:-120px;
	width:200px;
	padding:20px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:rgba(0,0,0,0.7);
	color:#fff;
	font-weight:bold;
	text-align:center;
	z-index:999;
	display:none;
}


/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .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; }
  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; }
}
div#main #team a {text-decoration: none; color: #003366; /*#002B54*/; border:none;}