/*	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, 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;}

/*img {
max-width: 100%;
-ms-interpolation-mode: bicubic;
}*/


:focus { outline: none; }

/*---------Independent of Layout---------*/
	

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/background_b.jpg);
	background-repeat: repeat;
	margin-top: 50px;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}

.clear { clear: both; }

a {
	color: #0000BB;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	background-color: #3973E6;
	color: #FFFFFF;
	text-decoration: underline;
}

.underline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B5B7FF;
}

.rightrule {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3973E6;
}

.center {
	text-align: center;	
}

ul { margin-left:15px;}
ul li {
	margin:10px;
	line-height: 15px;
}
ol {
	margin-left: 20px;
}

.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

.img_right { /* Image sticks to the right */
	width:auto;
	float:right;
	margin:5px 5px 5px 15px;
}

.img_middle {
	width: auto;
	vertical-align: middle;
	margin:5px 5px 5px 5px;
}

.img-max {
	max-width: 100%;	
}


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


#container {
	width: 799px;
	margin: 0 auto;
}

#header img{
	max-width: 100%;
}

.bar {
	width: 760px;
	padding: 15px 10px;
	background-color: #00bb55;	
	border-left: solid 20px #00cc66;
}

#main {
	width: 800px;
	background-color: #3366cc;	
}

#sidenav {
	width: 230px;
	float: left;	
	padding: 15px;
	position: relative;
}

.active {
	width: 260px;
	margin-left: -15px;
	background-color:#3973E6;
	padding: 5px 15px 5px 0;	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color:#3366cc;
}

.active div {
	width: 230px;
	margin-left: 15px;	
}

#center {
	width: 459px;
	float: left;
	background-color: #fff;	
	padding: 15px 40px 35px 40px;
	font-size: 14px;
	color: #666666;
	text-align: left;
	line-height: 17px;
}

.date {
	color: #AAAAAA;
	font-weight: bold;
	font-size: 12px;	
}

.menubox {
	text-align: right;
	vertical-align: top;
	padding: 15px 0;
	line-height: 20px;
}

.menubox a, #sidenav a, #footer a {
	color: #BBBBBB;
	font-size: 12px;
	font-weight: normal;	
}

.menubox a:hover, #sidenav a:hover, #footer a:hover {
	color: #fff;
	}


.images-board {
	padding: 15px 0px 0px 20px;
	border: none;
}
.toprule-menubox {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B5B7FF;
	padding-top: 15px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #AFB6E6;
}

.boardcopy {	
	color: #666666;
}

#footer {
	width: 800px;
	text-align: center;
	margin: 20px 0 10px 0;
	background-color: #3366cc;
	color: #bbbbbb;	
	padding-bottom: 2px;
}


.copyright {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B5B7FF;
	padding-top: 5px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #3366cc;
}


h1 {
	font-size: 18px;
	color: #00b55a;
	padding-bottom: 5px;
}

h2 {
	font-size: 16px;
	color: #3366cc;
	padding-bottom: 5px;
}

.bold {
	font-weight: bold;	
}

.big-bold {
	font-size: 16px;
	font-weight: bold;	
}

.blucopy {
	font-size: 14px;
	color: #3366cc;
	line-height: 20px;
}

.blucopysm {
	font-size: 11px;
	color: #AFB6E6;
	line-height: 15px;
}
.blkcopysm-board {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

.newwindowbox-board {
	border: 1px solid #B5B7FF;
}

.newwindowbox-board td {
	height: 140px;
	vertical-align: middle;	
}

.whitecopy {
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.whitecopysm {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 20px;
}

/* Style the CAPTCHA form */
	#protectwebform_link_audio img, #protectwebform_link_reload img, #protectwebform_image_block img {
		display:inline;
		margin: 0 5px 3px;
	}

.mobile {
	display: none; /* This is for the mobile menu, this keeps it hidden in the bigger versions */
}

/*		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) {

#container {
	width: 750px;
}

.bar {
	width: 710px;
}

#main {
	width: 750px;
	background-color: #3366cc;	
}

#center {
	width: 409px;
}

#footer {
	width: 750px;
}

#footer a {
	font-size: 11px;	
}
	
}

/*		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: 479px) {
body {
	margin-top: 25px;
}

.mobile {
	display: block;
}

.menu-hidden {
	display: none;
}

.menu-unhidden {
	display: block;	
}

#container {
	width: 300px;
}

.bar {
	width: 260px;
}

#main {
	width: 300px;
	background-color: #3366cc;	
}

.menubox {
	text-align: left;
	padding: 0;
}

#center {
	width: 269px;
	padding: 15px;
}

#footer {
	width: 300px;
}

#footer a {
	font-size: 11px;	
}

.none {
	display: none;	
}
}

/*		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 {
	margin-top: 25px;
}

.mobile {
	display: block;
}

.menu-hidden {
	display: none;
}

.menu-unhidden {
	display: block;	
}

#container {
	width: 500px;
}

.bar {
	width: 460px;
}

#main {
	width: 500px;
	background-color: #3366cc;	
}

.menubox {
	text-align: left;
	padding: 0;
}

#center {
	width: 469px;
	padding: 15px;
}

#footer {
	width: 500px;
}

#footer a {
	font-size: 11px;	
}

.none {
	display: none;	
}
}

