html, body {
margin: 0; 
padding: 0; 
border: 0;
}

body {
background: #eee; 
font-family: "Lucida Grande", Verdana, sans-serif; 
text-align: center;
}

p, ul, ol, dl, td {
line-height: 140%;
}

strong {
font-weight: bold;
}

em {
font-style: italic;
}

/* \*/
* html p, * html ul, * html ol, * html dl, * html td {
line-height: 145%;
}
/* */

/*XXXXXXXXXXXXXXXXX TOP & BOTTOM styles XXXXXXXXXXXXXXXX*/

/* TOP */

.top {
height: 121px;
position: relative;
background-image: url("/images/logo.png");
background-repeat: no-repeat;
background-position: 20px 10px;
}

.top img#graphic {
position: absolute;
top: 75px;
right: 20px;
}

/* BOTTOM */

.bottom {
padding: 20px 0 5px 0;
position: relative;
color: #000;
font-size: 0.7em;
text-align: center;
}

.bottom #footer {
margin: 0 20px;
border-top: 1px solid #ccc;
text-align: center;
}
.bottom #footer ul {
list-style-type: none;
margin: 5px 0 0 0;
padding: 0;
text-align: center;
}
.bottom #footer ul li {
display: inline;
margin-left: 5px;
border-left: 1px solid #ccc;
padding-left: 5px;
color: #11524C;
}
.bottom #footer ul li#first-thing {
margin: 0;
border: 0;
padding: 0;
}
.bottom #footer ul li a {
color: #11524C;
text-decoration: none;
}
.bottom #footer ul li a:hover {
background-color: rgb(245,245,245);
}

/*XXXXXXXXXXXXXXXXX CENTER styles XXXXXXXXXXXXXXXX*/

.center {
color: #000;
font-size: 0.8em;
border-top: 1px solid #ccc;
}

/*
.center td {
font-size: 0.8em;
line-height: 140%;
}
*/

.center a {
color: #0054BB;
text-decoration: underline;
background-color: transparent;
}

.center .greybox {
padding: 5px;
border: 1px solid #ccc;
background: rgb(250,250,250);
}

.center img.pic-left {
float: left;
margin: 3px 10px 10px 0;
border: 1px solid #ccc;
padding: 5px;
}

.center img.pic-right {
float: right;
margin: 3px 0 10px 10px;
border: 1px solid #ccc;
padding: 5px;
}

.center img.greyborder {
border: 1px solid #ccc;
padding: 5px;
}

.center .notice {
border: 2px solid #11524C;
padding: 5px;
background-color: rgb(240,250,240);
font-size: 0.85em;
line-height: 140%;
}

.center dl dt {
font-weight: bold;
margin-bottom: 0;
}

.center dl dd {
margin: 0 0 1em 1em;
}

.center h1, .center h2, .center h3, .center h4 {
color: #11524C;
font-family: "Hoefler Text", Georgia, serif;
font-weight: normal;
}

.center h1 {
font-size: 1.75em;
line-height: 140%;
}

h2 {
font-size: 1.5em;
line-height: 140%;
margin-top: 1.5em;
}

.center h3 {
font-size: 1.25em;
line-height: 140%;
}

.center h4 {
line-height: 140%;
}

.center #index h1 {
display: none;
}

.center #index h2 {
font-size: 1.75em;
}

.center #index h3 {
font-size: 1.5em;
}

.center #index h4 {
font-size: 1.25em;
}

.center h3.resources {
background: url("/images/resources-arrow.png") no-repeat 0px 6px;
padding-left: 23px;
}

.center .announcement {
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #ccc;
}

.center .news-blurb {
font-size: 0.85em;
line-height: 140%;
}

.grey-border-top {
margin-top: 20px;
border-top: 1px solid #ccc;
padding-top: 20px;
}

.center .news-pic-right {
float: right; 
width: 212px; 
text-align: center; 
margin: 3px 0 10px 10px; 
font-size: 11px; 
color: #555;
line-height: 140%;
}

.center .news-pic-right img {
border: 1px solid #ccc;
padding: 5px;
margin-bottom: 5px;
}

.center .down-some {margin-top: 20px;}

.center ul, .center ol {
	margin-left: 0;
	padding-left: 0;
}

.center ul li, .center ol li {
	margin-left: 2em;
	padding-left: 0em;
}

.center blockquote {
	margin-left: 1em;
	margin-right: 1em;
}

/*XXXXXXXXXXXXXXXXX LEFT styles XXXXXXXXXXXXXXXX*/

.left ul#nav {
list-style: none;
margin: 0;
padding: 0;
border-top: 1px solid #ccc;
font-size: 0.8em;
background-image: url("/images/nav.png");
}

.left ul#nav li {
display: block;
border-bottom: 1px solid #ccc;
color: #11524C;
padding: 2px 0 2px 5px;
margin: 0;
}

.left ul#nav li.divider {
border-bottom: 4px solid #ccc;
}

.left ul#nav a {
display: block;
width: 100%;
text-decoration: none;
color: #11524C;
background-color: transparent;
margin-left: -20px;
padding-left: 20px;
}

.left ul#nav a:hover {
background-image: url("/images/arrow.png");
background-repeat: no-repeat;
background-position: 1px 4px;
}

.left .left-box {
border: 1px solid #ccc;
color: #000;
margin-top: 20px;
padding: 10px;
text-align: center;
font-size: 0.7em;
background-color: rgb(250,250,250);
}

.left form#vm {
margin: 0;
padding: 0;
}

.left .up-5 {
margin: 5px 0 0 0;
}

.left form#vm select#vm-category {
width: 163px;
width: 150px;
}

.left form#vm #vm-check {
margin: 0 0 0 10px;
text-align: left;
}

.left form#vm input.vm-5 {
margin-right: 5px;
position: relative;
top: 3px;
}

/*XXXXXXXXXXXXXXXXX RIGHT styles XXXXXXXXXXXXXXXX*/

.right #right-box {
background-image: url("/images/baby.jpg");
background-repeat: no-repeat;
border: 1px solid #ccc;
padding: 200px 5px 5px 5px;
color: #000;
}

.right #right-box p, #right-box h3.know {
font-size: 0.7em;
}

.right #right-box h3.know {
text-align: center;
font-weight: bold;
margin-top: 0;
}

/*XXXXXXXXXXXXXXXXX WinIE-only hacks below XXXXXXXXXXXXXXXX*/

/* \*/
* html .left form#vm input.vm-5 {
margin-right: 2px;
top: 1px;
}
* html .center {
padding-top: 15px;
}
* html .center img.pic-right, * html .center img.pic-left, * html .center img.greyborder {
padding: 0;
border: 1px solid #ccc;
}
* html .center td {
font-size: 0.8em;
}
/* */

/*XXXXXXXXXXXXXXXXX Primary layout rules XXXXXXXXXXXXXXXX*/

/******************************************************************************** 
To adjust the side col widths, or the vertical col dividers, a certain set of values must be changed
all at the same time and by exact amounts or problems will result. Each of these group's member values
have been marked off with comments that start with "Critical...". For example, if the left col width needs
to be changed then all the values marked "Critical left col dimension value" MUST have their pixel values
altered by the same amount. Certain of these left col width values are marked "(moves inversely)", and 
these get changed by the same pixel amount but inversely to the other values. So if margin-left on .outer
is increased by 10px, then the width of .outer must decrease by 10px, and so on.

To change the width of the entire layout, .wrapper, .outer, .float-wrap, and .center all get changed together,
and only after that is it safe to change col or divider widths. Remember, even one small mistake will degrade or 
even break the layout, so be very careful! it's possible to "loosen" the layout so small errors aren't so messy,
but then it becomes hard to finely control text spacing. 

For spacing within the cols, it's best to apply margins on content elements inserted into the cols, 
because padding directly on those col elements will change their widths, breaking the layout. 

Certain hiding hacks have been used extensively in this layout, so here is a quick explanation of them.

The Tan hack:

* html .anyelement {rules read only by IE/Win and IE/Mac}

The Mac-hack:  (first the active comment you are reading now must be closed...) */

/* \*/

/* */

/*...Back in comment mode now. Anything between those two comment lines will be hidden from 
IE/Mac. Don't use any comments within this hack or it will close prematurely and IE/Mac will begin 
reading before it should.

The above two hacks are combined so as to feed rules only to IE/Win. Proper use of backslash escape 
characters inside property names used in the Holly hack can further segregate rules to be read by only 
IE6 from rules for IE5.x/Win. 

These hiding hacks, along with several other fixes, make possible this formerly impossible layout.
It is highly unlikely that new browsers will have any problem with these valid hiding hacks, and 
Microsoft does not plan any browser changes soon that would alter the proper operation of the layout.
********************************************************************************/


.wrapper {
position: relative;
margin: 0 auto;
width: 758px;
text-align: left;
background: #fff;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}

* html .wrapper {   /*** IE5.x/win box model fix ***/
width: 760px;
wid\th: 758px;
}

/* \*/
* html .wrapper {
width: 760px;
}
/* */

.outer {
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
margin-left: 225px;    /*** Critical left col dimension value ***/
width: 383px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
}

.float-wrap {
float: left;
width: 383px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
margin-right: -1px;   /*** Static fix ***/
}

.center {
float: right;
width: 383px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
margin-bottom: -1px;   /*** Fixes a variance in IE/win for the green AP bottom boxes ***/
/* \*/
margin-left: -1px; 
/* Hidden from IE-mac */
}

.left {
float:left;
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
width: 226px;    /*** Critical left col/divider dimension value ***/
margin-left: -225px;    /*** Critical left col/divider dimension value ***/
}

*>html .left {width:225px;}   /*** Fix only for IE/Mac ***/

.container-left {
width: 225px;    /*** Critical left col dimension value ***/
}

.right {
float: left; 
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
width: 151px;    /*** Critical right col/divider dimension value ***/
margin-right: -149px;    /*** Critical right col/divider dimension value ***/
margin-left: -1px;   /*** Static fix ***/
}

/* \*/
* html .right {
margin-left: 0px;
margin-right: -500px;
mar\gin-right: -151px;
}

/* */

/*** These commented-out rules below are there to explain the "Critical" info 
	for the rules above, because comments must not appear within the Mac-hack.
	The "rules" below are not active, they are just for teaching purposes. ***/

/*
* html .right {
margin-left: 0px;    *** Critical right divider dimension value ***
margin-right: -500px;    *** IE5.x/win fix, must be above a critical number, but very high values appear okay ***
mar\gin-right: -152px;    *** Critical right col/divider dimension value ***
}
*/


.container-right { 
/* \*/width: 150px;/* Hidden from IE-Mac */   /*** Critical right col dimension value ***/
margin-left: 2px;    /*** Critical right divider dimension value ***/
}

/* \*/
* html .container-right {
fl\oat: right;
margin-left: 2px; 
mar\gin-left: 0px; 
}
/*** Static fixes ***/

/*** Below is the Holly hack, and if IE/Win shows bugs it's a good idea to apply this hack to 
	different elements and see if that fixes the problem. Sometimes it may be necessary 
	to use "position: relative;" on certain elements, but it's hard to tell in advance which 
	elements will need such fixes. Here it prevents IE5/Win from clipping the left ends 
	of the headings. ***/
/* \*/
* html h2, * html #right-box {height: 1%;}
* html #right-box {position: relative;}
/* */


/*** This is a fix for IE5/Win at the largest text size setting. ***/
/* \*/
* html .left {margin-right: -3px;}
/* */


/*** All the IE fixes that are inside seperate "Mac-hacks" may be grouped 	within 
	just one Mac-hack for convenience if desired. However, each fix must come 
	later than the rule it is fixing or the fix itself will be overridden. ***/
	
.center img.pic-left {
float: left;
margin: 3px 10px 10px 0;
border: 1px solid #ccc;
padding: 5px;
}

.center img.pic-right {
float: right;
margin: 3px 0 10px 10px;
border: 1px solid #ccc;
padding: 5px;
}

.center img.pic-right-noborder {
float: right;
margin: 3px 0 10px 10px;
}

.center img.pic-left-noborder {
float: left;
margin: 3px 10px 10px 0;
}

/*XXXXXXXXXXXXXXXXX GENERAL styles XXXXXXXXXXXXXXXX*/

.wide {
width: 100%;
}

.inner {
margin: 0 20px;
}

.clear {
clear: both; 
}

.first {
margin-top: 0;
}

.last {
margin-bottom: 0;
}

.nomargin {
margin: 0;
}

.centered {text-align: center;}

.float-left {
float: left;
margin: 3px 10px 10px 0;
}

.float-right {
float: right;
margin: 3px 0 10px 10px;
}

.hidden {
display: none;
}

a#return {
position: absolute;
top: 10px;
left: 20px;
width: 185px;
height: 96px;
text-decoration: none;
}

form#search {
position: absolute;
top: 10px;
right: 20px;
text-align: right;
margin: 0;
}

.isearch {
font-size: smaller;
margin-top: 40px;
}

.small {
font-size: smaller;
}

.grey {
color: #999;
}

/* Wordpress styles */

.wp_title {
	margin-top: 20px;
}

.wp_post {
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}

.wp_table {
	margin: 20px 0 10px 0;
}