
/***********************************************/
/* AAWG styles   December 29, 2008             */
/***********************************************/
body{
	font:12px verdana,hevetica,arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cbdbb7 url(images/bg-green.gif) repeat;
}

/******* basic formatting *******/
.centered{
    text-align: center;
}
.righted{
    text-align: right;
}
.bolded{
    font-weight: bold;
}

/******* hyperlink and anchor tag styles *******/

a img {
    border: none;
}
a:link, a:visited{
    color: #666666;
}
a:hover{
    text-decoration: none;
	color:#966; 
}
/************** headerand paragraph styles **************/

h1, h2, h3, h4, h5, p {
    margin: 0;
    padding: 0;
    
}
h1 {
    padding: 16px 0 5px 80px;
    color: #7eb43a;
    font-size: 1.5em;
}
h2 {
    font-size:1.2em;
	padding: 4px 0;
    color: #7eb43a;
}

h3 {
    font-size: 1em;
    margin: 5px 0;
}

p {
    font-size: .8em;
	padding-bottom: 10px;
}
form {padding: 2em 0;
}

/*************** list tag styles ***************/

ul{
    list-style: none url(images/aawg-logo16x16.gif);
	padding: 0 0 0 25px;
    margin: 0;
}
li {
   padding: 0 0 5px 0;
   margin: 0;
   font-size: 1em;
   display: list-item;
   text-align: left;
}

/*****************images *******************/
.image-r {
     position: absolute;
     bottom: 0;
     right: 0;	
}
.image-l {
    position: absolute;
	top: 0;
	left: 0;
}
.right {float: right; margin-right: 30em;}
.clear {clear: both;}
.box {float: left; width: 250px; margin: 10px;}
/****************tagline and topic***************/

#tagline {
    padding: 6px 150px 0 0;
}
#tagline p{
	font-size: .8em;
	text-transform: uppercase;
	text-align: right;
	font-style:italic;
	font-weight: bold;
	color: #7eb43a;
		
}

.topic {
    margin: 10px 0;
	padding: 5px;
	border: dotted #fcd3c1 2px;

}

/***********************************************/
/* Layout Divs                                                                */
/***********************************************/
#wrapper{
	width: 790px;
	padding: 0;
	background-color: #ffffff;
	border: #690 groove 10px;
	margin: 20px auto;
}

#masthead{
	position:relative;
	height: 105px;
	background: #faf3eb url(images/iris.png) no-repeat bottom right;
	border-bottom:5px solid #7eb43a;
}

#globalnav{
    width: 100%;
	margin: 0 0 10px 80px;
    height: 22px;	
}
/***********************************************/
/* Presentation Divs                                                                */
/***********************************************/

#globalnav ul {
    margin-top: 10px;
    padding: 0;
}
#globalnav li {
    display: inline;
 }

#year {
   border-bottom:1px solid #ccd2d2;
   padding: 0 15px;    
}

#sidebar{
	float: left;
	width: 308px;
	font-size: 1em;
	padding: 0 10px;
	background-color: #ffffff;
	border-right: 1px solid #cccccc;
}
		
#sidebar img{
	display: block;
	margin: 5px auto 20px;
}
#sidebar p{
	 padding: 10px 0 0 0;
}

#sidebar .info {
	margin: 0 -10px;;
	padding: 0;
	font-size: .8em;
	color: #666666;
	background: #faf3eb;
}
#sidebar h3{
     text-align:center;
}

#poem{
     padding: 10px;
	 margin-bottom: 10px;
	 background: #faf3eb;
}

#content{
	padding: 10px;
	font-size: 1em;
	margin:0px 0px 0px 328px;
	border-left: 1px solid #ccd2d2;
}
#past {
	margin: 3em 0 0 5em;
}
a.glink, a.glink:visited{
  	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 2px 10px 4px 10px;
	/* border-right: 1px solid #966; */
	
}
#content a.glink, #content a.glink:visited {
     padding: 0;
}
a.glink:hover{
  	background-image: url(glblnav_current.gif);
	text-decoration: none;
}
a.clink {
    font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 2px 10px 4px 10px;
	border-right: 1px solid #966;
	border-left: 1px solid #966;
    background-image: url(glblnav_selected.gif);
	color:#000000;
	text-decoration: none;
}

/************** footer styles ****************/

#footer{
    clear: both;
    position: relative;
	border-top: 1px solid #cccccc;
	font-size: .8em;
	text-align:center;
	color: #666666;
	height: 40px;
	padding-top: 10px;
}
#retreat {margin: 10px;}
#retreat h2, #retreat h3, #retreat h4 {color: #990033;}
#retreat a:link, #retreat a:visited {color: #990033;}
#retreat a:hover {color: #d699ad;}
#retreat ul {list-style: none;}
#retreat p, #retreat li {font-size: .8em;}
#retreat p {padding: 5px;}
#retreat h4 {padding: 5px 0 0 0;}

/********************* end **********************/








