#main
{
border-top: none;
width: 800px;
max-width: 100%;
text-align: left;
position: relative;
clear: both;
margin-left:auto;
margin-right:auto;
margin-top:-2%;
}

/* headings */

* html #container
{
height: 1%
}

#header2 h1
{
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
margin:1%, 0%;
max-width:100%;
color: #49423D;
padding: .1em .3em;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
margin: 1% 0 1% 0;
color: #49423D;
background:#F8E5A9;
box-shadow: 0px 2px 1px #d6d6d6;
/* IE10 Consumer Preview */ 
background-image: -ms-radial-gradient(left bottom, circle farthest-side, #E7F0DC 0%, #A2B993 100%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(left bottom, circle farthest-side, #E7F0DC 0%, #A2B993 100%);

/* Opera */ 
background-image: -o-radial-gradient(left bottom, circle farthest-side, #E7F0DC 0%, #A2B993 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, left bottom, 0, left bottom, 851, color-stop(0, #E7F0DC), color-stop(1, #A2B993));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(left bottom, circle farthest-side, #E7F0DC 0%, ##A2B993 100%);
}

h2.subpage
{
margin-left: 30px;
margin-bottom: 1em;
}

#directory h2
{
margin-top: 2em;
font-size: 1.3em;
text-transform:uppercase;
border-bottom:1px solid #f5f5f5;
}

#directory h3
{
font-size: 1.1em;
margin-top:.5em;
}

h3
{
font-size: 1.2em;
margin-top: 0;
margin-bottom: .3em
}

h4
{
font-size: 1em;
margin-top: 1.5em;
margin-bottom: .3em;
}

#directory h3.notmpl
{
margin-bottom: 2em;
margin-top: 1.5em;
}

#directory h2.notmpl
{
margin-top: 1.8em;
margin-bottom: 1.5em;
}
/* headers */


#explanation p
{
padding: .2em 0 .2em 30px;
}

.clearline
{
margin-bottom: 10px;
}

/* navigation */
#nav h2
{
font-size: .9em;
text-align: center;
padding: .5em 0;
background-color: #7E726a;
color: #FFFFFF;
}

#nav ul
{
font-size: .9em;
margin-top: 0;
}

#nav li
{
font-size: 1em;
text-indent: -1em;
line-height: 1.4em;
margin: .6em 0 .6em 10px;
}

#nav li li
{
font-size: 1em;
margin: .6em 0;
}

#nav ul li.heading
{
font-weight: bold
}

#nav ul li.heading ul
{
font-weight: normal
}

/* directory */
#directory
{
float: right;
position: relative;
width: 73%;
}

#directorytext
{
float: left;
padding: 0 5% 4em 25px;
margin-top: -5%;
}

#directory li
{
padding: .3em 0;
line-height: 1.4em;
}

#directory ul
{
padding-bottom: 1.5em;
list-style-type: disc;
padding-left: 20px
}

#directory ul ul
{
padding-bottom: 0;
margin-bottom: -.5em
}

hr
{
height: 2px;
border: 1px solid black;
margin-top: 2em
}


/* search on specific pages */

#cse
{
clear: both;
margin: 0 300px 1em 30px
}

#cse form
{
text-align: left
}

/* addthis */

#addthisheader
{
display: block;
background-color: white;
width: 100%;
height: 5.1em
}

.directorypage #addthisheader
{
}

#addthis
{
display: inline;
position: static;
float: right;
width: 165px;
height: 3.5em;
padding-top: 1.5em;
}

