/* global styles
==============================================================================*/
* {
	margin: 0;
	padding: 0;
	}
	body {
		color: #333;
		font-size: 13px;
		font-family: "trebuchet ms", sans-serif;
		xbackground: #eee url(../images/bg-body.gif) repeat-y 50% 0;
		}


/* page layout
==============================================================================*/
div#page {
	width: 770px;
	margin: auto;
	}	
	div#content {
		float: left;
		clear: both;
		border-top: 1px solid #d9d9d9;
		}
		div#main {
			width: 490px;
			float: left;
			clear: both;
			padding: 20px 15px 15px 15px;
			background: url(../images/bg-main.jpg) no-repeat top right;
		}
		
		div#sidebar {
			width: 220px;
			float: right;
			font-size: .93em;
			padding: 29px 15px 15px 15px;
			background: url(../images/bg-sidebar.jpg) no-repeat top left;
		}


/* page header
==============================================================================*/
div#header {
	height: 87px;
}


/* menu navigation
==============================================================================*/
ul#navlist {
	display: none;
	list-style-type: none;
	position: relative;
	top: 0px; left: 400px;
	}
	ul#navlist li {
		float: left;
		display: inline;
		}
		ul#navlist li a {
			color: #333;
			float: left;
			display: block;
			font-weight: bold;
			padding: 5px 10px;
			text-decoration: none;
			}


/* homepage introduction
==============================================================================*/
div#intro {
	height: 210px;
	background: #fff url(../images/bg-intro.jpg) no-repeat 0 0;
	}
	div#intro p {
		float: left;
		width: 240px;
		font-size: .9em;
		font-weight: bold;
		line-height: 1.6em;
		position: relative; top: 45px; left: 15px;
		}
		div#intro p:first-letter {
			float: left;
			font-size: 4em; 
			line-height: .8em;
		}
	div#intro ul#introBenefits {
		float: left;
		list-style-type: none;
		position: relative; top: 55px; left: 20px;
		}
		div#intro ul#introBenefits li {
			font-size: 1.7em;
			padding-left: 20px;
			background: url(../images/arrow-intro.gif) no-repeat 0 7px;
		}
		


/* page footer
==============================================================================*/
div#footer {
	clear: both;
	padding: 10px;
	border-top: 1px solid #d9d9d9;
	}
	div#footer p {
		margin-bottom: 0;
		}
		div#footer p#copyright {
			font-size: .9em;
			font-weight: bold;
		}
		div#footer p#disclaimer {
			width: 420px;
			margin-top: 1em;
			font-size: .85em;
		}


/* typography
==============================================================================*/
a:link { color: #06c; }
a:visited { color: #06c; }
a.pdf {
	padding-right: 23px;
	background: url(../images/pdf.gif) no-repeat 100% 0;
}
a.popup {
	padding-right: 18px;
	background: url(../images/popup.gif) no-repeat 100% 3px;
}

strong {
	font-weight: bold;
}

div#content p,
div#content ul,
div#content ol,
div#content dl { margin-bottom: 1em; }
div#content ul { margin-left: 15px; }
div#content ol { margin-left: 25px; }

h2 {
	color: #c00000;
	font-size: 1.6em;
	margin-bottom: 8px;
	padding-bottom: 3px;
	border-bottom: 1px solid #d9d9d9;
}

#main h3 { font-size: 1.3em; }

.highlight {
background-color: lightyellow/*cfffaf ffffcc*/;
padding: 3px;
}	

#sidebar h3 {
	font-size: 1.1em;
	margin-bottom: 8px;
	padding-bottom: 3px;
	border-bottom: 1px solid #d9d9d9;
}
#sidebar h4 {
	font-size: 1em;
}
#main h3 a, #sidebar h3 a {
	color: #333;
	text-decoration: none;
}

.notice {
	margin: 1em 0;
	font-size: .85em;
	padding: 10px 10px 10px 40px;
	border-top: 1px solid #ebe288;
	border-bottom: 1px solid #ebe288;
	background: #fffde5 url(../images/ico-warning.gif) no-repeat 15px 12px;
}
.overlimit { color: #c00000; }
.note { color: #999; font-size: .9em; }

#dlacrobat {
	padding-left: 25px;
	background: url(../images/pdf.gif) no-repeat 0 5px;
}


/* images
==============================================================================*/
img {
	border: none;
	display: block;
	}
	img.left {
		float: left;
		padding: 5px;
		margin: 0 .5em .5em 0;
		background-color: #fff;
		border: 1px solid #d9d9d9;
	}
	img.right {
		float: right;
		padding: 5px;
		margin: 0 0 .5em .5em;
		background-color: #fff;
		border: 1px solid #d9d9d9;
	}


/* contact section
==============================================================================*/
div#contact {
	margin-top: 10px;
}
div.vcard {
	margin-bottom: 1em;
	}
	div.vcard .fn {
		font-size: 1.1em;
		font-weight: bold;
	}
	div.vcard .adr {
		margin-bottom: .5em;
	}
	div.vcard .tel {
		margin-left: 3px;
		padding-left: 10px;
		border-left: 3px solid #d9d9d9;
	}


/* online grievance form
==============================================================================*/
em.required, label.required em { color: #c00000; }
					
fieldset {
	padding: 10px;
	border: none;
	border-top: 1px solid #999;
	margin-top: 1em;
}
fieldset legend {
	color: #333;
	padding: 0 5px;
	margin-left: 5px;
	font-weight: bold;
}

table.inputHolder { 
	width: 100%;
}
table.inputHolder th,
table.inputHolder td {
	padding: 2px;
}	
table.inputHolder th {
	width: 150px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
table.inputHolder td input,
table.inputHolder td textarea {
	width: 250px;
	padding: 1px;
}
table.inputHolder td textarea {
	height: 100px;
}

ol.inputHolder {
	margin: 0 !important;
	list-style-type: none;
}
ol.inputHolder li {
	margin-bottom: 1em;
}

textarea.details {
	width: 450px;
	height: 200px;
	display: block;
}
input.button {
	width: 7em;
	padding: 2px 0;
}

