/* Inner styles */
@import url("innerstyles.css");

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-style: inherit;
	font-size: 100%;
	}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#1a171b;
	}
#container {
	width:980px;
	margin:0 auto;
	}
#wrapper {
	width:980px;
	background:url(../images/headerbg.png) no-repeat right top;
	}
#header {
	width:980px;
	height:150px;
	}
#content {
	width:980px;
	clear:both;
	}
#footer {
	width:980px;
	margin:0 auto;
	color:#fff;
	padding:20px 0 0 0;
	clear:both;
	overflow:hidden;
	}
	
.clear {
	clear:both;
	overflow:hidden;
	width:100%;
	}
.uppercase_txt {
	text-transform:uppercase;
	}
.quotation_left{
	font-size:50px !important;
	float:left;
	display:block;
	height:10px !important;
	line-height:35px !important;
	margin-top:-7px;
	}
.quotation_right{
	font-size:50px !important;
	height:35px !important;
	line-height:50px !important;
	display:block;
	float:right;
	}
.labelCase {
	text-align:right;
	vertical-align:top;
	padding-top:3px;
}

.dynamic_form {
	border:1px solid #CCCCCC;
	color:#666666;
	display:block;
	padding:4px;
	width:273px;
}

input{
	margin-bottom:5px;
}

.txt1 {
	font-size:15px;
	font-weight:bold;
	line-height:20px;
	}
.txt1 a {
	font-style:italic;
	color:#7c901b;
	text-decoration:none;
	}
.txt1 a:hover {
	text-decoration:underline;
	}
.txt2 {
	font-size:20px;
	font-weight:bold;
	line-height:20px;
	color:#a88d37;
	}	
.lineheight {
	line-height:20px;
	}
h1.welcome{
	font-size:20px;
	line-height:22px;
	font-weight:normal;
	color:#b1953a;
	border:0;
	width:100%;
	}
h1 {
	font-size:24px;
	color:#7c901b;
	line-height:30px;
	text-transform:uppercase;
	border-bottom:1px solid #c4bfaf;
	font-weight:bold;
	float:left;
	}
	
h1 a{
	text-decoration:none;
	color:#7c901b;
}

h1 strong  {
	color:#b1953a;
	}
	
.block3 p{
	font-size:15px;
}

.helpfuldoc{
	text-decoration : none;
	color : #7C901B;
	font-weight:bold;
}

.helpfuldoc span{
	color : #B1953A;
}

/* Helpful tips page */

ul.helpful_tips_list li{
	list-style:outside disc;
	margin-bottom : 10px;
}

.disaster_house p{
	margin-bottom : 20px;
}

.disaster_house ul{
	margin-left : 10px;
}

.disaster_house ul li{
	margin-bottom : 10px;
	text-align:justify;
}