@charset "utf-8";
/* CSS Document */

/* Zero down margin and padding on all elements */

* {
	margin: 0;
	padding: 0;
}

/* The Core Technique
================================= */

body {
	text-align: center;
	min-width: 760px;
}

#wrapper {
	width: 757px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/bg.gif) #fff;
}
#header {
	width: 727px;
	margin: -8px 0 0 14px;
}
#content {
	width: 636px;
	float: left;
	margin-left: 60px;
        min-height:556px;
        height:auto !important;
        height:556px;
}
* html #content {
	margin-left: 30px;
}

#left-col {
	width: 308px;
	float: left;
}
#right-col {
	width:288px;
	float: right;
	margin-left: 20px;
}

#footer {
	clear: both;
	width: 713px;
	margin-left: 21px;
	background-image: url(../images/footer_wide.gif);
        background-repeat:no-repeat;
	text-align: center;
	color:#fff;
	height: 32px;
}

/* Add some padding 
================================== */

#content {
	padding-top: 10px;
	padding-bottom: 20px;
}

/* Pretty Stuff
================================== */

body {
	font: 62.5%/1.5 Verdana, Arial, sans-serif;
	background-color: #d4e3ea;
}

h1 {
	font-size: 2.2em;
	color: #135b7a;
    font-family: helvetica, arial, sans-serif;
    border-bottom:1px dotted #666666;
	padding-bottom:5px;
	margin-bottom:8px;
 
}

h2 {
	font-size: 1.8em;
	color: #007ab3;
    font-family: helvetica, arial, sans-serif; 
}
h3 {
	font-size: 1.6em;
	color: #333;
	margin-bottom: 0.8em;
	
}
h4 {
	font-size: 1.2em;
	color: #333;
    font-family: helvetica, arial, sans-serif; 
}
h6 {
	font-family: helvetica, arial, sans-serif; 
	font-size:16px; 
	color:#fff; 
	font-weight:bold; 
	margin: 0;
}

p, li {
	font-size: 1.3em;
	color: #333;
}

p {
	font-family: Verdana, Arial, sans-serif;
	margin: 0.8em 0;
}

/* Links
================================== */

a:link, a:visited {
	text-decoration: none;
	/*font-weight: normal;*/
	color: #388cbf;
}
a:hover, a:active {
	text-decoration: underline;
	color: #999;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
/* Images
================================== */
.leftimg {
	float: left;
	margin: 0 15px 5px 0;
}
.rightimg {
	float: right;
	margin: 0 0 5px 15px;	
}
.imgborder {
	border: 1px #999 solid;
}
.line_dot { 
	background: url(../images/line_dot.gif) top left repeat-x; 
	margin: 12px 0 5px 0;
}
.imgpolaroid {
	padding: 7px;
	border: 1px #999 solid;
}
.box {
  width: 263px;
  background: #007ab3 url(../images/box_bottom.gif) no-repeat left bottom;
  
}
.box h6 {
	background: url(../images/box_top.gif) no-repeat left top;
	padding: 10px 20px 0 20px;  
}
.box p {
  padding: 0px 10px 10px 10px;  
}
.box a {
	color: #fff;
}

.box1 {
  width: 310px;
  background: #a1c8db url(../images/box_bottom1.gif) no-repeat left bottom;
  
}
.box1 h6 {
	background: url(../images/box_top1.gif) no-repeat left top;
	padding: 10px 20px 0 20px;  
}
.box1 p {
  padding: 0px 10px 10px 10px;  
}
.box1 a {
	color: #fff;
}

/* Lists
================================== */
ul.pdf {
	margin:0 0 20px 5px;
	padding:0;
	list-style:none;
	color: #666;
}
ul.pdf li {
	display:block;
	background:url('../images/pdf.gif') center left no-repeat;
	margin:5px 0 0 5px;
	padding:1px 0 5px 30px;
	
}

ul.benefits {
	margin:0 0 20px 5px;
	padding:0;
	list-style:none;
	color: #666;
}
ul.benefits li {
	width:90%;
	display:block;
	background:url('../images/tick.gif') top left no-repeat;
	margin:5px 0 0 5px;
	padding:1px 0 5px 22px;
	border-bottom:1px solid #cccccc;
        list-style-type:none;
}

ul.arrow {
	margin:0 0 20px 5px;
	padding:0;
	list-style:none;
	color: #666;
}
ul.arrow li {
	width:90%;
	display:block;
	background:url('../images/arrow1.gif') center left no-repeat;
	margin:5px 0 0 5px;
	padding:1px 0 5px 22px;
	border-bottom:1px solid #cccccc;
}

ul.arrowbox {
	margin:0 0 20px 5px;
	padding:0;
	list-style:none;
	color: #666;
}
ul.arrowbox li {
	width:85%;
	display:block;
	background:url('../images/arrow1.gif') center left no-repeat;
	margin:5px 0 0 5px;
	padding:1px 0 5px 22px;
	border-bottom:1px solid #fff;
}
ul.arrowbox li.white {
	background:url('../images/arrow-white.gif') center left no-repeat;
	color: #fff;
    font-weight: 600;
}
ol {
	margin-left: 45px;
}

/* Clearer
================================== */
.clearAll {
	margin: -1px 0 0;
	height: 1px;
	clear: both;
}
.clearLeft {
	clear: right;
}
	
/* Form
================================== */
 #contactform {
	margin: 0 0 25px 0;
	padding: 15px 0;
}
#contactform dl {
	font-size: 90%;
}
#contactform dt {
	color: #333;
	font-weight: normal !important;
}
#contactform dt em, #contactform .note em {
	color: #FFC201;
	font-weight: bold;
	font-style: normal;
}
#contactform #senderName, #contactform #senderEmail, #contactform #subject, #contactform #company, #contactform #deadline, #contactform #phoneNumber, #contactform #streetAddress, #contactform #suburb, #contactform #state, #contactform #postcode, #contactform #country {
	width: 200px;
	border: 1px solid #ccc;
	padding: 2px;
	color: #444;
}
#contactform textarea {
	width: 320px;
	height: 180px;
	font-family: inherit;
	font-size: 1.5em;
	border: 1px solid #ccc;
	color: #444;
}
/* Homepage Header
================================== */
/*header*/
/*#header_logo{ width:729px;}
#header_logo .col_1{ width:574px;}
#header_logo .col_1 img{ margin:13px 0 0 36px;}
#header_logo .col_2{ padding-top:28px;}
#header_menu{ text-indent:8px; margin-top:51px;}
.h_baner{ margin:10px 0 26px 3px;}
.h_content{ width:707px; color:#3e3a37; line-height:15px; font-size:12px;}
/*==================list====================*/
/*.header_con { width:100%;}
.header_con .t { background:url(images/con_line1.gif) repeat-x top #ffffff;}
.header_con .b { background:url(images/con_line1.gif) repeat-x bottom;}
.header_con .l { background:url(images/con_line.gif) repeat-y left;}
.header_con .r { background:url(images/con_line.gif) repeat-y right;}
.header_con .l_t { background:url(images/con_left_top_h.gif) no-repeat left top;}
.header_con .r_t { background:url(images/con_right_top_h.gif) no-repeat right top;}
.header_con .l_b { background:url(images/con_left_bot_h.gif) no-repeat left bottom;}
.header_con .r_b { background:url(images/con_right_bot_h.gif) no-repeat right bottom;}
*/*/*/

table.webapptable tr td h3 {
 font-size:1.6em;
}

table.webapptable tr td p, table.webapptable tr td li {
 font-size:1.3em;
}
/*added April13*/
#webapp3789pagination li{
list-style-type:none;
float:left;
padding: 0px 10px;
font-size: 15px;
font-weight:bold;
}
