﻿@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
h1{
	font-size: 18px;
}
body { 
	background:url(../images/bg.jpg) repeat-y 50% 50% #f0fafc;
	color:#333333;
	font-family:arial,helvetica,sans-serif;
	font-size:13px;
}
a, img {
	border:none;
}

a:link {color:#439495;}
a:visited {color:#5F5F5F;}
#container {
	margin:0 auto;
	text-align:left;
	width:740px;
	font-weight:bold;
}

.required {text-align:left;}
#logo {
	position:absolute;
	top: 20px;
	display: block;
	background:url(../images/logo.gif) no-repeat 0 0;
	width: 168px;
	height: 48px;
	text-indent: -9999px;
}

#hrish{
	width: 740px;
	height: 6px; 
	background: url("../images/hr.jpg") repeat-x scroll;
	 
	margin: 20px 0px;
}
#header {	
	height:84px;
	background:url(../images/header_form.jpg) no-repeat 541px 0;
	padding-left:10px;
}
#header h2 {
	width:400px;
	font-size:18px;
	padding-bottom:10px;
	color:#047071;
	padding-top:80px;
}
#header p {
	width:400px;
	font-size:12px;
	line-height:16px;
}
#topnav {
	background:url(../images/buttonbar.jpg) repeat-x;
	height:40px;
	width: 740px;
	text-align:center;
	padding-top:5px;
}
#topnav h2 {
	color:#ffffff;
}
#body {
	width:740px;
	margin-top:20px;
}
#body h2 {
	color:#047071;
	font-size:22px;
	padding-bottom:10px;
	line-height:26px;
}
#body p {
	font-size:12px;
	line-height:14px;
	padding-bottom:5px;
}
#family {
	float:right;
	margin-right:40px;
}

#bottomleft {
	float:left;
	width:740px;
	margin-left:10px;
}
.clear {
	clear:both;
}
#footer {
	padding-bottom:20px;
	padding-top:20px;
	clear:both;
	font-weight:normal;
}

#footer ul {
	list-style:none;
	text-align:center;
	font-size:12px;
	color:#439495;
}
#footer li {
	padding:0 5px;
	display:inline;
}

#footer a {
	text-decoration:underline;
	color:#439495;
}
.back {float: left; font-size: .85em; color: #848482; width: 95px; margin-top: 17px;}
legend { display:none; }
fieldset {border: none 0px; width: 100%;}

tr{vertical-align: middle; padding: 10px; margin-bottom:10px;}
td{vertical-align: middle; padding: 5px;}
.center {text-align:center;}
input, select, textarea { color: #333333; border: 1px solid #848482; font-size: 14px;}
input[type="radio"], input[type="checkbox"], input[type="image"]{ border: 0px solid transparent; }
select{padding: 0px;}
.nobdr {	border: 0px solid transparent;}

/* Success,notice and error boxes
-------------------------------------------------------------- */
.error,
.notice,
.success {
padding: .1em;
margin-top: 2px;
border: 2px solid #ddd;
}
.error {
font-size: .85em;
background: #FBE3E4;
color: #8a1f11;
border-color: #FBC2C4;
}
.notice {
background: #FFF6BF;
color: #514721;
border-color: #FFD324;
}
.success {
background: #E6EFC2;
color: #264409;
border-color: #C6D880;
}
.error a {
color: #8a1f11;
}
.notice a {
color: #514721;
}
.success a {
color: #264409;
}
.error,.validation-advice {
padding-top: 2px;
color: #a00;
font-size:.85em;
text-align: left;
}

#disclaimer{
	color: #A5A5A5;
	margin:5px 20px 0px 20px;
	text-align:left;
	font-size: 11px;
	font-style:italic;
	font-weight:lighter;
}
.small{
	font-size: 11px;
	font-weight:normal;
}
/* From Blueprint */
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;margin-right:10px;}
div.last {margin-right:0;}
.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;}
.span-4 {width:150px;}
.span-5 {width:190px;}
.span-6 {width:230px;}
.span-7 {width:270px;}
.span-8 {width:310px;}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:710px;}
.span-19 {width:750px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:910px;}
.span-24, div.span-24 {width:950px;margin:0;}

.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
*+html .clearfix { display: inline-block; }
.clearfix {display:inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}

#consent {padding:1em 0;}

