
/* GENERAL */

body {
	margin: 0px;
	min-width: 1000px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #706f6f;
	background-color: #ffffff;
	background-image: url(/static/images/page-background.gif);
	background-repeat: repeat;
	background-position: left top;
}

html,
body {
   height:100%;
}

#page {
   min-height: 100%;
   position: relative;
}

a {
	color: #006faa;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, pre {
	margin-top: 0px;
	margin-bottom: 15px;
}

h1 {
	font-size: 22px;
	font-weight: 700;
	color: #002b5d;
}

h2 {
	font-size: 20px;
	font-weight: 700;
	color: #002b5d;
}

h3 {
	font-size: 18px;
	font-weight: 700;
	color: #002b5d;
}

h4 {
	font-size: 16px;
	font-weight: 700;
	color: #002b5d;
}

h5, h6 {
	font-size: 14px;
	font-weight: 700;
	color: #002b5d;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

pre {
	white-space: normal;
}

img {
	border: none;
}

form {
	margin: 0px;
	padding: 0px;
}

/* MISCELLANEOUS */

.bold {
	font-weight: bold;
}

.no-bold {
	font-weight: normal;
}

.italic {
	font-style: italic;
}

.no-italic {
	font-style: normal;
}

.underline {
	text-decoration: underline;
}

.no-underline {
	text-decoration: none;
}

.strike {
	text-decoration: line-through;
}

.no-strike {
	text-decoration: none;
}

.wrap {
	white-space: normal;
}

.no-wrap {
	white-space: nowrap;
}

.hidden {
	display: none;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.indent {
	margin-left: 15px;
}

/* TEXT */

.normal-text {
	font-size: 14px;
}

.small-text {
	font-size: 13px;
}

.xsmall-text {
	font-size: 12px;
}

.xxsmall-text {
	font-size: 11px;
}

.large-text {
	font-size: 16px;
}

.xlarge-text {
	font-size: 18px;
}

.xxlarge-text {
	font-size: 20px;
}

.xxxlarge-text {
	font-size: 22px;
}

/* COLORS */

.black {
	color: #000000;
}

.blue {
	color: #003399;
}

.gray {
	color: #808080;
}

.red {
	color: #ff0000;
}

.orange {
	color: #ff6600;
}

.green {
	color: #339900;
}

.pink {
	color: #ff00ff;
}

/* CLEAR */

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

/* ALIGN */

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-top {
	vertical-align: top;
}

.align-middle {
	vertical-align: middle;
}

.align-bottom {
	vertical-align: bottom;
}

/* FLOAT */

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* WRAPPER */

div.div-wrapper {
	clear: both;
	height: 0px;
	overflow: hidden;
}

/* CONTAINER */

div#container {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
   	padding-bottom: 115px;
	width: 840px;
}

/* CONTAINER > MENU */

div#container div#menu {
	width: 840px;
	height: 270px;
	background-color: #fafafa;
	background-image: url(/static/images/menu-background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* CONTAINER > BAR */

div#container div#bar {
	margin-top: 5px;
	width: 840px;
	height: 30px;
}

/* FOOTER CONTAINER */

div#footer-container {
	position: absolute;
   	bottom:0;
	margin-top: 20px;
	padding: 30px 0px;
	width: 100%;
	height: 40px;
	background-color: #fafafa;
}

/* FOOTER CONTAINER > FOOTER */

div#footer-container div#footer {
	margin: 0px auto;
	width: 840px;
	color: #002b5d;
	text-align: center;
}

/* SOCIAL */

div#socialShare {
	margin-top: 1em;	
}

div#socialShare > * {
	float: left;
	margin-right: 5px;	
}

div#facebookPageLike {
	padding-bottom: 1em;	
}

div#facebookPageLike > * {
	float: left;
}

div#facebookPageLike > *:first-child {
	margin-right: 1em;
}