body {
	font-size: 80%;
	line-height: 120%;
	color: #111111;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	margin: 11px 0;
	padding: 0;
	background: white;
}

a:link, a:visited {
	color: #091351;
}
a:hover {
	color: black;
}
a:active {
	text-decoration: none;
}

h1 span, h1 a {
	/*	Replaces text of H1 with Transora logo	*/
	width: 190px;
	height: 68px;
	text-indent: -9999px;
	background: url(../images/page_elements/logo-link.gif) no-repeat 0px -68px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0;
	margin: 0;
	font-size: 2em;
}
h1 a:hover {
	background-position: 0px 0px;
}
h1 a:link {
	color: white;
}
h1 a:visited {
	color: white;
}
h2 {
	font-size: 1.0em;
	line-height: 1.2em;
	color: #091351;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: left top;
}
h2.page_headers {
	width: 389px;
	height: 69px;
	text-indent: -9999px;
	padding: 0 0 15px 0;
	position: absolute;
}
h2.page_headers_other {
	width: 389px;
	height: 43px;
	text-indent: -9999px;
	padding: 0 0 15px 0;
	position: absolute;
}
h2.landing_page_headers {
	width: 389px;
	height: 69px;
	text-indent: -9999px;
	padding: 0 0 5px 0;
	position: absolute;
}
h2.third_level_headers {
	font-size: 1.55em;
	line-height: 1.2em;
	margin: 0 10px;
	color: #091351;
	padding: 17px 0 15px 0;
}
h3 {
	font-size: 0.86em;
	line-height: 1.27em;
	color: #091351;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0.72em 0;
}
h3.contact_us {
	font-size: 1.0em;
	line-height: 1.15em;
	color: #091351;
	margin: 0 10px;
	padding: 24px 0 24px 0;
}
h3.press_release {
	font-size: 0.86em;
	font-weight: bold;
	color: #111111;
	margin: 0 10px;
	padding: 0;
}
h3.list_header {
	color: #091351;
	font-size: 0.86em;
	font-weight: bold;
	padding: 0 0 0.5em 0;
	margin: 0 20px;
}
h4 {
	color: #111111;
	font-size: 0.86em;
	line-height: 1.27em;
	font-weight: bold;
	margin: 0 10px;
	padding: 0 0 0.2em 0;
}
form, div {
	padding: 0;
	margin: 0;
}
p, ul {
	margin: 0;
	padding: 0 0 1.0em 0;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.clear {
	clear: both;
}
.no-bullets li {
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}	
ul li {
	background: url(../images/page_elements/blue_bullet.gif) no-repeat 0px 6px;
	padding: 0 0 1em 10px;
	position: relative;
}
ol {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: .8em;
}
ol li {
	padding: 0 0 0 10px;
}

.wrapper {
	position: relative;
	width: 789px;
	text-align: left;
	padding: 0;
	margin: 0 auto;
	background: #A8B6C3;
	border-bottom: 11px solid #A8B6C3;
}

#header, #body, #footer {
	width: 789px;
	position: relative;
}


/*	Header	*/

#header {
	background: url(../images/page_elements/header-bg.gif) repeat-y left top;
	height: 83px;
}
#search {
	position: absolute;
	left: 600px;
	top: 37px;
}
#search input#search_query {
	font-size: 0.7em;
	width: 140px;
	height: 16px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 0px;
}
#search input#search_go {
	width: auto;
	margin: 0 0 0 150px;
}


/*	Body	*/

#body {
	background: url(../images/page_elements/body-bg-other.gif) repeat-y left top;
	border-bottom: 1px solid #A8B6C3;
}
#body_subnav {
	float: left;
	display: inline;
	width: 190px;
	padding-bottom: 1.0em;
	overflow: hidden;
}
#sidebar_logo {
	margin: 0;
	padding: 0 18px;
	text-align: center;
}
#body_content {
	float: left;
	display: inline;
	width: 599px;
}
#body_left {
	width: 389px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	position: relative;
}
.landing #body_left {
	background: #FFFFFF;
	color: #000000;
}
#body_left p, #body_left ul {
	margin: 0 10px;
	font-size: 0.86em;
	line-height: 1.45em;
	word-spacing: -0.1em;
}
#body_left ol {
	font-size: 0.86em;
	line-height: 1.45em;
	word-spacing: -0.1em;
}
#body_left label {
	color: #091351;
	font-size: 0.9em;
	display: block;
}
#body_left input {
	width: 360px;
}
#body_left div.landing_column_left input, #body_left div.landing_column_right input, #body_left select {
	width: 167px;
}
#body_left input.nontext, #body_left div.landing_column_left input.nontext, #body_left div.landing_column_right input.nontext {
	width: auto;
}
#body_left input.button {
	width: 10em;
}
#body_right {
	width: 189px;
	display: inline;
	float: left;
	margin-top: 20px;
}
#body_right p, #body_right ul, #body_right h3 {
	margin: 0 10px;
}
#body_right p, #body_right li {
	font-size: 0.86em;
	line-height: 1.27em;
}
#solution_center_login {
	height: 40px;
	width: 166px;
	position: relative;
	padding-left: 10px;
	padding-top: 0px;
}
#solution_center_login p {
	padding: 0;
	margin: 0;
	position: relative;
	height: 30px;
	width: 166px;
}
#solution_center_and_prodintro_login {
	height: 70px;
	width: 166px;
	position: relative;
	padding-left: 3px;
}
#solution_center_and_prodintro_login p {
	position: relative;
	height: 30px;
	width: 166px;
	margin: 0 10px;
	padding: 0 0 0.72em 0;
}
#subscribe_button a {
	background: url(../images/page_elements/subscribe.gif) no-repeat 0px 0px;
	text-decoration: none;
	display: block;
	text-indent: -9999px;
	position: absolute;
	width: 166px;
	height: 35px;
}
#subscribe_button a:hover {
	background-position: 0px -35px;
}
#subscribe_productintro_button a {
	background: url(../images/page_elements/subscribe_productintro.gif) no-repeat 0px 0px;
	text-decoration: none;
	display: block;
	text-indent: -9999px;
	position: absolute;
	width: 166px;
	height: 35px;
}
#subscribe_productintro_button a:hover {
	background-position: 0px -35px;
}
#login_button a {
	background: url(../images/page_elements/login_new.gif) no-repeat 0px 0px;
	text-decoration: none;
	display: block;
	text-indent: -9999px;
	position: absolute;
	width: 70px;
	height: 35px;
}
#login_button a:hover {
	background-position: 0px -35px;
}
#login_button_blue a {
	background: url(../images/page_elements/login_new_blue.gif) no-repeat 0px 0px;
	text-decoration: none;
	display: block;
	text-indent: -9999px;
	position: absolute;
	width: 70px;
	height: 35px;
}
#login_button_blue a:hover {
	background-position: 0px -35px;
}
#body_right p.flash {
	text-align: center;
	margin: 0;
	padding: 8px 0 10px 0;
}
#body_left p.landing_intro {
	font-size: 1.1em;
	line-height: 1.25em;
	color: white;
	margin: 0 10px;
	position: relative;
	word-spacing: -0.1em;
}
#body_left div.landing_column_left {
	float: left;
	width: 172px;
	margin: 0 21px 0 10px;
	display: inline;
}
#body_left div.landing_column_right {
	float: left;
	width: 172px;
	margin: 0;
	display: inline;
}
#body_left div.landing_column_left p, #body_left div.landing_column_right p {
	margin: 0;
	padding-bottom: 1.5em;
}
#body_left form p, #body_left form div.landing_column_left p, #body_left form div.landing_column_right p {
	padding-bottom: 0.8em;
}
#body_left div.landing_column_left h3, #body_left div.landing_column_right h3, #body_left div.landing_column_left a, #body_left div.landing_column_right a {
	color: white;
}
#body_left div.landing_column_left a:hover, #body_left div.landing_column_right a:hover {
	color: #111111;
}
#content_wrapper {
	margin: 84px 0 0 0;
}
#content_wrapper_other {
	margin: 0;
}
#body_left dl {
	font-size: 0.86em;
	margin: 0 10px;
	padding: 0 0 1em 0;
}
#body_left dl dt, #body_left dl dd {
	margin: 0;
	padding: 0;
}
#body_left dl dt {
	font-weight: bold;
}

#content {
	background: #BBC6D0;
}
#content p {
	font-size: 0.86em;
}

.tablebackground 	{background:#A8B6C3;}
.tableheader {
	font-size: 0.86em;
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	background: #091351;
}
td {
	font-size: 0.86em;
	color: #111111;
	font-family: Verdana, Arial, sans-serif;
	background: #FFFFFF;

}
.anchors {
	list-style: none;
	font-size: 0.86em;
	margin: 0 10px;
	padding: 0 0 10px 0;
}
.anchors li {
	background: none;
	padding: 0;
	margin:0;
}
.landing_column_left h4, .landing_column_right h4 {
	margin: 0;
}

/*	Footer	*/

#footer p {
	padding: 8px 23px 1.2em 23px;
	font-size: 0.7em;
	color: #303D4D;
	text-align: center;
}
#footer a:link {
	color: #091351;
}
#footer a:visited {
	color: #091351;
}
#footer a:hover {
	color: black
}
#footer a:active {
	text-decoration: none;
}

.textarea {
	font-family: Verdana, Arial, sans-serif; font-size: 9pt; width : 450px; height : 100px; padding-left: 1; padding-right: 1; padding-top: 0; padding-bottom: 0;
}

#submit_button input {
	width: 63px;
	height: 21px;
}
#submit_button_new input {
	width: 76px;
	height: 35px;
}

#body_left ul#sitemap ul {
	margin-bottom: 0;
	font-size: 1.0em;
	padding: 0;
}
#body_left ul#sitemap li {
	list-style: none;
	background: none;
	padding: 0;
	margin: 0;
}
.body_bold {
	font-weight: bold;
}
#body_right select {
	width: 167px;
	font-size: 1.0em;
	margin: 0 0 5px 0;
}
.hidden {
	width: 1px;
	height: 1px;
	visibility: hidden;
}