/*
html, body {
	margin: 0px;
	padding: 0px;
}
*/

* {margin: 0; padding: 0;}

html * {
	margin: 0;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #DCDCDC;
}
img {
	border: 0px;
}



/* text style control */

html, body, h1, h2, h3, h4, ul, li, td {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: .85em;
	font-weight: normal;
	letter-spacing: -0.01em;
	text-align: left;
}

body {
	text-align: center;
	background-image: url(../images/BG_site.jpg);
	background-repeat: repeat-x;
}

/*p + p { margin-top: 0.5em; } */
p { text-indent: 0em; margin-top: 10px; margin-bottom: 10px; }

#bodyLeft p {
	line-height: 130%;
}

hr {
	background-color:transparent;
	border:none;
	border-bottom:dotted 2px #333333;
	height:2px;
	padding:5px;
}

ol{
	font-size:15px;
	padding:10px 10px 10px 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

table, tr, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	vertical-align:top;
	color:#333333;
}

h1 {
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 2.2em;
	line-height: 1.4em;
}

.homeHead {
	color: #000000;
	font-size: 1.5em;
}

.homeHeadRed {
	color: #A2181A;
	font-weight: bold;
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
	color: #333333;
	line-height: 1.4em;
	margin-top: 8px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #A71C1F;
	line-height: 1.2emw;
	margin-top: 22px;
}

h4 {
	font-size: 10px;
	color: #ffffff;
	line-height: 1.5em;
	background-color: #cccccc;
	float: left;
	height: 22px;
	width: 100px;
	padding-top: 4px;
	padding-left: 10px;
}
h5 {
	font-size: 10px;
	color: #999999;
	line-height: 1.3em;
	float: left;
	width: 912px;
	padding-top: 4px;
	font-weight: normal;
}

h6 {
	font-size: 10px;
	line-height: 1.5em;
	height: 20px;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #094F96;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #094F96;
	padding-top: 4px;
}

.claimToday {
	color: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 2.2em;
}

.roundall {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 0px;
}

.roundallAll {
	height: 100px;
	width: 100px;
	float:left;
}



div#formBottom {
	float: right;
	width: 212px;
}

div#discBottom {
	float: left;
	width: 170px;
	padding-top: 30px;
	padding-left: 24px;
	padding-right: 20px;
}

.style1 {
	color: #A2181A;
	font-weight: bold;
}
.style2 {color: #A2181A}

/* ------ END ------ */

#startClaim {
	float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height: 45px;
	width: 212px;
	background-image: url(../images/NavStart.jpg);
	background-repeat: no-repeat;
}

#toc {
	clear: both;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height: 45px;
	width: 912px;
}

#toc ul {
	margin: 0px;
	padding: 0px;
}

#toc li {
	list-style-type: none;
	clear: right;
	float: left;
	margin: 0px;
	padding: 0px;
	white-space: normal;
	background-image: url(../../images/toc_divider.gif);
	background-repeat: no-repeat;
	background-position: right center;
	
}

#toc a {
	color: #ffffff;
	text-decoration: none;
	font-size: 1.8em;
	display: block;
	width: 140px;
	height: 34px;
	white-space: nowrap;
	background-image: url(../images/navBG.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	padding-top: 11px;
	font-weight: bold;
}


#home #toc a.home,
#about #toc a.about,
#makingaclaim #toc a.makingaclaim,
#claim #toc a.claim,
#contact #toc a.contact,
#privacy #toc a.privacy
 {
	color: #ffffff;
	background-image: url(../images/navBG.jpg);
	background-repeat: no-repeat;
	background-position: 0px -90px;
}

html>body #toc a {
	width: 140px;
	white-space: normal;
}

#toc a:hover {
	color: #ffffff;
	background-image: url(../images/navBG.jpg);
	background-repeat: no-repeat;
	background-position: 0px -45px;
}


div#contentWide ol {
	padding-left: 20px;
}

div#contentWide li {
	list-style-image: none;
	list-style-type: decimal;
}



/* generic hyperlink */

a {
	color: #A2181A;
	text-decoration: none;
}
a:hover {
	color: #2B2B2B;
	text-decoration: underline;
}



/* targetted hyperlink */

a.navLink:link {
	color: #000000;
	text-decoration: underline;
}
	
a.navLink:visited {
	color: #000000;
	text-decoration: underline;
}
	
a.navLink:hover {
	color: #993300;
	text-decoration: underline;
}





/* ----- page construction ------ */






div#container {
	width: 930px;
	margin: 0 auto;
	height: auto;
	text-align: left;
}
div#wrapper {
	float: left;
	width: 912px;
	height: auto;
	background-color: #FFFFFF;
}


div#header {
	float: left;
	width: 912px;
	height: 223px;
	background-image: url(../../images/HousingHeader1.jpg);
}
div#logo {
	float: left;
	width: 394px;
	height: 178px;
}
div#girl {
	float: left;
	width: 518px;
	height: 178px;
}
div#mainNav {
	float: left;
	width: 912px;
	height: 52px;
}

div#leftPanel {
	float: left;
	width: 9px;
	height: 500px;
}
div#rightPanel {
	float: left;
	width: 9px;
	height: 500px;
}


div#bodyArea {
	float: left;
	width: 700px;
	height: auto;
	background-color: #FFFFFF;
	padding-top: 40px;
	background-image: url(../images/menu_dropShadow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

div#content {
	float: left;
	height: auto;
	line-height: 1.4;
	width: 418px;
	padding-bottom: 30px;
	padding-right: 60px;
}

div#contentTraffic {
	float: left;
	height: auto;
	line-height: 1.4;
	width: 560px;
	padding-left: 35px;
	padding-bottom: 30px;
	padding-right: 20px;
}


.textContainer {
	width: 410px;
	float: left;
}
.bulletLeft {
	width: 180px;
	float: left;
	padding-right: 20px;
}
.bulletRight {
	width: 200px;
	float: left;
}
.disclaimer {
	width: 410px;
	float: left;
	font-size: .9ems;
}


div#masContainer {
	width: 410px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-top: 20px;
	margin-bottom: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 100%;
	float: left;
	background-color: #DFDFDF;
	line-height:1.6;
}
div#masText {
	width: 245px;
	float: left;
	font-size: 1.1em;
	padding-right: 15px;
	padding-left: 10px;
}
div#masLogo {
	width: 120px;
	float: left;
	height: 63px;
}






div#rightArea {
	float: left;
	width: 194px;
	padding-left: 18px;
	background-image: url(../images/BG_form.jpg);
	background-repeat: repeat-x;
	background-color:#dcdcdc;
}

div#footerContainer {
	width: 921px;
	margin-left: auto;
	clear: both;
	float: left;
	padding-left: 9px;
	margin-bottom: 20px;
}

div#footer {
	width: 912px;
	text-align: center;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-bottom: 0;
	float: left;
}


div#copyright {
	width: 912px;
	text-align: center;
	background-color: #FFFFFF;
	float: left;
	padding-top: 20px;
	padding-bottom: 10px;
}
div#footerBG {
	width: 912px;
	text-align: center;
	float: left;
	background-image: url(../images/footerBG.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	height: 65px;
	padding-top: 2px;
}

div#copyright a {
	color: #888888;
	font-weight: normal;
	text-decoration: none;
}
div#copyright a:hover {
	color: #2B2B2B;
	text-decoration: underline;
}


div#topNav {
	width: 918px;
	text-align: right;
	float: left;
	padding-top: 146px;
}


div#topNav a {
	color: #084E94;
	font-weight: normal;
	text-decoration: none;
}
div#topNav a:hover {
	color: #000000;
	text-decoration: underline;
}




div#info {
	width: 170px;
	background-color: #D02328;
	padding-left: 10px;
	height: 20px;
	padding-top: 2px;
	font-size: 12px;
	color: #FFFFFF;
}

div#picture {
	text-align: left;
}
div#picture img{
	text-align: left;
	background-position: left;
	padding-right: 20px;
}


	
div#contentTraffic ul {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	padding-left: 16px;
}

div#contentTraffic li {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	list-style-image: url(../../images/bullett.gif);
	padding-left: 6px;
	line-height: 1.6em;
}


	
form td {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .7em;
}



#leftNarrow {
	float: left;
	width: 70px;
	padding-left: 50px;
}

div#contentWide {
	float: left;
	height: auto;
	line-height: 1.4;
	width: 530px;
	padding-bottom: 30px;
	padding-right: 10px;
}


/* ------------END ------------- */




/* ------------FORM ------------- */

#claimTodayForm {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}


div#form_area {
	width: 180px;
}
div#details {
	width: 180px;
}

#formBot {
	font-weight: bold;
	background-image: url(../../images/formTop.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 430px;
	/*padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 13px;*/
	background-position: 0px -45px;/*border: 1px solid #FF00FF;*/
}
html>body div#formBot {
	height: 24px;
	width: 460px;
	background-position: 0px -35px;
	background-color: #CBD8E8;
}
legend {
	font-weight: bold;
}

#claimTodayForm legend { display: none; }

/* alternative to below
label {
	display: block;
	}
*/

label {
	width: 11em;
}
/*input {
	width: 10em;
}*/
input {
	background-color: #FFFFFF;
}
select {
	width: 11em;
}
textarea {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	padding-left: 8px;
}
input[type="text"] {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	padding-left: 6px;
}
input.radio, input.checkbox {
	width: auto;
}
input[type="submit"] {
	width: 6em;
	height: 1.5em;
	background-color: #A71C1F;
	color:#ffffff;
}
input.radio {
	float: left;
	margin-right: 1em;
}
/*input:focus, textarea:focus {
	background-color: #ffffcc;
}*/
input[type="text"], textarea {
	width: 20em;
	height: 1.6em;
	border-top: 1px solid #666666;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #666666;
	margin-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
html>body input[type="text"], textarea {
	width: 15em;
}
.required {
	font-size: 0.75em;
	color:#760000
}
#remember-me label {
	width: 4em;
}

textarea {
	/*width: 14em;*/
	height: 70px;
	background-color: #DFDFDF;
}

.one_row {
	width:55px;
	*width:52px;
	margin-bottom:5px;
}

.two_row {
	width:55px;
	*width:52px;
	margin-bottom:5px;
}

.three_row {
	width:55px;
	*width:52px;
	margin-bottom:5px;
}

.required {
}


#claimTodayForm legend { display: none; }

#claimTodayForm fieldset {
	margin: 0;
	border: none;
}



/*
#label_claimTodayForm_accident_details {
	margin-top: -22px;
}

#claimTodayForm_accident_details {
	margin-bottom: 10px !important;
}

*/

/*



#claimTodayForm input, #claimTodayForm textarea (line 26)

{

width: 169px;

margin-bottom: 5px;

margin-left: 0px;

}

#claimTodayForm input.submit_button (line 34)

{

background-image: url(../images/form_button.gif);

background-repeat: no-repeat;

border-top-width: medium;

border-right-width-value: medium;

border-right-width-ltr-source: physical;

border-right-width-rtl-source: physical;

border-bottom-width: medium;

border-left-width-value: medium;

border-left-width-ltr-source: physical;

border-left-width-rtl-source: physical;

border-top-style: none;

border-right-style-value: none;

border-right-style-ltr-source: physical;

border-right-style-rtl-source: physical;

border-bottom-style: none;

border-left-style-value: none;

border-left-style-ltr-source: physical;

border-left-style-rtl-source: physical;

border-top-color: -moz-use-text-color;

border-right-color-value: -moz-use-text-color;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

border-bottom-color: -moz-use-text-color;

border-left-color-value: -moz-use-text-color;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;

height: 22px;

margin-left: 15px;

padding-bottom: 2px;

width: 87px;

}

#claimTodayForm label.invalid {
	color: #ff0000;
	font-style: italic;
}

#claimTodayForm input.invalid,
#claimTodayForm select.invalid,
#claimTodayForm textarea.invalid {
	border: 2px solid #ff0000;
}

#claimTodayForm {
	margin:5px 0 0;
}

#claimTodayForm label {
	color:#000000;
	display:block;
	float:left;
	padding-bottom:3px;
	padding-left:0px;
	padding-top:3px;
	width:160px;
}

#claimTodayForm input,
#claimTodayForm textarea {
	width:169px;
	*width:164px;
	margin-bottom: 5px;
	margin-left:0px;
}

#claimTodayForm input.submit_button {
	background-image:url(../images/form_button.gif);
	background-repeat:no-repeat;
	border:medium none;
	height:22px;
	margin-left:15px !important;
	padding-bottom:2px;
	width:87px;
}

#claimTodayForm legend { display: none; }

#claimTodayForm fieldset {
	margin: 0;
	border: none;
}

.three_row {
	width:55px;
	*width:52px;
	margin-bottom:5px;
}

.required {
}

.claimTodayForm_accident_date_day {
	margin-left:0px;
}

#claimTodayForm_accident_details {
	height:60px;
	overflow:auto;
}

#fieldset_Contact_Details_claimTodayForm {
	position: relative;
}

#claimTodayForm_accident_date_month {
	position: absolute;
	top: 69px;
	*top: 71px;
	right: 92px;
	*right: 70px;
}

#claimTodayForm_accident_date_year {
	position: absolute;
	top: 69px;
	*top: 71px;
	right: 31px;
	*right: 13px;
}

#label_claimTodayForm_accident_date_year,
#label_claimTodayForm_accident_date_month {
	display: none !important; 
}

#label_claimTodayForm_accident_details {
	margin-top: -22px;
}

#claimTodayForm_accident_details {
	margin-bottom: 10px !important;
}

 ------------END ------------- */




/* -------------- nav styles --------------- */	


div#sidebarLogo {
	width: 170px;
	padding-left: 30px;
}

div#sidebar {
	width: 200px;
}



#navigation {
	float: left;
	width: 170px;
	padding-left: 50px;
}

div#sidebar ul {
	width: 200px;
	line-height: 2.6em;	
}

div#sidebar li {
	list-style: none;
	margin: 0;
	font-size: 1.4em;
	color: #094F96;
	padding: 0px 0px 0px 0px;
}


div#sidebar li a {
	display: block;
	color: #094F96;
	font-weight: bold;
	text-decoration: none;
	width: 200px;
	height: 26px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	margin-left: 10px;
	text-indent: 30px;
	background-image: url(../../images/navLines.gif);
	background-position: 0px 0px;
}

div#sidebar li a:hover {
	color: #000000;
	width: 200px;
	background-image: url(../../images/navLines.gif);
	background-position: 200px 0px;
}


div#sidebar ul a {
	width: 200px;
	margin: 0px;
	padding: 0px;
}


div#sidebar h4 a {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.3em;
	display: block;
	width: 200px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
html>body div#sidebar h4 a {
	width: 190px;
}


div#sidebar h4 a:hover {
	color: #0B3F69;
	width: 200px;
}
html>body div#sidebar h4 a:hover {
	width: 190px;
}




div#sidebar li a:hover {
	color: #000000;
	font-weight: bold;
}


div#sidebar li a.activeLink {
	color: #D55B12;
	font-weight: bold;
}




div#sidebar li .sub a.activeLink {
	color: #D55B12;
	font-weight: normal;
}


/* ----- END ----- */

.box {
	background-color: #FF9933;
	border-top: 1px solid #D6690D;
	border-right: 1px solid #EB9B4A;
	border-bottom: 1px solid #EB9B4A;
	border-left: 1px solid #D6690D;
	padding-top: 2px;
	padding-left: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 100%;
	width: 100px;
}
.button2 {
	background-color: #D6690D;
	border-top: 1px solid #EB9B4A;
	border-right: 1px solid #AE5409;
	border-bottom: 1px solid #AE5409;
	border-left: 1px solid #EB9B4A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-repeat: no-repeat;
	height: 20px;
	color: #FFFFFF;
	width: 168px;
}
.heading {
	color: #FFFFFF;
	font-size: 20px;
}
.admin-heading {
	font-size: 16px;
	color: #599F8A;
}
.sub-heading {
	font-size: 14px;
	color: #00CCCC;
}
