/* CSS Document */

body {
	margin: 0px;
	background: #DDDDDD;
}
h2 {
	font: 20px/20px "Lucida Grande", Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	font-variant: small-caps;
	text-align: center;
	clear: left;
	margin-bottom: 5px;
	margin-top: 5px;
}
h3 {
	font: 18px/18px "Lucida Grande", Arial, Helvetica, sans-serif;
	letter-spacing: 0.15em;
	font-variant: small-caps;
	float: left;
	clear: left;
	margin-bottom: 5px;
	margin-top: 15px;
	width: 100%;
}
.post h3 {
	color: #8A1111;
}
p {
	float: left;
	clear: left;
	margin: 0px;
	margin-bottom: 10px;
	width: 100%; /* FOR IE */
}
.clear {
	width: 100%;
	clear: both;
}
.world {
	margin: auto;
	width: 700px;
	height: 100%;
}
.main {
	float: left;
	width: 700px;
	height: 125px;
	background: url(../images/asme_header_new.gif) no-repeat center;
}
.menu {
	float: left;
	width: 700px;
	height: 32px;
	background: #964d48 url(../images/asme_shadow.png) bottom no-repeat;
	margin-top: -15px;
	border-top: 1px dotted #111111;
}
.menu a {
	font: 10px/15px "Lucida Grande", Arial, Helvetica, sans-serif;
	letter-spacing: .10em;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	float: left;
	height: 15px;
	width: 89px;
	padding: 5px;
	background: #964d48;
	border-right: 1px dotted #111111;
}
.menu a:hover {
	background: #873D34; /*#9B8000; #FFCC00; */
}
.content_wrap {
	float: left;
	width: 670px;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
	background: url(../images/asme_tile.png) repeat-y;
	font: 11px/18px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #555555;
}
.content_wrap a {
	color: #777777;
	/* font-variant: small-caps; */
	text-decoration: underline;
}
.content_wrap a:hover {
	color: #964d48;
	text-decoration: none;
}
.content {
	float: left;
	width: 460px;
}
.content a {
	padding-top: 1px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
	margin-right: -1px;
	margin-left: -1px;
	color: #964d48;
	/* background: #F2E6E6; */
}
.content a:hover {
	/* background: #E1C8C8; */
	background: #F2ECE6;
	padding-bottom: 1px;
}
.rightcontent {
	float: right;
	width: 200px;
	padding-left: 10px;
	padding-right: 0px;
}
.news {
	position: relative;
	float: right;
	width: 200px;
	margin: 10px;
	margin-left: 0px;
	margin-right: 0px;
	font: 10px/17px "Lucida Grande", Arial, Helvetica, sans-serif;
	clear: right;
}
.news strong {
	font: bold 12px/18px "Lucida Grande", Arial, Helvetica, sans-serif;
}
.news_top {
	float: left;
	clear: both;
	width: 200px;
	height: 11px;
	background: url(../images/asme_news_top2.png) no-repeat;
}
.news_bottom {
	float: left;
	clear: both;
	width: 200px;
	height: 11px;
	background: url(../images/asme_news_bottom2.png) no-repeat;
}
.news_content {
	float: left;
	clear: both;
	width: 175px;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 5px;
	background: url(../images/asme_news_tile2.png) repeat-y;
}
.post {
	float: left;
	clear: both;
	padding-left: 5px;
	padding-right: 5px;
	width: 440px;
	border-bottom: 2px solid #EEEEEE;
}
.post h3 {
	margin-bottom: 1px;
	margin-top: 10px;
}
.entry {
	float: left;
	clear: both;
	padding-top: 5px;
	width: 100%; /* NEEDED FOR IE */
	padding-bottom: 10px; /* ONLY AFFECTS IE */
}
small {
	float: left;
	clear: both;
	color: #9E8585;
	width: 100%;
}
small span {
	color: #C3C3C3;
}
table {
	margin-left: -2px;
	float: left;
	letter-spacing: 0.05em;
	cellpadding: 5;
}
table span {
	font-variant: small-caps;
}
table small {
	color: #865959;
	line-height: 1em;
	padding-bottom: 3px; /* use padding not margin because of IE */
}
table td {
	background: #F9F9F9;
	border-bottom: 1px solid #DDDDDD;
}
table:hover td {
	/* color: #774342; */
}
table strong {
	font-variant: small-caps;
}
ul {
	position: relative;
	clear: left;
	/* floating left breaks IE 6-7, so margin-top is useless. Use padding instead. */
	margin-bottom: 0px;
	margin-top: 0px;
	/* margin-top doesn't affect firefox because element not floated. See above.
	It's all a complicated mess. A working complicated mess so don't change anything */
	padding-bottom: 5px;
}
form {
	float: left;
	font-variant: small-caps;
}
form span {
	font-variant: normal;
}
.formentry, .forminput, .formlist {
	font: 11px/16px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #555555;
	padding: 3px;
	border: 1px solid #B4A0A0;
}
.formentry {
	width: 350px;
	padding-top: 1px;
}
.forminput {
	width: 200px;
}
.formlist {
	width: 100px;
}
.formentry:hover, .forminput:hover {
	color: #000000;
}
.formentry:focus, .forminput:focus {
	color: #000000;
	border: 1px solid #714F4F;
}
.email {
	float: left;
	width: 640px;
	background: #EEEEEE;
	padding: 5px;
	border: 1px solid #B4A0A0;
	clear: both;
	margin-bottom: 10px;
}
.bottom {
	width: 700px;
	height: 50px;
	background: #FFFFFF url(../images/asme_footer_shadow.png) no-repeat bottom;
	float: left;
	margin-bottom: 5px;
}
.foot {
	width: 700px;
	margin: auto;
	font: 11px/18px "Lucida Grande", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #AAAAAA;
	margin-bottom: 10px;
	padding-bottom: 10px;
	float: left;
}
.foot a {
	color: #AAAAAA;
	/* font-variant: small-caps; */
	text-decoration: underline;
	letter-spacing: 0.2em;
}
.foot a:hover {
	color: #964d48;
	text-decoration: none;
}