html, body {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #FFF url(../images/Layout_BG.jpg) no-repeat top center;
	text-align: center;
}

td {
	font-size: 12px;
}

p {
	margin: 0 0 1em 0;
}

* :focus {
	outline: 0;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

.Btn1,
.Btn2,
.Btn3,
.Btn4,
.Btn5 {
	background: url(../images/Btn_BG.png) repeat-x top;
	border: 1px solid;
	padding: 4px 11px;
	margin: 0 3px 0 0;
	cursor: pointer;
	font: bold 12px Tahoma, Verdana, sans-serif;
	text-decoration: none;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 2px;	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	/*transition: all 0.2s linear;*/
}
.Btn1:hover,
.Btn2:hover,
.Btn3:hover,
.Btn4:hover,
.Btn5:hover {
	text-decoration: none;
}
.Btn1:active,
.Btn2:active,
.Btn3:active,
.Btn4:active,
.Btn5:active {
	position: relative;
	top: 1px;
}

.Btn1 {
	background-color: #08548E;
	border-color: #1E3D5B;
	color: #D6E0EB;
}
.Btn1:hover {
	background-color: #0965AA;
	color: #FFF;
}

.Btn2 {
	background-color: #7E7E7E;
	border-color: #6E6E6E;
	color: #E6E6E6;
}
.Btn2:hover {
	background-color: #989898;
	color: #FFF;
}

.Btn3 {
	background-color: #C9992C;
	border-color: #966F12;
	color: #FAEED1;
}
.Btn3:hover {
	background-color: #E4B242;
	color: #FFF;
}

.Btn4 {
	background-color: #AA0000;
	border-color: #7D0000;
	color: #FFE6E6;
}
.Btn4:hover {
	background-color: #C40000;
	color: #FFF;
}

.Btn5 {
	background-color: #008A00;
	border-color: #006600;
	color: #F2FFF2;
}
.Btn5:hover {
	background-color: #00B900;
	color: #FFF;
}

a {
	color: #336699;
	text-decoration: underline;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
a:hover {
	color: #99B2CC;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, pre {
	margin: 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	border-bottom: 3px solid #336699;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

h5 {
	font-size: 11px;
	font-weight: bold;
	color: #4C4C4C;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin: -2px 0 10px 0;
}

.ImageLink {
	background-color: #F6F6F6;
	border: 1px solid #D9D9D9;
	padding: 4px;
	margin: 5px;
	border-radius: 2px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	/*transition: all 0.2s linear;*/
}
a .ImageLink {
	border: 1px solid #D9D9D9;
}
a:hover .ImageLink {
	background-color: #F3F6F9;
	border: 1px solid #99B2CC;
}

.ImagePad {
	padding-top: 5px;
}

.Heading1 {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
}

.Heading2 {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	border-bottom: 1px dotted #99B2CC;
}

.Heading3 {
	font-size: 9px;
	color: #999;
	line-height: normal;
}

.Heading4 {
	font-size: 11px;
	color: #AA0000;
}

.Heading5 {
	font-size: 8px;
	color: #CCC;
	letter-spacing: 1px;
}

.Heading6 {
	font-size: 11px;
	color: #999;
	line-height: normal;
	padding-left: 5px;
}

.Highlight1 {
	color: #336699;
}

.Highlight2 {
	color: #060;
}

.Highlight3 {
	color: #AA0000;
}

.Highlight4 {
	color: #999;
}

.Highlight5 {
	color: #E84A17;
}

.Highlight6 {
	color: #333;
}

.Background1 {
	background-color: #EBEBEB;
	border-bottom: 1px solid #DEDEDE;
}

.Background2 {
	background-color: #F6F6F6;
}

.Background3 {
	background-color: #EBEBEB;
	border-right: 1px solid #DEDEDE;
	padding: 0 0 0 5px;
	color: #999;
}

.Background4 {
	background-color: #EBEBEB;
	border-right: 1px solid #DEDEDE;
}

.Box1 {
	color: #336699;
	border: 1px dotted #5991C8;
	background-color: #EFF4FA;
	margin: 6px;
	padding: 6px;
}

.Box2 {
	color: #006600;
	border: 1px dotted #008A00;
	background-color: #ecffec;
	margin: 6px;
	padding: 6px;
}

hr {
	border-style: none;
	border-top: 1px dotted #C0C0C0;
	margin-top: 1em;
	background-color: #FFF;
	color: #FFF;
}

.List1 li {
	margin-bottom: 1em;
	line-height: normal;
	font-weight: bold;
}

.List2 {
	margin: 0px;
	padding-left: 30px;
	list-style-type: none;
}
.List2 li {
	/*background-image: url(images/ICO_Bullet.gif);*/
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding-left: 22px;
	line-height: 23px;
}

.List3 {
	margin-bottom: 1.5em;
	padding-left: 30px;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	color: #060;
}
.List3 li {
	background-image: url(../images/Icon_Check24.png);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding: 8px 30px 10px 30px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 997px;
	text-align: left;
}

#header {
	background: url(../images/Layout_Header.jpg) no-repeat top left;
	height: 90px;
}

#header_container {
	position: relative;
}

#header_link {
	position: absolute;
	top: 26px;
	left: 25px;
	width:120px;
	height:50px;
	cursor: pointer;
}

#header_nav {
	position: absolute;
	top: 28px;
	right: 20px;
}

#header_search {
	position: absolute;
	top: 52px;
	right: 18px;
}

/* Floating Menu */
#menu_container {
	position: absolute;
	top: 140px;
	width: 213px;
}

#menu {
	display: none;
}

#menu div {
	border-bottom: 2px solid #99B2CC;
}
#menu div a {
	display: block;
	padding: 4px 0px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#menu div a:hover {
	color: #336699;
	text-decoration: none;
	background-color: #F5F8FA;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li {
	border-bottom: 1px dotted #9AB3CD;
}
#menu ul li a {
	display: block;
	padding: 4px 0px 4px 16px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #336699;
	text-decoration: none;
	background-color: #EBF0F5;
}

/* Navigation */
#nav {
	position: absolute;
	z-index: 1000;
	width: 997px;
}
#nav, #nav a, #nav li {
	height: 31px;
}
#nav a {
	display: block;
	text-indent: -9999px;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li { 
	margin: 0;
	padding: 0;
	list-style: none; 
	float: left;
	overflow: none;
}

#nav li.capl { 
	background: url(../images/Nav_CapL.gif) no-repeat; 
	width: 26px;
}
#nav li.capr { 
	background: url(../images/Nav_CapR.gif) no-repeat; 
	width: 26px;
}

#nav li.products div #nav_products { 
	background: url(../images/Nav_Products.gif) no-repeat; 
	width: 107px;
}
#nav li.products div #nav_products:hover { 
	background: url(../images/Nav_Products.gif) no-repeat 0 -31px;
}

#nav li.services div #nav_services { 
	background: url(../images/Nav_Services.gif) no-repeat; 
	width: 99px;
}
#nav li.services div #nav_services:hover { 
	background: url(../images/Nav_Services.gif) no-repeat 0 -31px;
}

#nav li.support div #nav_support { 
	background: url(../images/Nav_SupportTraining.gif) no-repeat; 
	width: 158px;
}
#nav li.support div #nav_support:hover { 
	background: url(../images/Nav_SupportTraining.gif) no-repeat 0 -31px;
}

#nav li.about div #nav_about { 
	background: url(../images/Nav_AboutRataAssociates.gif) no-repeat; 
	width: 175px;
}
#nav li.about div #nav_about:hover { 
	background: url(../images/Nav_AboutRataAssociates.gif) no-repeat 0 -31px;
}

#nav li.contact div #nav_contact { 
	background: url(../images/Nav_ContactInformation.gif) no-repeat; 
	width: 176px;
}
#nav li.contact div #nav_contact:hover { 
	background: url(../images/Nav_ContactInformation.gif) no-repeat 0 -31px;
}

#nav li.press div #nav_press { 
	background: url(../images/Nav_PressRoom.gif) no-repeat; 
	width: 118px;
}
#nav li.press div #nav_press:hover { 
	background: url(../images/Nav_PressRoom.gif) no-repeat 0 -31px;
}

#nav li.resources div #nav_resources { 
	background: url(../images/Nav_Resources.gif) no-repeat; 
	width: 112px;
}
#nav li.resources div #nav_resources:hover { 
	background: url(../images/Nav_Resources.gif) no-repeat 0 -31px;
}

#nav_footer {
	position: relative;
	top: 31px;
	background: url(../images/Nav_CapB.gif) no-repeat;
	height: 6px;
}

/* Navigation Overlays */
#nav ul li div {
	position: relative;
}
#nav ul li div em {
	position: absolute;
	z-index: 2000;
	top: 31px;
	left: -7px;
	width: 408px;
	font-style: normal;
	display: none;
}

.Nav_OverlayT {
	background: url(../images/Nav_OverlayT.png) no-repeat;
	padding: 17px 21px;
	width: 408px;
	vertical-align: top;
	line-height: 25px;
	font-size: 11px;
	color: #FFF;
	float: left;
}
#nav ul li div em .Nav_OverlayT a,
#nav ul li div em .Nav_OverlayT a:link,
#nav ul li div em .Nav_OverlayT a:hover,
#nav ul li div em .Nav_OverlayT a:visited {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	background-image: none;
	display: inline;
	text-indent: 0px;
	height: auto;
}
#nav ul li div em .Nav_OverlayT a:hover {
	text-decoration: underline;
}

.Nav_OverlayTCL {
	vertical-align: top;
	width: 175px;
	padding-right: 3px;
	float: left;
}

.Nav_OverlayTCR {
	vertical-align: top;
	width: 175px;
	border-left: 1px dotted #5A5A5A;
	padding-left: 14px;
	float: left;
}

.Nav_OverlayB {
	background: url(../images/Nav_OverlayB.png) no-repeat;
	padding: 10px 21px;
	height: 84px;
	width: 408px;
	vertical-align: top;
	font-size: 11px;
	color: #666;
	float: left;
}
#nav ul li div em .Nav_OverlayB a,
#nav ul li div em .Nav_OverlayB a:link,
#nav ul li div em .Nav_OverlayB a:hover,
#nav ul li div em .Nav_OverlayB a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #336699;
	text-decoration: underline;
	background-image: none;
	display: inline;
	text-indent: 0px;
	height: auto;
}
#nav ul li div em .Nav_OverlayB a:hover {
	color: #81A0C0;
}
.Nav_OverlayB_Disabled {
	background-position: bottom;
	padding: 0;
	height: 14px;
}

.Nav_OverlayBCL {
	vertical-align: top;
	width: 175px;
	padding-right: 3px;
	font-size: 11px;
	float: left;
}

.Nav_OverlayBCR {
	vertical-align: top;
	width: 175px;
	border-left: 1px dotted #EBEBEB;
	padding-left: 14px;
	font-size: 11px;
	float: left;
}

/* Navigation (Small Top) */
#navtop {
	width: 174px;
}
#navtop, #navtop a, #navtop li {
	height: 12px;
}
#navtop a {
	display: block;
	text-indent: -9999px;
}
#navtop ul {
	margin: 0;
	padding: 0;
}
#navtop li { 
	margin: 0;
	padding: 0;
	list-style: none; 
	float: left; 
}

#navtop li.home a { 
	background: url(../images/NavTop_Home.gif) no-repeat; 
	width: 47px;
}
#navtop li.home a:hover { 
	background: url(../images/NavTop_Home.gif) no-repeat 0 -12px;
}

#navtop li.contact a { 
	background: url(../images/NavTop_Contact.gif) no-repeat; 
	width: 65px;
}
#navtop li.contact a:hover { 
	background: url(../images/NavTop_Contact.gif) no-repeat 0 -12px;
}

#navtop li.sitemap a { 
	background: url(../images/NavTop_SiteMap.gif) no-repeat; 
	width: 62px;
}
#navtop li.sitemap a:hover { 
	background: url(../images/NavTop_SiteMap.gif) no-repeat 0 -12px;
}

a.BtnPrint {
	display: block;
	width: 74px;
	height: 16px;
	background: url(../images/Btn_PrintPage.gif) 0 0 no-repeat;
	text-decoration: none;
	margin: 11px 0 0 0;
}
a:hover.BtnPrint {
	background-position: 0 -16px;
}

a.BtnSend {
	display: block;
	width: 73px;
	height: 16px;
	background: url(../images/Btn_SendPage.gif) 0 0 no-repeat;
	text-decoration: none;
	margin: 8px 0 7px 0;
}
a:hover.BtnSend {
	background-position: 0 -16px;
}

a.BtnClose {
	display: block;
	width: 11px;
	height: 11px;
	background: url(../images/Btn_Close.gif) 0 0 no-repeat;
	text-decoration: none;
}
a:hover.BtnClose {
	background-position: 0 -11px;
}

#search_txt {
	background: url(../images/Layout_Search_Text.gif) no-repeat;
	width: 161px;
	height: 23px;
	border: 0;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
	color: #7F7F7F;
}

#search_btn {
	width: 31px;
	height: 23px;
	border: 0;
	padding: 0;
	margin: 1px 0 0 0;
}
html>/**/body #search_btn {
	margin: -0px 0 0 0;
}

#nav_panel {
	float: left;
	width: 213px;
	margin: 13px 0 0 7px;
}

#body_container {
	float: left;
	width: 760px;
	margin: 44px 0 0 11px;
}

#footer_container {
	float: left;
	width: 984px;
	height: 62px;
	margin: 16px 0 0 7px;
	padding: 12px 0 0 0;
	border-top: 2px solid #CDDAE6;
	background: url(../images/Layout_Footer_BG.gif) no-repeat 636px 1px;
}

#footer_navmain {
	float: left;
	color: #99B2CC;
	letter-spacing: 2px;
}
#footer_navmain a {
	color: #333;
	text-decoration: none;
	letter-spacing: normal;
	padding-right: 1px;
}
#footer_navmain a:hover {
	color: #6B8FB5;
	text-decoration: underline;
}

#footer_navsub {
	float: left;
	font-size: 11px;
	color: #99B2CC;
	margin: 2px 0 0 0;
	letter-spacing: 2px;
}
#footer_navsub a {
	color: #999;
	text-decoration: none;
	letter-spacing: normal;
	padding-right: 1px;
}
#footer_navsub a:hover {
	color: #6B8FB5;
	text-decoration: underline;
}

#footer_copyright {
	float: right;
	padding: 0 59px 0 0;
	margin: 2px 0 0 0;
	text-align: right;
	background: url(../images/Layout_Footer_Logo.gif) no-repeat top right;
	font-size: 9px;
	color: #BBB;
}

#body_graphic div {
	float: left;
}

#body_spacer {
	float:left;
	height:15px;
}

#body_text {
	margin: 0;
}

#body_bg {
	float: left;
	width: 760px;
	background: url(../images/F2_BGB.gif) repeat-y;
}

#body {
	background: url(../images/F2_BGT.gif) no-repeat;
	padding: 10px 19px 0px 19px;
	min-height: 550px;
	line-height: 20px;
}
#body ul {
	margin-top: 0;
}
#body table tr td {
	line-height: normal;	
}

#panel_left {
	float: left;
	margin: 0 0 0 7px;
}

#panel_right {
	float: right;
	margin: 0 7px 0 0;
}

#panel_container {
	float: left;
	width: 480px;
}

#panel_header {
	float:left;
	background: url(../images/F3_T.gif) no-repeat bottom;
	width: 480px;
	height: 31px;
	vertical-align: top;
}

#panel_footer {
	float:left;
	background: url(../images/F3_B.gif) no-repeat;
	width: 480px;
	height: 10px;
}

#panel_bg {
	float: left;
	width: 480px;
	background: url(../images/F3_BGB.gif) repeat-y;
}

.Panel {
	background: url(../images/F3_BGT.gif) no-repeat;
	padding: 0 7px 7px 7px;
	min-height: 215px;
	line-height: 20px;
}

.Tabs {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	margin-left: 11px;
}
.Tabs li {
	float: left;
	background: url(../images/F3_Tab2.gif) no-repeat;
	width: 85px;
	height: 26px;
}
.Tabs li a {
	display: block;
	color: #999;
	text-decoration: none;
	padding: 7px 3px 0px 8px;
	height: 20px;
}
.Tabs li a:hover {
	display: block;
	color: #336699;
	text-decoration: none;
}
.Tabs .selected {
	background: url(../images/F3_Tab1.gif) no-repeat;
	font-weight: bold;
	font-size: 12px;
}
.Tabs .selected a {
	color: #336699;
	padding-top: 6px;
}

.Tabs_Body {
	display: none;
}

.Subs {
	margin: 0;
	padding: 23px 0 0 0;
	list-style-type: none;
	font-size: 12px;
}
.Subs li {
	background: none;
	width: 146px;
	height: 28px;
}
.Subs li a {
	display: block;
	color: #99B2CC;
	text-decoration: none;
	padding: 3px 0 0 9px;
	height: 28px;
}
.Subs li a:hover {
	display: block;
	color: #6B8FB5;
	text-decoration: none;
}
.Subs .selected {
	background: url(../images/F3_BtnBG.gif) no-repeat;
	font-weight: bold;
}
.Subs .selected a {
	color: #6B8FB5;
}

.Subs_Tabs {
	float: left;
	width: 146px;
}

.Subs_Content {
	float: left;
	width: 300px;
	margin: 0 8px 0 12px;
	color: #336699;
}
.Subs_Content a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	line-height: normal;
}
.Subs_Content a:hover {
	color: #6B8FB5;
}
.Subs_Content p {
	margin: 0 0 0 0;
}
.Subs_Content ul {
	margin: 0;
	padding-left: 1em;
	line-height: normal;
}
.Subs_Content li {
	margin-bottom: 8px;
}

.Subs_ImageLink {
	background-color: #F1F4F8;
	border: 1px solid #8EABC7;
	padding: 3px;
	margin: 5px;
}
a .Subs_ImageLink {
	border: 1px solid #8EABC7;
}
a:hover .Subs_ImageLink {
	background-color: #FFF;
	border: 1px solid #336699;
}

.Subs_Body {
	display: none;
}

.Text_XXS {
	font-size: 9px;
}
.Text_XS {
	font-size: 10px;
}
.Text_S {
	font-size: 11px;
}
.Text_L {
	font-size: 13px;
}
.Text_XL{
	font-size: 14px;
}
.Text_XXL {
	font-size: 15px;
}


#announcement {
	float: left;
	clear: both;
	border: 1px dotted #C3C3C3;
	background: #EBEBEB no-repeat 1%;
	margin: 0px 0px 20px 40px;
	width: 91%;
	text-align: center;
	font-size: 14px;
}
#announcement a {
	background: no-repeat 99%;
	display: block;
	padding: 10px;
	color: #6E6E6E;
	text-decoration: none;
}
#announcement a:hover {
	color: #5C5C5C;	
}
#announcement:hover {
	background-color: #E4E4E4;
}

#announcement.asterisk {
	border-color: #F08B2A;
	background-image: url(../images/Icon_Asterisk.png);
	background-color: #FFF5EC;
}
#announcement.asterisk a {
	background-image: url(../images/Icon_Asterisk.png);
	color: #F08B2A;
}
#announcement.asterisk a:hover {
	color: #C1650D;	
}
#announcement.asterisk:hover {
	background-color: #FFE2C7;
}

#announcement.lightbulb {
	border-color: #DCA433;
	background-image: url(../images/Icon_Lightbulb.png);
	background-color: #FCF5E0;
}
#announcement.lightbulb a {
	background-image: url(../images/Icon_Lightbulb.png);
	color: #DCA433;
}
#announcement.lightbulb a:hover {
	color: #BC7C35;	
}
#announcement.lightbulb:hover {
	background-color: #F8E6AE;
}

#announcement.star {
	border-color: #DCA433;
	background-image: url(../images/Icon_Star.png);
	background-color: #FCF5E0;
}
#announcement.star a {
	background-image: url(../images/Icon_Star.png);
	color: #DCA433;
}
#announcement.star a:hover {
	color: #BC7C35;	
}
#announcement.star:hover {
	background-color: #F8E6AE;
}

#announcement.cd {
	border-color: #8AA8C5;
	background-image: url(../images/Icon_CD.png);
	background-color: #F1F4F8;
}
#announcement.cd a {
	background-image: url(../images/Icon_CD.png);
	color: #3974AE;
}
#announcement.cd a:hover {
	color: #336699;	
}
#announcement.cd:hover {
	background-color: #D7E1EC;
}

#announcement.calendar {
	border-color: #6EAE6A;
	background-image: url(../images/Icon_Calendar.png);
	background-color: #E6F4E3;
}
#announcement.calendar a {
	background-image: url(../images/Icon_Calendar.png);
	color: #6EAE6A;
}
#announcement.calendar a:hover {
	color: #5EA459;	
}
#announcement.calendar:hover {
	background-color: #DAEFD6;
}

#announcement.warning {
	border-color: #D49740;
	background-image: url(../images/Icon_Warning.png);
	background-color: #FCF5DA;
}
#announcement.warning a {
	background-image: url(../images/Icon_Warning.png);
	color: #BD7F04;
}
#announcement.warning a:hover {
	color: #AB7503;	
}
#announcement.warning:hover {
	background-color: #F9EBAF;
}

#announcement.error {
	border-color: #C33316;
	background-image: url(../images/Icon_Error.png);
	background-color: #FDEFE8;
}
#announcement.error a {
	background-image: url(../images/Icon_Error.png);
	color: #C33316;
}
#announcement.error a:hover {
	color: #A6140E;	
}
#announcement.error:hover {
	background-color: #F9CDB7;
}

#announcement.help {
	border-color: #2D6DC2;
	background-image: url(../images/Icon_Help.png);
	background-color: #E3EEF9;
}
#announcement.help a {
	background-image: url(../images/Icon_Help.png);
	color: #2969C0;
}
#announcement.help a:hover {
	color: #263F8C;	
}
#announcement.help:hover {
	background-color: #BED6EF;
}


/* Kwicks (jQuery) */
#kwick_container {
	float: left;
	width: 984px;
	height: 286px;
	text-align: center;
	margin: 45px 0 20px 6px;
}

.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	/*display: none;*/
}
.kwicks li{
	width: 136px;
	height: 286px;
	display: block;
	overflow: hidden;
	padding: 0;
	margin-right: 4px;
	float: left;

	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	cursor: pointer;
}
.kwicks li pre {
	padding: 61px 0 0 0;
	width: 493px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	line-height: 20px;
}
.kwicks li pre a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFF;
}


/* sIFR */
@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

@media screen {
	.sIFR-active h1,
	.sIFR-active h2 {
		visibility: hidden;
		font-family: Verdana;
		line-height: 1em;
		margin-top: 0px;
		margin-bottom: 5px;
	}

	.sIFR-active h1 {
		font-size: 12px;
		height: 9px;
	}

	h1 {
		color: #99B2CC;
		font-size: 12px;
	}

	.sIFR-active h2 {
		font-size: 18px;
		height: 25px;
	}

	h2 {
		color: #336699;
		font-size: 18px;
		margin-bottom: 6px;
	}
}


/*---- Print Styling ----*/
@media print {
	.noPrint,
	#body_top,
	#body_bottom,
	#nav_panel,
	#header,
	#nav,
	#nav_footer,
	#body_graphic,
	#footer_navmain,
	#footer_navsub {
		display: none;
	}

	#container,
	#body_container,
	#body,
	#footer_container,
	#body_bg {
		background: none;
		padding: 0;
		margin: 0;
		width: 100%;
	}

	#footer_copyright {
		float: none;
		background: none;
		padding: 7px;
		margin: 0;
		text-align: center;
	}

	h1 {
		color: #99B2CC;
		font-size: 12px;
	}

	h2 {
		color: #336699;
		font-size: 18px;
	}
}


#info {
	float: left;
	margin: 0 7px 15px 7px;
	border: 1px solid #E9E9E9;
	background: url(../images/Layout_HomeBG.jpg) #F7F7F7 no-repeat right top;
	padding: 15px;
	width: 95.4%;
}
#info h2 {
	font-size: 20px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #89A6C2;
	color: #7596B7;
}
#info h3 {
	font-size: 18px;
	border-color: #336699;
}
#info h3 a {
	text-decoration: none;
}
#info p,
#info .infop {
	border: 1px dotted #C0C0C0;
	border-top: 0;
	background-color: #E8E8E8;
	padding: 10px;
	line-height: 1.5em;
	margin-bottom: 6px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	/*transition: all 0.2s linear;*/
	cursor: default;
}
#info p:hover,
#info .infop:hover {
	border-color: #C9992C;
	background-color: #F2D698;
	color: #000;
}
#info p:hover .ImageLink,
#info .infop:hover .ImageLink {
	border-color: #E0AF3F;
	background-color: #FBF1DB;
	color: #000;
}
#info img {
	margin: 0;
}

#table_list {
	float: left;
	width: 985px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#table_list > li {
	float: left;
	width: 22%;
	text-align: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}

.BtnImg {
	font-size: 1.1em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.BtnImg img {
	border: 0;
	vertical-align: middle;
}


/* Link Icons */
.icon_phone2 {
	background: url(../images/icons/Icon_Phone2.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_chat {
	background: url(../images/icons/Icon_Chat.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_pdf {
	background: url(../images/icons/Icon_PDF.png) no-repeat 0 50%;
	padding-left: 19px;
}

.icon_pdf20 {
	background: url(../images/icons/Icon_PDF20.png) no-repeat 0 50%;
	padding: 3px 0 3px 23px;
}

.icon_pdf32 {
	background: url(../images/icons/Icon_PDF32.png) no-repeat 0 50%;
	padding: 10px 0 10px 35px;
}

.icon_email {
	background: url(../images/icons/Icon_Email.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_email_add {
	background: url(../images/icons/Icon_EmailAdd.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_email_sub {
	background: url(../images/icons/Icon_EmailSub.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_phone {
	background: url(../images/icons/Icon_Phone.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_fax {
	background: url(../images/icons/Icon_Fax.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_mobile {
	background: url(../images/icons/Icon_Mobile.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_map {
	background: url(../images/icons/Icon_MapPin.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_calendar {
	background: url(../images/icons/Icon_Calendar.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_web {
	background: url(../images/icons/Icon_Globe.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_service {
	background: url(../images/icons/Icon_Bell.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_support {
	background: url(../images/icons/Icon_Support.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_help {
	background: url(../images/icons/Icon_Question.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_login {
	background: url(../images/icons/Icon_Lock.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_news {
	background: url(../images/icons/Icon_News.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_cart {
	background: url(../images/icons/Icon_Cart.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_back {
	background: url(../images/icons/Icon_ArrowLeft.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_print {
	background: url(../images/icons/Icon_Print.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_home {
	background: url(../images/icons/Icon_Home.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_sitemap {
	background: url(../images/icons/Icon_Sitemap.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_success {
	background: url(../images/icons/Icon_Tick.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_success_small {
	background: url(../images/icons/Icon_Tick_Small.png) no-repeat 0 50%;
	padding-left: 16px;
}

.icon_warning {
	background: url(../images/icons/Icon_Exclamation.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_warning_small {
	background: url(../images/icons/Icon_Exclamation_Small.png) no-repeat 0 50%;
	padding-left: 16px;
}

.icon_error {
	background: url(../images/icons/Icon_Cross.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_error_small {
	background: url(../images/icons/Icon_Cross_Small.png) no-repeat 0 50%;
	padding-left: 16px;
}

.icon_required {
	background: url(../images/icons/Icon_Error.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_required_small {
	background: url(../images/icons/Icon_Error_Small.png) no-repeat 0 50%;
	padding-left: 16px;
}

.icon_plus {
	background: url(../images/icons/Icon_Plus.png) no-repeat -3px 50%;
	padding-left: 12px;
	font-size: 12px;
}

.icon_minus {
	background: url(../images/icons/Icon_Minus.png) no-repeat -3px 50%;
	padding-left: 12px;
	font-size: 12px;
}

.icon_zip {
	background: url(../images/icons/Icon_Zip.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_centella {
	background: url(../images/icons/Icon_Centella.png) no-repeat 0 50%;
	padding: 3px 0 4px 20px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.95);
}


/* Seal */
#header_seal {
	position: absolute;
	top: 8px;
	left: 150px;
}


/* Social */
#social_google {
	display: inline-block;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	background: url(../images/Icon_GooglePlus.png) no-repeat 0 0;
}

#social_facebook {
	display: inline-block;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	background: url(../images/Icon_Facebook.png) no-repeat 0 0;
}

#social_twitter {
	display: inline-block;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	background: url(../images/Icon_Twitter.png) no-repeat 0 0;
}

#social_linkedin {
	display: inline-block;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	background: url(../images/Icon_LinkedIn.png) no-repeat 0 0;
}


.cta_container {
	border-top: 1px dashed #CCC;
	margin-top: 20px;
	padding-top: 17px;
	background-color: #FFF;
}
.cta_container img {
	margin-right: 5px;
	margin-bottom: 50px;
}


/* Fade Carousel */
#carousel {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
#carousel li {
	display: none;
}

.carousel_container {
	border-top: 1px dashed #CCC;
	margin-top: 20px;
	padding-top: 17px;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	color: #666;
	line-height: 1.5em;
}
.carousel_container img {
	margin: 2px 10px 2px 0;
}
.carousel_container .author {
	font-size: 11px;	
}
.carousel_home {
	margin-top: 0;
}
.carousel_home img {
	margin: 2px 10px 2px 0 !important;
}


/* SEO Locations */
.seo_columns {
	float: left;
	width: 100%;
	padding-bottom: 1.0em;
	font-size: 11px;
}
.seo_columns li {
	float: left;
	width: 16.6%;
}

#seo_footer {
	overflow: hidden;
	height: 300px;
}


#carousel_counter {
	position: absolute;
	top: -28px;
	right: 0px;
	text-align: right;
	overflow: hidden;
	color: #b4b4b4;
	background: #FFF;
	padding-left: 4px;
}