/*
	common.css - AMBase v1.2
	built by AntalMedia
	built on WSC3 CSS standards
	
	Copyright 2009. All Rights Reserved.
		
*/
/****************************************|STRUCTURE|****************************************/
html,body {
	margin:0;
	padding:0;
	word-wrap:break-word;
	border:0;
	height: 100%;
}
html { overflow: auto; }
#background {
	min-width: 1135px;
}
#container {
	position: relative;
	min-width: 1135px;
}
#page {
	margin:0 auto;
	padding: 185px 0 0;
	position:relative;
	width:950px;
	border: 0;
}
#body-home #page { padding-top: 265px; }
#masthead {}
#logo { 
	display: block;
	margin: 60px 0 0 -10px;
	height: 100px;
	width: 250px;
	text-indent: -999em;
}
#body-home #logo { 
	display: block;
	margin: 0 0 0 -10px;
	height: 160px;
	width: 385px;
	text-indent: -999em;
}
#top_nav {
	position: absolute;
	padding: 0 10px;
	top: 0;
	right: -32px;
	height: 22px;
	background: url(/lib/images/global/bg_top_nav.png) 50% 0 no-repeat;
}
#main_nav {
	position: absolute;
	top: 240px;
	right: -28px;
	width: 253px;
}
#main {}
#content {
	position:relative;
	margin: 0;
	padding: 0 0 0 10px;
	min-height:600px;
	width:660px;
}
#footer {
	margin: 0;
	padding: 0 0 25px;
	width: 100%;
}
#credit {
	position: absolute;
	padding: 20px 0 0;
	right: 0;
}
/****************************************|TYPOGRAPHY|****************************************/
body {
	font-size: 12px;
	line-height: 17px;
	font-family: Verdana,sans-serif;
	color: #1D1D1D;
}
/*standard*/
h1 {
	margin: 0 0 12px;
	padding: 0;
	font-size: 28px;
	font-weight: normal;
	line-height: 32px;
	color: #000000;
}
h2 {
	margin: 36px 0 14px;
	padding: 0;
	font-size: 22px;
	font-weight: normal;
	line-height: 28px;
	color: #B80000;
}
h2.topless { margin-top: 24px; }
h2.topshort { margin-top: 0; }
h2 small {color:#333;}
h3 {
	margin: 20px 0 12px;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 21px;
	color: #B80000;
}
h4 {
	margin: 19px 0 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	color: #b80000;
}
p {
	margin: 0 0 12px;
	font-size: 12px;
	line-height: 17px;
	color: #1D1D1D;
	text-align: left;
}
ul {
	margin: 0 0 12px;
	padding: 0 32px 0;
}

ul.no_bullets {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 1.5em 1.5em;
padding:0;
}
blockquote {
	margin: 0;
	padding: 0;
	font-style: italic;
	font-size: 16px;
	color: #000000;
}
a {
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #660000;
	text-decoration: underline;
	cursor: pointer;
}
hr.dark {
	margin: 20px 0 10px;
	height: 1px;
	border: 0;
	color: #727272;
	background-color: #727272;
}
hr.light {
	margin: 20px 0 10px;
	height: 1px;
	border: 0;
	color: #e1e1e1;
	background-color: #e1e1e1;
}
ol.alpha_list {
	list-style: lower-alpha;
}
img.inline_img {
	clear:both;	
}
img.right {
	float:right;
	margin: 10px 0 0 20px;
}
img.left {
	float:left;
	margin: 10px 20px 0 0;
}
small { color: #999999; }
/****************************************|ALWAYS|****************************************/
hr.section_break { display: none; }
img { border: 0; }
td {
	vertical-align: top;
}
p sup{
	font-size: 12px;	
}
/****************************************|FIXES (browser & structure)|****************************************/
.clear {
	clear:both;
	font-size:0px;
	height:1px;
	line-height:1%;
	margin-bottom:-1px;
	overflow:hidden;
}
a, a:visited, a:hover, a:active, a:focus {
  -moz-outline-style: none;
}
object { outline: none; }