/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #484848;
	font-size: 12px;
	line-height: 20px;
}

p {
	margin: 0px 0px 20px 0px;
}

img { 
	border: 0px none;
}

form {
	margin: 0px;
	padding: 0px;
}

input {
}

td {
	vertical-align: top;
}

th {
	vertical-align: top;
	text-align: left;
}

a {
	color: #2982c5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus, object {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 25px;
	margin: 30px 0px 20px 0px;
	color: #414141;
}

h2 {
	font-size: 16px;
	margin: 30px 0px 20px 0px;
	color: #4884b7;
}

h3 {
	font-size: 14px;
	margin: 30px 0px 20px 0px;
	color: #2982c5;
}

h4 {
	font-size: 12px;
	margin: 20px 0 0 0;
	color: #484848;
}

h5 {
	font-size: 12px;
	margin: 20px 0 0 0;
	color: #2982c5;
}

h6 {
	font-size: 12px;
	margin: 20px 0 0 0;
	color: #2982c5;
	font-weight: normal;
}

hr {
	border: 0px none;
	border-bottom: 1px solid #484848;
	margin: 20px 0;
}

ul {
	margin: 5px 0px 20px 0px;
	padding: 0px 20px 0px 40px;
}

li {
	margin: 0 0 5px 0;
}

/**************** EDITOR */
.small {
	font-size: 11px;
	line-height: 16px;
}

/****** GENERIC ******/

.clear {
	clear: both;
	display: block;
}

br.clear,
div.clear {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.clearLeft {
	clear: left
}

.clearText {
	display: block;
	text-indent: -999999em;
}


/*========================================== LAYOUT */
div#bodyContainer {
	background: #e1e8eb url(../images/bg/bg.gif) repeat-x 0px 0px;
}

div#Content {
	padding: 0px 0px 20px 0px;
	margin-top: 20px;
}

/**************** HEADER */
div#headerContainer {
}

div#header {
	width: 940px;
	margin: 0px auto;
	height: 122px;
	overflow: hidden;
}

div#headerRight {
	width: 650px;
	float: right;
}

/********* NAV */
div#navContainer {
	clear: right;
	float: right;
	width: 628px;
}

div#navContainer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 628px;
}

div#navContainer ul li {
	float: left;
	display: inline;
	height: 63px;
	margin: 0px;
}

div#navContainer ul a {
	height: 63px;
	background-image: url(../images/nav/nav.gif);
	display: block;
	margin-left: 8px;
}

a#navHome {
	width: 57px;
	background-position: 0px top;
	padding-left: 3px;
}
a#navHome:hover, .active a#navHome { background-position: 0px bottom; }

a#navAbou {
	width: 127px;
	background-position: -68px top;
}
a#navAbou:hover, .active a#navAbou { background-position: -68px bottom; }

a#navTick {
	width: 142px;
	background-position: -203px top;
}
a#navTick:hover, .active a#navTick { background-position: -203px bottom; }

a#navExhi {
	width: 82px;
	background-position: -353px top;
}
a#navExhi:hover, .active a#navExhi { background-position: -353px bottom; }

a#navShow {
	width: 117px;
	background-position: -443px top;
}
a#navShow:hover, .active a#navShow { background-position: -443px bottom; }

a#navFaqs {
	width: 52px;
	background-position: -568px top;
}
a#navFaqs:hover, .active a#navFaqs { background-position: -568px bottom; }


/********* NAV 2 */
div#subNavContainer {
	width: 640px;
	text-align: right;
	float: right;
	font-size: 11px;
	height: 40px;
	padding: 20px 0px 0px 0px;
	color: #6f6f6f;
}

div#subNavContainer img {
	vertical-align: middle;
}

div#subNavContainer a {
	text-decoration: none;
	padding: 0px 8px 0px 0px;
	margin: 0px 8px 0px 0px;
	background: url(../images/vr-grey.gif) no-repeat right bottom;
}

div#subNavContainer a:hover {
	color: #6f6f6f;
}

div#subNavContainer a.img {
	text-decoration: none;
	background: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}


/**************** PAGE */
div#pageContainer {
	clear: both;
	background: url(../images/bg/side-bg.gif) repeat-y 0px top;
	width: 990px;
	margin: 0px auto;
	display: block;
}

div#page {
	background: url(../images/bg/page-btm.gif) no-repeat 0px bottom;
	padding: 0px 0px 28px 0px;
}

div#pageMain {
	display: block;
	background: url(../images/bg/page-bg.gif) no-repeat right top;
	float: right;
	width: 725px;
	_height: 500px;
	min-height: 500px;
	padding-right: 25px;
}

div#pageSide {
	display: block;
	background: url(../images/bg/side-top.gif) no-repeat right top;
	padding: 30px 0px 25px 25px;
	float: left;
	width: 190px;
	color: #ffffff;
}

div#pageTitle {
	padding-top: 30px;
	line-height: 25px;
}

div#pageTitle h1 {
	margin: 0px;
}

/**************** FOOTER */
div#footerContainer {
	clear: both;
	background: #1b3d6b;
	font-size: 11px;
	color: #608fcf;
	padding: 25px 0px 35px 0px;
}

div#footer {
	width: 940px;
	margin: 0px auto;
	line-height: 14px;
}

div#footer h5 {
	font-size: 11px;
	font-weight: bold;
	height: 12px;
	padding: 10px 0px;
	margin: 0;
	color: #608FCF;
}

div#footer ul {
	margin: 0px 20px 0px 0px;
	padding: 0px 10px 0px 0px;
	list-style: none;
	width: 130px;
	float: left;
}

div#footer ul.last {
	width: 150px;
	margin: 0px;
}

div#footer li {
	margin: 0px 0px 10px 0px;
}

div#footer p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

div#footer a {
	color: #608fcf;
	text-decoration: none;
}

div#footer a:hover {
	color: #9db3d1;
}

div#footerLeft {
	background: url(../images/vr-ftr.gif) repeat-y left top;
	float: left;
}

div#footerRight {
	width: 280px;
	float: right;
}

div#footerRight img {
	margin-right: 15px;
}


/**************** CALLS */
div#callsContainer {
	width: 960px;
	margin: 0px auto;
	padding: 15px 0px 30px 0px;
	background: url(../images/bg/calls-bg.gif) repeat-y center top;
	font-size: 11px;
	line-height: 16px;
}

div#callsContainer p {
	margin: 0px 0px 10px 0px;
	padding: 0px 145px 0px 25px;
}

div#callsContainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 160px;
}

div#callsContainer li {
	width: 300px;
	height: 130px;
	display: inline;
	float: left;
	margin: 0px;
	padding: 30px 10px 0px 10px;
}

div#callsContainer li h4 {
	margin: 0;
	padding: 0px 130px 10px 24px;
	font-size: 17px;
	font-weight: bold;
	height: 24px;
	color: #222;
}

div#callsContainer li.left {
	background: url(../images/calls/calls-1.gif) right top;
}
div#callsContainer li.left p {
	padding: 0px 140px 0px 27px;
}
div#callsContainer li.left h4 {
	padding: 0px 140px 10px 26px;
}

div#callsContainer li.mid {
	background: url(../images/calls/calls-2.gif) center top;
}
div#callsContainer li.right {
	background: url(../images/calls/calls-3.gif) left top;
}

/**************** BREADCRUMB */
div#breadcrumb {
	color: #7c7c7c;
	font-size: 11px;
	padding: 5px 0px 0px 0px;
}

div#breadcrumb a {
	color: #7c7c7c;
	padding: 0px 12px 0px 0px;
	margin: 0px 10px 0px 0px;
	background: url(../images/icons/arrow-grey.gif) no-repeat right 5px;
}

/**************** BANNER */
div#bannerContainer {
	background: #e1e8eb url(../images/bg/calls-bg.gif) repeat-y center top;
	width: 100%;
	padding: 0px 0px 10px 0px;
}

div#bannerContainer div#callsContainer {
	padding: 5px 0px 20px 0px;
}

div#banner {
/*	position: relative;
	z-index: 2;
	width: 940px;
	margin: 0px auto;
	height: 410px;*/
	position: absolute;
	z-index: 100;
	width: 100%;
	top: 0;
	margin: 0 auto;
	height: 0;
}

div#flashContainer {
	position: relative;
	z-index: 1;
	width: 100%;
/*	height: 400px;*/
	left:0px;
	padding: 0 0 20px 0;
	overflow: hidden;
}

div#flashContent {
	height: 390px;
	background-repeat: no-repeat;
	background-position: center top;
}

div#noFlash {
	width: 400px;
	margin: 0 auto;
	padding: 40px 400px 30px 120px;
	background: #fff;
	color: #000;
	text-align: center;
}

div#bannerBox {
/*	position: absolute;
	width: 320px;
	height: 400px;
	right: 0px;
	margin: 10px 2px 0 0;
	overflow: hidden;
	height: 400px;*/
	width: 320px;
	padding: 10px 0 0 620px;
	margin: 0 auto;
	height: 0;
}

div#boxShadow {
	float: left;
	width: 20px;
}

div#boxContainer {
	float: right;
	width: 300px;
}

div#boxContent {
	background: url(../images/bg/box-bg.gif) repeat-x;
	height: 230px;
	overflow: hidden;
	font-size: 12px;
	color: #ffffff;
	padding: 0px 25px;
}

div#boxContent p {
	margin: 0px;
}

div#boxContent h3 {
	color: #fff;
	font-size: 17px;
	margin: 10px 0px 15px 0px;
}

div#boxContent h4 {
	font-size: 14px;
	color: #fff;
	margin: 0;
}

div#boxContent ul {
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	line-height: 17px;
}

div#boxContent ul li {
	margin: 0px 0px 2px 0px;
	height: 50px;
	overflow: hidden;
}

div#boxContent ul a {
	display: block;
	padding: 7px 15px 8px 15px;
	background: url(../images/nav/statelist-big.gif) no-repeat left top;
	text-decoration: none;
	color: #fff;
}

div#boxContent ul a:hover {
	background-position: left bottom;
}

/**************** HOME */
div#homeContainer {
	background: #ffffff url(../images/bg/home-top.gif) no-repeat center top;
	clear: both;
}

div#homeContent {
	width: 940px;
	margin: 0px auto;
	padding: 15px 10px;
	font-size: 14px;
	line-height: 22px;
}

div#homeLeft {
	float: left;
	width: 600px;
	padding-bottom: 5px;
}

div#homeLeft h2 {
	margin: 15px 0px;
}

div#homeRight {
	float: right;
	width: 300px;
}

div#homeRight img {
	border: 1px solid #999999;
}

/*========================================== SPECIFIC */
h1#logo, h2#logo {
	float: left;
	padding: 35px 0px 0px 0px;
	margin: 0px;
	width: 250px;
	font-size: 20px;
}

/**************** SIDE */
ul#sideMenu {
	list-style: none;
	margin: 20px 0px 30px 0px;
	padding: 0px;
	font-size: 12px;
	border-bottom: 1px solid #4884b7;
}

ul#sideMenu li {
	margin: 0px;
	padding: 0px;
	display: block;
}

ul#sideMenu a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 6px 15px 7px 40px;
	margin: 0px;
	border-top: 1px solid #4b95cd;
	border-bottom: 1px solid #2678b7;
	background: url(../images/icons/arrow-whi.gif) no-repeat 30px 15px;
}

ul#sideMenu a:hover,
ul#sideMenu a.active {
	color: #ffffff;
	background-color: #256ca9;
}

ul#sideMenu li.first a {
	border-top: 0px none;
}

ul#sideMenu li.last a {
	/*border-bottom: 0px none;*/
}

div.sideContent {
	margin: 0px 0px 0px 0px;
	padding: 15px;
}

div.sideContent a {
	color: #ffffff;
}

div.sideContent span {
	padding: 0px 11px;
	display: block;
}

ul.stateList {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
}

ul.stateList li {
	margin-bottom: 2px;
}

ul.stateList a {
	text-decoration: none;
	display: block;
	padding: 10px 11px;
	height: 20px;
	background-image: url(../images/nav/statelist.gif);
	background-position: 1px top;
	background-repeat: no-repeat;
}

ul.stateList a:hover {
	text-decoration: none;
	background-position: 1px bottom;
}

/* END OF CSS */.seminar_table {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.seminar_table th {
	color: #4884B7;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4884B7;
}
.seminar_table td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4884B7;
	vertical-align: top;
	
}
