html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*width: 758px;*/
	min-width: 758px;
	min-height: 300px;
	text-align: center;
	background-color: #E6E6E6;
	background: #E6E6E6 url(i/bg/body.gif) repeat-x;
}

input { font-family: Arial, Helvetica, san-serif; }

p, ul, ol, dl, table {
	font-size: 12px;
}

img {
	border: 0;
}
p {
	margin: 0 0 1em;
	line-height: 150%;
}
a img {
	vertical-align: text-bottom;
}
table {
	border-collapse: collapse;
	margin: 0;
}
td {
	vertical-align: top;
	padding: 0;
}

strong, em {
	font-weight: bold;
	font-style: normal;
}

.clear {
	clear: both;
}
.floatl {
	float: left;
}
.floatr {
	float: right;
}
.nowrap {
	white-space: nowrap;
}

div.hr {
	clear: both;
	font: 1px/1px monospace;
}
ul, ol {
	margin: 0.5ex 0 1em;
	padding: 0;
}
li {
	padding: 0;
	margin: 0 0 0.4em 30px;
}
ul li {
	list-style: square;
}
div#container {
	width: 758px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	text-align: left;
	position: relative;
}
div#logo {
	position: absolute;
	left: 0%;
	top: 0px;
}
div#mini_links {
	position: absolute;
	left: 500px;
	top: 30px;
	margin-left: 170px;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 10px;
}
div#site_search {
	position: absolute;
	left: 378px;
	top: 45px;
	margin-left: 85px;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 10px;
}
	
div#masthead {
	width: 100%;
	height: 55px;
	background-image: url(../bg/masthead.gif);
	background-repeat: repeat-x;
}

div#meta_container {
	width: 100%;
	height: 55px;
	background-image: url(../bg/masthead.gif);
	background-repeat: repeat-x;
}
div#content {
	background-color: white;
	width: 100%;
	float: none;
}
div#breadcrumb {
	margin-bottom: 7px;
}
div#page_headline {
	margin-bottom: 15px;
}
div#page_headline h1 {
	font: bold 24px/35px Arial, Helvetica, sans-serif;
	color: #333333 !important;
	LETTER-SPACING: -1px;
	border-bottom: #666666 solid 1px;
}
td.left_pane {
	width: 143px;
	padding-top: 30px;
	background: #E6E6E6 url(../bg/subnav.gif) repeat;
	margin: 0;
}
td.right_pane {
	width: 615px;
	min-height: 700px;
	margin: 0;
}
div#page_content {
	padding: 15px 25px 15px;
	margin: 0;
}
div#footer {
	height: 55px;
	margin: 0;
	background-color: #E6E6E6;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-shadow: #929395 2px 2px 1px;
	position: relative;
	clear: both;
}
body#main div#footer, body.simple div#footer {
	background: transparent;
	padding-top: 10px;
}
div#footer p {
	color: #777;
	font-size: 10px;
	padding: 17px 0 29px;
	margin: 0;
}
div#footer p.adscopy {
	position: absolute;
	top: 0;
	left: 10px;
}
div#footer p.links {
	position: absolute;
	top: 0;
	right: 10px;
}
div#footer a {
	color: #777;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
div#footer p.links a {
	padding-left: 15px;
}
div#asc-main-nav {
	height: 35px;
	width: 550px;
	top: 22px; /* box model hack */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin: 0;
	left: 195px;
	position: absolute;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
}

form {
	margin: 0;
	padding: 0;
}


img.ss {
	border: 1px solid #CCCCCC;
}
div.ss {
	width: 565px;
	height: 300px;
	overflow: scroll; 
	border: 1px solid #CCCCCC; 
	padding: 5px; 
}

div#prevnext {
	margin: 25px 0 20px 0;
	padding-top: 10px;
	border-top: 1px #CCCCCC solid;
	clear: both;
}
div#prevnext a, div#prevnext a:visited, div#prevnext a:active {
	font: bold 13px/30px Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #036;
	padding: .4em .7em .4em .7em;
	text-align: center;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC #555555 #555555 #CCCCCC;
}
div#prevnext a:hover {
	color: #FFF;
	background-color: #69C;
	text-decoration: none;
}
.feature_item {
	margin-bottom: 0px;
	clear: both;
}
div.feature_item p {
	margin-top: 0;
}
div.feature_item h3 {
	font: bold 13px/13px Arial, Helvetica, sans-serif;
	padding: 4px;
	background-color: #E6E6FF;
	margin-bottom: 7px;
}
.feature_thumb {
	float: right;
	width: 248px;
	margin: -5px 0 0px 10px;
	background-color: #fff;
	padding: 10px;
}
.feature_thumb img {
	border: 1px solid #bbbbbb;
}
