@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
    overflow: -moz-scrollbars-vertical; /* breaks css validation but stops page shift with short pages */
    background: url(../images/bg-shim.gif);	 
}
body  {
	min-height: 100% !important;
	font: 11px Arial, Helvetica, sans-serif;
	background: url(../images/bg-line.gif) repeat-y; 
	background-position: center;
	margin: 0; 
	padding: 0;
	text-align: center; /* centers container in IE 5* browsers. */
	color: #333;
	line-height: 180%;
}
#container { 
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
#header { 
	width: 770px;
	height: 161px;
	margin: 0px 5px 29px 5px;
	padding-top: 12px;
} 
#header a {
	width: 770px;
	height: 161px;
	background:url(../images/als-header.jpg) no-repeat;
	display: block;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header h1 {
	margin: 0; padding: 0;
}
#header a span, #header h1 a span {
	position: absolute;
	left: -9999px !important;
}

/* Sidebar */
#navmenu { float: left; width: 175px; margin-right: 40px; }
#navmenu li { list-style-type: none; text-align: right; }
#navmenu a:link { text-decoration: none; }
#navmenu a:visited { text-decoration: none; }
#navmenu a:hover { text-decoration: underline; }
#navmenu a:active, #navmenu .active  { text-decoration: underline !important; font-weight: bold; color: #695d26; }

/* Main Content */
#main { 
	margin-left: 265px; 
	width: 410px;
} 
#main h1, #main p span.emph {
	font-weight: bold;
	font-size: 18px;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
}
#main h2 {
	font-weight: bold;
	font-size: 12px;
	margin: 1.5em 0 0 0;

}
#main ul, #main li {
	margin: 0 12px 0.8em 12px;
	padding: 0;
	line-height: 140%;
}
#main ul {
	margin: 2em 12px;
}
ul.ed_advisors {
	width: 40em;
	margin-left: 0 !important;
}
.ed_advisors li {
	margin-left: 0 !important;
	float: left;
	width: 12em;
	list-style-type: none;
}
dl { margin-top: 2em; }
dl dd {	margin: 0; padding: 0; }
dt { font-weight: bold; margin-top: 1em !important; }

table.costs {
	margin: 1em 0;
}
.costs th {
	padding: 0 5px;
	font-weight: normal;
	text-align: center;	padding: 0 20px;	font-weight: bold;
}
.top th {
	border: 0;
	line-height: 120%;
}
.costs td, .costs th {
	border-bottom: 1px solid #bababa;
	border-right: 1px dotted #bababa;
}
.costs td {
	text-align: center;

}
ol.terms {	
	padding: 0;
	margin: 0;
}
ol.terms li {
	font-weight: bold;	
	margin-left: 0 !important;
	list-style-position: inside;
}
.terms li p {
	font-weight: normal;
}

.form_letter {
	background: #FFF;
	/* border: 2px dotted #eae7e7; */
	padding: 15px 15px 10px 15px;
}
.form_letter p {
	margin: 8px 0;
}
.form_letter div input, .form_letter div textarea {
	border: 1px solid #bababa;
	font: 11px Arial, Helvetica, sans-serif;	
}
.form_dropshadow {
	position: relative;
	background: #eae7e7;
	margin: 30px 0 20px 15px;
}
.form_dropshadow .form_letter {
	border: 1px solid #bababa; 
	position: relative;
	top: -5px;
	left: -5px;
}
fieldset, .users {
	margin: 0;
	border: none;
	padding: 0;
}
legend {
	text-indent: -9999px;
	line-height: 0px;
	font-size: 0px;
}
input {
	width: 12em;
	background: #FFF !important;
}
input.long {
	width: 14em;
}
.rec_details div, .users label, .sendfields {
	margin: 0;
	clear: both !important;
	width: 100%;
	float: left;
	margin-bottom: 3px;
}
.sendfields {
	margin: 5px 0; 
	margin-right: 38px;
	width: auto;
	float: right;
}
.sendfields label {
	width: auto !important;
	margin-right: 10px;
	white-space: nowrap;
}
.rec_details label, .sendfields label {
	font-weight: bold;
	width: 10em;
	float: left;
	display: block;
}
.rec_details input, .rec_details textarea, .sendfields input, span.submit input {
	font: 11px Arial, Helvetica, sans-serif;
}
.users label {
	width: 93%;
	margin: 0 0 0 7%;
}
.users input {	
	margin-left: -5%;
	width: 4%;
	float: left;
}
textarea {
	width: 210px !important;
	scrolling-x: none;
	height: 35px;
}
span.submit {
	float: right;
	margin-right: 38px;	
	clear: both;
}
span.submit input { 
	width: auto; 
	padding: 1px 5px;
	background-color: #eeeeee !important; 
	font-weight: bold;
	color: #1D1D1D;
}

.key {
	font-style: italic;
	width: 100%;
	display: block;
	clear: both;
}

.error {
	border: 1px dashed solid; 
	color: red; 
	margin: 0 !important;
	padding: 5px 0 0 0 !important;
	list-style-type: none;	
}

/* Footer */
#footer { 
	text-align: center;
} 
#footer p {
	margin: 0; /* to avoid the possibility of margin collapse */
	padding: 65px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* General */
h1 cite {
	font-style: italic;
	font-size: 105%;
}
.emph cite {
	font-size: 105%;
}
a {	color: #333; }

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltrt {
	float: right;
}
acronym {
	border: none;
}