@import url(reset-fonts-grids.css);

body {
	background-color: #EFCBB5;
}

em {
	font-style: italic;
}

h1 {
	font-size: 167%;
	font-weight: bold;
	margin: 8px 0;
}

h2 {
	font-size: 138.5%;
	font-weight: bold;
	margin: 8px 0;
}

h3 {
	font-size: 123.1%;
	font-weight: bold;
	margin: 8px 0;
}

h4, .h4 {
	font-size: 115%;
	font-weight: bold;
	margin: 8px 0;
}


p {
	margin: 16px 10px 16px 0;
}

strong {
	font-weight: bold;
}

strong em, em strong {
	font-style: italic;
	font-weight: bold;
}

table.prominentcontent h3 {
	margin: 0;
}

table.prominentcontent h3 a {
	color: #000000;
	font-family: serif;
	font-size: 100%;
	text-decoration: none;
}

table.prominentcontent p {
	margin: 3px 0;
}

table.prominentcontent td {
	padding: 10px;
}

table.prominentcontent td.main1 {
	border-right: 1px solid #EFCBB5;
}

table.prominentcontent td.topstory {
	border-bottom: 1px solid #EFCBB5;
	padding: 10px 5px 10px 0;
}

ul {
	list-style: disc;
	margin-left: 24px;
	 
}

ul li {
	list-style: disc;
	margin-bottom: 8px;
	margin-right: 10px;
}

ul#navigation {
	list-style: none;
	margin: 0;
}

ul#navigation li {
	list-style: none;
	margin: 0;
}

ul#navigation li a {
	border-bottom: 1px solid #EFCBB5;
	color: #D60102;
	display: block;
	font-weight: bold;
	padding: 5px;
	text-align: right;
	text-decoration: none;
	width: 140px;
}

ul#navigation li a:hover, ul#navigation li a.active {
	background: #D60102;
	color: #FFFFFF;
}

.center {
	text-align: center;
}

#doc {
	background-color: #FFFFFF;
}

#ft {
	border-top: 1px solid #D60102;
	font-size: 85%;
	margin: 1em 0 0 0;
	padding: 0 0 0.5em 0;
	text-align: center;
}

#hd {
	background: url(ima-header-background.jpg) no-repeat top left;
	height: 100px;
}

#hd a {
	background: url(ima-logo-topright.gif) no-repeat;
	color: #FFFFFF;
	display: block;
	float: right;
	font-size: 1%;
	height: 93px;
	margin-right: 20px;
	margin-top: 5px;
	text-decoration: none;
	width: 84px;
}

#hd h1 {
	font-size: 1%;
	margin: 0;
	padding: 0;
}

#yui-main {
	
}

div.sidebarItem {
	border: 1px solid #EFCBB5;
	margin-top: 10px;
	padding: 10px;
	margin-right: 5px;
	width: 140px;
}

.thin {
	margin: 0;
	padding: 0;
}

div.biggerfont {
	font-size: 138.5%;
}

div.biggerfont div.sidebarItem, div.biggerfont div.sidebarItem2 {
	font-size: 69%;
}

div.biggerfont div.sidebarItem h3, div.biggerfont div.sidebarItem2 h3 {
	font-size: 138.5%;
}

div.sidebarItem h3 {
	color: #D60102;
	font-size: 146.5%;
	font-weight: bold;
	text-align: center;
}

div.sidebarItem h3 a {
	text-decoration: none;
	color: #D60102;
}

ol {
	list-style: decimal;
	margin-left: 3em;
}

ol li {
	list-style: decimal;
}

div.sidebarItem2 {
	background: #EFCBB5;
	padding: 0.5em;
	margin: 1em 0.5em;
	float: right;
	width: 140px;
	color: Black;
	border: 1px solid black;
}

div.sidebarItem2 h3 {
	font-size: 146.5%;
	font-weight: bold;
	text-align: center;
}

.smalltxt {
	font-size: 60%;
}

/* Survey Form */

div.field {
	clear: left;
	padding: 0.2em 0;
}

div.field input {
	padding: 3px;
}

div.field label.radio input.checkbox {
	position: relative;
	top: -1px;
}

div.field label.radio input.radio {
	position: relative;
	top: 1px;
}


div.textfield, div.textarea {
	margin: 2em 0 .5em 0;
}

div.selectfield {
	margin: 1em 0 0 0;
}

div.textfield label.required, div.selectfield label.required {
	display: block;
	font-weight:bold;
	float: left;
	width: 4.2em !important;
}

div.textarea p {
	font-weight:bold;
}

div.textarea textarea {
	margin-left: 2em;
}

.required {
	color: #B11E0A;
	font-weight: bold;
}

div.radiolist label.required {
	display:none;
/*	margin: 1.5em 0 1em 0;*/
}

div.radiolist {
	display: block;
	font-weight: normal;
}
div.radiolist label.radio {
	margin: -5px 0 -5px 2.5em !important;
	padding: 0 !important;
	display:block;
	position:relative;
}

div.textother {
	margin-left: 2.5em;
	margin-top: 1em;
	display: block;
}

/*div.confirm {
	font-size: 107%;
	margin: 1em 0 0.5em .5em;
}*/

div.confirm {
	font-size: 107%;
	/*margin: 2em 0 2em 8em;*/
	text-align:center;	
}

div.confirm input {
	font-size: 122%;
	font-weight: bold;
	margin: 0 1em 0 1.5em;
	padding: 0.15em 1em;
}

div.confirm input.cancel {
	padding: 0.15em 0.5em;
}

div.confirm p {
	margin: 0.75em 2em;
}

div.error {
	background-image: url(../../../core/icons/set1/32/110.png);
	border-color: #D7582D;
}

div.error p {
	color: #B11E0A;
}

div.error p, div.info p, div.okay p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 152%;
}

div.error ul li {
	background-image: url(../../../core/icons/set3/bullet_red.png);
}

div.error ul li em, div.info ul li em, div.okay ul li em {
	font-weight: bold;
}

div.error ul li, div.info ul li, div.okay ul li {
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 1.5em;
	list-style-type:none;
}

div.error ul, div.info ul, div.okay ul {
	margin: 1em;
}

div.error, div.info, div.okay {
	background-position: 0.5em 0.5em;
	background-repeat: no-repeat;
	border-bottom-width: 3px;
	border-left: 0;
	border-right: 0;
	border-style: solid;
	border-top: 0;
	margin-bottom: 1em;
	min-height: 5em;
	padding: 1em 0 0 5em;
}