﻿/** BEGIN **/
body{
	background: #fff;
	/*background: #e2ddff;*/
	/*background: #393939;*/
	background: #0c466b;
	margin-bottom: 32px;
	font-size: 14px;
	font-family: Arial;
	line-height: 1.25;
	text-align: center;
	z-index: -100;
}

#logo
{
	position: relative;
	top: 25px;
	left: 32px;
	width: 163px;
	height: 56px;
	z-index: 2;
	margin-bottom: -38px;	/* firefox ... */
	padding: 0;
}

#container
{
	min-width: 880px;
	max-width: 1000px;
	width: 85%;
	margin: 2em auto;
	text-align: left;
	z-index: -5; /* 4/22/09 */
}

#header
{
	width: 100%;
	height: 102px;
	min-width: 700px;
	border-bottom: 1px solid #888;
}

#header-left
{
	background: url('/files/images/asmheader-left.png');
	background-repeat: no-repeat;
	width: 14px;
}

#header-right
{
	background: url('/files/images/asmheader-right.png');
	background-repeat: no-repeat;
	width: 14px;
}

#header-area
{
	background: url('/files/images/asmheader-area.png');
}

#leftnav
{
	position: relative;
	width: 160px;
	top: 32px;
	left: 8px;
	float: left;
	padding-bottom: 120px;	/* sets a minimum height for the content area */
							/* in IE, the footer overlaps the menu */
}

#content
{
	margin-left: 32px;
	margin-right: 16px;
	width:  74%;
	float: left;
	padding-top: 16px;
	padding-bottom: 32px;
	height: 100%;
	min-width: 600px;
	z-index: -2; /*4/20/09*/
}

#contentArea
{
	background: #fff;
	width: 100%;
	float: left;
	z-index: -2; /*4/20/09 */
}

#footer
{
	width: 100%;
	height: 27px;
	clear: both;
	border-top: 1px solid #888;
	position: relative;
}

#footer-left
{
	width: 14px;
	height: 27px;
	background: url('/files/images/asmfooter-left.png');
	background-repeat: no-repeat;
}

#footer-area
{
	background: url('/files/images/asmfooter-area.png');
	background-repeat: repeat-x;
}


#footer-right
{
	width: 14px;
	height: 27px;
	background: url('/files/images/asmfooter-right.png');
	background-repeat: no-repeat;
}

#ads
{
	margin-top: 2em;
}


a
{
	text-decoration: underline;
}

h1
{
	font-size: 24px;
	font-family: Verdana, sans-serif;
	line-height: 2.5;
}

/* for stupidly long headers */
h1.long
{
	font-size: 20px;
	font-family: Verdana, sans-serif;
	line-height: 2.5;
}

h2{
	font-size: 21px;
	font-family: Verdana;
	line-height: 2;
	font-weight: normal;
	/*color: #006a55;*/
	color: #0C466B;
}

h3
{
	color: #454545;
	line-height: 1.5;
	font-size: 16px;
}

p
{
	font-size: 14px;
	font-family: Arial;
	line-height: 1.5;
	margin-bottom: 14px;
}

.advert
{
	margin: 0;
	padding: 0;
	width: 140px;
	height: 46px;
	margin-top: 8px;
	margin-left: 8px;
	border: 1px dotted #ccc;
}

.subtitle
{
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana;
	margin-bottom: 1em;
	margin-top: -16px;
}

.hidden
{
	display: none;
}

.visible
{
	display: block;
}


ul 
{
	list-style: none;
	margin-left: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	margin-right: 1em;
	display: block;
}

ol
{
	list-style: decimal;
	margin-left: 2em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	margin-right: 1em;
	display: block;
}

ul li
{
	padding: 2px;
}

ul.horizontal-list
{
		
}

ul.horizontal-list li
{
	display: inline;
	padding: 4px;
}

/* this class should be renamed to something even more generic. */
.contact-info
{
	margin-top: 1em;
	margin-bottom: 1em;
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 8px;
	font-size: 16px;
}

.contact-info:hover
{
	background: #ffffe9;	
}

ul.check-list
{
	list-style-image: url('/files/images/icons/check-bullet.png');
}

ul.arrow-list
{
	list-style-image: url('/files/images/icons/bullet_go.png');
}
