*
{
	margin: 0;
	padding: 0;
}
body
{
	background: #f9f9f9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.125em;
	color: #646464;
}

input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.fleft
{
	float: left;
}
.fright
{
	float: right;
}
.clear
{
	clear: both;
}

.alignright
{
	text-align: right;
}
.aligncenter
{
	text-align: center;
}

.wrapper, block
{
	width: 100%;
	overflow: hidden;
}
.container
{
	width: 100%;
}

p
{
	margin-bottom: 18px;
}
p.tight
{
	margin-bottom: 4px;
}

.tail-top
{
	background: #fff url('../images/tail-top.jpg') repeat-x left top;
}
.tail-bottom
{
	background: url('../images/tail-bottom.gif') repeat-x left bottom;
}
.tail-left
{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 672px;
	background: url('../images/tail-left.gif') repeat-x left 140px;
	height: 323px;
}

/*==================forms====================*/
input, select
{
	vertical-align: middle;
	font-weight: normal;
}

img
{
	border: 0;
	vertical-align: top;
	text-align: left;
}

#search-form
{
	position: absolute;
	right: 34px;
	top: 44px;
}

#search-form input.SearchText
{
	border-style: none;
	border-color: inherit;
	border-width: 0; 
	width: 164px;
	padding: 2px 3px 3px 3px;
	margin: 2px 2px;
	background: url('../images/search-bg.gif') no-repeat left top;
}
#search-form input.SearchText.watermark
{
	font-style: italic;
	color: #C0C0C0;
}


#search-form input.SearchButton,
.button60 a,
.button80 a
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	width: 39px;
	height: 18px;
	background: url('../images/go-button.jpg') no-repeat left top;
	text-align: center;
	color: #fff;
	font-size: .91em;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 0 1px 0;
	font-weight: bold;
}
.button60 a
{
	font-size:inherit;
	/*text-transform:none;*/
	display: block;
	width: 60px;
	height: 18px;
	background: url('../images/button60.gif') no-repeat left top;
}

.button80 a
{
	font-size:inherit;
	/*text-transform:none;*/
	display: block;
	width: 80px;
	height: 18px;
	background: url('../images/button80.png') no-repeat left top;
}



#search-page input.text
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	width: 214px;
	/*height: 26px;*/
	background: url('../images/input-text.gif') no-repeat left top;
	padding: 6px 3px 6px 6px;
	/*margin: 10px 0 0 0;*/
	overflow: hidden;
}
#search-page select.searchin
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	width: 189px;
	height: 26px;
	background: url('../images/text-input.gif') no-repeat left top;
	padding: 3px 8px 4px 8px;
}
#search-page input.submit
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	width: 62px;
	height: 26px;
	background: url('../images/submit.jpg') no-repeat left top;
}


#newsletter-form input.text
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	width: 181px;
	background: url('../images/text-input.gif') no-repeat left top;
	padding: 6px 0 6px 8px;
	margin-right: 8px;
}
#newsletter-form input.submit
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	width: 62px;
	height: 26px;
	background: url('../images/submit.jpg') no-repeat left top;
}

#contacts-form label
{
	display: block;
	height: 65px;
}

#contacts-form label.error
{
	display: block;
	height: 50px;
	float: none; 
	color: #DC3829; /*red;*/
	padding-left: .5em; 
	vertical-align: top;
}

/*#contacts-form label input { width:214px; padding:6px 3px 6px 6px; color:#111; background:url(images/input-text.gif) no-repeat left top; border:0;}*/
/*#contacts-form textarea {width:214px; height:184px; padding:2px 3px 2px 6px; margin-bottom:12px; color:#111; overflow:auto; background:url(images/textarea.gif) no-repeat left top; border:0;}*/

.form-button
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	background: url('../images/submit.jpg') no-repeat left top;
	width: 62px;
	height: 26px;
	margin:0 5px 0 5px;
}

.form-textbox-short
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	width: 91px;
	/*height: 26px;*/
	padding: 6px 3px 6px 6px;
	color: #111;
	overflow: hidden;
	background: url('../images/textbox-small.gif') no-repeat left top;
}

.form-textbox
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	width: 214px;
	/*height: 26px;*/
	padding: 6px 3px 6px 6px;
	color: #111;
	overflow: hidden;
	background: url('../images/input-text.gif') no-repeat left top;
}
.form-textarea
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	width: 214px;
	height: 184px;
	padding: 2px 3px 2px 6px;
	margin-bottom: 12px;
	color: #111;
	overflow: auto;
	background: url('../images/textarea.gif') no-repeat left top;
}


/*==================list====================*/
ul
{
	list-style: none;
}

ul.bulleted
{
	margin-left:16px;
	list-style-type:disc;
	list-style-position:outside;
}

div.sitenav-main
{
	float: right;
	padding: 100px 22px 0 0;
}
div.sitenav-item a,
div.sitenav-item span
{
	display: block;
	background: url('../images/button.jpg') no-repeat left top;
	text-align: center;
	width: 94px;
	color: #fff;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 2px;
	
	padding: 12px 0 10px 0;
	/*padding: 10px 0 8px 0;*/
	border-bottom-width:0px;
}
div.sitenav-item a:hover
{
	text-decoration: underline;
}


div.sitenav-item.SelectedParent a,
div.sitenav-item.Selected span
{
	padding: 12px 0 8px 0;
	border-bottom-width: 2px;
	border-bottom-color: #DC3829;
	border-bottom-style: solid; /*ridge;*/
}
div.sitenav-item.Selected span
{
	cursor:default;
}



/* submenu, it's hidden by default */

.submenu-main 
{
	margin-left:1px;
	/*padding:10px 0px 10px 0px;*/
}

.submenu-item a,
.submenu-item span
{
	color:#fff;
	background-color:#DC3829;
	font-size: 1.0em;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align:left;
	border-color:#fff;
	border-width:1px;
	border-style:solid;
	width:100%;
	cursor:pointer;
	padding:5px 10px 5px 10px;
}
.submenu-item a:hover
{
	text-decoration: underline;
	background-color:#F4948C; /*#EE9999;*/
}
.submenu-item.Selected span
{
	background-color:#982218;
	cursor:default;
}



#footer-nav
{
	overflow: hidden;
}
#footer-nav li
{
	display: inline;
	margin-left: -1px;
}
#footer-nav li a,
#footer-nav li span
{
	color: #656565;
	text-decoration: none;
	border-right: 1px solid #656565;
	padding: 0 30px 0 30px;
}
#footer-nav li a.last,
#footer-nav li span.last
{
	border-right: 0px;
}
#footer-nav li span.current  
{
	cursor:default; 
}

.list1 li
{
	text-transform: uppercase;
	font-size: .91em;
	background: url('../images/line-dotted.gif') repeat-x left bottom;
	margin-bottom: 6px;
}
.list1 li.last
{
	background: none;
	margin-bottom: 14px;
}
.list1 li.last-nobottom
{
	background:none;
	margin-bottom: 4px;
}

.list1 li a
{
	color: #425e6e;
	text-decoration: none;
	background: url('../images/marker.gif') no-repeat left top;
	padding: 0 0 5px 22px;
	display: inline-block;
}
.list1 li a:hover
{
	text-decoration: underline;
}

.list2
{
	font-size: 1.1em;
}
.list2 dt
{
	background: url('../images/marker1.gif') no-repeat left 3px;
	padding: 0 0 12px 20px;
	font-weight: bold;
	color: #525252;
}
.list2 dd
{
	background: url('../images/line-dotted1.gif') repeat-x left bottom;
	padding-bottom: 17px;
	margin-bottom: 13px;
}
.list2 dd p
{
	margin-bottom: 9px;
}
.list2 dd a
{
	background: url('../images/arrow1.gif') no-repeat right 5px;
	padding: 0 16px 0 0;
	color: #23a2c9;
}
.list2 dd.last
{
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.list3 li
{
	background: url('../images/marker2.gif') no-repeat left 3px;
	padding: 0 0 18px 23px;
}
.list3 li.last
{
	padding-bottom: 0;
}

.list4-heading
{
	font-weight: bold;
	margin:4px 0 4px 0;
}
.list4 li
{
	background: url('../images/marker3.gif') no-repeat left top;
	padding: 0 0 5px 23px;
}
.list4 li.last
{
	padding-bottom: 0;
}

.list-download li
{
	background: url('../images/marker.gif') no-repeat left 3px;
	padding: 0 0 18px 23px;
}
.list-download li a
{
	text-transform: uppercase;
	text-decoration: none;
	font-size: .91em;
	font-weight: bold;
}
.list-download li a.hover
{
	text-decoration: underline;
}

.list-download li.last
{
	padding-bottom: 0;
}


/*==================other====================*/
/*
.img-indent
{
	margin: 0 20px 0 0;
	float: left;
}
*/
.img-box
{/*
	width: 100%;*/
	overflow: hidden;
	padding-bottom: 18px;

}
.img-box img
{
	float: left;
	margin: 0 20px 0 0;
}

.img-box img.small
{
	height: 48px;
	width: 48px;
}

.img-box img.medium
{
	height: 64px;
	width: 64px;
}
.img-box img.med-lg
{
	height: 96px;
	width: 96px;
}

/*a .download-button { overflow:hidden; }*/
#download-button a
{
	/*border-style: none;
	border-color: inherit;
	border-width: 0;*/
	display: block;
	width: 210px;
	height: 54px;
	background: url('../images/banner1.jpg') no-repeat left top;
	margin-bottom: 10px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	/*padding: 10px 0 10px 10px;*/
}
#download-button a span.topline
{
	float:left;
	width: 145px;
	overflow:hidden;
	padding:10px 0 0 10px;
	font-size: 1.85em;
	font-weight: 700;
	text-transform:uppercase;
	color: #fff; 

}
#download-button a span.bottomline
{
	float:left;
	width: 140px;
	overflow:hidden;
	padding:4px 0 0 20px;
	font-size: 1.25em;
	font-weight:700;
	color: #ffcccc;
}


/*==================txt, links, lines, titles====================*/
a
{
	color: #23a2c9;
}
a:hover
{
	text-decoration: none;
}

h2
{
	font-size: 1.83em; /*2.13em;*/
	color: #4586ad;
	line-height: 23px;
	letter-spacing: -1px;
	padding: 0 0 10px 0;
	margin-bottom: 13px;
}
h3
{
	font-size: 2.08em;
	color: #525252;
	background: url('../images/icon1.jpg') no-repeat left 17px;
	padding: 26px 0 25px 60px;
	font-weight: normal;
	margin-bottom: 7px;
	letter-spacing: -1px;
}
h3.icon2
{
	background: url('../images/icon2.jpg') no-repeat left 17px;
}
h3.icon3
{
	background: url('../images/icon3.jpg') no-repeat left 17px;
}
h3.icon4
{
	background: url('../images/icon4.jpg') no-repeat left 17px;
	padding-left: 80px;
}
h3.icon5
{
	background: url('../images/icon5.jpg') no-repeat left 17px;
	padding-left: 45px;
}
h3.icon6
{
	background: url('../images/icon6.jpg') no-repeat left 17px;
	padding-left: 75px;
}
h3.icon7
{
	background: url('../images/icon7.jpg') no-repeat left 17px;
}
h3.icon8
{
	background: url('../images/icon8.jpg') no-repeat left 17px;
}
h3.icon9
{
	background: url('../images/icon9.jpg') no-repeat left 17px;
}
h3.icon10
{
	background: url('../images/icon10.jpg') no-repeat left 17px;
}
h3.icon-add
{
	background: url('../images/icon-add.jpg') no-repeat left 13px;
}
h3.icon-ssplogo
{
	background: url('../images/icon-ssplogo.jpg') no-repeat left 10px;
}
h3.icon-lock
{
	background: url('../images/icon-lock.jpg') no-repeat left 10px;
}
h3.icon-info
{
	background: url('../images/icon-info.png') no-repeat left 10px;
}
h3.icon-question
{
	background: url('../images/icon-question.png') no-repeat left 10px;
}
h3.facebook
{
	background: url('../images/facebook.jpg') no-repeat left 17px;
}
h3.icon-news
{
	background: url('../images/icon-news.jpg') no-repeat left 17px;
}
h3.icon-ccard
{
	background: url('../images/icon-credit_cards.png') no-repeat left 20px;
}
h3.icon-vcard
{
	background: url('../images/icon-vcard.jpg') no-repeat left 17px;
}
h3.icon-reports
{
	background: url('../images/icon-reports.jpg') no-repeat left 17px;
}
h3.noicon
{
	background: none;
	padding-left: 0;
}
h4
{
	font-size: 1.92em;
	color: #fff;
	padding: 10px 0 0 20px;
	line-height: 1em;
	font-weight: normal;
}
h5
{
	font-size: 1em;
	margin-bottom: 9px;
}

h6
{
	text-align: left;
	font-size: 3.50em;
	color: #4586ad;
	line-height: 40px;
	letter-spacing: -3px;
	padding: 5px 0 15px 0;
}

.strong-text
{
	font-weight: bold;
}

.link1
{
	background: url('../images/arrow1.gif') no-repeat right 5px;
	padding: 0 16px 0 0;
}

hr
{
	margin:16px 0 16px 0;
}

.line-hor
{
	background: url('../images/line-dotted1.gif') repeat-x left top;
	height: 1px;
	overflow: hidden;
	margin: 10px 0 20px 0;
}
.line-ver
{
	background-image: url('../images/line-ver.gif');
	background-repeat: repeat-y;
}

.title
{
	background: url('../images/title-bg.gif') repeat-x left top;
	width: 100%;
	margin-bottom: 22px;
}
.title .left
{
	background: url('../images/title-left.gif') no-repeat left top;
}
.title .right
{
	background: url('../images/title-right.gif') no-repeat right top;
	height: 44px;
}

.title1
{
	background: url('../images/title1-bg.gif') repeat-x left top;
	width: 100%;
	margin-bottom: 22px;
}
.title1 .left
{
	background: url('../images/title1-left.gif') no-repeat left top;
}
.title1 .right
{
	background: url('../images/title1-right.gif') no-repeat right top;
	height: 44px;
}

table.reports
{
	border:2px solid #cccccc;
	border-collapse:collapse;
	width: 100%;
}

.reports tr.report-title
{
	font-size: medium;
	font-weight: bold;
	background-color: #4586ad;
	color: #fff;
}
.reports tr
{
	background-color: #EEF4F9;
}	

.reports tr.report-title td, 
.reports tr td
{
	border: 1px solid #cccccc;
	padding: 3px 4px 3px 4px;
	text-align: center;
}

.reports tr.report-title td
{
	width:10%;
	border-bottom: solid 1px #cccccc;
}
.reports tr td.rpt-n
{
	text-align:left;
	width:26%;
}
.reports tr td.rpt-d
{
	text-align:left;
	width:34%;
}

/*==================boxes====================*/
.box
{
	background: #fff;
	background: #f3f3f3 url('../images/box-bg.gif') repeat-x left top;
	width: 100%;
	margin-bottom: 11px;
}
.box .border-top
{
	background: url('../images/border.gif') repeat-x 50% top;
}
.box .border-bot
{
	background: url('../images/border.gif') repeat-x 50% bottom;
}
.box .border-left
{
	background: url('../images/border.gif') repeat-y left 50%;
}
.box .border-right
{
	background: url('../images/border.gif') repeat-y right 50%;
}
.box .left-top-corner
{
	background: url('../images/left-top-corner.gif') no-repeat left top;
}
.box .right-top-corner
{
	background: url('../images/right-top-corner.gif') no-repeat right top;
}
.box .left-bot-corner
{
	background: url('../images/left-bot-corner.gif') no-repeat left bottom;
	width: 100%;
}
.box .right-bot-corner
{
	background: url('../images/right-bot-corner.gif') no-repeat right bottom;
}
.box .inner
{
	/*padding: 24px 15px 25px 29px;*/
	padding: 24px 15px 25px 15px;

}
.box .inner-title
{
	padding: 7px 7px 22px 7px;

}
.box .inner-title .inner
{
	padding: 0 10px 0 10px;
}

.box1
{
	width: 100%;
}
.box1.alt
{
	margin-bottom: 11px;
}
.box1 .border-top
{
	background: url('../images/border1.gif') repeat-x 50% top;
}
.box1 .border-bot
{
	background: url('../images/border1.gif') repeat-x 50% bottom;
}
.box1 .border-left
{
	background: url('../images/border1.gif') repeat-y left 50%;
}
.box1 .border-right
{
	background: url('../images/border1.gif') repeat-y right 50%;
}
.box1 .left-top-corner
{
	background: url('../images/left-top-corner1.gif') no-repeat left top;
}
.box1 .right-top-corner
{
	background: url('../images/right-top-corner1.gif') no-repeat right top;
	width: 100%;
}
.box1 .left-bot-corner
{
	background: url('../images/left-bot-corner1.gif') no-repeat left bottom;
}
.box1 .right-bot-corner
{
	background: url('../images/right-bot-corner1.gif') no-repeat right bottom;
}
.box1 .inner
{
	padding: 7px 7px 22px 7px;
}
.box1 .inner .inner
{
	/*padding: 0 10px 0 20px;*/
	padding: 0 10px 0 10px;
}

.cont-box
{
	padding: 0 80px 0 0;
	margin: 0;
}
.cont-box span
{
	float: right;
}

.sitemap-box
{
	background: #fff;
	background: #f3f3f3 url('../images/box-bg.gif') repeat-x left top;
	width: 100%;
	margin-bottom: 1px;
}
.sitemap-box .border-top
{
	background: url('../images/border.gif') repeat-x 50% top;
}
.sitemap-box .border-bot
{
	background: url('../images/border.gif') repeat-x 50% bottom;
}
.sitemap-box .border-left
{
	background: url('../images/border.gif') repeat-y left 50%;
}
.sitemap-box .border-right
{
	background: url('../images/border.gif') repeat-y right 50%;
}
.sitemap-box .left-top-corner
{
	background: url('../images/left-top-corner.gif') no-repeat left top;
}
.sitemap-box .right-top-corner
{
	background: url('../images/right-top-corner.gif') no-repeat right top;
}
.sitemap-box .left-bot-corner
{
	background: url('../images/left-bot-corner.gif') no-repeat left bottom;
	width: 100%;
}
.sitemap-box .right-bot-corner
{
	background: url('../images/right-bot-corner.gif') no-repeat right bottom;
}
.sitemap-box .inner
{
	padding: 5px 15px 5px 29px;
}


/*header*/
#header .row-1
{
	height: 140px;
}
#header .row-1 .fright
{
	padding: 44px 34px 0 0;
}
#header .row-2
{
	text-align: right;
	padding: 43px 35px 0 0; /*padding:43px;*/
}

img#logo
{
	float: left;
	position: absolute;
	width: 228px;
	height: 130px;
	padding: 5px 0 0 90px;
}


/*slogan area*/
#slogan span
{
	/*text-align:right; padding:0 0 0 580px;*/
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: -1px; /*margin-top:10px; margin-bottom:10px;*/
	font-weight: 900;
}

#slogan span.liteblue_sm
{
	font-size: 2.5em;
	color: #BBE1F6;
	line-height: 25px;
}
#slogan span.liteblue_med
{
	font-size: 3.25em;
	color: #BBE1F6;
	line-height: 30px;
}
#slogan span.liteblue_lg
{
	font-size: 4.0em;
	color: #BBE1F6;
	line-height: 40px;
}

#slogan span.blue_sm
{
	font-size: 2.5em;
	color: #4586ad;
	line-height: 25px;
}
#slogan span.blue_med
{
	font-size: 3.25em;
	color: #4586ad;
	line-height: 30px;
}
#slogan span.blue_lg
{
	font-size: 4.0em;
	color: #4586ad;
	line-height: 40px;
}

#slogan span.white_sm
{
	font-size: 2.5em;
	color: #fff;
	line-height: 25px;
}
#slogan span.white_med
{
	font-size: 3.25em;
	color: #fff;
	line-height: 30px;
}
#slogan span.white_lg
{
	font-size: 4.0em;
	color: #fff;
	line-height: 40px;
}


/*sitemap*/
#sitemap
{
	padding: 0 0 0px 42px;
}

/*content*/
#content
{
	padding: 0 0 12px 42px;
}
#content .indent
{
	padding: 0 50px 20px 26px;
}

/*footer*/
#footer
{
	/*text-align:right;*/
	color: #656565;
}
/*#footer .indent { padding:43px 0 0 42px;}*/
#footer a
{
	color: #656565;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
#footer h2
{
	font-size: 2.0em;
	color: #4586ad;
	line-height: 20px;
	letter-spacing: -1px;
	margin: 10px 0 10px 0;
}

.footer
{
	text-align: center;
	color: #656565;
	text-decoration: none;
}

/*==========================================*/
