html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

html, body {
    height: 100%;
}

body {
    background-color: #fff;
    color: #27426e;
    text-align: center;
    font-family: "Frutiger", "Univers", "Helvetica Neue", arial, helvetica, "bitstream vera sans", sans-serif;
    font-size: 14px;
}
#wrapper {
    /*
    position: absolute;
    width: 100%;
    height: 581px;        
    top: 50%;    
    margin-top: -291px;
    */
}
#row1 {
}
#row2 {
    background-color: #7299b9;
}
#row3 {    
}
.columns {
    width: 754px;
    margin: 0 auto;
    text-align: left;
    overflow: auto;
}
.col1 {
    width: 369px;
    padding: 25px;
    float: left;
}
.col2 {
    width: 310px;
    padding: 25px;
    padding-left: 0;
    float: right;
}
a, a:link, a:active, a:visited {
    color: #ff6600;
    text-decoration: underline;
}
a:hover {
    color: #ff9900;
}
strong {
    font-weight: bold;
}

#row1 .col1 h1 {
    font-size: 25px;
    line-height: 27px;
    font-weight: normal;
    color: #27426e;
    letter-spacing: -1.5px;
    margin-top: 90px;
}

#row1 .col2 h2 {
    background-image: url(../images/logo.gif);
    background-repeat: no-repeat;
    width: 310px;
    height: 146px;
    text-indent: -1000px;
}

#row2 .col2 {
    height: 208px;
    text-align: center;
}
#button {
    margin-top: 84px;
}

#row3 .col1 p {
    font-size: 20px;
    line-height: 25px;
    color: #27426e;
}
#row3 .col2 {
    text-align: center;
}

#callcentre {
    letter-spacing: -1px;
}
#telnum {
    color: #ff9900;
    font-weight: bold;
    line-height: 32px;        
}

#url a {
padding-top: 6px;
border-top: 1px dashed #ff9900;
line-height: 25px;
}

