@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, 
dl, dt, dd, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th,
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
	------------------	*/

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
}

p,ol,ul,dl,address{margin-bottom:1.5em;}

.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: 24px.
		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 {
background-image: url(images/bodybg_01.gif);
background-repeat: repeat-x;
background-color: #EAF2FA;
margin: 0px;
color: #0A569D;
}

#container {
width: 739px;
background-image: url(images/containerbg_17.gif);
background-repeat: repeat-y;
margin-left: auto;
margin-right: auto;
}

#banner {
background-image: url(images/bannerbg_03.jpg);
background-repeat: no-repeat;
height: 238px;
}

#logo {
float: left;
width: 244px;
height: 122px;
margin-top: 58px;
margin-left: 16px;
}

#content {
float: right;
width: 472px;
padding: 20px 30px 20px 30px;
}

#sidebar-a {
float: left;
width: 204px;
padding-top: 20px;
margin-left: 3px;
}

#footer {
text-align: center;
background-color:#0A569D;
clear: both;
height: 160px;
width: 100%;
padding-top: 10px;
font-size: 12px;
color: #FFFFFF;
}

#testimonial {
display: block;
border: solid 2px #bad3ec;
background-color: #EAF2FA;
padding: 10px 20px;
margin-top: 22px;
margin-bottom: 22px;
}

/* -- Links -- */

#content a:link, #content a:visited {
color: #FF0000;
text-decoration: none;
}

#content a:hover {
color: #FF0000;
text-decoration: underline;
}

#footer a:link, a:visited {
color: #FFFFFF;
text-decoration: none;
}

#footer a:hover {
color: #FFFFFF;
text-decoration: underline;
}



/* -- HTML Elements -- */

h1 {
color: #0A569D;
font-size: 12px;
font-weight: bold;
display: block;
border-bottom: 1px solid #385138;
margin-bottom: 20px;
}

img {
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}


/* -- Classes -- */

.photoleft {
float: left;
padding: 5px;
border: 1px solid #0A569D;
margin-top: 8px;
margin-right: 18px;
margin-bottom: 18px;
}

.photoright {
float: right;
padding: 5px;
border: 1px solid #0A569D;
margin-top: 8px;
margin-left: 18px;
margin-bottom: 18px;
}

.photo {
padding: 5px;
border: 1px solid #0A569D;
margin-top: 8px;
margin-bottom: 18px;
}

.redbold {
font-size: 14px;
font-weight: bold;
color:#990000;
}




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

#banner {
background-image: url(images/bannerbg_03.jpg);
background-repeat: no-repeat;
background-position: -380px 0px;
height: 238px;
}

#logo {
float:left;
width: 244px;
height: 122px;
margin-top: 58px;
margin-left: 19px;
}

#container {
width: 280px;
background-image: none;
background-color: #ffffff;
margin-left: auto;
margin-right: auto;
border-left: 20px solid none;
border-right: 20px solid none;
}

#content {
float: left;
margin: 20px;
padding: 0px;
width: 240px;
}

#sidebar-a {
float: left;
width: 204px;
padding-top: 20px;
margin-left: 38px;
}

h1 {
color: #0A569D;
font-size: 12px;
font-weight: bold;
display: block;
border-bottom: 1px solid #385138;
margin-bottom: 20px;
}

.nav {
border-right: 1px solid #0a569d;
}
	
}



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

#banner {
background-image: url(images/bannerbg_03.jpg);
background-repeat: no-repeat;
background-position: -270px 0px;
height: 238px;
}

#logo {
float:left;
width: 244px;
height: 122px;
margin-top: 58px;
margin-left: 19px;
}
	
#container {
width: 436px;
margin-left: auto;
margin-right: auto;
border-left: 22px solid none;
border-right: 22px solid none;
}

#content {
float: left;
margin: 20px;
padding: 0px;
width: 396px;
}

#sidebar-a {
margin: 10px 78px 10px 0px;
padding: 0px;
width: 280px;
float: right;
text-align: center;
}





}

@media only screen and (min-width: 480px){}@media only screen and (min-width: 600px){}@media only screen and (min-width: 768px){}@media only screen and (min-width: 992px){}@media only screen and (min-width: 1382px){}@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5){}