/** global **/
* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	background-color: #d3d3d3;
	font-family: Verdana, Arial;
	color: #414234;
	font-size: 11px;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
}

fieldset .field input {
	border-top: 1px solid #cccccc;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #cccccc;
	width: 143px;
}

fieldset .action {
	float: right;
	margin: 5px 6px 0 0;
}

p {
	font-size: xx-small;
}

/** GENERAL **/
#site-container {
	margin: 0 auto;
	width: 794px;
}

#site-content {
	width: 745px;
	background-color: #ffffff;
	min-height: 1013px;
	float: left;
	padding: 11px 10px;
}

#page-content {
	width: 490px;
	float: left;
	padding: 15px 50px 30px 30px;
}

.shadow-bottom {
	width: 794px;
	height: 15px;
	background-image: url('../images/shadow-bottom.gif');
	background-repeat: no-repeat;
}

.shadow-left {
	width: 15px;
	background-image: url('../images/shadow-left-tile.gif');
	background-repeat: repeat-y;
}

.shadow-right {
	width: 15px;
	background-image: url('../images/shadow-right-tile.gif');
	background-repeat: repeat-y;
}

/** MAIN MENU **/
#main-menu {
	list-style: none;
	width: 175px;
	float: left;
}

#main-menu li {
	margin: 2px 0;
	padding: 10px 13px;
	background-color: #f2f2f2;
}

#main-menu li li {
	padding: 0 0;
}

#main-menu li a {
	color:#414234;
	text-decoration: none;
	font-size: 10px;
}

#main-menu li a:hover {
	text-decoration: underline;
}

.sub-menu {
	margin-left: 5px;
	width: 144px;
	list-style: none;
}

.sub-menu .dot {
	width: 5px;
	float: left;
	line-height: 0;
	padding: 2px 4px 0 0;
}

.sub-menu .dot img {
	display: none;
}

.sub-menu .dot-url {
	float: left;
}

.sub-menu .overstate {
	display: none;
}

#main-menu a {
	/** display: none; **/
	text-decoration: none;
}

.sifr-big {
/**
	font-size: 12px;
	color: #343434;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
**/
}

.sifr-small {
/**
	font-size: 11px;
	color: #818181;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
**/
}

.sifr-small-over {
/**
	font-size: 11px;
	color: #4f4f4f;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
**/
}


/** PAGE CONTENT TYPOGRAPHY **/
#page-content p,
#page-content h1,
#page-content h2 {
	padding: 9px 4px;
}

#page-content h3 {
	list-style: none;
	font-size: 10px;
	padding: 4px;
	background-color: #E6E6E6;
	margin-top: 10px;
}

#page-content a {
	color: #000000;
	font-weight: bold;
}

/** NEWSLETTER FORM **/
#newsletter-form fieldset {
	border: none;
}

#newsletter-form .field input {
	border: 1px solid #000000;
	width: 380px;
}

#newsletter-form .field .message {
	color: #e90000;
}

#newsletter-form .field {
	margin-bottom: 12px;
}

#newsletter-form .field label {
	font-weight: bold;
	font-size: 9px;
}

/** PeoplePage **/
#people-list {
	list-style: none;
}

.person-entry {
	width: 490px;
	margin-bottom: 10px;
}

.person-entry-header {
	padding: 4px;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	background-color: #e6e6e6;
}

#letter-navigation {
	font-size: 12px;
	margin: 20px 0;
}

#letter-navigation a {
	font-weight: bold;
}

#people-list h2 {
	list-style: none;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	margin-bottom: 10px;
}

/** SearchResults **/
#SearchResults {
	list-style: none;
}

#SearchResults h3 {
	list-style: none;
	font-size: 10px;
	padding: 4px;
	background-color: #E6E6E6;
}

#SearchResults li {
	padding-bottom: 20px;
}

#SearchResults li a {
	font-size: 10px;
}

#SearchResults h3 a {
	text-decoration: none;
}