/* CSS Document for ACLAM website, adapted by Becky Smurr (bsmurr@u.washington.edu) from "In Search of the Holy Grail" layout (http://www.alistapart.com/articles/holygrail) */

/* Code comments: LC = left column, CC = center column, RC = right column; fullwidth = width + left and right padding (Note -- If there is a border it counts as padding!!) */

* {								/* zeroing selector */
	margin: 0; 
	padding: 0; 
	border: 0; 
	}

/* hide from IE mac \*/			/* scrollbar fix for Firefox */
html {
    min-height: 100%;
    margin-bottom: 1px;
	}
/* end hiding from IE5 mac */

body {
	min-width: 664px;      	/* 2x (LC fullwidth + CC padding) + RC fullwidth */
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Verdana requested by client */
	font-size: 90%;
	}
	
p {
	margin-top: 1em;
	}
	
a:link {
	color: #0069D2;
	}
	
#container1 {
	width: 100%;
	overflow: hidden;
	font-size: 90%;
	font-weight: bold;
	height: 28px;
	min-width: 1100px;
	background: #003366;
	}
		
#utilities {
	float: left;
	width: 85%;
	margin: 0;
	padding: .5em;
	background: #003366;
	color: #fff;
	text-align: right;
	}

#utilities ul li { 
	display: inline; 
	}

#utilities ul li a {
	padding: .75em .75em .75em .5em;
	background-color: #003366;
	color: #fff;
	text-decoration: none;
	background-image: url(images/utilityline.gif);
	background-repeat: no-repeat;
	background-position: right; 
	}
	
#utilities ul li a#search {
	background: #003366;
	}

#utilities ul li a:hover {
	color: #b4e6ff;
	}
	
/* color change to denote active page in utilities navigation bar */
#about .about a,
#contact .contact a,
#sitemap .sitemap a,
#gift .gift a,
#search .search a {
	color: #b4e6ff;
	}

	
#header {
	background: #000033;
	clear: both;
	}
	
#topnav {
	background: #003366;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 90%;
	}
	
#topnav ul {
	background: #003366;
	color: #fff;
	float: left;
	width: 100%;
	border-top: 1px solid #b4e6ff;
	}

#topnav ul li { 
	display: inline; 
	}

#topnav ul li a {
	padding: .75em;
	background: #003366;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #b4e6ff;
	}

#topnav ul li a:hover {
	background: #6392c6;
	color: #fff;
	}
	
/* color change to denote active section in top navigation bar */
#certification #cert a,
#education #educ a,
#pathways #path a,
#faqs #faq a,
#newsletters #newsltr a,
#foundation #found a,
#news #new a,
#jobs #job a,
#members #memb a {
	background: #6392c6;
	color: #fff;
	}

#container2 {
	padding-left: 200px;   /* LC fullwidth */
  	padding-right: 224px;  /* RC fullwidth + CC padding */
	overflow: hidden;
	clear: both;
	}
		
#container2 .column {
	position: relative;
	float: left;
	padding-bottom: 20010px;  /* X + padding-bottom */ /* extends background color in column to top of footer */
  	margin-bottom: -20000px;  /* X */
	}
	
#container2 ul {
	margin-left: 2.5em;
	 padding-left: 0;}
	
#container2 ul li {
      padding: 5px 0 5px 0;
	  	}
		
#center {
	padding: 0 12px;    /* CC padding */
  	width: 100%;
	padding-top: 1em;
	}
	
#center h1 {
	border: 1px solid #b4e6ff;
	padding-left: .5em;
	font-size: 200%;
	color: #000033;
	}
	
#center h2 {
	margin-top: 1em;
	font-size: 125%;
	color: #000033;
	}
	
#border {
	border: 1px solid #b4e6ff;
	margin-top: 1em;
	padding: 0 1em 1em 1em;
	} 
		
#left {
  	width: 190px;          /* LC width */
  	padding: 0;   		   /* LC padding */
  	right: 224px;          /* LC fullwidth + CC padding */
  	margin-left: -100%;
	background: #b4e6ff;
	border-left: 10px solid #fff;
	}
/*** IE6 Fix ***/
* html #left {
  	left: 200px;           /* RC fullwidth */
	}	

#right {
	width: 190px;          		/* RC width */
  	padding: 0;            		/* RC padding */
  	margin-right: -224px;  		/* RC fullwidth + CC padding */
	border-right: 10px solid #fff;
	background: #b4e6ff;
	}
	
#left h2, #right h2 {
	background: #000033;
	color: #fff;
	border-top: 15px solid #b4e6ff;
	border-bottom: 15px solid #fff;
	margin-bottom: -2em;
	font-size: 105%;
	}
	
#left h2 {
	padding: .75em .75em .25em;	
	}
	
#right h2 {
	padding: .75em .75em .25em;	
	}
	
#right h3, #left h3 {
	margin-bottom: -.5em;
	padding-top: 1em;
	font-size: 100%;
	padding-left: .5em;
	background: #fff;
	color: #0069D2;
	}
	

.firsth3 {
	margin-top: 1em;
	padding-left: .75em;
	}
	
#right p, #left p {
	background: #fff;
	padding: 0 .5em .5em .75em;
	margin-top: .5em;
	margin-bottom: -.5em;
	}
		
#footer {
	clear: both;
	position: relative;
	border-top: 1px solid #003366;
	font-size: 75%;
	padding-left: 1em;
	padding-top: .25em;
	background: #fff;
	}
	
#footer-wrapper {
  	float: left;
  	position: relative;
  	width: 100%;
  	padding-bottom: 10010px;
  	margin-bottom: -10000px;
  	background: #fff;         /* Same as body background */
	}
	
/* styles for left navigation on internal pages */
#navcontainer { 
	float: left;
	width: 200px; 
	background: #b4e6ff;
	padding-bottom: 20010px;  /* X + padding-bottom */ /* extends background color in column to top of footer */
  	margin-bottom: -20000px;  /* X */
	border-top: 1px solid #b4e6ff;
	}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	}

#navcontainer a {
	display: block;
	width: 190px;
	background: #003366;
	border-bottom: 1px solid #b4e6ff;
	padding-left: 10px;
	font-weight: bold;
	}

#navcontainer a:link, 
#navcontainer a:visited {
	color: #fff;
	text-decoration: none;
	}

#navcontainer a:hover,
#navcontainer a:active {
	background: #6392c6;
	color: #fff;
	}
	
#navcontainer #home a {
	padding-top: .5em;
	padding-bottom: .5em;
	text-transform: uppercase;
	}	

#navcontainer #section a {
	background: #6392c6;
	color: #003366;
	text-transform: uppercase;
	padding: .2em .2em .2em .5em;
	}
	
#navcontainer #section a:hover {
	background: #003366;
	color: #fff;
	text-transform: uppercase;
	padding: .2em .2em .2em .5em;
	}
	
#navcontainer .subsection a {
	background-image: url(images/subnavbg.gif);
	color: #fff;
	padding: .3em 0 .3em 1.25em;
	width: 182px;
	font-weight: normal;
	background-repeat: repeat-y;
	}
	
#navcontainer .subsection a:hover {
	background-image: url(images/subnavbghover.gif);
	color: #fff;
	padding: .3em 0 .3em 1.25em;
	width: 182px;
	font-weight: normal;
	background-repeat: repeat-y;
	}
	
#navcontainer .subsubsection a {
	background-image: url(images/subsubnavbg.gif);
	color: #00346b;
	padding: .3em 0 .3em 1.25em;
	width: 182px;
	font-weight: normal;
	background-repeat: repeat-y;
	}
	
#navcontainer .subsubsection a:hover {
	background-image: url(images/subsubnavbghover.gif);
	color: #00346b;
	padding: .3em 0 .3em 1.25em;
	width: 182px;
	font-weight: normal;
	background-repeat: repeat-y;
	}
	
/* styles for content on internal pages */	
#content {
	margin: 0 1em 1em 225px;
	}
/* adjustment for IE */	
* html #content {
	margin-top: -35px;
	}
	
#content h1 {
	border: 1px solid #b4e6ff;
	padding-left: .5em;
	font-size: 200%;
	color: #000033;
	margin-top: 2em;
	}

#content h2 {
	margin-top: 1em;
	font-size: 125%;
	color: #000033;
	}
	
#content h3 {
	margin-top: 1em;
	font-size: 115%;
	color: #000033;
	}
#content h4 {
	margin-top: .5em;
	font-size: 100%;
	padding-left: 1em;
	background: #fff;
	color: #333;
	}		  		
	
#content ol {
	margin-left: 2.5em;
	 padding-left: 0;}
	 
#content ol li.first {
	margin-top: 1em;
	}		
	
#content dl {
	padding:0;
	margin: 0;
	}
	
#content dl dt {
	font-weight: bold;
	}	
	
#content dl dt.first {
	margin-top: 1em;
	}		
	
#content dd {
	margin-left: 3em;
	margin-bottom: .5em
	}	

.more {
	padding-left: 80px;
	padding-top: 5px;
	display: block;
	}
	
.more a:link,
.more a:visited {
	color: #660099;
	text-decoration: none;
	}
	
.more a:hover,
.more a:active {
	color: #660099;
	text-decoration: underline;
	}
	
.alert	{ 
	color:#FF0000;
	}
	
.textboldred { 
	color:#FF0000;
	font-weight: bold;
	}
	
.textltblubold {
	color: #003366;
	font-weight: bold;
	}
	
.textSmall {font-size: 80%;
	padding-top: 1em;
	}			
	
.totop {
	text-align: right;
	font-size:  85%;
	padding: 20px 0 0 5px;
	}
	
#content ul li {margin-left: 2.5em;
	margin-bottom: .5em;
	}
	
#content ul li.first {
	margin-top: 1em;
	}	

#content ul ul li {
	margin-left: 3em;
	}	
	
#style table {
	border:none;
	width: 98%;
	}
	
#style table tr {
	vertical-align:top;
	}

#style table td.alignbtm {
	vertical-align:bottom;
	}
	
#style th {
	border:1px solid #6392c6;
	color:#004446;
	}
#style td {
	padding-left: 3px;
	border-bottom:1px dashed #6392c6;
	}
#style td.member {
	border-right:1px solid #6392c6;
	}
	
 p.last {
	padding-bottom:10px;
		}
.updated {
	font-size:80%;
	color: #CC0066;
	}	
	
hr {
	border-top:1px solid #ffcc33;
	margin-top:5px;
	width:50%;
	text-align:center; }
				
.indent {
	margin-left: 40px;
	}
table.google {
	background:#fff;
	border-top: 2px solid #3c5aa3;
	border-right: 2px solid #7E97CF;
	border-bottom: 2px solid #7E97CF;
	border-left: 2px solid #3c5aa3;
	margin:10px;
		}
input {
	border:1px solid #3c5aa3;
	padding-bottom:5px;
	}
	
			
#searchbtn {
	margin-left:10px;
	margin-right: 10px;
	background:#3c5aa3;
	color:#fff;
	}	
			
