/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #c86e6e;
}

#content {
	margin-left: auto;
    margin-right: auto;
	width: 962px;
	height: 100%;
	background-color: #f0f0f0;
	border: 2px solid #ffffff;
}

#header {
	background-image: url(images/header.jpg);
	width: 962px;
	height: 126px;
}

#navigation {
	background: #f0f0f0;
	height: 30px;
	margin-left: 100px;

}

#body_content {
	background: #ffffff;
	width: 962px;
	height: 465px;
}
#body_content_short {
	background: #ffffff;
	width: 962px;
	height: 400px;
}
#body_content_long {
	background: #ffffff;
	width: 962px;
	height: 2000px;
}

#body_content2 {
	background: #ffffff;
	width: 962px;
	height: 575px;
}

#body_content p {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#body_content_long p {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#body_content2 p {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#imageblock img {
	border: 1px solid #dddddd;
}

#divblock {
	border: 1px solid #dddddd;
	font-size: 10px;
	padding: 3px;
}
#imgblock img {
	border: 1px solid #dddddd;
	padding: 3px;
}

#divblock .desc {
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	padding: 3px;
}

#contactinfo p {
	font-family: Arial;
	font-size: 18px;
}

h1 {
	color: #C76E7A;
	font-size: 14px;
	margin: 0px;
}

/* CSS MENU */

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;

}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;

}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-family: arial;
font-weight: bold;
font-size:12px;
width:149px;
padding:7px 0;
color:#000;
background:#f0f0f0;
text-decoration:none;
margin-right:1px;
text-align:center;
}
/* style the links hover */
.menu :hover{
color:#ffffff;
background:#c86e6e;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
.txt_memberlink {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #808000;
	line-height:12px;
}
a.txt_memberlink:link,a.txt_memberlink:visited,a.txt_memberlink:active {
	color: #808000;
	text-decoration: none;
}
a.txt_memberlink:hover {
	color: #808011;
	text-decoration: underline;
}
.txt_grey_bold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #686868;
	line-height:12px;
}
.dotted_divider {
	background-image: url(../images/dotted_divider.gif);
	width: 8px;
}
.txt_lgrey_bold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #747474;
	line-height:12px;
}
.txt_lgrey {
	font-family: Tahoma;
	font-size: 11px;
	color: #747474;
	line-height:12px;
}
a.txt_lgrey:link,a.txt_lgrey:visited,a.txt_lgrey:active {
	color: #747474;
	text-decoration: underline;
}
.txt_dgrey_bold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #424242;
	line-height:12px;
}
a.txt_dgrey_bold:link,a.txt_dgrey_bold:visited,a.txt_dgrey_bold:active {
	color: #424242;
	text-decoration: none;
}
a.txt_dgrey_bold:hover {
	color: #424242;
	text-decoration: underline;
}
.txt_dgrey {
	font-family: Tahoma;
	font-size: 11px;
	color: #424242;
	line-height:12px;
}
a.txt_dgrey:link,a.txt_dgrey:visited,a.txt_dgrey:active {
	color: #424242;
	text-decoration: none;
}
a.txt_dgrey:hover {
	color: #424242;
	text-decoration: underline;
}
.txt_productlinks {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #3C3C3C;
	line-height:12px;
}
a.txt_productlinks:link,a.txt_productlinks:visited,a.txt_productlinks:active {
	color: #3C3C3C;
	text-decoration: none;
}
a.txt_productlinks:hover {
	color: #3C3C3C;
	text-decoration: underline;
}
.bg_partner {
	background-image: url(../images/bg_partner.gif);
	height: 105px;
	width: 187px;
}
.dotted {
	background-image: url(../images/dotted.gif);
	height: 6px;
}
.bg_bottombar {
	background-image: url(../images/bottom_bar.gif);
	height: 80px;
	background-repeat: repeat-x;
}
.line_side {
	background-image: url(../images/line_side.gif);
	width: 6px;
}
.txt_blue_bold {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #001C41;
	text-decoration: none;
	line-height:12px;
}
a.txt_blue_bold:link,a.txt_blue_bold:visited,a.txt_blue_bold:active {
	color: #001C41;
	text-decoration: none;
}
a.txt_blue_bold:hover {
	color: #001C41;
	text-decoration: underline;
}
.bg_dot {
	background-image: url(../images/bg_dot.gif);
	height: 1px;
}
.txt_dblue_nbold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #1B4884;
	text-decoration: none;
	line-height:12px;
}
.txt_crumbs {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #1A6EA7;
	line-height:12px;
}
a.txt_crumbs:link,a.txt_crumbs:visited,a.txt_crumbs:active {
	color: #1A6EA7;
	text-decoration: none;
}
a.txt_crumbs:hover {
	color: #1A6EA7;
	text-decoration: underline;
}
.txt_crumbs_limited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #52A500;
	line-height:12px;
}
a.txt_crumbs_limited:link,a.txt_crumbs_limited:visited,a.txt_crumbs_limited:active {
	color: #52A500;
	text-decoration: none;
}
a.txt_crumbs_limited:hover {
	color: #52A500;
	text-decoration: underline;
}
.txt_dgreen_bold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0D5605;
	line-height:12px;
}
.txt_green_bold {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #0D5605;
	text-decoration: none;
	line-height:12px;
}
a.txt_green_bold:link,a.txt_green_bold:visited,a.txt_green_bold:active {
	color: #0D5605;
	text-decoration: none;
}
a.txt_green_bold:hover {
	color: #0D5605;
	text-decoration: underline;
}
.line_summary {
	background-image: url(../images/line_summary.gif);
	width: 6px;
}
.txt_red {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
	line-height:12px;
}
.txt_orange {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF4E00;
	line-height:12px;
}
.txt_orange_bold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF4E00;
	line-height:12px;
}
.txt_red_bold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	line-height:12px;
}
.error {
    font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding:10px;
	color: #ff0000;
	line-height:12px;
	text-align:center;
}
.style1 {
	color: #FF9900;
	font-weight: bold;
	font-size: 11px;
}
.bg_search02 {
	background-image: url(../images/bg_search02.gif);
	height: 55px;
}
.txt_faq {
	font-family: Tahoma;
	font-size: 11px;
	color: #b01360;
	font-weight: bold;
	line-height:12px;
}
.input {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	width: 181px;
}
.input01 {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	width: 134px;
}
.select {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	width: 122px;
}
.select01 {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	width: 162px;
}
.select01 {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	width: 162px;
}
.select02 {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	width: 186px;
}
.select03 {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	width: 76px;
}
.txt_01 {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}
.txt_01_bold {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.txt_02_bold {
	font-family: Arial;
	font-size: 11px;
	color: #764E85;
	font-weight: bold;
}
.txt_03_bold {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
.txt_04 {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}
.txt_04_bold {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.txt_05_bold {
	font-family: Arial;
	font-size: 11px;
	color: #E44488;
	font-weight: bold;
}
a.cst:link {
	font-family: Arial;
	font-size: 11px;
	color: #5E3884;
	text-decoration: none;
}

a.cst:visited {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #5E3884;
	text-decoration: none;
}
a.cst:hover {
	text-decoration: underline;
}
a:link     { color: #C50202; font-weight: normal; font-size: 13px; font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a:visited  { color: #C50202; font-weight: normal; font-size: 13px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a:hover     { color: #919090; font-weight: normal; font-size: 13px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }