@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(//themes.googleusercontent.com/static/fonts/oswald/v7/-WzdRTzRa5k6HlJK6-dK9Q.eot);
  src: local('Oswald Regular'), local('Oswald-Regular'), url(//themes.googleusercontent.com/static/fonts/oswald/v7/-WzdRTzRa5k6HlJK6-dK9Q.eot) format('embedded-opentype'), url(//themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
}

@font-face {
  font-family: 'Condiment';
  font-style: normal;
  font-weight: 400;
  src: local('Condiment'), local('Condiment-Regular'), url(//themes.googleusercontent.com/static/fonts/condiment/v2/H3zUdSYh9r5ccxclUWaH7j8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

* { 
zoom: 1.0; 
} 

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	min-width: 1100px;
	font-family: "Lucida Sans", sans-serif, Arial, Verdana, "Trebuchet MS";
	font-size: 16px;
}

html {
	background: url(../images/background.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #A6A8AB;
}

a:link, a:hover, a:hover, a:visited {
	color: #007DC3;
	text-decoration: bold; 
}
a:hover {
	text-decoration: underline;
	color: #006660;

}

#wrapper {
	margin: 0 auto;
	width: 1100px;
	position: relative;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 20px #111111;
	-webkit-box-shadow: 0px 0px 20px #111111;
	box-shadow: 0px 0px 20px #111111;
	background-color: #fff;
}

header {
	margin: 0;
	padding: 0;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 1100px;
	height: 266px;
}

section { display: block; }

#wrapper nav {
	margin: 0;
	width: 1100px;
	background-color: #007DC3;
	padding: 0;
	font-family: 'Oswald', sans-serif;
}
#wrapper nav ul {
	margin: 0 0 0 24px;
	padding: 4px 0 8px 0;
	list-style-type: none;
}
#wrapper nav li {
	margin: 0px 8px;
	padding: 0;
	list-style-type: none;
	display: inline;
	color: #fff;
}
#wrapper nav li a {
	padding: 0px 8px;
	font-family: 'Oswald', sans-serif;
	font-size: 23px;
	color: #fff;
	text-decoration: underline;
	text-shadow: 2px 2px 5px #000;
}
#wrapper nav li a:hover {
	color: #000;
	font-family: 'Oswald', sans-serif;
	text-shadow: 2px 2px 5px #fff;
}

#content {
	position: relative;
	padding: 24px;
	text-align: justify;
	width: 1052px;
	background-color: #fff;
}

h1 {
	margin: 0;
	font-family: Condiment, cursive;
	font-size: 42px;
	text-decoration: underline;
}

h2 {
	color: #006660;
	font-style: italic;
}

h3 {
	margin: 0;
	font-family: Condiment, cursive;
	font-size: 36px;
	text-decoration: none;
}
.cursive {
	font-family: Condiment, cursive;
	font-size: 36px;
	color: #006660;
}

#tagline {
	margin: 0;
	width: 1100px;
	background-color: #007DC3;
	padding: 0;
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	color: #fff;
	font-size: 36px;
	text-align: center;
	word-spacing:30px;
}

.blue_button {
	background: #007DC3; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDdkYzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #007dc3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#007dc3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#007dc3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#007dc3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#007dc3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#007dc3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#007dc3',GradientType=0 ); /* IE6-8 */
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	color: #fff;
	padding: 8px 12px;
	font-family: 'Oswald', sans-serif;
	text-decoration: underline;
	cursor: pointer;
	font-size: 18px;
	-webkit-box-shadow: 2px 2px 10px 0px #949494;
	box-shadow: 2px 2px 10px 0px #949494;
	text-shadow: 2px 2px #333;
	outline: 0;
	width: 200px;
}

.gray_button {
	background: #b2b2b2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IyYjJiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMmIyYjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #b2b2b2 0%, #ffffff 51%, #b2b2b2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b2b2), color-stop(51%,#ffffff), color-stop(100%,#b2b2b2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b2b2b2 0%,#ffffff 51%,#b2b2b2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b2b2b2 0%,#ffffff 51%,#b2b2b2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b2b2b2 0%,#ffffff 51%,#b2b2b2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b2b2b2 0%,#ffffff 51%,#b2b2b2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#b2b2b2',GradientType=0 ); /* IE6-8 */
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	color: #006660;
	padding: 8px 12px;
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	cursor: pointer;
	font-size: 18px;
	-webkit-box-shadow: 2px 2px 10px 0px #949494;
	box-shadow: 2px 2px 10px 0px #949494;
	outline: 0;
	width: 310px;
	margin: 24px auto;
}
.clear {
	clear: both;
	height: 0;
}

#main_content { 
	float: left;
	width: 669px;
	padding-right: 24px;
	border-right: 1px solid #000;
	display: block;
	background-color: #fff;
}

p {
	line-height: 1.75em;
	text-align: justify;
}
ul {
	line-height: 1.75em;
}
#sidebar {
	float: right;
	padding-left: 24px;
	width: 334px;
	text-align: center;
	min-height: 1500px;
	background-color: #fff;
}

#request {
	position: absolute;
	bottom: 24px;
	right: 24px;
	margin: 0px;
	padding: 24px;
	width: 288px;
	background-color: #F6F6F6;
	-webkit-box-shadow: 2px 2px 10px 0px #949494;
	box-shadow: 2px 2px 10px 0px #949494;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.stick {
	position: fixed;
	top: 0px;
}

footer {
	margin: 12px auto 2px;
	width: 1100px;
	text-align: right;
}

footer img { border: none; }


.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-size: 14px;
	line-height: 1.25em;
	text-align: left;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	white-space: normal
}
.popover.top {
	margin-top: -10px
}
.popover.right {
	margin-left: 10px
}
.popover.bottom {
	margin-top: 10px
}
.popover.left {
	margin-left: -10px
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.popover-content {
	padding: 9px 14px
}
.popover>.arrow, .popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.popover>.arrow {
	border-width: 11px
}
.popover>.arrow:after {
	border-width: 10px;
	content: ""
}
.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,.25);
	bottom: -11px
}
.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}
.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,.25)
}
.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}
.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,.25);
	top: -11px
}
.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}
.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,.25)
}
.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}