* {
	padding:0;
	margin: 0;
}
body {
	background:#4b4b5f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#393939;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
p {
	font-size: 10pt;
	color: #656578;
	line-height: 175%;
	margin-bottom: 15px;
}
h1 {
	font-size: 18pt;
	color: #252C34;
}
h2 {
	font-size: 14pt;
	color: #252C34;
	line-height: 175%;
}
h3 {
	font-size: 12pt;
	color: #252C34;
	line-height: 175%;
}
h4 {
	font-size: 10.5pt;
	color: #252C34;
	font-weight: bold;
}
h5{
	font-size: 10pt;
	color: #252C34;
	font-weight: bold;
}
.greyh3 {
	font-size: 12pt;
	color: #768BA5;
	line-height: 175%;
}
.greyh4 {
	font-size: 10.5pt;
	color: #656578;
	font-weight: bold;
}
.olnumbered { 
	list-style-type:decimal;
	padding-left: 30px;
}
.olunnumbered { 
	list-style-type:none;
	padding-left: 30px;
}

#site_center {text-align:center; background:url(images/top.gif) top left repeat-x;}
#main {width:778px; margin:0 auto; text-align:left; background-color:#FFF;}


/*in_line*/
img {border:0; vertical-align:top;}
a:hover{text-decoration:none;}
a {color:#4cafc5; font-weight:bold;}
.more {background:url(images/z_more.gif) 0px 5px no-repeat; padding-left:12px; font-weight:normal;}
.clear { clear:both;}
.alignright { text-align:right; margin-right:20px;}
.pic { float:left;}
.h1logo { background:url(images/logo.gif) top left no-repeat; width:450px; height:41px;}


/*header*/
.menu { height:153px; background:url(images/bg_mein_menu.gif) 13px 89px no-repeat;}
.menu a { font-family:Tahoma; font-size:0.6875em; color:#4cafc5;}
.menu .pic1 { margin-top:6px;}
.menu .pad { padding-top:38px;}
.menu .pad a{ font-weight:normal;}
.logo {
	float:left;
	padding-top: 26px;
	padding-right: 18px;
	padding-bottom: 30px;
	padding-left: 18px;
}
.menu ul {margin:0; padding:0; list-style:none; line-height:2.2em}
.menu li{background:url(images/bg_header_ul.gif) left 0 no-repeat; padding:5px 0 13px 33px; display:inline; font-size:1em; margin-right:33px; text-transform:uppercase; font-weight:bold;}
.menu li.m1{ color:#4cafc5; background:none; margin-left:20px;}
.menu li a{color:#828087; text-decoration:none;}
.menu li a:hover{color:#4cafc5;}
.menu li a.hover {color:#4cafc5;}
.header_wrapper { height:353px;}
.header_wrapper .pic { margin:0 2px 0 13px;}
.header_wrapper .box {width:763px;}
.header_wrapper .alignright { margin:19px 9px 0 0;}


/*content*/
.contentheading {
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}

#content_below_flash {
	font-size:10pt;
	color:#656578;
	line-height: 175%;
	margin-top: 340px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 13px;
	
}
#content {
	font-size:10pt;
	color:#656578;
	line-height: 175%;
	
}
#content .col_1 { width:750px;}
#content .col_2 { width:239px;}

.indent { 
	padding:0px 15px 20px 13px;
	line-height: 175%;
}

#content .pic { margin:0 15px 0 0;}

#content .bg_line { background:url(images/bg_line.gif) bottom left repeat-x; padding-bottom:26px; margin-bottom:33px;}
ul {
	padding:0;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 40px;
}
#page1 #content .pic1 { margin-bottom:13px;}


/*footer*/
#footer {
	background:url(images/bg_line_footer.gif) top left repeat-x;
	color:#9a9a9a;
	padding-top: 48px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.footertext {
	color: #9a9a9a;
	font-size: 8pt;
	line-height: 150%;
}


#footer a { color:#4cafc5; font-weight:normal;}
#footer .txt { padding:0px 0 0 0;}
#footer .pic1 { margin:4px 0px 0 8px;}

/*================== index.html ==================*/
#bannerright {
	float: right; /* since this element is floated, a width must be given */
	width: 239px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-right: 14px;
}
#bannerleft {
	float: left; /* since this element is floated, a width must be given */
	width: 509px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-left: 13px;
}
#colleft {
	float: left; /* since this element is floated, a width must be given */
	width: 95px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#colright {
	float: right; /* since this element is floated, a width must be given */
	width: 95px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#colcentre { 
	margin: 0 90px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#listcentre {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 100px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.centretop {
	padding:22px 19px 57px 19px;
}


/*==================list====================*/
.block {
	background:#4cafc5;
	width:239px;
	float:right;
}
.block .top { background:url(images/top_block.gif) top left no-repeat;}
.block .bottom { background:url(images/bottom_block.gif) bottom left no-repeat; padding:86px 17px 67px 20px;}

/*----------Block1 is used on the Solutions page (index-2.html) for the bottom graphics -----------------------------------*/
.block1 { background-color:#f0f0f0; width:100%}
.block1 .top_line { background:url(images/bg_line_block.gif) top left repeat-x;}
.block1 .right_line { background:url(images/bg_line_block.gif) top right repeat-y;}
.block1 .bottom_line { background:url(images/bg_line_block.gif) bottom left repeat-x;}
.block1 .left_line { background:url(images/bg_line_block.gif) top left repeat-y;}
.block1 .l_t { background:url(images/t_l.gif) no-repeat left top;}
.block1 .r_t { background:url(images/t_r.gif) no-repeat right top;}
.block1 .r_b { background:url(images/b_r.gif) no-repeat right bottom;}
.block1 .l_b { background:url(images/b_l.gif) no-repeat left bottom; padding:17px 0 28px 0;}
.block1 .l_b1 { background:url(images/b_l.gif) no-repeat left bottom; padding:0; width:100%}
.block1 .indent1 { padding:30px 0 62px 23px;}
.block1 .ind { padding:0 16px 0 19px;}
.block1 .bg_line1 { background:url(images/bg_line_block.gif) bottom left repeat-x; padding-bottom:20px; margin-bottom:22px;}
.block1 .more {background:url(images/z_more_block.gif) 0px 5px no-repeat; padding-left:14px; font-weight:bold; color:#717e86;}

/*==========================================*/


.input {color:#656578;		 
		height:21px;
		width:195px;
		background:#fff;
		border:solid 1px #bfbfbf;
		font-family:Tahoma;
}

textarea { background:#fff;
		   color:#656578;
		   border:solid 1px #bfbfbf;
		   width:195px; height:151px;
		   overflow:auto;
		   font-family:Tahoma; 
		   font-size:1em; 
		   font-family:Tahoma;
}
.tbl_padding {
	padding: 8px;
}
#faqtable {
	list-style-type: decimal;
}
/* Specially formatted links coded into the FAQ page, and duplicated here*/
.headinglink {
	color:#999999;
}
.headinglink a:link {
	text-decoration: none;
	color:#768BA5;
}
.headinglink a:visited {
	text-decoration: none;
}
.headinglink a:hover {
	text-decoration: underline;
}
.headinglink a:active {
	text-decoration: none;
}
.bodylink a:link {
	text-decoration: none;
	font-weight: normal;
}
.bodylink a:visited {
	text-decoration: none;
	font-weight: normal;
}
.bodylink a:hover {
	text-decoration: underline;
		font-weight: normal;
}
.bodylink a:active {
	text-decoration: none;
	font-weight: normal;
}
#tblrowpadding {
	padding-bottom: 10px;
	padding-top: 10px;
}
