html {
	height: 100%;
}

body {
	margin: 0;
	height: 100%;
	font: 11px Arial, Helvetica, sans-serif;
	background: #e7e6e6 url(../images/body-bg.gif) repeat-x;
	color: #666;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	margin: 0 auto;
	display: table;
	height: 100%;
	width: 890px;
}

.page {
	position: relative;
	padding: 119px 0 0;
	width: 100%;
}

.main-holder {
	width: 100%;
	display: table-row;
}

.main-wrapper2 {
	display: table-cell;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 119px;
	width: 890px;
}

h1.logo {
	position: absolute;
	top: 10px;
	left: 22px;
	margin: 0;
	width: 169px;
	z-index: 100;
	outline: none;
}

h1.logo a {
	background: transparent url(../images/logo.gif) no-repeat scroll left
		top;
	display: block;
	height: 94px;
	outline: none;
}

a:active {
	outline: none;
}

a img {
	outline: 0 none;
}

#header a.login {
	position: absolute;
	top: 12px;
	right: 22px;
	float: right;
	overflow: hidden;
	height: 8px;
	width: 103px;
	text-indent: -9999px;
	background: url(../images/login.gif) no-repeat;
}

#header div.box {
	overflow: hidden;
	padding: 41px 0 0;
	width: 100%;
}

.box div.search-form {
	float: right;
	clear: right;
	width: 185px;
}

input.search-text {
	float: left;
	margin: 2px 0 0;
	padding: 3px 0 2px 4px;
	border: 1px solid #999;
	width: 152px;
	font-size: 11px;
	font-weight: bold;
	color: #999;
}

input.search-button {
	height: 22px;
	width: 22px;
	margin: 1px 0 0 5px;
	float: left;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	background: url(../images/button-search.gif) no-repeat;
	border: none;
	cursor: pointer;
}

.box ul.contacts {
	float: right;
	margin: 0 21px 0 0;
	padding: 4px 0 0 19px;
	height: 18px;
	width: 86px;
	list-style: none;
	background: url(../images/contacts-bg.gif) no-repeat 0 0;
}

.contacts li {
	position: relative;
	margin: 0 10px 0 0;
	float: left;
}

.contacts li a {
	float: left;
	overflow: hidden;
	height: 15px;
	text-indent: -9999px;
	background: url(../images/contacts.gif) no-repeat 0 0;
}

.contacts li.phone a {
	width: 16px;
}

.contacts li.phone a:hover {
	width: 16px;
	background-position: 0 -15px;
}

.contacts li.chat a {
	width: 14px;
	background-position: -16px 0;
}

.contacts li.chat a:hover {
	width: 14px;
	background-position: -16px -15px;
}

.contacts li.email a {
	width: 15px;
	background-position: -30px 0;
}

.contacts li.email a:hover {
	width: 15px;
	background-position: -30px -15px;
}

.contacts li.schedule a {
	width: 14px;
	background-position: -45px 0;
}

.contacts li.schedule a:hover {
	width: 14px;
	background-position: -45px -15px;
}

.contacts li.phone div {
	display: none;
	position: absolute;
	top: -31px;
	left: -50px;
	padding: 4px 8px;
	height: 21px;
	width: 129px;
	font-size: 10px;
	color: #f60;
	background: url(../images/tooltip-bg.gif) no-repeat;
}

.contacts li.email div {
	display: none;
	position: absolute;
	top: -31px;
	left: -40px;
	padding: 4px 8px;
	height: 21px;
	width: 75px;
	font-size: 10px;
	color: #f60;
	background: url(../images/tooltip-bg.gif) no-repeat;
}

.contacts li.schedule div {
	display: none;
	position: absolute;
	top: -31px;
	left: -50px;
	padding: 4px 8px;
	height: 21px;
	width: 129px;
	font-size: 10px;
	color: #f60;
	background: url(../images/tooltip-bg.gif) no-repeat;
}

ul.contacts li.schedule:hover div,ul.contacts li.schedule.hover div,ul.contacts li.email:hover div,ul.contacts li.email.hover div,ul.contacts li.phone:hover div,ul.contacts li.phone.hover div
	{
	display: block;
}

.box span.contactus a {
	float: right;
	margin: 7px 9px 0 0;
	height: 8px;
	width: 68px;
	background: url(../images/contactus.gif) no-repeat;
}

.box span.contactus span {
	display: none;
}

#header .navigation {
	position: absolute;
	top: 89px;
	left: 216px;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* .navigation li {
	display: inline;
}

.navigation li a {
	margin: 0 0 0 1px;
	height: 31px;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/navigation.gif) no-repeat; 
}

.navigation a.services {
	width: 152px;
}

.navigation a.services:hover {
	background-position: 0 -31px;
}

.navigation a.concierge {
	width: 138px;
	background-position: -152px 0;
}

.navigation a.concierge:hover {
	background-position: -152px -31px;
}

.navigation a.consultants {
	width: 172px;
	background-position: -290px 0;
}

.navigation a.consultants:hover {
	background-position: -290px -31px;
}

.navigation a.about {
	width: 113px;
	background-position: -462px 0;
}

.navigation a.about:hover {
	background-position: -462px -31px;
}

.navigation a.contact {
	width: 87px;
	background-position: -575px 0;
}

.navigation a.contact:hover {
	background-position: -575px -31px;
}*/
#main {
	overflow: hidden;
	width: 890px;
	background: url(../images/main-bg.gif) repeat-y;
}

#wrapper div.main-bottom {
	margin: 0 0 19px;
	height: 6px;
	font-size: 0;
	line-height: 0;
	background: url(../images/main-bottom.png) no-repeat;
}

#wrapper div.frame {
	position: relative;
	width: 890px;
	height: 250px;
}

.frame ul {
	position: absolute;
	left: 11px;
	bottom: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.frame ul li {
	float: left;
	margin: 0 5px 0 0;
	width: 9px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	background: url(../images/block-nav-bg.gif) no-repeat;
}

.frame ul li.active {
	background: url(../images/block-nav-bg-active.gif) no-repeat;
}

.frame ul li a {
	height: 9px;
	display: block;
}

.frame img {
	display: block;
}

#content {
	float: left;
	overflow: hidden;
	width: 671px;
}

#content div.primary-content {
	float: right;
	padding: 27px 22px 15px 20px;
	width: 415px;
	background: #f4911e;
}

.primary-content p {
	margin: 0 0 16px;
	font-size: 12px;
	color: #fff;
	line-height: 17px;
}

.primary-content a.more {
	padding: 0 0 0 15px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: url(../images/bullet-more.gif) no-repeat 0 50%;
}

#content div.secondary-content {
	float: left;
	padding: 29px 13px 20px 15px;
	width: 186px;
}

.secondary-content h2 {
	margin: 0;
	height: 15px;
	width: 154px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	background: url(../images/title-news.gif) no-repeat;
}

.secondary-content ul {
	margin: 0;
	padding: 16px 0 0;
	list-style: none;
}

.secondary-content ul li {
	overflow: hidden;
	margin: 0 0 8px;
	padding: 0 0 0 20px;
	width: 166px;
	vertical-align: top;
	line-height: 14px;
	background: url(../images/bullet-news.gif) no-repeat 0 3px;
}

.secondary-content ul li a {
	font-weight: bold;
	color: #f60;
}

.secondary-content ul li span {
	display: block;
}

.secondary-content a.more {
	margin: 0 0 0 20px;
	padding: 0 0 0 9px;
	font-size: 12px;
	font-weight: bold;
	color: #f60;
	background: url(../images/bullet-more.gif) no-repeat 0 50%;
}

#sidebar {
	float: right;
	padding: 29px 0 0 15px;
	width: 204px;
}

#sidebar h3 {
	margin: 0 0 0 1px;
	height: 13px;
	width: 192px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	background: url(../images/title-how.gif) no-repeat;
}

#sidebar h4 {
	margin: 13px 0 0;
	height: 12px;
	font: bold 13px/ 18px Arial, "Helvetica Neue", Helvetica, Geneva,
		sans-serif;
	color: #f4741e;
	/*

font-size: 0;
	line-height: 0;
	text-indent: -9999px; */
}

#sidebar h4.customer {
	width: 69px;
	margin-top: 17px;
}

#sidebar h4.consultants {
	width: 89px;
}

#sidebar ul {
	margin: 0;
	padding: 2px 0 6px;
	list-style: none;
}

#sidebar ul li {
	padding: 7px 0 0 7px;
	background: url(../images/bullet-how.gif) no-repeat 0 13px;
}

#sidebar ul li a {
	font-size: 12px;
	color: #f60;
}

#footer {
	width: 100%;
	display: table-footer-group;
}

.footer-area {
	height: 1%;
	display: table-row;
}

.footer-main {
	display: table-cell;
}

.footer-prime {
	margin: 0 auto;
	padding: 8px 0 0;
	width: 890px;
}

#footer div.block {
	overflow: hidden;
	padding: 0 0 0 14px;
	width: 890px;
	display: table;
	background: url(../images/block-bg.gif) repeat-y;
}

.block div {
	float: left;
	margin: 0 25px 0 0;
	width: 200px;
}

.block div.last {
	margin: 0;
}

.block span {
	font-weight: bold;
	color: #f60;
}

.block ul {
	margin: 0;
	padding: 5px 0 0;
	list-style: none;
}

.block ul li {
	padding: 0 0 0 9px;
	line-height: 16px;
	background: url(../images/bullet-block.gif) no-repeat 0 6px;
}

.block ul li a {
	color: #666;
}

#footer ul.bottom-nav {
	display: inline;
	float: right;
	margin: 0 12px 0 0;
	padding: 26px 0 0;
	list-style: none;
}

.bottom-nav li {
	float: left;
	padding: 0 4px 0 9px;
	background: url(../images/bullet-block.gif) no-repeat 0 50%;
}

.bottom-nav li:first-child {
	background: none;
}

.bottom-nav li a {
	color: #666;
}

#footer ul.rights {
	margin: 0;
	padding: 21px 0 0 11px;
	list-style: none;
}

.rights li {
	float: left;
	padding: 5px 4px 5px 8px;
	background: url(../images/bullet-block.gif) no-repeat 0 50%;
}

.rights li:first-child {
	background: none;
}

.rights li.mini-logo {
	margin: 0 0 0 17px;
	padding: 5px 4px 5px 24px;
	background: url(../images/mini-logo.gif) no-repeat 0 3px;
}

.main_interior {
	overflow: hidden;
	width: 890px;
	background-color: white;
	padding-bottom: 75px;
}

.copycolumn {
	float: left;
	width: 585px;
	padding: 0 15px 0 0;
}

.copycolumn p {
	margin-bottom: 15px;
}

.imgcolumn {
	float: right;
	width: 260px;
}

.imgcolumn img {
	float: right;
	width: 230px;
	height: 310px;
}

.title {
	padding-bottom: 25px;
	padding-top: 10px;
}

.intro {
	font: bold 13px/ 18px Arial, "Helvetica Neue", Helvetica, Geneva,
		sans-serif;
	color: #f4741e;
}

.body_text {
	color: #666666;
	font: 13px/ 18px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	padding-bottom: 25px;
}

.practice_columns {
	background-image: url(../images/practice_area_columns.gif);
	height: auto;
	overflow: hidden;
	width: 600px;
}

.practice_column {
	width: 150px;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 15px;
}

.practice_column_title {
	font-size: 11px;
	color: #f4741e;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.practice_column ul {
	margin: 0 5px 0 11px;
	padding: 0;
	list-style-type: disc;
}

.practice_column td a {
	list-style-image: none;
}

.practice_column li {
	color: #666666;
	margin-bottom: 10px;
}

.content2 {
	float: left;
	overflow: hidden;
	width: 860px;
	margin-left: 30px;
	font-size: 13px;
}

.pullquote {
	float: right;
	width: 200px;
	margin-left: 20px;
	font-size: 16px;
	line-height: 22px;
	border-left: 5px solid #f8bd78;
	padding: 0 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #f4741e;
}

.headshot {
	float: right;
	width: 130px;
	height: 175px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.bodyarea {
	padding-top: 24px;
}

.why_row {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: auto;
	overflow: hidden;
	border-color: #ccc;
}

.why_row_last {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
}

.why_left {
	float: left;
	width: 200px;
}

.why_right {
	float: left;
	width: 385px;
	font-size: 13px;
	line-height: 16px;
	color: #666666;
}

.footnote {
	font-size: 11px;
	line-height: 18px;
}

.contact_us_intro {
	width: 595px;
	padding-bottom: 22px;
}

.contact_us_list {
	float: left;
	width: 462px;
}

.contact_us_map {
	float: right;
	margin-right: 30px;
}

.contact_us_header {
	color: #f4741e;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}

.contact_us {
	float: left;
}

.bold {
	font-weight: bold;
}

.content2 a {
	text-decoration: underline;
	color: #666666;
}

#bread {
	font-size: 11px;
	height: 28px;
	padding-top: 17px;
}

#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
}

#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}

#bread a {
	text-decoration: none;
}

.loginform {
	margin: 20px 0 0;
	padding: 0;
	min-width: 500px;
	max-width: 600px;
	padding-left: 40px;
}

.loginform.row {
	height: auto;
	overflow: hidden;
}

.loginform.left {
	width: 75px;
}

.loginform.right {
	float: left;
}

.loginform label {
	color: #f4741e;
	font-weight: bold;
	display: block;
	/*

block float the labels to left column, set a width */
	float: left;
	width: 75px;
	padding: 0;
	margin-top: 12px;
}

.loginform input {
	border: 1px solid #7e9db9;
	width: auto;
	height: 20px;
	margin-top: 10px;
}

.sfform {
	min-width: 500px;
	max-width: 600px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.sfform.row {
	height: auto;
	overflow: hidden;
}

.sfform.left {
	width: 75px;
}

.sfform.right {
	float: left;
}

.sfform label {
	display: block;
	/*

block float the labels to left column, set a width */
	float: left;
	width: 75px;
	padding: 0;
	margin-top: 12px;
	color: #666666;
}

.sfform input {
	border: 1px solid #7e9db9;
	width: auto;
	height: 20px;
	margin-top: 10px;
}

.forgot_password {
	margin-left: 75px;
	margin-top: 10px;
}

.login_button {
	margin-left: 75px;
	margin-top: 27px;
}

.remember_email {
	margin-left: 75px;
}

#dropmenu {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.5em;
	z-index: 300;
	width: 100%;
	font-size: 12px;
	/*background: #f4911e*/
}

#dropmenu ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.5em;
	z-index: 300;
	width: 100%;
	font-size: 12px;
	background: #F4911E;
}

#dropmenu a {
	display: block;
	padding: 0.25em 1em;
	color: #fff;
	text-decoration: none;
	height: 24px;
	/
	*
	set
	to
	height
	of
	nav
	tab
	image
	*/
}

#dropmenu a:hover {
	color: #ffff99;
	font-weight: bold;
}

/* Tab */
#dropmenu li {
	float: left;
	position: relative;
}

#dropmenu ul {
	position: absolute;
	display: none;
	width: 12em;
}

/* Top of the panel */
#dropmenu li ul {
	width: 14.1em;
}

/* Menu item */
#dropmenu li ul a {
	width: 12em;
	height: auto;
	float: left;
	background: url(../images/menu_pointer.gif) 4px 8px no-repeat;
}

#dropmenu .consulting_services {
	background-image: url(../images/tab_consulting_services.gif);
}

#dropmenu .customer_concierge {
	
}

#dropmenu .careers {
	background-image: url(../images/tab_careers.gif);
}

#dropmenu .about_emissary {
	background-image: url(../images/tab_about_emissary.gif);
}

#dropmenu .contact_us {
	background-image: url(../images/tab_contact_us.gif);
}

#dropmenu ul ul {
	top: auto;
}

#dropmenu li ul ul { /*

left: 250em; */
	margin: 0px 0 0 10px;
}

#dropmenu li:hover ul ul,#dropmenu li:hover ul ul ul,#dropmenu li:hover ul ul ul ul
	{
	display: none;
}

#dropmenu li:hover ul,#dropmenu li li:hover ul,#dropmenu li li li:hover ul,#dropmenu li li li li:hover ul
	{
	display: block;
}

.consulting_services {
	background-image: url(../images/tab_consulting_services.gif);
	width: 139px;
	height: 30px;
	margin-left: 1px;
	background-color: white;
}

.customer_concierge {
	background-image: url(../images/tab_customer_concierge.gif);
	width: 137px;
	height: 30px;
	margin-left: 1px;
}

.careers {
	background-image: url(../images/tab_careers.gif);
	width: 131px;
	height: 30px;
	margin-left: 1px;
}

.about_emissary {
	background-image: url(../images/tab_about_emissary.gif);
	width: 131px;
	height: 30px;
	margin-left: 1px;
}

.contact_us {
	background-image: url(../images/tab_contact_us.gif);
	width: 131px;
	height: 30px;
	margin-left: 1px;
}

table {
	border: 2px solid #fbdbb5;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

td.header {
	background-color: #fdf3e7;
	height: 33px;
	color: #fe8f61;
	font-weight: bold;
}

td {
	padding-left: 15px;
	height: 26;
}

/*td a {
	list-style-image: url(../images/twistie-closed.gif);
}
*/
tr.first {
	background-color: #ffcc99;
}

tr.second {
	background-color: #fad7af;
}

tr.third {
	background-color: #fde9d2;
}

tr.fourth {
	background-color: #fef4e8;
}

#career {
	margin-top: 15px;
	margin-bottom: 15px;
	border-collapse: collapse;
}

#career .right {
	margin-left: 132px;
}

#career th {
	color: #F4741E;
	text-align: left;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	text-transform: uppercase;
}

#career tr.first {
	background-color: #fdf3e7;
}

#career tr.second {
	background-color: #fce8d2;
}

#career tr.third {
	background-color: #f9d7af;
}

#career tr.fourth {
	background-color: #fef4e8;
}

#career h4 {
	margin: 0px;
	padding: 0px;
}

#career img {
	float: left;
}

#career ul {
	margin: 10px 0 10px 40px;
	padding: 0px;
}

#career tr {
	padding-top: 5px;
	padding-bottom: 5px;
}

#career td {
	padding: 5px;
}

#career tr.odd td {
	cursor: pointer;
}

#career div.arrow {
	background: transparent url(../images/arrows.png) no-repeat scroll 0
		-16px;
	width: 16px;
	height: 16px;
	display: block;
	float: left;
}

#career div.open {
	background-position: 0px 0px;
}

#career div.row {
	padding-top: 5px;
	padding-bottom: 5px;
}

.no-display {
	display: none;
}

.upper {
	text-transform: uppercase;
}

.checkbox_label {
	font-weight: normal;
	font-style: normal;
}

.contact_us_list ul {
	margin: 0;
	padding: 1px 0 0;
	list-style: none;
}

.contact_us_list ul li {
	overflow: hidden;
	margin: 0 0 20px;
	padding: 0 0 0 28px;
	vertical-align: top;
	line-height: 14px;
}

.call {
	background: url(../images/ico_call_us.gif) no-repeat;
}

.schedule {
	background: url(../images/ico_sched_call.gif) no-repeat;
}

.email-icon {
	background: url(../images/ico_email.gif) no-repeat;
}

.write {
	background: url(../images/ico_write_us.gif) no-repeat;
}

.fax {
	background: url(../images/ico_fax_us.gif) no-repeat;
}

.contact_us_list ul li span {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #f4741e;
	padding-bottom: 2px;
}

.submit {
	width: 121px;
	height: 22px;
	border-style: none;
	padding-top: 10px;
}

.subhead {
	color: #F4741E;
	text-transform: uppercase;
	font-weight: bold;
}

.arrow {
	background: transparent url(../images/arrows.png) no-repeat scroll 0
		-16px;
	width: 16px;
	height: 16px;
}

#concierge {
	border-collapse: collapse;
}

#concierge label {
	float: left;
	width: 132px;
	overflow: hidden;
	height: auto;
}

#concierge .right {
	margin-left: 132px;
}

#concierge th {
	color: #F4741E;
	text-align: left;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	text-transform: uppercase;
}

#concierge td {
	padding: 5px;
}

#concierge tr {
	padding-top: 2px;
	padding-bottom: 2px;
}

#concierge tr.first {
	background-color: #fdf3e7;
}

#concierge tr.second {
	background-color: #fce8d2;
}

#concierge tr.third {
	background-color: #f9d7af;
}

#concierge tr.fourth {
	background-color: #fef4e8;
}

#concierge h4 {
	margin: 0px;
	padding: 0px;
}

#concierge img {
	float: left;
}

#concierge ul {
	margin: 10px 0 10px 40px;
	padding: 0px;
}

#concierge tr.odd td {
	cursor: pointer;
}

tr.master {
	cursor: pointer;
}

#concierge div.arrow {
	background: transparent url(../images/arrows.png) no-repeat scroll 0
		-16px;
	width: 16px;
	height: 16px;
	display: block;
	float: left;
}

#concierge div.open {
	background-position: 0px 0px;
}

#concierge div.row {
	padding-top: 5px;
	padding-bottom: 5px;
}

iframe {
	height: 100%;
	width: 100%;
	border-style: none;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
}

.catsframe {
	height: 800px;
	padding-right: 36px;
}

.first_column {
	background-color: #fbd3a5;
}

.second_column {
	background-color: #fcdebb;
}

.third_column {
	background-color: #fde9d2;
}

.fourth_column {
	background-color: #fef4e8;
}

#sitemap {
	width: 800px;
	;
}

#sitemap .section {
	margin-bottom: 30px;
}

#sitemap li {
	color: #f4741e;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	list-style-image: url(../images/sitemap_bullet.gif);
}

#sitemap .sectionitem {
	color: #666666;
	list-style-image: url(../images/icon_site_map.jpg);
	text-transform: none;
	margin-top: 7px;
	margin-bottom: 7px;
	text-decoration: none;
}

#sitemap .left {
	width: 400px;
	float: left;
}

#sitemap .right {
	width: 400px;
	float: right;
}

#sitemap .headerlink {
	text-decoration: none;
	color: #f4741e;
	display: block;
	margin-bottom: 15px;
}

#career_options li {
	color: #666 text-transform :   uppercase;
	list-style-image: url(../images/arrows.png) no-repeat scroll 0 -16px;
}

#news {
	padding-bottom: 35px;
}

.newsitem {
	border-bottom: 1px solid #cccccc;
	padding-top: 10px;
	padding-bottom: 10px;
}

#news p {
	margin-top: 0;
}

#news .more {
	display: block;
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}

#news .title {
	display: block;
	color: #ff6600;
	font-weight: bold;
	padding: 0;
	text-decoration: none;
}

#press_releases {
	border-top: 10px solid #cccccc;
	padding-top: 50px;
}

#press_releases .title {
	display: block;
	color: #ff6600;
	font-weight: bold;
	padding: 0;
	text-decoration: none;
}

#press_release .more {
	display: block;
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}
#contact-schedule {
	width: 440px;
	/* margin-left: 28px; */
	background-color: #f9d7af;
}

.contactform {
	padding-left: 10px;
	padding-bottom: 10px;
}

.contactform.row {
	height: auto;
	overflow: hidden;
}

.contactform.right {
	float: left;
}

.contactform label {
	float: left;
	height: auto;
	overflow: hidden;
	width: 70px;
}

#resume label {
	float: left;
	height: auto;
	overflow: hidden;
	width: 132px;
}

input.radio,input.checkbox {
	vertical-align: top;
}

label,button,input.submit,input.image {
	cursor: pointer;
}

* html input.radio,* html input.checkbox {
	vertical-align: middle;
}

/* ie6 */
*+html input.radio,*+html input.checkbox {
	vertical-align: middle;
}

/* ie7 */
textarea {
	overflow: auto;
	border: none;
	width: 300px;
	height: 125px;
}

input.text,input.password,textarea,select {
	vertical-align: baseline;
	font: 12px Arial, Helvetica, Geneva, "Helvetica Neue", sans-serif;
	float: left;
}

input.text:focus,input.password:focus,textarea:focus {
	border: 2px solid gray;
}

form {
	padding: 11px;
}

form .field,form .buttons {
	clear: both;
	margin: 0 0 5px;
	/* padding-top: 10px; */
	display: inline-block;
}

form .field label { /* display: block; */
	
}

form ul.fields {
	margin: 0 0 1.5em;
	padding: 0;
}

form ul.fields li {
	list-style-type: none;
	margin: 0;
}

form ul.inline li,form ul.inline label {
	display: inline;
}

form ul.inline li {
	padding: 0 .75em 0 0;
}

.error {
	color: red;
	padding-left: 5px;
	font-weight: bold;
	width: 150px !important;
}

.required_asterisk {
	float: left;
	font-weight: bold;
	color: #f00;
	width: 8px;
}

#flashcontent {
	padding-left: 1px;
}

#vendors {
	border: 1px solid #b4b3b3;
	font-size: 12px;
	width: 605px;
}

#vendors th {
	text-align: left;
	padding: 10px;
	color: #ff6600;
	font-size: 13px;
}

#vendors td {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#vendors td.name {
	width: 157px;
	color: #ff6600;
	font-weight: bold;
	vertical-align: top;
}

#vendors td.apps {
	width: 460px;
}

#vendors tr {
	background-color: #fce3c7;
}

#vendors tr.odd {
	background-color: #fffeff;
}

.bioitem {
	padding-bottom: 55px;
}

.bioline {
	border-top: 1px solid #cccccc;
	padding-top: 55px;
}

#rightlinks {
	padding: 0 0 0 20px;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.5em;
	z-index: 300;
	width: 100%;
	font-size: 12px;
	margin: 45px 0 0;
	border-left: 1px solid #cccccc;
	height: 128px;
}

#rightlinks ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.5em;
	z-index: 300;
	width: 100%;
	font-size: 12px;
}

#rightlinks a {
	display: block;
	padding: 0.25em 1em;
	text-decoration: none;
	height: 24px;
	color: #ff6600;
	font-weight: bold;
}

#rightlinks li a {
	width: 12em;
	height: auto;
	float: left;
	background: url(../images/yellow_pointer.gif) 4px 8px no-repeat;
}

/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 890px; 
    height: 251px; 
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
.scrollable .items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
    clear: both;
} 
 
/* single scrollable item */
.scrollable img {
	float:left;
	cursor:pointer;
}

.scrollable img {
	float:left;
	cursor:pointer;
}

/* active item */
.scrollable .active {
	z-index:9999;
	position:relative;
}

/* position and dimensions of the navigator */
.navi {
	clear: both;
	margin-left:829px;
	margin-top: -10px;
	width:60px;
	height:10px;
	z-index: 1;
}


/* items inside navigator */
.navi a {
	width:7px;
	height:7px;
	float:left;
	margin:2px;
	display:block;
	font-size:1px;
	background:url(../images/scrollable_nav.gif) 0 0 no-repeat; 
}

/* mouseover state */
.navi a:hover {
	background-position:0 -7px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -14px !important;     
}
