@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, 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
	------------------	*/

body {
font-family: Helvetica, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, sans-serif;
font-size: 14px;
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_02.jpg);
background-repeat: repeat-x;
background-position: top;
background-color: #c0e2ef;
color: #545454;
-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}

#container2 {
width: 960px;
background-color: #FFF;
padding-left: 10px;
padding-right: 10px;
margin-left: auto;
margin-right: auto;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}

#banner {
height: 265px;
margin-bottom: 0px;
}

#logo {
float: left;
width: 244px;
height: 236px;
margin-top: 9px;
margin-left: 0px;
}

#marketing {
width: 960px;
height: 415px;
clear: both;
margin-bottom: 20px;
margin-top: 0px;
z-index: 100;
}

#marketing2 {
background-image: url(images/marketing-bar_03.jpg);
background-repeat: repeat-x;
display: block;
margin-bottom: 18px;
margin-top: 0px;
height: 32px;
}

#content2 {
float: left;
margin: 20px 0px 20px 0px;
padding: 0px;
width: 650px;
}

#content2 a:link, #content2 a:visited {
color: #f00001;
text-decoration: underline;
}

#content2 a:hover {
text-decoration: none;
}

#rightcolumn {
margin: 20px 0px 20px 0px;
padding: 0px;
width: 280px;
float: right;
}

#rightcolumn p {
margin-bottom: 52px;
}

#footer {
clear: both;
height: 142px;
font-size: 12px;
line-height: 18px;
text-align: center;
padding-top: 20px;
margin-top: 0px;
color: #036bb5;
background-image: url(images/footerbg_13.jpg);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
width: 980px;
}

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

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



/* -- Nav -- */

div#nav {
float: left;
font-size: 18px;
font-weight: bold;
line-height: 38px;
padding: 0px 0px 0px 0px;
margin-top: 60px;
margin-bottom: 0px;
width: 480px;
height: 114px;
margin-left: 180px;
z-index: 9998;
border-left: 2px solid #221f20;
}

#nav ul {
margin:0;
padding:0;
list-style:none;
}

#nav ul li {
}

#nav ul li a {
color:#221f20;
padding: 2px 32px 0px 20px;
text-decoration:none;
margin-top: 0px;
border-left: 12px solid #fff;
}

div#line2 {
margin-left: 220px;
margin-top: -114px;
border-left: 2px solid #221f20;
}

/* -- Drop down menu styling -- */

#nav li ul {
background: #ffffff;
left: -999em;
margin: 30px 0 0;
padding-top: 0px;
position: absolute;
width: 202px;
z-index: 9999;
border: 1px solid #CCC;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}

#nav li ul a {
background: none;
border-bottom: 0px #ffffff solid;
padding: 8px 12px;
margin-right: 0;
width: 178px;
}

#nav li ul li a {
color:#bf0101;
font-size: 16px;
}


/* -- Top Level Rollover -- */

#nav ul li a:hover,
#nav ul li:hover > a {
text-decoration: none;
color: #221f20;
border-left: 12px solid #036bb5;
}

/* -- Drop down Rollover -- */

#nav li ul a:hover,
#nav ul li li:hover > a  {
background-color: #e5e5e5;
text-decoration: none;
color: #bf0101;
}

#nav li:hover ul {
left: auto;
}

#nav li li ul {
margin: -1px 0 0 160px;
visibility:hidden;
}

#nav li li:hover ul {
visibility:visible;
}

/*.menu-btn { display: none; }
nav { display: none; }

@media (max-width: 767px) {
div#nav  { display: none; }

.menu-btn {
display: block;
}
	
nav {display:block;}
}*/

#nav select {
display: none;
}

@media (max-width: 767px) {
#nav ul     { display: none; }
#nav select { display: inline-block; }
}


/* -- HTML -- */

h1 {
display: block;
padding: 2px 0px 2px 0px;
font-size: 18px;
line-height: 26px;
font-weight: bold;
margin-bottom: 20px;
color: #006cb7;
border-bottom: solid 1px #006cb7;
}

h2 {
padding: 2px 0px 2px 0px;
display: block;
border-bottom: solid 1px #00ab65;
border-top: solid 1px #00ab65;
font-size: 18px;
line-height: 26px;
font-weight: bold;
color: #00ab65;
margin-bottom: 10px;
}

h3 {
font-size: 16px;
font-weight: 300;
color: #fff;
background-color: #036bb5;
display: block;
margin-top: 2px;
margin-bottom: 10px;
padding: 16px 0px 16px 0px;
text-align: center;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}

h3 a:link, h3 a:visited {
color: #ffffff;
text-decoration:none;
}

h3 a:hover {
text-decoration: underline;
}

h4 {
padding: 2px 0px 2px 0px;
font-size: 18px;
line-height: 26px;
font-weight: bold;
color: #006cb7;
text-decoration: underline;
margin-bottom: 10px;
margin-top: 20px;
}

h5 {
padding: 2px 0px 2px 10px;
font-size: 16px;
line-height: 24px;
font-weight: bold;
color: #006cb7;
margin-bottom: 10px;
margin-top: 20px;
margin-left: 20px;
border-left: 2px solid #006cb7;
}

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



/* -- Classes -- */

.photoleft {
float: left;
padding: 3px 20px 20px 0px;
}

.photoleft2 {
float: left;
padding: 0px 5px 0px 0px;
margin-left: -7px;
}


.photoright {
float: right;
padding: 3px 0px 20px 20px;
}

.photoright2 {
float: right;
padding: 0px 0px 0px 0px;
}

.map {
width: 280px;
float: right;
padding: 3px 0px 20px 0px;
}

.logo {
width: 260px;
}

.zphoto {
width: 260px;
}

.slideshow {
width: 960px;
height: 415px;
}



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

body {
}

#container2 {
width: 708px;
margin-left: auto;
margin-right: auto;
border-left: 20px solid none;
border-right: 20px solid none;
}

#banner {
height: 265px;
margin-bottom: 0px;
}

#logo {
float: left;
width: 244px;
height: 236px;
margin-top: 9px;
margin-left: 0px;
}

#marketing {
width: 708px;
height: 306px;
clear: both;
margin-bottom: 20px;
margin-top: 0px;
z-index: 100;
}

#content2 {
float: left;
margin: 20px 0px 20px 0px;
padding: 0px;
width: 428px;
}

#rightcolumn {
margin: 20px 0px 20px 0px;
padding: 0px;
width: 260px;
float: right;
}

#footer {
clear: both;
height: 142px;
font-size: 12px;
line-height: 18px;
text-align: center;
padding-top: 20px;
margin-top: 0px;
color: #036bb5;
background-image: url(images/footerbg_13.jpg);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
width: 728px;
}

/* -- Nav -- */

div#nav {
float: left;
font-size: 18px;
font-weight: bold;
line-height: 38px;
padding: 0px 0px 0px 0px;
margin-top: 60px;
margin-bottom: 0px;
width: 430px;
height: 114px;
margin-left: 30px;
z-index: 9998;
border-left: 2px solid #221f20;
}

#nav ul {
margin:0;
padding:0;
list-style:none;
}

#nav ul li {
}

#nav ul li a {
color:#221f20;
padding: 2px 32px 0px 10px;
text-decoration:none;
margin-top: 0px;
border-left: 12px solid #fff;
}

div#line2 {
margin-left: 180px;
margin-top: -114px;
border-left: 2px solid #221f20;
}

/* -- Drop down menu styling -- */

#nav li ul {
background: #ffffff;
left: -999em;
margin: 30px 0 0;
padding-top: 0px;
position: absolute;
width: 202px;
z-index: 9999;
border: 1px solid #CCC;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}

#nav li ul a {
background: none;
border-bottom: 0px #ffffff solid;
padding: 8px 12px;
margin-right: 0;
width: 178px;
}

#nav li ul li a {
color:#bf0101;
font-size: 16px;
}


/* -- Top Level Rollover -- */

#nav ul li a:hover,
#nav ul li:hover > a {
text-decoration: none;
color: #221f20;
border-left: 12px solid #036bb5;
}

/* -- Drop down Rollover -- */

#nav li ul a:hover,
#nav ul li li:hover > a  {
background-color: #e5e5e5;
text-decoration: none;
color: #bf0101;
}

#nav li:hover ul {
left: auto;
}

#nav li li ul {
margin: -1px 0 0 160px;
visibility:hidden;
}

#nav li li:hover ul {
visibility:visible;
}

h1 {
display: block;
padding: 2px 0px 2px 0px;
font-size: 18px;
line-height: 26px;
font-weight: bold;
margin-bottom: 20px;
color: #006cb7;
border-bottom: solid 1px #006cb7;
}
	
.slideshow {
width: 708px;
height: 306px;
}


}



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

#container2 {
width: 260px;
margin-left: auto;
margin-right: auto;
border-left: 20px solid none;
border-right: 20px solid none;
}

#banner {
height: 213px;
margin-bottom: 10px;
}

#logo {
float: left;
width: 244px;
height: 236px;
margin-top: 9px;
margin-left: 8px;
z-index: -10;
}

#marketing {
width: 260px;
height: 112px;
clear: both;
margin-bottom: 0px;
margin-top: 0px;
}

#marketing2 {
display: block;
margin-bottom: 0px;
margin-top: 85px;
}

#content2 {
float: left;
margin: 20px 0px 0px 0px;
padding: 0px;
width: 260px;
}

#rightcolumn {
margin: 0px 0px 10px 0px;
padding: 0px;
width: 260px;
float: right;
}

#footer {
clear: both;
height: 142px;
font-size: 12px;
line-height: 18px;
text-align: center;
padding-top: 20px;
margin-top: 0px;
color: #036bb5;
background-image: url(images/footerbg_13.jpg);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
width: 280px;
}

/* -- Nav -- */

div#nav {
float: left;
font-size: 14px;
font-weight: 300;
font-family: Arial, Helvetica, sans-serif;
overflow: hidden;
padding: 0px 0px 0px 0px;
margin-top: 10px;
margin-bottom: 0px;
width: 280px;
height: 44px;
margin-left: 0px;
z-index: 9998;
text-align: center;
border-left: 0px solid #fff;
}

h1 {
display: block;
padding: 2px 0px 2px 0px;
font-size: 16px;
line-height: 24px;
font-weight: bold;
margin-bottom: 20px;
color: #006cb7;
border-bottom: solid 1px #006cb7;
}


.first-photo {
width: 280px;
float: none;
padding: 3px 0px 20px 0px;
}
	
.slideshow {
width: 260px;
height: 112px;
}

	
}



/*		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 {
}
	
#container2 {
width: 416px;
margin-left: auto;
margin-right: auto;
border-left: 22px solid none;
border-right: 22px solid none;
}

#banner {
height: 213px;
margin-bottom: 10px;
}

#logo {
float: left;
width: 244px;
height: 236px;
margin-top: 9px;
margin-left: 86px;
}

#marketing {
width: 416px;
height: 179px;
clear: both;
margin-bottom: 0px;
margin-top: 0px;
}

#marketing2 {
display: block;
margin-bottom: 0px;
margin-top: 90px;
height: 32px;
}

#content2 {
float: left;
margin: 20px 0px 0px 0px;
padding: 0px;
width: 416px;
}

#rightcolumn {
margin: 0px 78px 10px 0px;
padding: 0px;
width: 280px;
float: right;
}

#footer {
clear: both;
height: 142px;
font-size: 12px;
line-height: 18px;
text-align: center;
padding-top: 20px;
margin-top: 0px;
color: #036bb5;
background-image: url(images/footerbg_13.jpg);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
width: 436px;
}

#footer-content {
width: 280px;
margin-left: auto;
margin-right: auto;
}

#leftcolumn-f { 
 color: #333;
 margin: 0px 5px 5px 0px;
 padding: 10px 10px 10px 0px;
 width: 240px;
 position: relative;
 top: 250px;
}

#rightcolumn-f { 
 color: #333;
 margin: -200px 0px 5px 0px;
 padding: 10px 20px 10px 0px;
 width: 228px;
 float: left;
}

#copyright {
width: 240px;
margin-top: 20px;
font-size: 12px;
margin-left: 0px;
text-align: left;
}

/* -- Nav -- */

div#nav {
float: right;
font-size: 15px;
font-weight: 300;
overflow: hidden;
padding: 0px 0px;
margin-top: 10px;
margin-bottom: 0px;
width: 436px;
margin-left: 0px;
text-align: center;
}

h1 {
display: block;
padding: 2px 0px 2px 0px;
font-size: 16px;
line-height: 24px;
font-weight: bold;
margin-bottom: 20px;
color: #006cb7;
border-bottom: solid 1px #006cb7;
}
	
.slideshow {
width: 416px;
height: 180px;
}


}

@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){}

