*
{
	margin: 0 0;
	padding: 0 0;
	font-family: "Myriad Pro (OT1)", "Myriad Pro", Myriad, Arial, Helvetica, sans-serif; 
}
html
{
	overflow-y: scroll;
}
body
{
	height: 100%;
	background: url(../imgs/bg.gif);
}
.clearme
{
	clear: both;
	height: 5px;
}
#page
{
	width: 990px;
	margin: 0 auto;
	position: relative;
	background: url(../imgs/content_bg.png) repeat-y 3px 0;
	height: 100%;
}
#header
{
	padding-left: 0px;
	width: 975px;
	height: 100px;
	position: absolute;
	top: 0;
	background: url(../imgs/white_glass.png);
	z-index: 1000;
	font-size: 14px;
}
#header_hr {
	position: absolute;
	top: 110px;
	width: 990px;
	height: 6px;
	background-color: #18315a;
}
#header_links {
	float: right;
}

.header_link {
	float: left;
	display: block;
	width: 150px;
	height: 15px;
}

#header h1
{
	position: absolute;
	top: 30px;
	margin-left: 5px;
	font-size: 16px;
	font-weight: normal;
	color: #9e7a9b;
}
#header h1 img
{
	margin-right: 5px;
}
#contents
{
	width: 975px;
	position: absolute;
	top: 110px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 100;
	
}

#img
{
	margin-left: 16px;
	width: 940px;
	border-bottom: 1px solid #bcc3a2;
}

#main1 h1, #main2 h1, #mainkiwi h1
{
	margin-top: 24px;
	margin-bottom: 8px;
	color: #505B39;
	font-weight: normal;
}

#maincontent h1, #maincontent h2, #maincontent h3
{
	font-weight: normal;
}

#contents p, #contents ul
{
	margin-bottom: 1.2em;
	/*margin-left: 25px;
	margin-right: 5px;*/
	font-size: 14px;
}
#maincontent ul  ul /* no padding for sublists */
{
	margin-bottom: 0;
}


p, #contents ul, label
{
	font-size: 14px;
	line-height: 20px;
}
a
{
	color: #17315b;
	text-decoration: none;
}
#contents ul, #contents ol
{
	padding-left: 1.5em;
}

#main1_left 
{
	float: left;
	width: 690px;
}
#book_seminar_button
{
	display: block;
	color: white;
	background-color: navy;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	text-align: center;
	float: right;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}
#book_seminar_button a
{
	color: white;
}

#book_seminar_desc
{
	display: block;
	float: left;
	width: 530px;
	margin-right: 10px;
	margin-top: 10px;
}
#intro
{
	width: 680px;
	height: 240px;
	background-image: url(../imgs/purplefade.png);
	border-bottom: 3px solid #E6F0CA;
}
#introtext
{
	width: 370px;
	float: left;
	padding: 5px;
}
#introtext p 
{
	font-size: 16px;
}
#intro img
{
	float: right;
	padding: 10px;
}
#main1 #testimonial_container
{
	display: block;
	width: 267px;
	height: 237px;
	float: right;
	border: 3px solid #E6F0CA;

	background-image: url(../imgs/greenbg.gif);
	background-repeat: repeat;
}
#main1 #testimonial_text
{	
	display: table-cell;
	height: 237px;
	vertical-align: middle;
	padding: 15px;
}
#main1 #testimonial_link
{
	margin-top: 5px;
	float: right;
}
#main1 #testimonial_author
{	
	margin-top: 15px;
	display: block;
	float: right;
}
#maincontent
{	/* width/height for temp content box 
	remove height when implementing real content so that it flows */

	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	
}
#main1_right;
{
	float: left;	
	width: 300px;
}
#main1, #main2, #mainkiwi
{
	width: 100%;
	text-align: left;
}
#main2 
{
	float: left;

}
#main2 .group /* for the three column grouping */
{
	float: left;
	padding: 5px;
	padding-top: 20px;
	width: 315px;
}
#main2 div h2
{
	font-size: 14px;
}	
#main2 div h3
{
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}	
#main2 img
{
	display: block;
	float: left;
	clear: both;
	margin-left: 10px;
	margin-right: 10px;
	border: solid 1px black;
}
#main2 p
{
	float: left;
	width: 170px;
	height: 90px;
	overflow: hidden;
}
#main2 .blurb
{
	float: left;
	padding-top: 10px;
	height: 90px;
}
#main2 .presentation_heading
{
	height: 130px;
	overflow: hidden;
}
#mainkiwi
{
	float: left;
}


#navigationbar
{
	display: block;
	position: absolute;
	float: left;
	top: 85px;
	z-index: 5000;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}


#nav {
	font-size: 16px;
	margin-left: 30px;
}

#nav a {
	display: block;
	color: navy;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	/*width: 12em;*/ /* width needed or else Opera goes nuts */
	padding: 5px;
	margin-right: 20px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #F8F8F8;
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li a:hover { /* highlight the sublist links */
	text-decoration: underline;
}

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

#nav li ul li {
	width: 12em;
}

#nav img
{
	border: 0;
	display: inline;
}

#infobox 
{
	float: left;
	/*width: 920px;*/
	/*padding: 10px;*/


}
#infobox_left h1, #infobox_right h1
{
	font-size: 20px;
	font-weight: normal;
	color: #000000;
}
#infobox_left
{
	float: left;
	width: 446px;
	height: 150px;
	background-color: #afe0eb;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-bottomleft: 1em;	
	-webkit-border-top-left-radius: 1em;
	-webkit-border-bottom-left-radius: 1em;
	border-radius-topleft: 1em;
	border-radius-bottomleft: 1em;	
	padding-left: 20px;
	padding-right: 20px;
}
#infobox_right
{
	float: left;
	width: 446px;
	height: 150px;	
	border: 1px solid;
	-moz-border-radius-topright: 1em;
	-moz-border-radius-bottomright: 1em;
	-webkit-border-top-right-radius: 1em;
	-webkit-border-bottom-right-radius: 1em;
	padding-left: 20px;
	padding-right: 20px;
}
#infobox_right ul 
{
	width: 400px;	
}
#infobox_right li
{
	width: 200px;
	float: left;
}
#footerkiwi
{
	/*background: url(../imgs/kiwi.jpg) no-repeat 880px bottom;
	height: 88px;
	margin-right: 40px; */
	
	height: 30px;
}
#footer
{
	width: 100%;
	height: 90px;
	background-color: #ffffff; 
	text-align: center;
	color: #838879;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	
	background-image:url(../imgs/footer2.png);
	background-repeat: no-repeat;	
}
#footer_copyright
{
	color: #9e7a9b;
	width: 800px;
	float: left;
	line-height: 20px;
}
#footer_links
{
	width: 800px;
}

.footer_link 
{
	float: left;
	display: block;
	width: 250px;
	height: 15px;
	padding: 2px;
}

#footer_content
{
	text-align: left;
	margin-left: 65px;
	margin-top: 10px;
	height: 90px;
	float: left;
}
.testimonial_author
{
	display: block;
	font-style: italic;
}
.newsitem
{
	display: block;
	float: left;
	margin: 15px 0 15px 50px;
	border-top: 2px solid black;
	width: 425px;
	float: left;

}
.newsitem img
{
	margin: 0 10px 10px 10px;
	float:right;
}

.newsitem h3
{
	color:	#666;
	padding-bottom: 15px;
	font-size: 14px;
}