/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS MAIN */

body {
	margin: 0;
	padding: 0;
	font: 76% Arial, Helvetica, sans-serif;
	background: url(../images/template/masthead_tile.gif) repeat-x left top;
	text-align: center;
}
img {
	padding: 0;
	margin: 0;
}
/* Region-specific styles ******************/

/* JP */
body.lang-jp {
	font-family: "MS PGothic", Arial, Helvetica, sans-serif !important;
}
body.lang-jp .col-right .corners h1 {
	font-size: 13px;
}
body.lang-jp .box-subscribe input   {
	font-size: 11px;
	font-family:  "MS PGothic", Arial, Helvetica, sans-serif;
	width: 130px;
}
body.lang-jp .box-subscribe select {
	width: 133px;
	font-size: 11px;
	font-family:  "MS PGothic", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
body.lang-jp .box-subscribe table th {
	width: 55px;
	margin: 0;
	padding: 5px 0;
	font-size: 11px;
	white-space: nowrap;
}
body.lang-jp .box-subscribe table td {
	width: 140px;
	margin: 0;
	padding: 0;
	text-align: right;
}
body.lang-jp .requestQuote .red-text, body.lang-jp .contact-form .red-text {
	font-size: 70%;
	vertical-align: super;
}
body.lang-jp .contact-form td {
	font-size: 11px;
}
body.lang-jp .contact-form td {
	white-space: nowrap;
}
body.lang-jp .contact-form textarea {
	font: 11px Arial, Helvetica, sans-serif;
	width: 355px;
}
/* TW */
body.lang-tw {
	font-family:  'Microsoft JhengHei',Arial !important;
	font-size: 14px !important;
}
body.lang-tw .col-right .corners h1 {
	font-size: 14pt;
	font-family:  'Microsoft JhengHei',Arial !important;
}
body.lang-tw .box-subscribe input   {
	font-size: 11.5pt;
	font-family:   'Microsoft JhengHei',Arial !important;
	width: 130px;
}
body.lang-tw .box-subscribe select {
	width: 133px;
	font-size: 11.5pt;
	font-family:   'Microsoft JhengHei',Arial !important;
	margin: 0;
	padding: 0;
}
body.lang-tw .box-subscribe table th {
	width: 55px;
	margin: 0;
	padding: 5px 0;
	font-size: 11.5pt;
	white-space: nowrap;
}
body.lang-tw .box-subscribe table td {
	width: 140px;
	margin: 0;
	padding: 0;
	text-align: right;
}
body.lang-tw .requestQuote .red-text, body.lang-tw .contact-form .red-text {
	font-size: 70%;
	vertical-align: super;
	font-family:  'Microsoft JhengHei',Arial !important
}
body.lang-tw .contact-form td {
	font-size: 11.5pt;
	font-family:  'Microsoft JhengHei',Arial !important
}
body.lang-tw .contact-form td {
	white-space: nowrap;
	font-family:  'Microsoft JhengHei',Arial !important
}
body.lang-tw .contact-form textarea {
	font: 11.5pt;
	width: 355px;
	font-family:  'Microsoft JhengHei',Arial !important;
}
/* End region-specific styles *************/
body.quote {
	background: none;
	text-align:left;
}
a, a:link, a:visited, a:active {
	color: #005AA0;
}
a:hover {
	text-decoration: none;
}
a img {
	border-style: none;
}
h1, h2, h3, h4, h5 {
}
hr {
	border-top: 1px solid #999;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height:1px;
	padding: 0;
	margin: 0 0 15px 0;
}
.wrapper {
	width: 967px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.masthead {
	height: 149px;
	position: relative;
}
.logo {
	position: absolute;
	top: 22px;
}
.extranet .logo {
	position: absolute;
	top: 32px;
}
.quicklinks {
	position: absolute;
	top: 78px;
	left: 195px;
}
.quicklinks ul {
	margin: 0;
	padding: 0;
}
.quicklinks ul li {
	margin: 0;
	padding: 0;
	display: inline;
	text-transform: uppercase;
	font-size: 0.94em;
	line-height: 11px;
}
.quicklinks ul li a {
	color: #004f9a;
	text-decoration: none;
	padding: 0 7px;
	border-left: 1px solid #004f9a;
}
.quicklinks ul li.first a, .login ul li.first a {
	border-left: none;
}
.quicklinks ul li a:hover, .login ul li a:hover {
	text-decoration: underline;
}
.cleaner {
	font-size: 1px;
	width: 100%;
	clear: both;
	height: 0;
}
.vert-border {
	border-right: 1px solid #cad3dc;
}
.nav {
	position: absolute;
	top: 117px;
	height: 27px;
	z-index: 80;
}
.login {
	position: absolute;
	right: 0;
	top: 35px;
}
.login.logged-in {
	width: 360px;
	overflow: auto;
	top: 45px;
}
.extranet .login {
	position: absolute;
	right: 0;
	top: 48px;
}
.login h3 {
	font-size: 0.9em;
	color: #224f7e;
	margin: 0 0 5px 0;
}
.login label {
	color: #224f7e;
	font-size: 11px;
}
.login input {
	width: 100px;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #224f7e;
	padding: 2px;
}
.login td {
	padding: 0 5px 0 0;
}
.login ul {
	margin: 7px 0;
	padding: 0;
	text-align: right;
}
.login ul li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 0.94em;
	color: #224f7e;
}
.login ul li a {
	color: #004f9a;
	text-decoration: none;
	padding: 0 3px 0 7px;
	border-left: 1px solid #004f9a;
}
.login.logged-in ul {
	margin: 4px 8px 4px 0;
	float: left;
}
.login select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px;
	width: 180px !important;
	color: #333;
}
.contact-no {
	width: 228px;
	height: 32px;
	position: absolute;
	top: 114px;
	right: 0;
	text-align: right;
	background: url(../images/template/icon_contact.gif) right 0 no-repeat;
	color: #ffffff;
	font-weight: bold;
	line-height: 33px;
	font-size: 1.1em;
	padding: 0 50px 0 0;
}
.home-content {
	width: 967px;
	overflow: hidden;
	padding-bottom: 5px;
	margin-top: 3px;
}
.home-content .col-left {
	margin-top: 8px;
}
.content {
	width: 967px;
	/*overflow: hidden;*/
	padding-bottom: 5px;
	margin-top: 3px;
	float: left;
}
.corners .button a {
	float: right;
	margin-top: -20px;
}
.button a {
	background: url(../images/template/button_bg.gif) no-repeat left;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	padding: 0 0 0 15px;
	height: 23px;
	line-height: 23px;
}
.button a:hover {
	background: url(../images/template/button_bg_hover.gif) no-repeat left;
}
.button span {
	background: url(../images/template/button_bg.gif) no-repeat right;
	padding: 0 15px 0 0;
	display: inline-block;
	cursor: pointer;
	height: 23px;
	line-height: 23px;
}
.button a:hover span {
	background: url(../images/template/button_bg_hover.gif) no-repeat right;
}
.col-left {
	float: left;
	width: 739px;
}
.quote #quote-banner {
	margin: 20px;
	padding: 0px;
}
#quote-banner {
	margin-top: 15px;
	height: 183px;
	width: 520px;
	position: relative;
	background: url(../images/content/quote_banner.jpg) no-repeat left top;
}
#quote-banner p {
	margin: 20px 17px 0 17px;
	font-size: 0.94em;
}
#quote-banner .text {
	position: absolute;
	width: 200px;
	left: 15px;
	top: 50px;
	font-size: 0.94em;
	line-height: 1.5em;
}
#quote-banner table {
	margin-top: 8px;
	margin-right: 17px;
	margin-left: 17px;
	font-size: 0.94em;
	line-height: 1.5em;
	padding: 0;
}
#quote-banner td, #quote-banner th {
	vertical-align: top;
	text-align: left;
	color: #222;
}
#quote-banner td {
	padding: 0 0 3px 0;
	border: none;
}
#quote-banner td.right-padding {
	padding-right: 57px;
}
.col-two .col-right #quote-banner th {
	padding: 0 10px 0 0;
	background: none;
}
#quote-banner input {
	font: 11px Arial, Helvetica, sans-serif;
}
#quote-banner .button {
	text-align: right;
	margin: 10px 0 0 0;
}
#quote-banner .button a span {

}
.home-banner {
	height: 288px;
	/*background: url(../images/content/home_banner.jpg) no-repeat left top;
	text-indent: -999em;*/
	margin-bottom: 3px;
}
.home-banner h1 {
	margin: 0;
	padding: 0;
}

/*********** Home modules - Horizontal *************/
.home-modules {
	width: 100%;
	height: 122px;
	margin-bottom: 3px;
}
.home-modules .module {
	float: left;
	font-size: 1em;
}
.module a {
	color: #fff;
	text-decoration: none;
	display: block;
	background: url(../images/template/green_arrow.gif) 216px 6px no-repeat;
}
.module a:hover {
	background: url(../images/template/blue_arrow.gif) 216px 6px no-repeat;
}
.home-modules .module.mod-one {
	background: url(../images/content/home_opera_module.jpg) no-repeat;
	width: 244px;
	margin: 0 3px 0 0;
}
.home-modules .module.mod-two {
	background: url(../images/content/home_res_module.jpg) no-repeat;
	width: 244px;
	margin: 0 3px 0 0;
}
.home-modules .module.mod-three {
	background: url(../images/content/home_micros_module.jpg) no-repeat;
	width: 245px;
}
.home-modules a {
	padding: 70px 55px 5px 15px;
	height: 47px;
}
.module span {
	/*display: block;
	height: 122px;*/
}
/*********** Extranet home modules - Vertical *************/
.col-two .col-left .module {
	width: 244px;
	/*height: 122px;*/
	margin: 0 0 3px 0;
	font-size: 1.45em;
}
.col-two .col-left .module.mod-one {
	background: url(../images/content/opera_module.jpg) no-repeat;
}
.col-two .col-left .module.mod-two {
	background: url(../images/content/micros_module.jpg) no-repeat;
}
.col-two .col-left .module.mod-three {
	background: url(../images/content/enews_module.jpg) no-repeat;
}
.col-two .col-left .module.mod-one a {
	padding: 62px 66px 0 14px;
	height: 60px;
}
.col-two .col-left .module.mod-two a {
	padding: 45px 110px 0 14px;
	height: 77px;
}
.col-two .col-left .module.mod-three a {
	padding: 30px 120px 0 14px;
	height: 92px;
}

/********** Section Banner ***************/
.section-banner {
	height: 179px;
	width: 739px;
}
.contact-us-banner {
	width: 739px;
}
.section-banner img {
	position: relative;
	z-index: -1;
}
.section-banner h1 {
	margin: 0;
	padding: 0 0 0 20px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	background: url(../images/template/section_heading_bg.gif) no-repeat;
}
.home {
	background: url(../images/template/heading_bg.gif) no-repeat;
}
.home img {
	margin-top: 10px;
	border: 1px solid #2e5272;
}
.flash-feature {
	margin-top: 10px;
	height: 117px;
	border: 1px solid #2e5272;
}
/*.products {
	background: url(../images/content/operetta_banner_prod.jpg);
}
.credit {
	background: url(../images/content/credit_banner.jpg);
}
.case-studies {
	background: url(../images/content/case_studies_banner.jpg);
}
.contact {
	background: url(../images/content/contact_banner.jpg);
}*/
#quote-banner h1, .home h1 {
	margin: 0;
	padding: 10px 0 0 20px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
}
#quote-banner h1 {
	margin: 0;
	padding: 12px 0 0 20px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
}
.section-banner h2, .section-banner p, .home h2, .home p {
	text-indent: -999em;
	margin: 0;
	padding: 0;
}
.col-right {
	float: right;
	width: 225px;
	color: #fff;
	margin: 0px;
	padding: 0;
}
.col-right h1 {
	margin: 0;
	padding: 0 0 11px 0;
	color: #fff;
	font-weight: normal;
	line-height: 1em;
}
.col-right .corners h1 {
/*	font-size: 1.26em;*/
	font-size: 15px;
}
.col-two h3 {
	font-size: 1.1em;
	color: #000000;
	margin: 0 0 0.2em;
}
.case-study {
	overflow: auto;
	width: 100%;
}
.content .col-right .case-study p, .content .col-right .case-study h3 {
	margin-left: 185px;
}
.case-study img {
	float: left;
	margin: 0 17px 0 0;
	border: 1px solid #cdd9ed;
}
.box-subscribe {
	background: url(../images/template/box_btm.gif) no-repeat left bottom;
	padding-bottom: 15px;
	width: 225px;
}
.box-subscribe table {
	color: #fff;
	font-size:1em;
}
.box-subscribe .corners {
	background: url(../images/template/box_newsletter_top.gif) no-repeat left top;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	width: 225px;
	w\idth: 195px
}
.box-subscribe .button {
	float: right;
	margin-top: 4px;
}
.box-subscribe input   {
	font: 11px Arial, Helvetica, sans-serif;
	width: 150px;
}
.box-subscribe select {
	width: 155px;
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
.box-subscribe table th {
	width: 39px;
	margin: 0;
	padding: 5px 0;
}
.box-subscribe table td {
	width: 156px;
	margin: 0;
	padding: 0;
}
.box-subscribe table td.error {
	width: 100%;
	text-align: left !important;
	color: #fff;
}
.box-demo, .box-glance, .box-support, .box-generic {
	background: #245485 url(../images/template/box_btm.gif) no-repeat left bottom;
	padding-bottom: 15px;
	margin-top: 3px;
}
.box-support, .box-generic {
	margin-top: 0;
}
.box-demo .corners {
	background: url(../images/template/box_demo_top.gif) no-repeat left top;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
}
.box-glance .corners {
	background: url(../images/template/box_glance_top.gif) no-repeat left top;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
}
.box-support .corners {
	background: url(../images/template/box_support_top.gif) no-repeat left top;
	padding-top: 10px;
	padding-right: 0;
}

.box-generic .corners {
	background: url(../images/template/box_generic_top.gif) no-repeat left top;
	padding-top: 10px;
	padding-right: 0;
}
.box-support h1, .box-generic h1 {
	padding: 5px 15px;
	height: 15px;
	display: inline-block;
}
.box-support p, .box-generic p {
	font-size: 0.94em;
	padding: 0 15px;
	margin-top: 10px;
}
.box-support .button, .box-generic .button {
	text-align: right;
	padding-right: 15px;
}
.box-demo .button {
	text-align: right;
	margin: 5px 15px 0 0;
	display: block;
}
.box-demo h1, .box-glance h1 {
	padding-right: 15px;
	padding-left: 15px;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	padding-bottom: 8px;
	display: block;
}
.box-demo .demo-one, .box-demo .demo-two {
	width: 225px;
}
.box-demo .demo-one a, .box-demo .demo-two a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-weight: bold;
	background: url(../images/template/module_link_bg_off.gif) repeat-x left bottom;
	padding: 11px 15px;
	width: 195px !important;
	float: left;
	margin-bottom: 25px;
	margin-top: 15px;
}
.box-glance .link a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-weight: bold;
	background: url(../images/template/module_link_bg_off.gif) repeat-x left bottom;
	padding: 5px 15px;
	margin-bottom: 7px;
	width:225px;
	float: left;
	w\idth: 195px;
}
.marginBtm {
	margin-bottom: 0;
}
.box-demo .demo-one a:hover, .box-demo .demo-two a:hover, .box-glance .link a:hover {
	background: url(/images/template/module_link_bg_on.gif) repeat-x left bottom;
}
.box-demo  .demo-one  img, .box-demo .demo-two img, .box-glance .link img {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}
.box-demo .demo-two {
	margin: 19px 0 0 0;
}
.breadcrumb {
	font-size: 0.94em;
	color: #626262;
	margin: 0.2em 0 1.1em 0;
}
.breadcrumb a {
	color: #626262;
}
.breadcrumb a:hover {
	text-decoration: none;
}
.col-two {
	width: 739px;
	margin-top: 20px;
	float: left;
}
.col-two .col-left {
	float: left;
	width: 175px;
	color: #222;
	line-height: 1.5em;
}
.col-two .col-left .generic {
	margin-top: 1.5em;
	line-height: 1.4em;
}
#home .col-two .col-left {
	border-left: none;
	width: 244px;
}
#home .col-two .col-right {
	border-left: none;
	width: 453px;
	padding-right: 18px;
}
.col-two .col-left p {
	margin: 0 0 15px;
	padding: 0;
}
.col-two .col-left h1 {
	font-size: 1.6em;
	margin: 0.4em 0;
	color: #355e8b;
	font-weight: normal;
	text-transform: uppercase;
}
.col-two .col-left .blog-links h2 {
	margin-top: 1.7em;
	text-transform: uppercase;
}
.col-two .col-left ul {
	margin: 0 0 1.1em 2px;
	list-style-type: none;
}
.col-two .col-left ul li {
	padding: 0 0 0 9px;
	background: url(../images/template/bullet_left_col.gif) 0 0.45em no-repeat;
	margin: 0.6em 0;
}
.col-two .col-left ul ul {
	margin: 0;
	padding: 0;
}
.col-two .col-left ul ul li {
	list-style: none;
}
.col-two .col-left ul li a {
	font-weight: bold;
	color: #6686be;
	text-decoration: none;
}
.col-two .col-left ul ul li a {
	font-weight: normal;
}
.col-two .col-left .blog-links ul.recent li a {
	font-weight: bold;
	color: #6686be;
	text-decoration: none;
}
.col-two .col-left .blog-links ul li a {
	font-weight: normal;
	color: #6686be;
	text-decoration: none;
}
.col-two .col-left ul li a:hover, .col-two .col-left .blog-links ul li a:hover {
	color: #192949;
}
.col-two .col-right h1 {
	color: #355e8b;
	text-transform: uppercase;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0.2em 0;
}
.col-two .col-right h2 {
	color: #16385c;
	font-size: 1.2em;
	margin: 0 0 0.7em 0;
}
.col-two .col-right h1.blog-heading {
	color: #355e8b;
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
}
.col-two .col-right h1.blog-title {
	color: #355e8b;
	font-size: 2.1em;
	font-weight: bold;
	text-transform: none;
}
.col-two .col-right .publish-info {
	color: #6b6b6b;
}
.col-two .col-right p {
	margin: 0 0 1em 0;
}
.col-two .col-right table {
	margin: 0 0 1em 0;
}
.col-two .col-right table.requestQuote {
	font-size: 11px;
}
.col-two  .col-right table td, .col-two  .col-right  table  th, .col-two .col-right table .tableHeader {
	padding: 4px 10px;
	vertical-align: top;
}
.col-two  .col-right  table  th, .col-two .col-right table .tableHeader {
	color: #ffffff;
	background: #17395e;
	font-weight: bold;
	text-align: left;
	border-style: none;
}
.col-two .col-right table td {
	border-bottom: 1px solid #caced7;
}
.col-two .col-right ul {
	margin: 0 0 1em 1em;
	list-style-type: none;
}
.col-two .col-right ul ul {
	margin: 0 0 0 10px;
}
.col-two .col-right ul li {
	background: url(../images/template/list_bullet.gif) no-repeat 0 0.65em;
	padding: 0 0 0 1em;
}
.col-two .col-right ol {
	margin: 0 0 1em 1.7em;
	padding-left: 1.7em;
}
.col-two .col-left ol {
	margin: 0 0 1em 1em;
	padding-left: 1.7em;
}
.col-two label {
	font-weight: bold;
}
.col-two input, .col-two textarea, .col-two select {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}
.col-two .requestQuote select {
	width: 130px;
}
.col-two .requestQuote span {
	font-size: 12px;
}
.mod-calc {
	background: url(../images/template/module_calc_top.gif) no-repeat left top;
	width: 170px;
	padding-top: 10px;
	margin: 0 0 1.1em 0;
}
.mod-calc .corners {
	background: url(../images/template/module_calc_btm.gif) no-repeat left bottom;
	padding-bottom: 20px;
}
.mod-calc .cornersNoPic {
	background: url(../images/template/module_calc_btm_noarrow.gif) no-repeat left bottom;
	padding-bottom: 10px;
}
.col-two .col-left .mod-calc h2 {
	margin: 0 0 10px 2px ;
	padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.1em;
	background: url(../images/template/module_calc_h2bg.gif) repeat-x left bottom;
}
.col-two  .col-left .mod-calc p {
	margin: 0;
	padding: 0 70px 0 15px;
	color: #fff;
	font-weight: bold;
}
.col-two .col-left h2 {
	font-size: 1.14em;
	color: #16385c;
	margin: 0.2em 0 0.5em 0;
	text-transform: uppercase;
}
.mod-calc a {
	color: #fff;
	text-decoration: none;
	background: url(../images/template/link_arrow.gif) no-repeat 141px 75px;
	display: block;
}
.col-left .mod-calc a h2, .col-left .mod-calc h2 a {
	color: #fff;
}
.col-two .col-right {
	float: right;
	color: #222;
	padding: 0 10px 10px 20px;
	width: 550px;
	w\idth: 520px;
	border-left: 1px solid #5d729b;
	line-height: 1.65em;
}
.col-two .col-right.single-col {
	float: right;
	color: #222;
	line-height: 1.5em;
	padding: 0 10px 10px 20px;
	width: 739px;
	w\idth: 709px;
	border-left: none;
	line-height: 1.65em;
}
.col-two .col-left .button {
	float: left;
}
.col-two .col-right .button {
	text-align: right;
	margin: 1.1em 0;
}
.col-three {
	width: 520px;
	padding-bottom: 10px;
	margin-top: 15px;
}
.col-row {
	float: left;
	width: 171px;
}
.col-two .col-right .col-row span {
	display: block;
	margin: 0;
	padding: 7px 0 0 0;
	background: url(../images/template/blue_headingbg2.gif) no-repeat left top;
}
.col-two .col-right .col-row h2 {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0 10px 7px 10px;
	background: url(../images/template/blue_headingbg2.gif) no-repeat left bottom;
}
.col-row p {
	margin: 10px 0 0 0 !important;
	padding: 0 10px;
	line-height: 1.5em;
	font-size: 0.94em;
}
.col-row ul {
	font-size: 11px;
	margin-top: 10px !important;
}
.col-three .margin {
	margin-left: 3px;
}
.contact-form {
	margin-left: 40px;
}
.contact-form th {
	text-align: left;
	padding-right: 10px;
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
}
.contact-form textarea {
	font: 11px Arial, Helvetica, sans-serif;
	width: 370px;
}
.red-text {
	font-weight: bold;
	font-size: 17px;
	color: #FF0000;
}
.footer {
	overflow: hidden;
	border-top: 1px solid #5d729b;
	padding-top: 5px;
	padding-bottom: 20px;
	color: #5d729b;
	text-align: right;
	float: left;
	width: 967px;
}
.footer ul {
	list-style-type: none;
	padding: 0;
}
.footer li {
	display: inline;
	padding: 0 2px 0 4px;
	border-left: 1px solid #5d729b;
}
.footer li.first {
	border: none;
}
.footer a {
	color: #5d729b;
	text-decoration: none;
	font-size: 0.94em;
}
.footer a:hover {
	text-decoration: underline;
}
.small {
	font-size: 11px;
}
.col-two .col-right table td.middleAlign {
	vertical-align: middle;
}
.error {
	color: #FF0000;
}