/* 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: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#666;
	min-width:960px;
	background:#f2f2f2;
}
.main {
	width:960px;
	padding:0;
	margin:0 auto;
	font-size:0.75em;
	line-height:1.75em;
	position:relative;
	z-index:9;
}
/*********************************header*************************************/
header {
	width:100%;
	position:relative;
	z-index:99999;
	background:#fff;
	min-height:100px;
}
#page2 header {
	background:url(../images/header-bg1.jpg) center top no-repeat #000;
}
#page3 header {
	background:url(../images/header-bg2.jpg) center top no-repeat #000;
}
#page4 header {
	background:url(../images/header-bg3.jpg) center top no-repeat #000;
}
#page5 header {
	background:url(../images/header-bg4.jpg) center top no-repeat #000;
}
#page6 header {
	background:url(../images/header-bg5.jpg) center top no-repeat #000;
}
.header-box {
	position:relative;
	width:100%;
	z-index:9;
}
.header-box-shadow {
	background:url(../images/header-box-shadow.png) -3px 0 no-repeat;
	min-height:95px;
	width:800px;
	position:absolute;
	top:0;
	left:0;
	z-index:99;
}
.header-box-shadow .indents1 {
	padding:0 10px 21px;
}
.header-box-bg1 {
	width:780px;
	background:url(../images/header-box-tail1.gif) center top repeat-x;
	min-height:74px;
	position:relative;
}
.header-box2 {
	background:url(../images/header-box-tail2.gif) center top repeat-x;
	height:74px;
	width:160px;
	position:absolute;
	top:0;
	left:790px;
	z-index:9;
	overflow:hidden;
}
.link-1 {
	display:inline-block;
	background: url(../images/C) left top no-repeat;
	font-family:'Sorts Mill Goudy', serif;
	font-size:24px;
	line-height:1.208em;
	color:#f3f3f3;
	text-decoration:none;
	text-transform:uppercase;
	padding:23px 39px 22px 18px;
}
.link-logout {
	background: url(../images/link1-bg.jpg) left top no-repeat;
	font-family:'Sorts Mill Goudy', serif;
	font-size:13px;
	color:#f3f3f3;
	text-decoration:none;
	/*padding:23px 39px 22px 18px;*/
			padding:5px;
	width:100%;
	height:auto;
	float:left;
}
.link-logout a {
	font-family:'Sorts Mill Goudy', serif;
	font-size:13px;
	color:#f3f3f3;
	text-decoration:none;
	text-align:right;
	font-weight:bold;
}
.topfb {
	display:inline-block;
	background: url(../images/link1-bg.jpg) left top no-repeat;
	font-family:'Sorts Mill Goudy', serif;
	font-size:24px;
	line-height:1.208em;
	color:#f3f3f3;
	text-decoration:none;
	text-transform:uppercase;
	padding:18px 39px 22px 15px;
}
.link-1:hover {
	background-position:left bottom;
}
h1 {
	float:left;
	padding:2px 0 0 17px;
}
h1 a {
	display:block;
	width:361px;
	height:70px;
	text-indent:-9999px;
	background:url(../images/logo.png) 0 0 no-repeat;
}
/************ menu ************/
nav {
	position:relative;
	float:right;
	z-index:99999;
	padding:14px 27px 0 0;
}
.menu {
	position:relative;
}
.menu >li {
	float:left;
	position:relative;
	margin-right:7px;
	z-index:9999;
}
.menu > li > a {
	display:block;
	font-size:13px;
	line-height:1.214em;
	color:#e3e3e3;
	text-decoration:none;
	cursor:pointer;
	padding-left:3px;
	text-transform:uppercase;
}
.menu > li > a em {
	padding-right:3px;
	display:block;
	font-style:normal;
}
.menu > li > a strong {
	padding: 13px 11px 15px;
	display:block;
}
.menu > li > a span {
	display:block;
	background:url(../images/menu-marker.gif) 64px 5px no-repeat;
	padding-right:27px;
}
.menu > li > a.active,  .menu > li > a:hover,  .menu > li.sfHover > a {
	text-decoration:none;
	background:url(../images/menu-left.jpg) left 0 no-repeat;
}
.menu > li > a.active em,  .menu > li > a:hover em,  .menu > li.sfHover > a em {
	background:url(../images/menu-right.jpg) right 0 no-repeat;
}
.menu li a.active strong,  .menu > li > a:hover strong,  .menu > li.sfHover > a strong {
	background:url(../images/menu-tail.gif) right 0 repeat-x;
}
/**submenu**/
	.menu ul {
	position:absolute;
	top:-999em;
	width:168px;
	background:#000000;
	border:1px solid #3d3d3d;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.menu li:hover {
	visibility: inherit;
}
.menu li li {
	width:100%;
	background:url(../images/menu-ul-hover.gif) 0 -100px repeat-x;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}
.menu li li a {
	display: block;
	color:#e3e3e3;
	font-weight:800;
	font-size: 14px;
	line-height:1.214em;
	text-decoration:none;
	text-transform:uppercase;
	padding:12px 18px 11px;
	white-space:nowrap;
}
.menu ul li.first-item {
	border-top:none;
	border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
}
.menu ul li.last-item {
	border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	border-bottom:none;
}
.menu li li:hover,  .menu li li.sfHover {
	background-position:0 0;
	background-color:#111111;
}
.menu li:hover ul, .menu li.sfHover ul {
	left:0;
	top:51px;
	z-index:999;
}
/*subsubmenu*/
			.menu ul ul {
	background-image:none;
	padding:0;
}
ul.menu li:hover li ul, ul.menu li.sfHover li ul {
	top:-999em;
}
ul.menu li li:hover ul, ul.menu li li.sfHover ul {
	left:170px;
	top:0px;
	z-index:9999;
}
ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {
	top:-999em;
}
/*****************slider***************/
.slider-box {
	width:100%;
	position:relative;
	overflow:hidden;
	background:#000;
}
.slider {
	background:url(../images/preload.gif) 870px center no-repeat;
	position:relative;
	z-index:2;
	width:1680px;
	height:570px;
	left:50%;
	margin-left:-840px;
}
.items {
	display:none;
}
.banner-shadow {
	background: url(../images/banner-shadow.png) center bottom no-repeat;
	position:absolute;
	top:153px;
	left:362px;
	z-index:8;
	width:395px;
	height:355px;
}
.banner-shadow .indents1 {
	padding:0px 8px 24px;
}
.agenda ul {
	margin:0px;
	padding:0px 0px 0px 15px;
}
.agenda ul li {
	margin:0px;
	padding:0px 0px 0px 5px;
	list-style-type:disc;
}
.faq ul {
	margin:0px;
	padding:0px;
}
.faq ul li {
	margin:0px;
	padding:5px 0px 0px 8px;
}
.faq .border_bottom {
	margin:0px;
	padding:5px 0px 0px 8px;
	border-bottom:1px solid #CCC;
}
.faq span {
	font-weight:bold;
	color:#000;
}
.faq b {
	font-weight:bold;
	color:#666;
}
.banner-bg {
	background:url(../images/banner-tail.gif) center top repeat;
	width:380px;
	height:331px;
	overflow:hidden;
	z-index:10;
}
.banner {
	background:url(../images/banner-tail.gif) center top repeat;
	position:absolute;
	top:191px;
	left:408px;
	z-index:10 !important;
	width:308px;
	height:255px;
	overflow:hidden;
	color:#fff;
	font-size:12px;
	line-height:1.75em;
}
.banner h2 {
	background:url(../images/pic1.gif) 0 bottom repeat-x;
	color:#e3e3e3;
	font-size:24px;
	line-height:2em;
	font-weight:normal;
	font-family:'Sorts Mill Goudy', serif;
	text-transform:uppercase;
	margin-bottom:11px;
	padding-bottom:5px;
}
.banner h3 {
	background:url(../images/pic1.gif) 0 bottom repeat-x;
	color:#e3e3e3;
	font-size:13px;
	line-height:1.214em;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:26px;
	padding-bottom:12px;
}
.banner strong {
	color:#e3e3e3;
	text-decoration:none;
}
.moreBu {
	display:block;
	position:absolute;
	height:32px;
	width:104px;
	top:203px;
	left:679px;
	background: url(../images/moreBu-bg.jpg) 0 0 no-repeat;
	z-index:7;
	font-size:14px;
	line-height:1.214em;
	color:#e3e3e3;
	text-transform:uppercase;
	font-weight:800;
	padding:16px 0 0 14px;
	text-decoration:none;
}
.moreBu:hover {
	text-decoration:none;
}
.nextBu {
	display:block;
	position:absolute;
	height:48px;
	width:48px;
	z-index:7;
	top:252px;
	left:749px;
	text-decoration:none;
	background:  url(../images/nextBu-bg.jpg) left top no-repeat;
}
.prevBu {
	display:block;
	position:absolute;
	height:48px;
	width:48px;
	z-index:7;
	top:301px;
	left:749px;
	text-decoration:none;
	background: url(../images/prevBu-bg.jpg) left top no-repeat;
}
.prevBu:hover, .nextBu:hover {
	background-position: right top;
	text-decoration:none;
}
/*****************************************subheader*****************************************/
#subheader {
	width:100%;
	position:relative;
	padding-bottom:12px;
/*	background:url(../images/subheader-shadow.png) center bottom no-repeat #fff; */
}
.subheader-bg {
	width:100%;
	background:url(../images/subheader-tail.gif) center top repeat-x #f2f2f2;
	padding:32px 0 47px;
}
#subheader h2 {
	font-family:'Sorts Mill Goudy', serif;
	font-weight:normal;
	font-size:36px;
	line-height:1.222em;
	color:#2b2b2b;
	margin-bottom:0;
}
#subheader h4 {
	margin-top:-8px;
	margin-bottom:11px;
}
.subheader-img1 {
	display:block;
	float:left;
	width:63px;
	height:54px;
	margin-right:16px;
	background:url(../images/subheader-link1.png) 0 0 no-repeat;
}
.subheader-img2 {
	display:block;
	float:left;
	width:55px;
	height:70px;
	margin-right:24px;
	background:url(../images/subheader-link2.png) 0 0 no-repeat;
}
.subheader-img3 {
	display:block;
	float:left;
	width:60px;
	height:58px;
	margin-right:19px;
	background:url(../images/subheader-link3.png) 0 0 no-repeat;
}
/*****************************************content**********************************************/
.content-bg-top {
	width:100%;
	background:url(../images/content-top-tail.gif) center top repeat-x #fff;
}
#page1 .content-bg-top {
	background:#fff;
}
.content-bg-bottom {
	width:100%;
	background:url(../images/content-bottom-tail.gif) center bottom repeat-x;
}
#content {
	width:100%;
	position:relative;
	z-index:1;
	padding:0;
}
/*tags*/
a {
	color:#309bff;
	outline:none;
	text-decoration: underline;
	font-size:12px;
	line-height:1.75em;
}
a:hover {
	text-decoration:none;
}
p, .p0 {
	margin-bottom:18px;
}
.p1 {
	margin-bottom:5px;
}
.p2 {
	margin-bottom:10px;
}
.p2-1 {
	margin-bottom:8px;
}
.p3 {
	margin-bottom:15px;
	height:130px;
}
.p4 {
	margin-bottom:20px;
}
.p5 {
	margin-bottom:38px;
}
h3 {
	font-size:14px;
	line-height:1.214em;
	color:#161616;
	margin-bottom:16px;
	font-weight:800;
	text-transform:uppercase;
}
h4 {
	font-weight:800;
	font-size:13px;
	line-height:1.428em;
	color:#bfbfbe;
	text-transform:uppercase;
	margin-bottom:12px;
	height:28px;
}
h4.extra-wrap {
	padding-top:6px;
	line-height:1.428em;
	letter-spacing:-1px;
}
h6 {
	font-size:12px;
	line-height:1.75em;
	font-weight:bold;
	color:#6d6d6d;
}
time {
	display:block;
	color:#309bff;
	font-size:12px;
	line-height:1.25em;
}
time.block {
	display:block;
	float:left;
	position: relative;
}
time.block span {
	display:block;
	width:51px;
	height:50px;
	overflow:hidden;
	background:url(../images/time-tail.gif) center top repeat-x #cfcfcf;
	border:1px solid #d1d1d1;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow: 0px 1px 1px #e3e3e3;
	-moz-box-shadow: 0px 1px 1px #e3e3e3;
	-webkit-box-shadow: 0px 1px 1px #e3e3e3;
	text-align:center;
	margin:0 14px 2px 0;
	font-weight:700;
	font-size:23px;
	line-height:1.208em;
	color:#309bff;
	padding-top:8px;
}
time.block strong {
	display:block;
	color:#747474;
	font-size:13px;
	line-height:1.214em;
	text-transform:uppercase;
	margin-top:-2px;
}
figure.img-indent {
	float:left;
	margin:0 20px 0px 0;
}
figure.img-indent2 {
	float:left;
	margin:0 20px 27px 0;
}
figure.margin-bot {
	margin-bottom:25px;
}
/*classes*/
.wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
}
.extra-wrap {
	overflow:hidden;
}
.extra-wrap a {
	text-decoration:none;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.button {
	font-size:13px;
	line-height:1.3em;
	color:#bfbfbe;
	text-transform:uppercase;
	text-decoration:none;
	display:inline-block;
	padding:6px 8px 8px;
	margin-bottom:2px;
	background:url(../images/button-tail.gif) 0 0 repeat-x;
	border-left:1px solid #bebfbf;
	border-right:1px solid #bebfbf;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #868787;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0px 1px 1px #bebebe;
	-moz-box-shadow:0px 1px 1px #bebebe;
	-webkit-box-shadow:0px 1px 1px #bebebe;
	cursor:pointer;
	height:18px;
	overflow:hidden;
}
.button:hover {
	color:#fff;
	text-decoration:none;
	background-position:0 bottom;
	background-color:#373737;
	border-left:1px solid #4f4f4f;
	border-right:1px solid #4f4f4f;
	border-top:1px solid #4f4f4f;
	border-bottom:1px solid #858686;
}
.buttoninput {
	font-size:13px;
	line-height:1.3em;
	color:#666;
	text-decoration:none;
	display:inline-block;
	padding:6px 8px 8px;
	margin-bottom:2px;
	background:url(../images/button-tail.gif) 0 0 repeat-x;
	border-left:1px solid #bebfbf;
	border-right:1px solid #bebfbf;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #868787;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0px 1px 1px #bebebe;
	-moz-box-shadow:0px 1px 1px #bebebe;
	-webkit-box-shadow:0px 1px 1px #bebebe;
	cursor:pointer;
	overflow:hidden;
}
.buttoninput:hover {
	color:#fff;
	text-decoration:none;
	background-position:0 bottom;
	background-color:#373737;
	border-left:1px solid #4f4f4f;
	border-right:1px solid #4f4f4f;
	border-top:1px solid #4f4f4f;
	border-bottom:1px solid #858686;
}
.button2 {
	font-size:13px;
	line-height:1.214em;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	display:inline-block;
	padding:6px 12px 7px;
	margin-bottom:2px;
	background:url(../images/button2-tail.gif) 0 0 repeat-x #c7422f;
	border:1px solid #393939;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0px 1px 1px #c0c1c1;
	-moz-box-shadow:0px 1px 1px #c0c1c1;
	-webkit-box-shadow:0px 1px 1px #c0c1c1;
	cursor:pointer;
	height:17px;
	overflow:hidden;
}
.button2:hover {
	text-decoration:none;
	background-position:0 bottom;
	background-color:#c7422f;
}
.link-2 {
	color:#6c6c6c;
}
.link-3 {
	color:#6d6d6d;
	font-weight:bold;
	text-decoration:none;
}
.link-3:hover {
	text-decoration:underline;
}
/***************boxes****************/
.box {
	width:100%;
	text-align:center;
}
.box-title {
	width:100%;
	background:url(../images/box-title-tail.gif) center top repeat-x;
	box-shadow:0px 1px 2px #b9b9b9;
	-moz-box-shadow:0px 1px 2px #b9b9b9;
	-webkit-box-shadow:0px 1px 2px #b9b9b9;
	border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	padding:7px 0 9px;
	position:relative;
	z-index:10;
}
.box-title h3 {
	font-size:23px;
	line-height:1.208em;
	color:#fff;
	margin-bottom:0;
}
.box-title h4 {
	color:#fff;
	margin-bottom:0;
	margin-top:-6px;
}
.box-content {
	border:1px solid #cbcbcb;
	border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	box-shadow:0px 1px 2px #dfdfdf;
	-moz-box-shadow:0px 1px 2px #dfdfdf;
	-webkit-box-shadow:0px 1px 2px #dfdfdf;
	background:url(../images/box-content-tail.jpg) center bottom repeat-x #f8f8f8;
	position:relative;
	z-index:2;
}
.box-content .indents1 {
	padding:15px 10px 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}
.box-shadow {
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow:0px 1px 2px #8d8d8d;
	-moz-box-shadow:0px 1px 2px #8d8d8d;
	-webkit-box-shadow:0px 1px 2px #8d8d8d;
	margin:0px 2px 3px;
}
.box-shadow img {
	border:1px solid #000;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.shadow {
	box-shadow:0px 1px 2px #8d8d8d;
	-moz-box-shadow:0px 1px 2px #8d8d8d;
	-webkit-box-shadow:0px 1px 2px #8d8d8d;
	border-top:1px solid #ececec;
	margin:0px 2px 3px;
}
/****************lists***************/
.last-item {
	margin-right:0 !important;
	margin-bottom:0 !important;
}
.list-1 li {
	width:100%;
	background:url(../images/list1-marker.gif) 1px 8px no-repeat;
	padding-left:13px;
	margin-bottom:5px;
}
.list-2 li {
	width:100%;
	margin-bottom:2px;
}
.list-2 a {
	display:block;
	font-size:14px;
	line-height:1.214em;
	color:#bfbfbe;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:-1px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:0px 1px 0px #e2e2e2;
	-moz-box-shadow:0px 1px 0px #e2e2e2;
	-webkit-box-shadow:0px 1px 0px #e2e2e2;
	border:1px solid #c8c8c8;
	background:url(../images/list2-tail.gif) center top repeat-x;
	height:36px;
	overflow:hidden;
}
.list-2 a:hover {
	background-position:center bottom;
	background-color:#2451c5;
	border-color:#2451c5;
}
.list-2 a span {
	display:block;
	background:url(../images/list2-marker.png) 11px 0 no-repeat;
	padding:10px 0 9px 30px;
}
.list-2 a:hover span {
	color:#fff;
	background-position:11px -40px;
}
/****************borders***************/
.border-bottom {
	border-bottom:1px solid #f3f3f3;
	margin-bottom:30px;
}
#page3 .border-bottom {
	background:url(../images/pic2.gif) 0 bottom repeat-x;
	margin-bottom:30px;
	padding-bottom:17px;
	border-bottom:none;
}
.border-bottom2 {
	background:url(../images/pic2.gif) 0 bottom repeat-x;
	margin-bottom:30px;
	padding-bottom:18px;
}
#page3 .border-bottom2 {
	margin-bottom:24px;
}
#page6 .border-bottom2 {
	margin-bottom:24px;
}
/**************indents**************/
.margin-bot-none {
	margin-bottom:0 !important;
}
.margin-bottom1 {
	margin-bottom:5px;
}
.margin-bottom2 {
	margin-bottom:10px;
}
.margin-bottom4 {
	margin-bottom:20px;
}
.margin-bottom5 {
	margin-bottom:25px;
}
.margin-bottom6 {
	margin-bottom:28px;
}
.margin-bottom7 {
	margin-bottom:36px;
}
.margin-right {
	margin-right:20px;
}
.indents {
	padding:51px 0 75px;
}
#page1 .indents {
	padding:18px 0 75px;
}
#page3 .indents, #page4 .indents {
	padding:38px 0 75px;
}
.indent-top {
	padding-top:13px;
}
.indent-bottom {
	padding-bottom:20px;
}
.indent-right {
	padding-right:25px;
}
.indent-right1 {
	padding-right:20px;
}
/***************lightbox***************/
.lightbox-image {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.lightbox-image img {
	position: relative;
	z-index: 1;
}
.img-border {
	display:block;
	width:203px;
	height:117px;
	border-radius:3px 3px 4px 4px;
	-moz-border-radius:3px 3px 4px 4px;
	-webkit-border-radius:3px 3px 4px 4px;
	position:absolute;
	top:-110%;
	left:1px;
	z-index:9;
	border:8px solid #fff;
}
.lightbox-image:hover .img-border {
	top:1px;
}
/**********subscribe form**********/
#subs-form {
	position:relative;
	vertical-align:top;
	width:100%;
	font-size:13px;
	line-height:1.615em;
}
#subs-form fieldset {
	border:none;
	padding:0;
}
#subs-form label {
	display:block;
	min-height:52px;
}
#subs-form input {
	background:#fff;
	border:1px solid #c1c1c1;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.25em;
	color:#aaaaaa;
	padding:6px 9px 6px;
	outline:none;
	width:150px;
	margin:0;
}
/***** contact form *****/
#contact-form {
	position:relative;
	vertical-align:top;
	width:100%;
	z-index:1;
}
#contact-form fieldset {
	border:none;
	padding:0;
}
#contact-form label {
	display:block;
	position:relative;
	min-height:40px;
}
#contact-form .message {
	min-height:215px;
}
#contact-form input, #contact-form textarea {
	padding:6px 9px;
	margin:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.25em;
	color:#aaaaaa;
	background:#fff;
	outline:none;
	border:1px solid #cacaca;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	width:350px;
}
#contact-form .area .error {
	float:none;
}
#contact-form textarea {
	padding:7px 9px 6px;
	width:519px;
	max-width:519px;
	height:177px;
	max-height:177px;
	overflow:auto;
}
#contact-form .success {
	display:none;
	margin-bottom:20px;
}
#contact-form .error,  #contact-form .empty {
	color:#f00;
	font-size:11px;
	line-height:1.27em;
	display:none;
	overflow:hidden;
}
.buttons-wrapper {
	text-align:right;
	position:relative;
}
.buttons-wrapper a {
	margin-left:5px;
	cursor:pointer;
}
/*****map*****/
#map_canvas {
	width:351px;
	height:318px;
	overflow:hidden;
}
dt {
	font-size:12px;
	line-height:1.75em;
	color:#6d6d6d;
	font-weight:bold;
}
dl span {
	float:left;
	width:74px;
}
dl a {
	font-size:12px;
	line-height:1.75em;
}
/****************************jCarousel************************/
.mycarousel {
	width:700px;
	height:495px;
	overflow:hidden;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	width:700px;
	min-height:420px;
	position:relative;
}
.jcarousel-skin-tango .jcarousel-container-horizontal .jcarousel-clip-horizontal {
	overflow:hidden;
	width:700px;
	min-height:420px;
}
.jcarousel-skin-tango .jcarousel-container-horizontal .jcarousel-item {
	width:223px;
	min-height:420px;
	overflow:hidden;
}
.jcarousel-skin-tango .jcarousel-container-horizontal .jcarousel-item-horizontal {
	padding:0;
	margin-left:0;
	margin-right:15px;
}
.jcarousel-skin-tango .jcarousel-container-horizontal .jcarousel-item-placeholder {
	background:none;
	color:#000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	position:absolute;
	top:-77px;
	right:-1px;
	width:32px;
	height:34px;
	cursor:pointer;
	background: url(../images/carousel-next.jpg) 0 top no-repeat;
	z-index:999;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	background-position:0 bottom;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
	top:-77px;
	right:-1px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
	position:absolute;
	top:-77px;
	right:30px;
	width:31px;
	height:34px;
	cursor:pointer;
	background: url(../images/carousel-prev.jpg) 0 top no-repeat;
	z-index:999;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	background-position:0 bottom;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	top:-77px;
	right:30px;
}
/***page3***/
.mycarousel-1 {
	width:940px;
	height:407px;
	overflow:hidden;
	padding-top:13px;
}
.mycarousel-1 .jcarousel-skin-tango .jcarousel-container-horizontal {
	width:940px;
	height:340px;
	position:relative;
}
.mycarousel-1 .jcarousel-skin-tango .jcarousel-container-horizontal .jcarousel-clip-horizontal {
	overflow:hidden;
	width:940px;
	height:340px;
}
.mycarousel-1 .jcarousel-skin-tango .jcarousel-container-horizontal .jcarousel-item {
	width:302px;
	height:340px;
	overflow:hidden;
}
.mycarousel-1 .jcarousel-skin-tango .jcarousel-container-horizontal .jcarousel-item-horizontal {
	padding:0;
	margin-left:0;
	margin-right:16px;
}
/***page4***/
.mycarousel-2 {
	min-width:221px;
	height:750px;
	overflow:hidden;
	padding-top:13px;
}
.mycarousel-2 .jcarousel-skin-tango .jcarousel-container-vertical {
	min-width:221px;
	height:690px;
	position:relative;
}
.mycarousel-2 .jcarousel-skin-tango .jcarousel-container-vertical .jcarousel-clip-vertical {
	overflow:hidden;
	min-width:221px;
	height:690px;
}
.mycarousel-2 .jcarousel-skin-tango .jcarousel-container-vertical .jcarousel-item {
	width:221px;
	min-height:157px;
	overflow:hidden;
}
.mycarousel-2 .jcarousel-skin-tango .jcarousel-container-vertical .jcarousel-item-vertical {
	padding:0;
	margin-top:0;
	margin-bottom:20px;
}
/**
 *  VerticalButtons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
	position:absolute;
	top:-77px;
	right:-1px;
	width:32px;
	height:34px;
	cursor:pointer;
	background: url(../images/carousel-next.jpg) 0 top no-repeat;
	z-index:999;
}
.jcarousel-skin-tango .jcarousel-next-vertical:hover {
	background-position:0 bottom;
}
.jcarousel-skin-tango .jcarousel-next-vertical:active {
	top:-77px;
	right:-1px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical {
	position:absolute;
	top:-77px;
	right:30px;
	width:31px;
	height:34px;
	cursor:pointer;
	background: url(../images/carousel-prev.jpg) 0 top no-repeat;
	z-index:999;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
	background-position:0 bottom;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:active {
	top:-77px;
	right:30px;
}
/****************************aside************************/
aside {
	width:100%;
	position:relative;
	z-index:1;
}
/****************************footer************************/
footer {
	width:100%;
	background: url(../images/footer-shadow.jpg) center top no-repeat #f2f2f2;
}
footer .indents1 {
	padding:24px 10px 18px;
	overflow:hidden;
}
.footer-text {
	padding-top:8px;
	color:#525156;
	font-size:12px;
	line-height:1.3em;
}
footer a {
	color:#525156;
	text-decoration:none;
	font-size:12px;
	line-height:1.3em;
}
footer a:hover {
	text-decoration:underline;
}
/********* social icons *********/
.works-list {
	margin:0;
	list-style:none;
}
.works-list li {
	float:left;
	margin-left:3px;
}
.works-list li a {
	display:block;
	height:28px;
	width:27px;
	background-image: url(../images/social-icons.jpg);
	background-repeat: no-repeat;
	cursor:pointer;
}
.icon-1 a {
	background-position:0 top;
}
.icon-2 a {
	background-position:-30px top;
}
.icon-3 a {
	background-position:-60px top;
}
.icon-4 a {
	background-position:-90px top;
}
.fb_button .fb_button_text, .fb_button_rtl .fb_button_text {
	background: url("http://static.ak.fbcdn.net/rsrc.php/v1/yL/r/FGFbc80dUKj.png") repeat scroll 0 0 #5F78AB;
	border-bottom: 1px solid #1A356E;
	border-top: 1px solid #879AC0;
	color: #FFFFFF;
	display: block;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-weight: bold;
	margin: 1px 1px 0 21px;
	padding: 2px 6px 3px;
	text-shadow: none;
}
a.fb_button, a.fb_button_rtl, .fb_button, .fb_button_rtl {
	text-decoration: none;
}
.fb_button_medium, .fb_button_medium_rtl {
	background-position: left -188px;
	font-size: 11px;
	line-height: 14px;
}
a.fb_button, a.fb_button_rtl, .fb_button, .fb_button_rtl {
	text-decoration: none;
}
.form-wrapper h5 {
	background: none repeat scroll 0 0 #EBEBEB;
	display: block;
	font-family: 'Candara';
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin: 1px;
	padding: 0 10px;
}
.form-wrapper {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	text-align: center;
	width: 388px;
}
#LoginForm {
	background: none repeat scroll 0 0 #EBEBEB;
	float: left;
	padding: 10px;
}
.forgotPassword {
	color: #999999;
	float: left;
	font-size: 11px;
	line-height: 21px;
}
#SignupForm, #PopUp {
	background: none repeat scroll 0 0 #EBEBEB;
	float: left;
	padding: 10px;
}
.error {
	color:#F00;
	font-style:italic;
}

nav2 {
	position:relative;
}
.menu2 {
	float:left;
	padding:8px 0px 8px 0px;
	background-color:#204ab8;
	margin-bottom:5px;
	width:100%;
}
.menu2 >li {
	float:left;
	position:relative;
	z-index:9999;
}
.menu2 > li > a {
	display:block;
	font-size:15px;
	line-height:1.214em;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	padding:5px 10px 5px 10px;
	margin-left:15px;
}

.menu2 > li > a:hover {
	display:block;
	font-size:15px;
	line-height:1.214em;
	color:#000;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	cursor:pointer;
	background-color:#fff;
}

.menu2 > li > .selected {
	display:block;
	font-size:15px;
	line-height:1.214em;
	color:#000;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	cursor:pointer;
	background-color:#fff;
}

nav3 {
	position:relative;
}
.menu3 {
	float:left;
	background-color:#999;
	width:100%;
}
.menu3 >li {
	float:left;
	position:relative;
	z-index:9999;
}
.menu3 > li > a {
	display:block;
	font-size:13px;
	line-height:1.214em;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	padding:5px 10px 5px 10px;
	margin-left:15px;
}

.menu3 > li > a:hover {
	display:block;
	font-size:13px;
	line-height:1.214em;
	color:#000;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	cursor:pointer;
}

.menu3 > li > .selected {
	display:block;
	font-size:13px;
	line-height:1.214em;
	color:#000;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	cursor:pointer;
}

.newpage_innerdiv{
	width:100%;
	float:left;
}

.newpage_innerdiv .mainbox{
	width:230px;
	float:left;
	margin-top:5px;
	margin-right:13px;
}

.newpage_innerdiv .mainbox img{
	float:left;
}

.mainbox .headingmain{
	float:left;
	width:100%;
	background-color:#204AB8;
	color:#FFF;
	padding:5px 0px 5px 0px;
}

.mainbox .heading, .headingmain .heading{
	float:left;
	width:80%;
	color:#FFF;
	text-align:right;
	font-size:12px;
	font-weight:bold;
}

.mainbox .heading_vote, .headingmain .heading_vote{
	float:right;
	width:15%;
}

.mainbox .text{
	float:left;
	width:100%;
	text-align:justify;
	font-size:13px;
	margin-top:5px;
	height:130px;
	overflow:auto;
}

.mainbox .Commentbox{
	float:left;
	width:100%;
	margin-top:5px;
	margin-bottom:10px;
	background-color:#CCC;
}

.mainbox .Commentbox_inner{
	padding:7px 7px 15px 7px;
	float:left;
	width:95%;
}

.mainbox .Commentbox_inner input{
	padding:2px 2px 2px 5px;
}

.mainbox .Commentbox_inner .input_namediv{
	width:100%;
	float:left;
}

.mainbox .Commentbox_inner .input_namediv .name{
	width:30%;
	float:left;
	text-align:justify;
}

.mainbox .Commentbox_inner .input_namediv .input{
	float:left;
	width:50%;
	color:#666;
}

.mainbox .Commentbox h4{
	color:#666;
	border-bottom:1px solid #fff;
	float:left;
	width:100%;
	padding-bottom:5px;
}

.newpage_innerdiv .mainbox2{
	width:311px;
	float:left;
	margin-top:5px;
	margin-right:13px;
}

.newpage_innerdiv .mainbox3{
	width:473px;
	float:left;
	margin-top:5px;
	margin-right:13px;
}

.mainbox2 .heading{
	float:left;
	width:45%;
	color:#FFF;
	text-align:right;
	font-size:12px;
	font-weight:bold;
}

.mainbox2 .heading_vote {
	float:right;
	width:15%;
}

.newpage_innerdiv .mainbox1{
	width:100%;
	float:left;
	margin-top:5px;
	margin-right:13px;
}

.mainbox1 .heading{
	float:left;
	/*width:15%;*/
	color:#FFF;
	text-align:right;
	font-size:12px;
	font-weight:bold;
}

.mainbox1 .heading_vote{
	float:right;
	width:15%;
}

.mainbox1 .heading_vote a{
	color:#FFFFFF;
	text-decoration:none;
}

.mainbox1 .Commentbox_inner .input_namediv .name{
	width:30%;
	float:left;
	text-align:justify;
}

.mainbox1 .Commentbox_inner .input_namediv .input{
	float:left;
	width:100%;
	color:#666;
}

.mainbox3 .Commentbox_inner .input_namediv .name{
	width:30%;
	float:left;
	text-align:justify;
}

.mainbox3 .Commentbox_inner .input_namediv .input{
	float:left;
	width:100%;
	color:#666;
}

.mainbox3 .heading{
	float:left;
	color:#FFF;
	width:30%;
	text-align:right;
	font-size:12px;
	font-weight:bold;
}

.mainbox3 .heading_vote{
	float:right;
	width:30px;
}


.view_comments { 
	text-align:right;
	margin-top:5px;
}
.view_comments a{ 
	text-decoration:none;
	text-align:right;
}

.view_comments a:hover{ 
	text-decoration:underline;
}

.inner_img{
	background:url(../images/inner_img.gif) no-repeat;
	height:192px;
	width:230px;
}

.inner_img .number{
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    float: right;
    font-size: 34px;
    margin-top: 150px;
    opacity: 0.7;
	padding:10px;
}

.inner_right{
	width:697px;
	float:left;
	background-color:#e4e4e4;
	margin-top:5px;
	padding:10px;
}

.inner_right .innermain{
	width:100%;
	margin:0px auto;
	background-color:#FFF;
	float:left;
}
.inner_right .innermain_content{
	padding:10px;
	width:97%;
	float:left;
}

.back a{
	float:right;	
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	text-align:right;
	width:100%;
	border-bottom:2px solid #ccc;
	margin-bottom:10px;
}

.Postdiv{
	float:left;	
}

.Postdiv h2{
	font-size:15px;
}

.Postdiv  input[type="text"], textarea{
	width:400px;
	padding:5px;
	border:1px solid #ccc;
}

.pagination{
	float:right;
	margin-top:10px;
}

.pagination .number{
	padding:0px 6px 0px 6px;
	float:left;
	margin-left:10px;
	border:1px solid #999;
}


.pagination .number a{
	text-decoration:none;
	color:#333;
	font-weight:bold;
}

.pagination .number a:hover{
	text-decoration:none;
	color:#309BFF;
	font-weight:bold;
}

.pagination .number .selected{
	text-decoration:none;
	font-weight:bold;
	color:#309BFF;
}


.loadingimg {
 background-image:url(images/ajax-loader.gif);
 background-repeat:no-repeat;
 width:20px;
}