/******************************
* Section Headers
******************************/

#content h1 {
	height: 39px;
	overflow: hidden;
	text-indent: -5000px;
	width: 463px;
}

#home #content h1 {
	background: url(../images/heading-welcome.gif) no-repeat;
}

#home #content h1.page_not_found {
	background: url(../images/heading-page-not-found.gif) no-repeat;
}

#about #content h1 {
	background: url(../images/heading-about.gif) no-repeat;
}

#irem_first #content h1 {
	background: url(../images/heading-iremfirst.gif) no-repeat;
}

#events #content h1 {
	background: url(../images/heading-events.gif) no-repeat;
}

#photos #content h1 {
	background: url(../images/heading-photos.gif) no-repeat;
}

#education #content h1 {
	background: url(../images/heading-education.gif) no-repeat;
}

#friends #content h1 {
	background: url(../images/heading-friends.gif) no-repeat;
}

#members #content h1 {
	background: url(../images/heading-members.gif) no-repeat;
}

#contact #content h1 {
	background: url(../images/heading-contact.gif) no-repeat;
}

#designations #content h1 {
	background: url(../images/heading-designations.gif) no-repeat;
}

/******************************
* Special Infoboxes
******************************/

#sidebar #infobox-iremfirst h2 {
	background: url(../images/infobox-header-first.gif) no-repeat;
}

#sidebar #infobox-iremdesignations {
	background: url(../images/infobox-background-white.gif) no-repeat bottom;
}

#sidebar #infobox-iremdesignations h2 {
	background: url(../images/infobox-header-designations.gif) no-repeat;
}

#sidebar #infobox-links h2 {
	background: url(../images/infobox-header-links.gif) no-repeat;
}

#sidebar #infobox-links p {
	text-align: center;
	line-height: 14px;
	margin-bottom: 10px;
}

#sidebar #infobox-links span a {
	font-weight: normal;
}

/******************************
* List Styles
******************************/

#content ul {
	list-style: disc;
	margin-left: 30px;
}

#content li {
	margin: 10px 0px;
}

/******************************
* Collection
******************************/

img.border-margin {
	border: 3px solid #768fa5;
	margin: 0px 0px 10px 10px;
}

img.border {
	border: 3px solid #768fa5;
	margin: 0px;
}

.compress p {
	margin: 0;
	line-height: 18px;
}

.link-back {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	clear: both;
}

.collection .item {
	text-align: center;
	background: url(../images/divider.gif) no-repeat bottom center;
	padding-bottom: 30px;
}

.collection .last {
	background: none;
}

.collection .item .name {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

.collection .item .name span {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#friends .collection .item, #members .collection .item {
	margin: 6px 0px;
}

#friends .collection .item p, #members .collection .item p {
	line-height: 16px;
	margin: 0;
}

#contact .form-item {
	float: left;
	padding: 10px 0;
	width: 100%;
}

#contact .form-item label {
	float: left;
	text-align: right;
	width: 30%;
}

#contact .form-item input {
	float: left;
	margin-left: 10px;
	width: 275px;
	padding: 3px;
}

#contact .form-item textarea {
	float: left;
	height: 150px;
	margin-left: 10px;
	width: 275px;
	padding: 3px;
}

#contact .form-item input, 
#contact .form-item textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#contact .form-submit {
	text-align: center;
	margin-top: 10px;
}

#contact .form-submit input {
	padding: 3px;
}

#errorExplanation {
	border: 2px solid #b00;
	background: #e6ebf0;
	text-align: center;
}

#errorExplanation h2 {
	display: none;
}

#errorExplanation p {
	font-size: 12px;
	color: #b00;
	font-weight: bold;
}

#errorExplanation ul {
	font-size: 11px;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

#errorExplanation li {
	line-height: 6px;
}

.fieldWithErrors input, .fieldWithErrors textarea {
	border: 2px solid #b00;
}

.download-file {
	background: url(../images/download-file.gif) no-repeat center left;
	padding-left: 16px;
	margin-left: 16px;
}