body {
	background:#050235;
	margin:2% 0 20em;
	padding:0;
	text-align:center;}

body, td, input, textarea, select {
	color:#000;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size:10pt;}

#wrap {
	position:relative;
	margin:0 auto 0;
	width:760px;
	text-align:left;
	background:#fff;}

table.header {
	width:100%;
	margin:0px auto 0;}

table.header td.horiz-bar {
	background:#0D076B url(system-images/grey-stripe.gif) 0 1px repeat-x;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:6px 10px 3px;
	vertical-align:bottom;}


td.nav-container {
	width:140px;
	padding:0;
	background:url(system-images/navBg.gif) 127px 0px repeat-y;
	vertical-align:top;}

td.title {
	text-align:right;
	background:url(system-images/navBg.gif) 127px 0px repeat-y;}
td.title h1 {
	display:inline;
	padding:0 10px 0 0;
	margin:0;
	text-align:right;
	font-size:17px;
	height:19px;
	color:#0D076B;
	background:url(system-images/title-bg.gif) top right repeat-x;
	vertical-align:top;}

table.content {
	margin:0px auto 0;
	width:100%;}

td.content {
	width:620px;
	padding:10px;
	vertical-align:top;
	background:transparent;
	border-bottom:1px solid #0D076B;}
td.content img {
	margin:5px;}

body.home td.content img {
	padding:1px;
	border:1px solid #000;}

td.address {
	vertical-align:bottom;
	background:url(system-images/navBg.gif) 127px 0px repeat-y;}
td.address div {
	/*position:absolute;
	bottom:0;
	left:0;*/
	width:138px;
	margin:0 auto 0;
	text-align:center;
	background:#C2C0D7;
	clear:both;
	padding:2px;
	font-size:10px;
	border-right:1px solid #0D076B;
	border-top:1px solid #0D076B;}
td.address div a {
	text-decoration:none;}
td.address div a:hover {
	color:#000;}


#footer {
	margin:0 auto 0;
	text-align:right;
	background:#C2C0D7;
	clear:both;
	padding:4px;
	font-size:10px;}



a {
	color:#0D076B;
	font-weight:bold;}
a:hover {
	color:#C2C0D7;}
	
ul li {
	line-height:120%;}

input.input,
textarea.input,
select.input {
	background:#EFEFFF;
	border:solid 1px #050235;
	font-size:0.9em;}
	
input.button {
	background:#EFEFFF;
	border-color:#00AEEF;}
	
p, h1, h2, h3, h4, h5, h6 {
	margin-top:0;}
	
h1 {
	font-size:1.6em;}
h2 {
	color:#0D076B;
	font-size:1.4em;}	
h3 {
	font-size:1.2em;}

h5 {
	font-size:0.9em;}

body.public-seminars h5,
body.corporate h5,
body.seminar-dates h5 {
	/*color:#000; /*#0D076B;*/
	text-align:center;}

h2 span {
	font-size:0.8em;
	/*line-height:1.8em;*/
	vertical-align:bottom;}
	
body.public-seminars h2,
body.corporate h2,
body.seminar-dates h2 {
	color:#0D076B;
	border-bottom:1px solid #0D076B;
	/*font-size:1.2em;*/
	font-weight:normal;}
	
form#order td p {
	margin:0;}


/* Navigation */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 110px;}

#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 18px;
	margin:2px 0 2px;
	width: 110px;}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 128px;
	margin-top : -1.35em;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li a {
	width: 110px;
	/*w\idth : 10em;*/
	display : block;
	color : #0D076B;
	font-weight : bold;
	text-decoration : none;
	/*background-color : white;*/
	/*border : 1px solid black;*/
	padding : 0 20px 0 1px;
	text-align:right;
	font-size:11px;
}

#nav li a:hover {
	color:#C2C0D7;
	background:transparent url(system-images/menu-over.gif) center right no-repeat;
}

body.home				#nav a.home,
body.corporate			#nav a.corporate,
body.public-seminars	#nav a.public-seminars,
body.products			#nav a.products,
body.testimonials		#nav a.testimonials,
body.newsletter			#nav a.newsletter,
body.seminar-dates		#nav a.seminar-dates,
body.contact-us			#nav a.contact-us {
	background:#fff url(system-images/menu-here.gif) center right no-repeat;}

#nav li ul li {
	margin:0 0 -1px;
	line-height:16px;
	max-width:200px;
	/*white-space: nowrap;*/
	z-index:1000;}
#nav li ul li a {
	/*width:100%;*/
	text-align:left;
	background-color:#F6F5FA;
	background-image:none;
	border:1px solid #0D076B;}
#nav li ul li a:hover {
	background:#C2C0D7;
	color:#0D076B;}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
	




