/* CSS Document */

body{
	padding:0;
	margin:0;
	background-color: #FFFFFF;
}
div, h1, h2, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
}
.spacer{
	clear:both; 
	font-size:0px; 
	line-height:0px;
}
/*------------------------------------------------body---------------------*/

/*------------------------------------------------header start---------------------*/
#header-main{
	width:100%;
	height:328px;
	background-color:#F7F7F7;
	color:#101010;
	margin:0;
	padding:0;
}
#header{
	width:950px;
	height:328px;
	background:url(images/header.jpg) 0 0 no-repeat;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header img{
	background:url(images/logo.gif) 0 0 no-repeat;
	width:158px;
	height:48px;
	position:absolute;
	left:85px;
	top:12px;
}
#header ul{
	width:500px;
	margin:0;
	position:absolute;
	left:354px;
	top:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
}
#header ul li{
	float:left;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 0;
}
#header ul li a{
	display:block;
	padding:13px 0 0 0;
	color:#990000;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#header ul li a:hover{
	color:#00759f;
	padding:10px 0 0 0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #00759f;
	background-image: url(images/nav_bg_hover.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#header ul li.hover{
	display:block;
	padding:10px 0 0 0;
	margin:0 22px 0 0;
	float:left;
	color:#00759f;
	text-decoration:none;
	text-transform:uppercase;
	cursor:text;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #00759f;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#header h2{
	display:block;
	background:url(images/more_link_bg.gif) 0 0 repeat-x;
	width:132px;
	height:14px;
	position:absolute;
	left:62px;
	top:164px;
	padding:0;
	margin:0;
}
#header h2 span{
	width:83px;
	height:14px;
	color:#B50000;
	background-color:#F7F7F7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
}
#header ul.more-link{
	width:138px;
	padding:0;
	margin:0;
	position:absolute;
	left:61px;
	top:187px;
}
#header ul.more-link li{
	padding:0;
	margin:0;
	float:left;
}
#header ul.more-link li a{
	display:block;
	width:127px;
	height:15px;
	color:#101010;
	padding:0 0 0 11px;
	text-decoration:none;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
}
#header ul.more-link li a:hover{
	color:#2F3F15;
	padding:0 0 0 11px;
	border:none;
	background-image: url(images/bullet_hover.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
}
/*------------------------------------------------header end---------------------*/

/*------------------------------------------------body part1 start---------------------*/
#more-info-main{
	background-color: #ececec;
	background-image: url(images/more_info_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	padding-top: 11px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#more-info{
	width:778px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 20px;
}
#more-info h2{
	width:340px;
	color:#00759f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 20px;
}
#more-info p.pic{
	width:220px;
	height:71px;
	margin:11px 0 0 0;
	padding:57px 0 0 0;
	color:#2A2A2A;
	text-align:center;
	vertical-align:bottom;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	background-image: url(images/pic.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#more-info p.text{
	color:#666666;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#more-info p.text2{
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}
#more-info p.text2 a{
	color:#990000;
	text-decoration:none;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 4px;
}
#more-info p.text2 a:hover{
	color:#990000;
	text-decoration:underline;
}
#more-info p.text2 a.link{
	width:162px;
	line-height:16px;
	padding:0 2px 0 4px;
	color:#990000;
	text-decoration:none;
}
#more-info p.text2 a.link:hover{
	color:#990000;
	text-decoration:underline;
}
#more-info ul li a:hover{
	text-decoration: underline;
	color: #990000;
}
#more-info ul li.nobdr{
	height:21px;
	padding:0 0 45px 0;
	border-bottom:none;
	float:left;
}
#more-info a.read-more{
	display:block;
	background:url(images/btn_read_more.gif) 0 0 no-repeat;
	width:89px;
	height:14px;
	font-size:0;
	padding:0;
	margin:0;
	float:right;
}
#more-info a.read-more:hover{
	background:url(images/btn_read_more_hover.gif) 0 0 no-repeat;
}
/*------------------------------------------------body part1 end---------------------*/

/*------------------------------------------------body part2 start---------------------*/
#bottom-main{
	width:100%;
	background-color:#F7F7F7;
	background-image: url(images/more_info_bg2.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	color:#000;
	padding:12px 0 16px 0;
}
#bottom{
	width:754px;
	margin:0 auto;
	padding:0 24px 0 0;
}
#solution{
	width:276px;
	background-color:#E9E9E9;
	border:1px solid #999999;
	float:left;
	margin-top: 0;
	margin-right: 21px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 14px;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 13px;
}
#solution h2{
	color:#00759f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#solution h3{
	display:block;
	background-position: 0 0;
}
#solution h3 span{
	display:block;
	width:120px;
	color:#0E0E0E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
}
#solution p.text2{
	width:260px;
	color:#666666;
	margin:16px 0 22px 0;
	line-height: 18px;
}
#solution ul{
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 41px;
	padding-left: 0;
}
#solution ul li{
	background:url(images/arrow.gif) 0 7px no-repeat;
	padding:0 0 0 10px;
	margin:0;
}
#solution ul li a{
	display:block;
	width:257px;
	color:#990000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
}
#solution ul li a:hover{
	color:#990000;
	text-decoration:underline;
}
#bottom p.banner{
	display:block;
	width:438px;
	height:344px;
	float:left;
	background-position: 0 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}
#bottom ul.bot-text{
	width:391px;
	padding:0 0 21px 10px;
	float:left;
}
#bottom ul.bot-text li{
	display:block;
	width:391px;
	color:#2A2A2A;
	background-color:#F7F7F7;
	float:left;
	padding:0;
	margin:0;
	background-image:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}
#bottom h2.red{
	color:#A80508;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
}
#bottom p.bot{
	display:block;
	width:194px;
	height:15px;
	padding:0;
	background:url(images/bot_div.gif) 0 0 repeat-x;
	font-size:0;
	float:left;
}
#bottom-main #bottom p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#bottom-main #bottom .banner td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#bottom p.bot a{
	display:block;
	background:url(images/btn_view_next.gif) 0 0 no-repeat;
	width:90px;
	height:15px;
	float:right;
	padding:0;
	margin:0;
}
#bottom p.bot a:hover{
	background:url(images/btn_view_next_hover.gif) 0 0 no-repeat;
}
/*------------------------------------------------body part2 end---------------------*/

/*------------------------------------------------footer start---------------------*/
#footer-main{
	width:100%;
	height:250px;
	background:url(images/footer_bg.gif) 0 0 repeat-x #DADADA;
	color:#000;
	padding-top: 22px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#footer{
	width:770px;
	height:127px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer ul{
	width:700px;
	margin:0;
	padding:0;
	position:absolute;
	left:0;
	top:0;
}
#footer ul li{
	margin:0;
	float:left;
	color:#303030;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}
#footer ul li a{
	color:#303030;
	text-decoration:none;
	text-transform:capitalize;
	padding:0 8px 0 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}
#footer ul li a:hover{
	color:#990000;
}
#footer ul li.home2{
	padding:0 8px 0 8px;
	float:left;
	color:#303030;
	text-transform:capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}
#footer p.copyright{
	color:#5D5D5D;
	background-color:#DADADA;
	position:absolute;
	left:8px;
	top:21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
}
#footer a.xht{
	display:block;
	width:48px;
	height:10px;
	background:url(images/xhtml_bg.gif) 0 0 no-repeat;
	position:absolute;
	left:140px;
	top:40px;
	padding:0;
	margin:0;
}
#footer a.xht:hover{
	background:url(images/xhtml_bg_hover.gif) 0 0 no-repeat;
}
#footer a.cs{
	display:block;
	width:48px;
	height:10px;
	background:url(images/css_bg.gif) 0 0 no-repeat;
	position:absolute;
	left:200px;
	top:40px;
	padding:0;
	margin:0;
	float:left;
}

#footer a.cs:hover{
	background:url(images/css_bg_hover.gif) 0 0 no-repeat;
}
#footer p.design{
	display:block;
	width:175px;
	height:15px;
	padding:0;
	position:absolute;
	left:105px;
	top:56px;
	color:#A80508;
	background-color:#DADADA;
	text-align:center;
	text-transform:capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}
#footer a.link{
	width:88px;
	color:#000;
	background-color:#F7F7F7;
	padding:0 4px;
	text-decoration:none;
	text-transform:capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}
#footer a.link:hover{
	color:#fff;
	background-color:#A80508;
}
/*------------------------------------------------footer end---------------------*/
#more-info h3 {
	color:#00759f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-bottom: 3px;
}
#header-main #header p {
	text-align: right;
	padding-top: 70px;
}
.support {
	margin-left: -20px;
	margin-bottom: 10px;
}
.bannersup {
	margin-left: -20px;
	margin-bottom: 10px;
}
#headerinterior {
	width:900px;
	height:150px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#header-maininterior {
	width:100%;
	height:150px;
	color:#101010;
	margin:0;
	padding:0;
}
#headerinterior img {
	background:url(images/logo.gif) 0 0 no-repeat;
	width:158px;
	height:48px;
	position:absolute;
	left:85px;
	top:12px;
}
#headerinterior ul {
	width:500px;
	margin:0;
	position:absolute;
	left:354px;
	top:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
}
#headerinterior ul li {
	float:left;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 0;
}
#headerinterior ul li a {
	display:block;
	padding:13px 0 0 0;
	color:#990000;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
}
#headerinterior ul li a:hover {
	color:#00759f;
	padding:10px 0 0 0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #00759f;
}
#headerinterior ul li.hover {
	display:block;
	padding:10px 0 0 0;
	margin:0 22px 0 0;
	float:left;
	color:#00759f;
	text-decoration:none;
	text-transform:uppercase;
	cursor:text;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #00759f;
}
#headerinterior h2 {
	display:block;
	width:132px;
	height:14px;
	position:absolute;
	left:62px;
	top:164px;
	padding:0;
	margin:0;
}
#header-maininterior #headerinterior p {
	text-align: right;
	padding-top: 70px;
}
#more-info ul {
	margin:0;
	color: #666666;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 41px;
	padding-left: 0;
}
#more-info ul li {
	padding:0 0 0 10px;
	margin:0;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#more-info ul li a {
	color:#990000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}



/*------------------------------------------------*/


#headerprivacy {
	width:900px;
	height:150px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/header2privacy.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#header-mainprivacy {
	width:100%;
	height:150px;
	color:#101010;
	margin:0;
	padding:0;
}
#headerprivacy img {
	background:url(images/logo.gif) 0 0 no-repeat;
	width:158px;
	height:48px;
	position:absolute;
	left:85px;
	top:12px;
}
#headerprivacy ul {
	width:500px;
	margin:0;
	position:absolute;
	left:354px;
	top:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
}
#headerprivacy ul li {
	float:left;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 0;
}
#headerprivacy ul li a {
	display:block;
	padding:13px 0 0 0;
	color:#990000;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
}
#headerprivacy ul li a:hover {
	color:#00759f;
	padding:10px 0 0 0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #00759f;
}
#headerprivacy ul li.hover {
	display:block;
	padding:10px 0 0 0;
	margin:0 22px 0 0;
	float:left;
	color:#00759f;
	text-decoration:none;
	text-transform:uppercase;
	cursor:text;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #00759f;
}
#headerprivacy h2 {
	display:block;
	width:132px;
	height:14px;
	position:absolute;
	left:62px;
	top:164px;
	padding:0;
	margin:0;
}
#header-mainprivacy #headerprivacy p {
	text-align: right;
	padding-top: 70px;
}


/*------------------------------------------------*/


/*------------------------------------------------*/


#headercreative {
	width:900px;
	height:150px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/header2creative.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#header-maincreative {
	width:100%;
	height:150px;
	color:#101010;
	margin:0;
	padding:0;
}
#headercreative ul {
	width:500px;
	margin:0;
	position:absolute;
	left:354px;
	top:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
}
#headercreative ul li {
	float:left;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 0;
}
#headercreative ul li a {
	display:block;
	padding:13px 0 0 0;
	color:#990000;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
}
#headercreative ul li a:hover {
	color:#00759f;
	padding:10px 0 0 0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #00759f;
}
#headercreative ul li.hover {
	display:block;
	padding:10px 0 0 0;
	margin:0 22px 0 0;
	float:left;
	color:#00759f;
	text-decoration:none;
	text-transform:uppercase;
	cursor:text;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #00759f;
}
#headercreative h2 {
	display:block;
	width:132px;
	height:14px;
	position:absolute;
	left:62px;
	top:164px;
	padding:0;
	margin:0;
}
#header-maincreative #headercreative p {
	text-align: right;
	padding-top: 70px;
}




/*------------------------------------------------*/





/*------------------------------------------------*/


#headermethod {
	width:900px;
	height:150px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/header2method.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#header-mainmethod {
	width:100%;
	height:150px;
	color:#101010;
	margin:0;
	padding:0;
}
#headermethod ul {
	width:500px;
	margin:0;
	position:absolute;
	left:354px;
	top:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
}
#headermethod ul li {
	float:left;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 0;
}
#headermethod ul li a {
	display:block;
	padding:13px 0 0 0;
	color:#990000;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
}
#headermethod ul li a:hover {
	color:#00759f;
	padding:10px 0 0 0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #00759f;
}
#headermethod ul li.hover {
	display:block;
	padding:10px 0 0 0;
	margin:0 22px 0 0;
	float:left;
	color:#00759f;
	text-decoration:none;
	text-transform:uppercase;
	cursor:text;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #00759f;
}
#headermethod h2 {
	display:block;
	width:132px;
	height:14px;
	position:absolute;
	left:62px;
	top:164px;
	padding:0;
	margin:0;
}
#header-mainmethod #headermethod p {
	text-align: right;
	padding-top: 70px;
}




/*------------------------------------------------*/








/*------------------------------------------------*/


#headerguidelines {
	width:900px;
	height:150px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/header2guidelines.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#header-mainguidelines {
	width:100%;
	height:150px;
	color:#101010;
	margin:0;
	padding:0;
}
#headerguidelines ul {
	width:500px;
	margin:0;
	position:absolute;
	left:354px;
	top:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
}
#headerguidelines ul li {
	float:left;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 0;
}
#headerguidelines ul li a {
	display:block;
	padding:13px 0 0 0;
	color:#990000;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
}
#headerguidelines ul li a:hover {
	color:#00759f;
	padding:10px 0 0 0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #00759f;
}
#headerguidelines ul li.hover {
	display:block;
	padding:10px 0 0 0;
	margin:0 22px 0 0;
	float:left;
	color:#00759f;
	text-decoration:none;
	text-transform:uppercase;
	cursor:text;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #00759f;
}
#headerguidelines h2 {
	display:block;
	width:132px;
	height:14px;
	position:absolute;
	left:62px;
	top:164px;
	padding:0;
	margin:0;
}
#header-mainguidelines #headerguidelines p {
	text-align: right;
	padding-top: 70px;
}




/*------------------------------------------------*/











/*------------------------------------------------*/


#headerblank {
	width:900px;
	height:150px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/header2blank.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#header-mainblank {
	width:100%;
	height:150px;
	color:#101010;
	margin:0;
	padding:0;
}
#headerblank ul {
	width:500px;
	margin:0;
	position:absolute;
	left:354px;
	top:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
}
#headerblank ul li {
	float:left;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 0;
}
#headerblank ul li a {
	display:block;
	padding:13px 0 0 0;
	color:#990000;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
}
#headerblank ul li a:hover {
	color:#00759f;
	padding:10px 0 0 0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #00759f;
}
#headerblank ul li.hover {
	display:block;
	padding:10px 0 0 0;
	margin:0 22px 0 0;
	float:left;
	color:#00759f;
	text-decoration:none;
	text-transform:uppercase;
	cursor:text;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #00759f;
}
#headerblank h2 {
	display:block;
	width:132px;
	height:14px;
	position:absolute;
	left:62px;
	top:164px;
	padding:0;
	margin:0;
}
#header-mainblank #headerblank p {
	text-align: right;
	padding-top: 70px;
}








/*------------------------------------------------*/






/*------------------------------------------------*/


#headerbusiness {
	width:900px;
	height:150px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/header2business.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#header-mainbusiness {
	width:100%;
	height:150px;
	color:#101010;
	margin:0;
	padding:0;
}
#headerbusiness ul {
	width:500px;
	margin:0;
	position:absolute;
	left:354px;
	top:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
}
#headerbusiness ul li {
	float:left;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 0;
}
#headerbusiness ul li a {
	display:block;
	padding:13px 0 0 0;
	color:#990000;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
}
#headerbusiness ul li a:hover {
	color:#00759f;
	padding:10px 0 0 0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #00759f;
}
#headerbusiness ul li.hover {
	display:block;
	padding:10px 0 0 0;
	margin:0 22px 0 0;
	float:left;
	color:#00759f;
	text-decoration:none;
	text-transform:uppercase;
	cursor:text;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #00759f;
}
#headerbusiness h2 {
	display:block;
	width:132px;
	height:14px;
	position:absolute;
	left:62px;
	top:164px;
	padding:0;
	margin:0;
}
#header-mainbusiness #headerbusiness p {
	text-align: right;
	padding-top: 70px;
}








/*------------------------------------------------*/







/*------------------------------------------------*/


#headergraphic {
	width:900px;
	height:150px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/header2graphic.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#header-maingraphic {
	width:100%;
	height:150px;
	color:#101010;
	margin:0;
	padding:0;
}
#headergraphic ul {
	width:500px;
	margin:0;
	position:absolute;
	left:354px;
	top:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
}
#headergraphic ul li {
	float:left;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 0;
}
#headergraphic ul li a {
	display:block;
	padding:13px 0 0 0;
	color:#990000;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
}
#headergraphic ul li a:hover {
	color:#00759f;
	padding:10px 0 0 0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #00759f;
}
#headergraphic ul li.hover {
	display:block;
	padding:10px 0 0 0;
	margin:0 22px 0 0;
	float:left;
	color:#00759f;
	text-decoration:none;
	text-transform:uppercase;
	cursor:text;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #00759f;
}
#headergraphic h2 {
	display:block;
	width:132px;
	height:14px;
	position:absolute;
	left:62px;
	top:164px;
	padding:0;
	margin:0;
}
#header-maingraphic #headergraphic p {
	text-align: right;
	padding-top: 70px;
}








/*------------------------------------------------*/



.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
#more-info-main #more-info .note a {
	color: #990000;
	text-decoration: none;
}

#more-info-main #more-info .note a:link {
	color: #990000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}#more-info-main #more-info h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.noteCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	color: #000000;
}
.bordertabla {
	background-color: #F5F5F5;
	border: 1px solid #999999;
}
.formstype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.formstype14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#bottom-main #bottom .text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
#more-info-main #more-info .note a:hover {
	color: #990000;
	text-decoration: underline;
}
#more-info-main #more-info .note a:visited {
	color: #990000;
	text-decoration: none;
}
