
/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html {width:100%;}

body { 	 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	color:#a3a3a3;
	min-width:980px;
	background:url(../images/foot-bg.gif) repeat 0 0;
}

.main-bg {background:url(../images/main-bg.gif) repeat 0 0;}

.bg {background:url(../images/light2.png) repeat-x center top; width:100%;}
.bg1 {background:url(../images/light.png) no-repeat center top; width:100%;}

.main {
	width:960px; 	
	padding:0;
	margin:0 auto;
	font-size:12px;
	line-height:21px;
}

a {color:#1799cf; text-decoration:none;}

.col-1, .col-2 {float:left;}

.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}
 
p {margin-bottom:21px;}
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.reg {text-transform:uppercase;}

.fleft {float:left;}
.fright {float:right;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.title {margin-bottom:18px;}

.it {font-style:italic;}

.letter {letter-spacing:-1px;}

.color-1 {color:#fff;}
.color-2 {color:#000;}
.color-3 {color:#666;}

/*********************************boxes**********************************/
.margin-bot {margin-bottom:35px;}

.spacing {margin-right:35px;}

.indent {padding:0 0 0px 30px;}
.indent2 {padding-left:50px;}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:30px;}
.indent-bot3 {margin-bottom:45px;}

.img-indent-bot {margin-bottom:25px;}
.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent-r {float:right; margin:0 0px 0px 40px;}	

.prev-indent-bot {margin-bottom:10px;}	

.buttons a:hover {cursor:pointer;}
.clear {
 clear: both;
 display: block;
 overflow: hidden;
 visibility: hidden;
 width: 0;
 height: 0;
}

.menu li a,
.list-1 li a,
.list-2 li a,
.link,
.button,
.logo {text-decoration:none;}	

/*********************************header*************************************/
header {
	width:100%;
	position:relative; 
	z-index:2;
	background:url(../images/header-bg.png) repeat-x 0 0;
}

h1 {
	padding:58px 0 0 10px; 
	position:relative;
	float:left;
	z-index:2;
}
h1 a {
	display:block; 
	width:242px; 
	height:62px; 	
	text-indent:-5000px; 
	background:url(../images/logo.png) 0 0 no-repeat;
}

h2 {
	font-family: 'Boogaloo', cursive;
	font-size:30px;
	color:#fff;
	line-height:1.2em;
	text-shadow:0 2px 2px #1d7eaf;
	font-weight:normal;
	float:left;
	padding-top:2px;
	display:inline-block;
	width:114px;
}

h3 {
	font-family: 'Boogaloo', cursive;
	font-size:30px;
	color:#081a2a;
	letter-spacing:-1px;
	line-height:1.2em;
	font-weight:normal;
	padding-top:2px;
	text-shadow: 0 0 1px #071726;
	margin-bottom:16px;
}

h6 {
	color:#55a8d5;
	font-weight:bold;
}

.logo-light {
	position:absolute;
	width:374px;
	height: 170px;
	top:14px;
	left:-94px;
	z-index:0;
	display:block;
	background:url(../images/logo-light.png) no-repeat 0 0;
}

.head-box {
	position:relative;	
	margin-bottom: 48px;
}

.head-text {
	float:left;
	color:#fff;
	padding-left: 31px;
    padding-top: 81px;
	text-shadow: 0 1px 1px #113b6c;
}

#search-form {
	background:url(../images/search-bg.png) no-repeat 0 0;
	float: right;
    height: 42px;
    margin-right: 10px;
    margin-top: 72px;
    position: relative;
    width: 201px;
}

#search-form input {
    border: 0 none;
    color: #113b6c;
    height: 21px;
    line-height: 21px;
    margin-left: 9px;
    margin-top: 10px;
    outline: none;
    width: 153px;
	background:none;
}

#search-form a {	
	background:url(../images/search-marker.png) no-repeat 0 0;
	height: 31px;
    position: absolute;
    right: 5px;
    top: 7px;
    width: 31px;
}

.head-box span {
	display:block;
	float:right;
	color:#fff;
	padding-right: 10px;
    padding-top: 81px;
	text-shadow: 0 1px 1px #113b6c;
}

#search-form a:hover {
	background-position:0 -63px;
}

/*** MENU ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	width:940px;
	margin:0 auto;	
}

nav {
	width:940px;
	margin:0 auto;
	box-shadow:0 1px 4px #184596;
	-webkit-box-shadow:0 1px 4px #184596;
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;	
	 background:url(../images/menu-bg1.gif) repeat-x 0 0 #3681c3;
	 position:relative;
}

.shadow {
	position:absolute;
	width:967px;
	height:86px;
	left: -28px;
	top:15px;
	display:block;
	z-index: -1;
	background:url(../images/shadow.png) no-repeat center 0;
}

.sf-menu li {
	float:left;
	position:relative;
	width:156px;
	background:url(../images/menu-divider.gif) repeat-y 0 0;	
}



.sf-menu a {
	display:block;
	position:relative;
	color:#fff;
	font-size:12px;
	padding-bottom: 26px;
    padding-top: 25px;	
	margin-left: 1px;
	font-weight:600;
	text-shadow:0 1px 0 #2360b3;
	text-align:center;
	background:url(../images/bg-15.png) repeat 0 0;
}

.first {
	border-radius:7px 0px 0px 7px;
     -moz-border-radius:7px 0px 0px 7px;
     -webkit-border-radius:7px 0px 0px 7px;
}

.first1 {
	background:none !important;
}
.last4 {
	background-image:url(../images/bg-15.png) !important;
	background-repeat:repeat;
}
.sf-menu > li a.active,
.sf-menu > li a:hover,
.sf-menu > li.sfHover > a {background:url(../images/menu-hover.gif) repeat-x 0 0 #4ea3d2; }

.last1 {
	width:160px !important;
}



.last {
	border-radius:0px 7px 7px 0px;
     -moz-border-radius:0px 7px 7px 0px;
     -webkit-border-radius:0px 7px 7px 0px;
}

.sf-menu ul {
	padding-bottom: 8px;
    padding-top: 10px;
	position:absolute !important;
	width:157px;
	border-radius:0px 0px 7px 7px;
     -moz-border-radius:0px 0px 7px 7px;
     -webkit-border-radius:0px 0px 7px 7px;
	 background:url(../images/menu-bg2.gif) repeat-x 0 0 #d3eaf5;
	 box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
-webkit-box-shadow:0px 2px 5px rgba(0,0,0,0.1);
}
.sf-menu ul li {
	background:url(../images/menu-divider2.png) repeat-x 0 bottom;
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
	 margin: 0 7px 0;	 
	 width: 142px;
}

.sf-menu ul li a {
	color:#000000;
	padding: 14px 5px;	
	background:url(../images/bg-15.png) repeat 0 0;
	margin:0;
	padding: 14px 0 14px 1px;
	text-shadow:none;
}

.sf-menu > li li.active,
.sf-menu > li li:hover,
.sf-menu > li li.sfHover {
	background:#fff;
	box-shadow: 1px 1px 2px #b7d8ec;
-webkit-box-shadow:1px 1px 2px #b7d8ec; 
}

.sf-menu > li li a.active,
.sf-menu > li li a:hover,
.sf-menu > li li.sfHover > a {
	background:none;
}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu ul ul {
	padding-bottom: 8px;
    padding-top: 7px;
	position:absolute !important;
	width:157px;
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
	 background:#d3eaf5;
	 box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.3);
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:62px;
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 151px;
	top:-7px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

.button1 {
	display:inline-block;
	position:relative;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:21px;
	padding:10px 22px 9px;
	border-radius:6px;
     -moz-border-radius:6px;
     -webkit-border-radius:6px;
	 background:#d3eaf5;
	 text-shadow:none;
	 margin-left:2px;
}
.button1:hover {
	background:#196ab6;
	color:#fff;
}

.button1:before,
.button1:after {
        content:"";
        position:absolute;
        z-index:-2;
        bottom:11px;
        left:9px;
        width:39%;
        height:20%;
        max-width:300px;
    -webkit-box-shadow:0 14px 6px #2170AB;
       -moz-box-shadow:0 14px 6px #2170AB;
            box-shadow:0 14px 6px #2170AB;
    -webkit-transform:rotate(-8deg);
       -moz-transform:rotate(-8deg);
        -ms-transform:rotate(-8deg);
         -o-transform:rotate(-8deg);
            transform:rotate(-8deg);
}
 
.button1:after {
    bottom: 11px;
    left: auto;
    right: 9px;
    -webkit-transform:rotate(8deg);
       -moz-transform:rotate(8deg);
        -ms-transform:rotate(8deg);
         -o-transform:rotate(8deg);
            transform:rotate(8deg);
}

.p6 {
    margin-bottom: 25px;
	display:block;
	padding-right: 47px;
}

/*********************************content*************************************/
#content {
	width:100%; 
	padding: 0 0 63px;
	position:relative;
	z-index:1;
}

																									/***** Page 1 *****/

.page1-img1 {
	float:left;
	margin-right: 10px;
	margin-top: 11px;
}

#page2 #content {
    padding: 56px 0 36px;
}
#page5 #content,
#page7 #content,
#page3 #content {
    padding: 56px 0 62px;
}

#page4 #content {
    padding: 56px 0 64px;
}

#page6 #content {
    padding: 56px 0 63px;
}

.p7 {
	background: url(../images/border2.png) no-repeat 314px 27px #f6f6f6;
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
    padding-top: 26px;	
	padding-bottom: 40px;
	position: relative;
    z-index: 9999;
	box-shadow: 0px -4px 0px rgba(0,0,0,0.06);
-webkit-box-shadow:0px -4px 0px rgba(0,0,0,0.06);
margin-top: 2px;
}

.page1-img4 {
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
	 box-shadow: 1px 2px 2px #1E79A6;
-webkit-box-shadow:1px 2px 2px #1E79A6;
height:80px;
}

.inner {
	overflow:hidden;
	background:url(../images/page1-bg1.gif) repeat-x 0 0 #1e91c9;
	border: 1px solid #3987c6;
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:4px;
	 padding: 25px 18px 23px 28px;
	 box-shadow: 0px 2px 2px #cdcdcd;
-webkit-box-shadow:0px 2px 2px #cdcdcd;
margin-bottom: 29px;
position: relative;
    z-index: 0;
}

.button2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	display:inline-block;
	float:right;
	color:#fff;
	position:relative;
	padding:13px 21px 12px 25px;
	line-height:15px;
	border-radius:6px;
     -moz-border-radius:6px;
     -webkit-border-radius:6px;
	 background:url(../images/button-bg2.gif) repeat-x 0 0 #4ea4d2;
}

.button2:hover {
	color:#000;
	background:#d3eaf5;
}

.button2:before,
.button2:after {
        content:"";
        position:absolute;
        z-index:-2;
        bottom:11px;
        left:5px;
        width:39%;
        height:20%;
        max-width:300px;
    -webkit-box-shadow:0 14px 6px #1161b5;
       -moz-box-shadow:0 14px 6px #1161b5;
            box-shadow:0 14px 6px #1161b5;
    -webkit-transform:rotate(-8deg);
       -moz-transform:rotate(-8deg);
        -ms-transform:rotate(-8deg);
         -o-transform:rotate(-8deg);
            transform:rotate(-8deg);
}
 
.button2:after {
    bottom: 11px;
    left: auto;
    right: 5px;
    -webkit-transform:rotate(8deg);
       -moz-transform:rotate(8deg);
        -ms-transform:rotate(8deg);
         -o-transform:rotate(8deg);
            transform:rotate(8deg);
}

.page1-box1 {
	margin-left:19px;
	overflow:hidden;
}

.page1-text1 {
	margin-left:19px;
	line-height:21px;
	padding-bottom: 4px;
	margin-bottom:10px;
	overflow:hidden;
	margin-bottom: 29px;
	margin-right:30px;
	background:url(../images/border.png) repeat-x 0 bottom;
}

.page1-img2 {
    float: left;
    margin-left: 20px;
	margin-right: 21px;
	box-shadow: 0 2px 3px -1px #CACACA;
-webkit-box-shadow:0 2px 3px -1px #CACACA;
}

.page1-box2 a {
	color:#010101;
	font-size:14px;
	display:inline-block;
	margin-bottom: 4px;
	line-height:16px;
}

.page1-box2 a:hover {
	color:#67b3dc;
}

.p8 {
	padding-top:14px;
	line-height:14px;
}

.page1-box2 {
	font-size:11px;
	color:#67b3dc;
	overflow:hidden;
}

.page1-box3  {
    margin:0 9px;
	overflow:hidden;
	padding-bottom: 4px;
}

.p9 {
    padding-left: 25px;
}

.page1-text2 {
	margin-left:25px;
	background:url(../images/border.png) repeat-x 0 bottom;
	overflow:hidden;
	margin-right: 25px;
	padding-bottom: 21px;
	margin-bottom: 30px;
}

.list1 {
	padding-top: 3px;
}

.button3 {
	color:#fff;
	text-shadow: 0 0 2px #4da3d5;
	font-size:12px;
	font-weight:bold;
	display:inline-block;
	line-height:15px;
	padding: 10px 16px 9px 18px;
	background:url(../images/button-bg3.gif) repeat-x 0 0 #4fa4d3;
	border:1px solid #7ac0e4;
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
	 box-shadow: 0 2px 3px -1px #CACACA;
-webkit-box-shadow:0 2px 3px -1px #CACACA;
border-bottom-color:#529ec8;
}

.button3:hover {
	color:#010101;
	background-position:0 -69px;
}

.page1-box4  {
    margin:0 18px 0 0;
	overflow:hidden;
	padding-bottom: 3px;
}

.p10 {
	padding-top:23px;
}

.p11 {
	padding-top: 4px;
}

.p12 {
	margin-top:2px;
	margin-right:1px;
}

.page1-img3 {
	float:left;
	margin-right: 19px;
    margin-top: 3px;
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
	 box-shadow: 0 2px 2px 0 #CACACA;
-webkit-box-shadow:0 2px 2px 0 #CACACA;
}
	

.page1-box5 span {
	color:#c5c5c5;
	font-size:11px;
	display:block;
	line-height:14px;
	margin-bottom: 3px;
}

.page1-box5 {
	overflow:hidden;
	padding-top: 2px;
	background:url(../images/border.png) repeat-x 0 bottom;
	padding-bottom: 6px;
	margin-bottom: 23px;
	padding-left: 2px;
}

.page1-text3 {
	margin-left:24px;	
	overflow:hidden;
	margin-right: 25px;
}

.p13 {margin-left: 2px;}

.page1-box5 a {
	color:#55a8d5;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	font-size:12px;
	display:inline-block;
}

.page1-box5 a:hover {
	color:#010101;
	text-decoration:none;
}

.last2 {
	margin-bottom:29px !important;
}

.shadow1 {
	position:absolute;
	width:967px;
	height:86px;
	left: -28px;
	bottom: -42px;
	display:block;
	z-index: 0;
	background:url(../images/shadow.png) no-repeat center 0;
}

.posrel {
	position:relative;
	margin-top:-4px;
}

.page1-box6 {
	width:940px;
	margin:0 auto 34px;
	text-align:center;
	overflow:hidden;
	padding-right: 10px;
    padding-top: 41px;
}

.flnone {
	float:none;
	letter-spacing:-1px;
}

.carousel {position:relative; }


	.carousel li {
    float: left;
    overflow: hidden;
	height:84px !important;
}

.next1,
.prev1{
	display:block;
	width:36px;
	height:36px;
	cursor:pointer;
	position:absolute;
	overflow:hidden;
	float:left;
	cursor:pointer;
	z-index:5;
}

.prev1 {
	background:url(../images/prev.png) no-repeat center top;
	left: 9px;
    top: -68px;
}

.next1 {
	background:url(../images/next.png) no-repeat center top;
	right: 9px;
    top: -68px;
}

.next1:hover, 
.prev1:hover {background-position:0px -52px;}

.page1-img4 img {
	width:220px;
	height:80px;
}



																									/***** Page 2 *****/

.p14 {
	background:#f6f6f6;
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
    padding-top: 28px;
	padding-bottom: 33px;
	position: relative;
    z-index: 9999;	
	box-shadow: 0px -4px 0px rgba(41,120,189,1);
-webkit-box-shadow:0px -4px 0px rgba(41,120,189,1);
margin-top: 2px;
}

.border-bot {
	background: url(../images/border2.png) no-repeat 314px 0px;
	overflow:hidden;
	padding-bottom: 6px;
}

.page2-box1 span {
	color:#55a8d5;
	font-size:12px;
	display:block;
	font-weight:bold;
}

.page2-box3 {
	margin-left:34px;
}

.page2-box2 a {
	color:#55a8d5;
	font-size:12px;
	display:inline-block;
	text-decoration:underline;
}

.page2-box2 {
	margin-bottom: 22px;
    overflow: hidden;
    padding-bottom: 4px;
    margin-right: 30px;
	background:url(../images/border.png) repeat-x 0 bottom;
}

.p15 {
	margin-left:25px;
}
.p16 {
	margin-left:26px;
}
.link1 {
	font-weight:bold;
}

.page2-box2 a:hover {
	color:#000;
	text-decoration:none;
}

.page2-box4 {
	margin-bottom: 30px;
    margin-left: 2px;
    overflow: hidden;
    padding-bottom: 21px;
	background:url(../images/border.png) repeat-x 0 bottom;
}

.last3 {
	background:none !important;
	margin-bottom:0;
}

.page2-box5 {
    margin: 0 auto 34px;
    overflow: hidden;
    padding-right: 0;
    padding-top: 44px;
    text-align: center;
    width: 940px;
}

.page2-text1 a {
	color:#fff;
	font-weight:bold;
	display:inline-block;
}

.page2-text1 a:hover {
	color:#000;
}

.page2-text1 {
	color:#fff;
	overflow: hidden;
}

.page2-img1  {
    margin-bottom: 13px;
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
	 box-shadow: 1px 2px 2px #1E79A6;
-webkit-box-shadow:1px 2px 2px #1E79A6;
}


																									/***** Page 3 *****/

.p17 {
	float:none;
	margin-left: 38px;
}

.page3-img1 {
	float:left;
    margin-right: 14px;
}

.page3-box1 {
	padding-right: 23px;
	padding-top: 4px;
	overflow:hidden;
}

.page3-box1 a {
	color:#55a8d5;
	font-size:12px;
	font-weight:bold;
	display:inline-block;
	margin-bottom: 3px;
}

.page3-box1 a:hover {
	color:#000;
}

.p18 {
    margin-bottom: 15px;
}

.p19 {
    padding-left:38px;
	padding-right:6px;
}

.page3-box2 {
	overflow:hidden;
	padding-left: 38px;
	padding-right: 18px;	
}

.p20 {
	margin-bottom:23px;
}

.p21 {
	margin-bottom:21px;
}

.page3-img2 {
	margin-bottom:15px;
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
	 box-shadow: 0 2px 2px 0 #CACACA;
-webkit-box-shadow:0 2px 2px 0 #CACACA;
float:left;
}

.page3-box2 a {
	color:#55a8d5;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	font-size:12px;
	display:inline-block;
	margin-bottom: 21px;
}

.page3-box2 a:hover {
	color:#010101;
	text-decoration:none;
}

.p22 {
	padding-left: 34px;
}

.list1 a {
	color:#55a8d5;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	font-size:12px;
	margin:0;
}

.list1 a:hover {
	color:#010101;
	text-decoration:none;
}

.list1 li {
	margin-bottom: 15px;
	line-height:15px;
	padding-left: 15px;
	background:url(../images/marker1.png) no-repeat 0 4px;
}

.p23 {
	padding-top:5px;
}

.p24 {
	padding-left: 26px;
}

.p25 {
	background:#f6f6f6;
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
    padding-top: 28px;
	padding-bottom: 28px;
	position: relative;
    z-index: 9999;	
	box-shadow: 0px -4px 0px rgba(41,120,189,1);
-webkit-box-shadow:0px -4px 0px rgba(41,120,189,1);
margin-top: 2px;
}



																									/***** Page 4 *****/
.page4-box1 {
	margin: 0 25px 0 37px;
	overflow:hidden;
}

.p29 {
	background:#f6f6f6;
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
    padding-top: 28px;
	padding-bottom: 23px;
	position: relative;
    z-index: 9999;	
	box-shadow: 0px -4px 0px rgba(41,120,189,1);
-webkit-box-shadow:0px -4px 0px rgba(41,120,189,1);
margin-top: 2px;
}

.page4-box2 {
	width:213px;
	padding-top: 4px;
	margin-bottom: 22px;
	overflow:hidden;
	 padding-top: 5px;
	margin-right: 6px;	
	padding-left: 2px;
}

.page4-box2 span {
	color:#55a8d5;
	font-size:12px;
	display:block;
	font-weight:bold;
}

.page4-img1 {
    margin-bottom: 15px;
	float:left;
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
	 box-shadow:0 1px 2px 1px #CACACA ;
-webkit-box-shadow:0 1px 2px 1px #CACACA;
}

.p27 {
	margin-bottom:0px;
}
.p28 {
	margin-right:0px;
}
.page4-box2 a { text-decoration:underline;}
.page4-box2 a:hover { text-decoration:none; color:#000;}

.page4-box3 {
    margin: 0 auto 35px;
    overflow: hidden;
    padding-right: 0;
    padding-top: 41px;
    text-align: center;
    width: 940px;
}

.page4-box4 a {
	color:#fff;
	font-weight:bold;
	float:right;
	display:inline-block;
	text-shadow: 0 1px 2px #1673ba;
}

.page4-box4 a:hover {
	color:#000;
}

.page4-box4 {
	color:#fffefe;
	text-shadow: 0 1px 2px #1673ba;
	font-size:12px;
	text-indent:10px;
	background:url(../images/marker3.png) no-repeat 0 1px;
}


																									/***** Page 5 *****/


.page5-box1 {
    margin-bottom: 37px;
    overflow: hidden;
    padding: 0 21px 0 39px;
}

.page5-img1 {
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
	 box-shadow: 0 1px 2px 1px #CACACA;
-webkit-box-shadow:0 1px 2px 1px #CACACA;
float:left;
margin-right:20px;
}

.page5-box1 span {
	color:#55a8d5;
	display: block;
    margin-top: -6px;
}

.page5-box1 a {
	color:#55a8d5;
	display: inline-block;
	text-decoration:underline;
	margin-left:1px;	
	margin-right:18px;
}

.page5-box1 a:hover {
	color:#000;
	text-decoration:none;
}

.p30 {
	margin-bottom:7px;
}

.p31 {
	margin-bottom:22px;
}

.page5-box2 {
    margin-bottom: 26px;
    overflow: hidden;
    padding-left: 26px;
}

#prev_slide,
#next_slide{
	display:block;
	cursor:pointer;
	position:absolute;
	overflow:hidden;
	float:left;
	cursor:pointer;
	z-index:5;
	font-weight:bold;
	text-decoration:underline;
}

#prev_slide {
	bottom: -17px;
    left: 272px;
}

#next_slide {
	bottom: -17px;
    left: 342px;
}

#prev_slide:hover, 
#next_slide:hover {color:#000; text-decoration:none;}

.posrel1 {
	position:relative;
}

#pager {
	height: 555px;
}

.jCarouselLite1 {
	height:555px !important;
}

.carousel1 {position:relative; }

.carousel1 li {  float: left;
    overflow: hidden;}

.page5-img1 img {
	height:156px;
	width:298px;
}

.border-bot1 {
	background:url(../images/border3.png) repeat-y 625px 0;
}


	
																									/***** Contact form *****/
#form1 {
	position:relative;
	vertical-align:top;
	z-index:1;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:7px;
}

#form1 fieldset {
border:none;
padding:0;
width: 221px;
}

.p33 {
    margin-right: 11px;
	}


#form1 label {display:block; height:60px; position:relative;width: 221px;}
#form1 label.message { height:165px; width:221px; margin-top:2px; }

#form1 input {
	outline: none;
	border:1px solid #e7e7e7;
	color: #6a6a6a;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
	line-height:15px;
	padding: 16px 16px 17px;
    width: 186px;
	display:inline-block;
}
#form1 .area .error { float:none;}
#form1 textarea {	
	height:120px;
	margin:0;
	width: 186px;
	resize:none;
	outline: none;
	border:1px solid #e7e7e7;
	padding: 11px 16px;
	overflow:auto;
	line-height:15px;
	color:#6a6a6a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
}
#form1 a {cursor:pointer;}
#form1 .success {
	display:none;
	position: absolute;
	left: 0px;
	top: -14px;
	color:#717171;
	font-size:12px;
}
#form1 .error,
#form1 .empty {
	color:#f00;
	font-size:12px;
	line-height:1.25em;
	display:none;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
	position:absolute;
	right:4px;
	top:3px;
}
#form1 .message .error,
#form1 .message .empty  {
	right: 4px;
    top: 127px;
}

.link-form {
	float: right;
}

.page6-box1 {
	padding-left:39px;
}

.page6-img1 {
	 box-shadow: 0 1px 2px 1px #CACACA;
-webkit-box-shadow:0 1px 2px 1px #CACACA;
float:left;
margin-right:20px;
}

dt {width:150px;margin-bottom: 21px; color:#55a8d5; font-weight:bold;margin-top: -6px;}

dl span {float:left; width:108px;}

dd { line-height:21px;}

dd a {color:#55a8d5; text-decoration:underline !important;}

dd a:hover {color:#000; text-decoration:none !important;}

dl {
	float:left;
	margin-bottom:48px;
}

.page6-box2 {
	padding-left:25px;
}
.p36 {
	background:#f6f6f6;
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
    padding-top: 28px;
	padding-bottom: 42px;
	position: relative;
    z-index: 9999;	
	box-shadow: 0px -4px 0px rgba(41,120,189,1);
-webkit-box-shadow:0px -4px 0px rgba(41,120,189,1);
margin-top: 2px;

}	

.p35 {
	background:#f6f6f6;
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
    padding-top: 28px;
	padding-bottom: 12px;
	position: relative;
    z-index: 9999;	
	box-shadow: 0px -4px 0px rgba(41,120,189,1);
-webkit-box-shadow:0px -4px 0px rgba(41,120,189,1);
margin-top: 2px;	
}	

.p37 {
	background:#f6f6f6;
	border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
    padding-top: 28px;
	padding-bottom: 62px;
	position: relative;
    z-index: 9999;	
	box-shadow: 0px -4px 0px rgba(41,120,189,1);
-webkit-box-shadow:0px -4px 0px rgba(41,120,189,1);
margin-top: 2px;	
}	

.page7-box1 {
	padding-left:28px;
}

.link2 {
	color:#55a8d5;
	text-decoration:underline;
}
.link2:hover {
	color:#000;
	text-decoration:none;
}
/****************************footer************************/
footer {
	width:100%; 
	padding-top: 2px;	
	background:url(../images/foot-line.gif) repeat-x 0 0;
}

.foot-bg {
	background:url(../images/foot-bg.gif) repeat 0 0;
	width:100%;
	overflow:hidden;
	padding:18px 0 16px;
	color:#fff;
	text-shadow: 1px 1px 0 #134faa;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.foot-box {
	float:left;
	margin-left: 10px;
	padding-top:4px;
}

.foot-box a {
	color:#fff;
	text-shadow: 1px 1px 0 #134faa;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.foot-box a:hover {
	color:#000;
	text-shadow:none;
}

.social-links li {float:left;margin-right: 2px;}

.social-links li a {
    height:28px;
	width:28px;
	display:block;	
}

.social-links li a.link-1 {background:url(../images/soc-link1.png) no-repeat center top;}
.social-links li a.link-2 {background:url(../images/soc-link2.png) no-repeat center top;}
.social-links li a.link-3 {background:url(../images/soc-link3.png) no-repeat center top;}
.social-links li a.link-4 {background:url(../images/soc-link4.png) no-repeat center top;}

.social-links li a.link-1:hover,
.social-links li a.link-2:hover, 
.social-links li a.link-3:hover, 
.social-links li a.link-4:hover  {background-position:0 -58px;
}


#easyTooltip {
	padding:5px 10px;
	background:#2594cb;
	color:#fff;
	font-size:14px;
	text-transform:none;
	position:absolute;
	z-index:100;
	border:1px solid #fff;
}
.social-links {float:right; margin-right:8px;}

.foot {
	text-align:center;
}