@charset "UTF-8";
body {
	font-family: "pragmatica-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:18px;
	background-color: #42413C;
	background:#436bb4 url(../images/page-bg.png) repeat top left;
	margin: 0;
	padding: 0;
	color: #5d4434;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 40px;
	padding-left: 20px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
}

h1 {
	margin-bottom: 15px;
	font-size:26px;
	line-height:28px;
	letter-spacing:-1px;
	color:#5d4434;
	font-weight:700;
	font-family: "pragmatica-web-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2 {
	font-size:20px;
	line-height:22px;
	color:#5d4434;
	margin-bottom:15px;
	font-family: "pragmatica-web-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:400;
}
h3 {
	font-size:18px;
	line-height:20px;
	color:#07325f;
	margin-bottom:20px;
	font-family: "pragmatica-web-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:400;
}
h4 {
	font-size:16px;
	line-height:18px;
	color:#5d4434;
	margin:20px;
	font-weight:400;
	padding:20px;
	background-color:#e4edfc;
}
.title {
	font-size:20px;
	line-height:22px;
	color:#5d4434;
	margin-bottom:15px;
	font-family: "pragmatica-web-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-right: 20px;
	padding-left: 10px;
}

a img { 
	border: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover img {
	-webkit-opacity: .4;
	-moz-opacity: .4;
	opacity: .4;
}
a {
	color:#5d4434;
	text-decoration:underline; 
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:visited {
	color:#5d4434;
}
a:hover, a:active, a:focus { 
	color:#ccc;
}

hr {
	border: 0;
	color:#ccc;
	background-color:#ccc;
	height:1px;
	margin:20px 20px;
}

/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 1000px;
	background-color:#fff;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
	background-color: #fff;
	margin: 0 auto;
	overflow:visible;
	height:120px;
}

.topnav {
	margin:0;
	padding:0;
	float:right;
	overflow:hidden;
}
.topnav-box {
	float:left;
	text-align:center;
	font-size:11px;
	text-transform:uppercase;
	color:#666666;
	font-family: "pragmatica-web-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color:#fff;
	margin:7px 20px 0 0;
}
.topnav-box a {
	text-decoration:none;
	color:#666;
}
.topnav-box a:visited {
	color:#666;
}
.topnav-box a:hover {
	color:#ccc;
}
.topnav-box-phone {
	float:left;
	text-align:center;
	font-size:20px;
	text-transform:uppercase;
	color:#fff;
	font-family: "pragmatica-web-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color:#ceca6a;
	padding:15px 20px;
	font-weight:400;
}

.chart {
	width:90%;
	margin:10px 20px;
}
.chart td {
	border-bottom:1px solid #ccc;
}

.frame {
	border:4px solid #fff;
	-webkit-box-shadow: 0px 0px 3px 1px #ccc;
	box-shadow: 0px 0px 3px 1px #ccc;
	margin:10px 30px 40px 30px;
}

.logo {
	float:left;
	display:block;
	margin:20px 0 0 20px;
}

.homeslides {
	background:no-repeat;
	text-align:center
}

.homeslides h1 { 
	color:#fff;  
	border:1px solid #fff; 
	padding:15px;
	margin-top:160px;
	display:inline-block;
	font-size:36px !important;
}

.homeslides h2 { 
	color:#fff;
	font-size:22px !important;  
	line-height:24px !important;
	padding-right:0;
	padding-left:0;
}

.homeslides p {
	padding-right:0;
	padding-left:0;
}

.slide h1 {
    margin-top:30px;
	margin-right:60px;
	color:#07325f;
	font-weight:400;
}
.slide h2 {
	margin-right:60px;
}

a.button, a.button:visited {
	display:inline-block;
	text-decoration:none;
	color: #fff;
	padding: 10px 20px 9px 20px;
	font-size: 15px;
	background-color:#3fa246;
	position: relative;
	cursor: pointer;
	border:none;
	text-transform:uppercase;
}
a.button:hover{
	color:#456e09;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	transition: color 0.1s linear;
}

/* MENU WIDTH SETTINGS */
#menu, #menu ul{width:auto;}
#menu ul li ul,  #menu ul li ul li {width: 180px;}
#menu ul li ul li a {width:180px; }
#menu ul li ul li ul {left:209px;}
/* MENU COLOR SETTINGS */
#menu, #menu ul li a {
background-color:none;
border-bottom:none;
}
#menu ul li a {
color: #07325f;
-webkit-transition: color 0.1s linear;
-moz-transition: color 0.1s linear;
-o-transition: color 0.1s linear;
transition: color 0.1s linear;
text-transform:uppercase;
}
#menu ul li a:hover, #menu ul li a:focus, #menu ul li a:active, #menu > ul > li:hover > a  {
color: #c7d649;
-webkit-transition: color 0.1s linear;
-moz-transition: color 0.1s linear;
-o-transition: color 0.1s linear;
transition: color 0.1s linear;
}
#menu ul li.selected > a {
color: #000;
}
#menu ul li ul li.selected > a {
color: #fff;
background-color:#99ca3c;
}
#menu ul li ul li a{
border-bottom: 1px solid #fff;
background-color:#c7d649;
color: #333;
}
#menu ul li ul li ul li a{
border-bottom: 1px solid #fff;
background-color:#dbe86e;
color: #333;
}
#menu ul li ul li a:hover, #menu ul li ul li a:focus, #menu ul li ul li a:active, #menu ul li ul li:hover > a{
color: #fff;
-webkit-transition: color 0.1s linear;
-moz-transition: color 0.1s linear;
-o-transition: color 0.1s linear;
transition: color 0.1s linear;
background-color:#dbe86e;
}
/* GENERAL MENU SETTINGS */
#menu {
/* margin:15px 10px 0 0; */
margin:15px 0 0 0;
padding:0;
font-size:16px;
float:right;
width: 620px; /* LK */
}
#menu a{
font-size: [menu-font-size];
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
}
#menu ul li {
position: relative;
float: left;
z-index: 1099;
}
#menu ul li a {
float: left;
padding: 10px 10px 0;
text-decoration: none;
font-family: "pragmatica-web-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#menu ul li.selected > a {
text-decoration: none !important;
}
#menu ul li em {
position: absolute;
left: -10001px;
top: -10001px;
}
#menu ul li ul {
display: none;
position: absolute;
left: 0;
top:100%;
z-index: 1099;
}
#menu ul li:hover > ul {
display: block;
}
#menu ul li ul li {
display: block;
float: none;
margin: 0;
font-size:14px;
}
html* #menu ul li ul li {
margin-bottom: -4px;
}
#menu ul li ul li a {
display: block;
float: none;
height: auto;
margin: 0;
padding: 10px 15px;
line-height: 1.3;
text-transform:none;
}
html* #menu ul li ul li a {
float: left;
}
#menu ul li ul li a:hover, #menu ul li ul li a:focus, #menu ul li ul li a:active, #menu ul li ul li:hover > a {
text-decoration: none;
}
#menu ul li ul li ul {
top: 0;
padding-left: 1px;
}
#menu ul li ul li ul li {
font-size: 1em;
}
#menu ul li ul li ul li a {
}
#menu img{display:none;}

.special-box {
	margin:20px;
	padding:10px;
	background-color:#f3f3f3;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.special-box input.cat_textbox {
	width:300px;
	padding:8px;
}
.title-bar {
	width: 100%;
	padding:25px 0 10px 0;
	overflow:hidden;
	background:#eef3cd url(../images/tag-line.png) no-repeat bottom right;
	/*margin-bottom:30px; --- removed becuase of shadow*/
}

.content {
	width: 100%;
	overflow:hidden;
}

.content ul {
	margin: 20px 30px 20px 20px;
}
.content li {
	margin: 5px 30px 5px 40px;
}


.quarter-col {
	float:left;
	width:25%;
	margin:0;
}
.half-col {
	float: left;
	margin:0;
	width:50%;
}
.full-col {
	width: 100%;
	overflow:hidden;
}
.third-col {
	float:left;
	width:30%;
	margin:0;
}
.third-col-webapp {
	float:left;
	width:30%;
	margin:0;
	text-align:center;
}
.third-col-webapp a {
	display:inline-block;
	text-decoration:none;
	color: #fff;
	padding: 5px 15px 4px;
	font-size: 13px;
	background-color:#3fa246;
	position: relative;
	cursor: pointer;
	border:none;
	text-transform:uppercase;
	width:150px;
	text-align:center;
}
.third-col-webapp a:visited {
	color: #fff;
}
.third-col-webapp a:hover {
	color:#456e09;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	transition: color 0.1s linear;
}
.twothird-col {
	float:left;
	width:70%;
	margin:0;
}
.twothird-col-webapp {
	float:left;
	width:70%;
	margin:0;
}
/*.twothird-col-webapp a {
	display:inline-block;
	text-decoration:none;
	color: #fff;
	padding: 5px 15px 4px;
	font-size: 13px;
	background-color:#3fa246;
	position: relative;
	cursor: pointer;
	border:none;
	text-transform:uppercase;
	text-align:center;
}
.twothird-col-webapp a:visited {
	color: #fff;
}
.twothird-col-webapp a:hover {
	color:#456e09;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	transition: color 0.1s linear;
}*/
.full-shadow {
	background: url(../images/shadow.png) no-repeat bottom center;
	padding-bottom:18px;
	margin-bottom:25px;
}

.icon-home, .icon-phone, .icon-email, .icon-map {
	padding-left:25px;
	margin-left:20px;
}
.icon-home {
	background: url(../images/icon-footer-home.png) no-repeat;
}
.icon-phone {
	background: url(../images/icon-footer-phone.png) no-repeat;
}
.icon-email {
	background: url(../images/icon-footer-email.png) no-repeat;
}
.icon-map {
	background: url(../images/icon-footer-map.png) no-repeat;
}


/* ~~ The footer ~~ */
footer {
	padding: 140px 0 20px;
	width:100%;
	margin:0 auto;
	background:#755341 url(../images/footer-bg.png) repeat-x top left;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	color:#E9D8C9;
	overflow:hidden;
}
footer h2{
	color:#E9D8C9;
}
footer ul {
	padding: 0 15px 20px 20px;
	
}
footer li {
	margin-bottom:5px;
	list-style:none;
}
footer a {
	color:#E9D8C9;
}
footer a:visited  {
	color:#E9D8C9;
}
footer a:hover {
	color:#fff;
}

footer input.cat_textbox,
textarea.cat_listbox,
select.cat_listbox {
	width: 80%;
	background-color:#5d4434;
	border:1px solid #84736c;
	padding:5px;
	color:#fff;
	margin-top:5px;
}


/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, article, figure {
	display: block;
}

/* JQuery Tab nav */
#tabs { padding: 0;  margin-left: 30px; overflow:hidden; }
#tabs li { display: block; margin-left: 0px;  }
#tabs li a { margin: 0; background: #3fa246; padding: 5px 10px; float:left; border-right: 1px solid #ccf; border-bottom: none; text-decoration: none; color: #fff; text-transform:uppercase; text-align:center; font-size: 13px;}
#tabs ul li a:hover, #tabs ul li a:focus, #tabs ul li a:active, #tabs > ul > li:hover > a  {
background: #f3f3f3;
color: #000;
}
#tabs ul li a:selected {
background: #f3f3f3;
color: #000;
}
.tab-box { 
float: left; 
clear: both; 
background: #f3f3f3; 
padding: 20px 0px; 
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
width:100%;
}

/* Scroll to the top icon */
.scrollup{
    width:44px;
    height:44px;
    opacity:0.7;
    position:fixed;
    bottom:20px;
    right:20px;
    display:none;
    text-indent:-9999px;
	background: url(../images/icon_top.png) no-repeat;
}