@charset "utf-8";
/* CSS Document */

/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/


/*	Resets
	------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}



/*	Typography presets
	------------------	*/

.gigantic {
	font-size: 110px;
	line-height: 120px;
	letter-spacing: -2px;
}

.huge, h1 {
	font-size: 68px;
	line-height: 72px;
	letter-spacing: -1px;
}

.large, h2 {
	font-size: 42px;
	line-height: 48px;
}

.bigger, h3 {
	font-size: 26px;
	line-height: 36px;
}

.big, h4 {
	font-size: 22px;
	line-height: 30px;
}

body {
	font: 15px/19px Arial, Helvetica, sans-serif;
}

.small, small {
	font-size: 13px;
	line-height: 18px;
}

/* Selection colours (easy to forget) */

::selection 	 	{background: rgb(255,255,158);}
::-moz-selection 	{background: rgb(255,255,158);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}



/*		Default Layout: 992px. 
		Gutters: 0px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

body {
	width: 100%;
	padding: 0;
	background: rgb(255,255,255);
	color: #222;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

p, ul, ol {
	margin-bottom: 1em;
}
ul, ol {
	padding-left: 35px;
}

div#shell {
	width: 992px;
	margin: 0 auto;
	text-align: center;
}

div#header-top {
	width: 992px;
	margin: 0 auto;
}

div#column-left {
	float: left;
	width: 259px;
}

img#logo {
	margin-top: 12px;
}

/* MAIN NAV: BEGIN */
div#main-nav {
	margin-top: 35px;
	background-color: #fff;
}
div.main-nav-header {
	padding: 2px 0;
	font-size: 17px;
	font-weight: normal;
	background-color: #223e92;
	color: #fff;
	text-align: center;
}
div.main-nav-block {
	width: 247px;
	background-color: #f6c777;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
}
div.main-nav-block ul {
	margin: 0;
	padding: 10px 5px 10px 30px;
}
div.main-nav-block ul li {
	margin: 3px 0;
	color: #223e92;
}
div.main-nav-block ul li a {
	padding: 2px;
}
div.main-nav-block a:link, div.main-nav-block a:visited {
	color: #223e92;
	text-decoration: none;
}
div.main-nav-block a:active, div.main-nav-block a:hover {
	color: #fff;
	background-color: #223e92;
	text-decoration: none;
}
/* MAIN NAV: END */

div#column-right {
	text-align: left;
}

/* TOP NAV: BEGIN */
div#top-nav {
	margin-top: 25px;
	float: right;
}
div#top-nav ul {
	margin: 0;
}
div.top-nav-shell {
	float: left;
}
div.top-nav-header-a {
	padding-left: 25px;
	color: #5391cd;
	background-color: #fff;
	font-size: 18px;
	line-height: 13px;
}
div.top-nav-block-a {
	width: 234px;
	height: 170px;
	background-color: #5391cd;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
}
div.top-nav-header-b {
	padding-left: 25px;
	color: #203e90;
	background-color: #fff;
	font-size: 18px;
	line-height: 13px;
}
div.top-nav-block-b {
	float: left;
	width: 235px;
	height: 170px;
	background-color: #203e90;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
}
div.top-nav-header-c {
	padding-left: 25px;
	color: #0079c2;
	background-color: #fff;
	font-size: 18px;
	line-height: 13px;
}
div.top-nav-block-c {
	float: left;
	width: 234px;
	height: 170px;
	background-color: #0079c2;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
}
div.top-nav-block-a ul, div.top-nav-block-b ul, div.top-nav-block-c ul {
	padding: 10px 5px 10px 30px;
}
div.top-nav-block-a ul li, div.top-nav-block-b ul li, div.top-nav-block-c ul li {
	margin: 3px 0;
	color: #fff;
}
div.top-nav-block-a ul li a, div.top-nav-block-b ul li a, div.top-nav-block-c ul li a {
	padding: 2px;
}
div.top-nav-block-a a:link, div.top-nav-block-a a:visited, div.top-nav-block-b a:link, div.top-nav-block-b a:visited, div.top-nav-block-c a:link, div.top-nav-block-c a:visited {
	color: #fff;
	text-decoration: none;
}
div.top-nav-block-a a:active, div.top-nav-block-a a:hover {
	color: #5391cd;
	background-color: #fff;
	text-decoration: none;
}
div.top-nav-block-b a:active, div.top-nav-block-b a:hover {
	color: #203e90;
	background-color: #fff;
	text-decoration: none;
}
div.top-nav-block-c a:active, div.top-nav-block-c a:hover {
	color: #0079c2;
	background-color: #fff;
	text-decoration: none;
}
/* TOP NAV: END */

div#body-content {
	float: right;
	width: 693px;
	margin: 20px 0;
	padding-right: 10px;
	text-align: justify;
}

h1 {
	display: block;
	margin: 0 0 1em 0;
	padding: 0;
	color: #223e92;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 	22px;
	line-height: normal;
	text-align: left;
}

h2 {
	display: block;
	margin: 0 0 1em 0;
	padding: 0;
	color: #0079c2;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 	18px;
	line-height: normal;
	text-align: left;
}

.highlight {
	color: #d64937;
}

div#footer {
	clear: both;
	width: 992px;
	padding: 15px 0;
	text-align: center;
}

a:link		{ color: #0079c2; text-decoration: underline }
a:visited	{ color: #223e92; text-decoration: underline }
a:active	{ color: #d64937; text-decoration: underline }
a:hover		{ color: #d64937; text-decoration: underline }

/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	body {
		width: 712px;
		padding: 48px 28px 60px;
	}
}



/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
	
	body {
		width: 252px;
		padding: 48px 34px 60px;
	}
	
}



/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	body {
		width: 436px;
		padding: 36px 22px 48px;
	}
	
}

