body
{
	background-color: #336633;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color:#ffffff;
}

#shadow
{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(shadow.png);
	_background-image: url(blankyblank.gif);
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='shadow.png',sizingMethod='scale')
}

#main
{
	width: 735px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: #55BA5C;
}

#header
{
	width: 735px;
	background-image: url(AAPHeader.png);
	height: 170px;
	border-bottom: 1px solid black;
	position: relative;
	
}

#header h1
{
	position: absolute;
	left: 8px;
	bottom: 8px;
	color: white;	
	font-size: 24px;
	margin-bottom: 105px;
}

#header h1.shadow
{
	bottom: 6px;
	left: 11px;
	color: black;
}

#header p
{
	position: absolute;
	left: 12px;
	bottom: 6px;
	color: white;
	font-size: 20px;
	margin-bottom: 30px;
	width: 445px;
}

#header p.shadow
{
	bottom: 6px;
	left: 11px;
	color: black;
}	

div#nav
{
	width: 735px;
	border-bottom: 1px solid black;
	height: 25px;
	background-image: url(nav_bg2.jpg);
}

div#nav ul
{
	height: 25px;
	list-style: none;
	width: 640px;
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
	
	
}

div#nav ul li
{
	list-style: none;
	display: block;
	width: 20%;
	float: left;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid black;
	
}

div#nav ul li a
{
	width: 100%;
	height: 25px;
	
	display: block;
	color: black;
	text-decoration: none;
}

div#nav ul li.last
{
	border-right: 0px;
	width: 19%;
}

div#nav ul li a:hover
{
	color: white;
}

div#nav ul li a.orange:hover
{
	background-color: orange;
}

div#nav ul li a.blue:hover
{
	background-color: #7683bc;
}

div#nav ul li a.red:hover
{
	background-image: url(lioneyes.png);
}

div#nav ul li a.green:hover
{
	background-color: #61af46;
}

div#nav ul li a.gold:hover
{
	background-color: #c1c689;
}

div#contentAndSidebar
{
	width: 735px;
	background-color: #336633;
}

div#sidebar
{
	margin-top:20px;
	float: right;
	padding: 12px;
	background-image: url(dotted.gif);
	background-repeat: repeat-y;
	height: 100%;
}

#sidebar h2
{
	font-size: 14px;
	color: #8E5807;
	background-image: url(dotted_h.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 0px;
	padding-bottom: 2px;
}

#sidebar ul
{
	margin: 0px;
	padding: 0px;
	
}

#sidebar li
{
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(dotted_h.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	list-style: none;
}
	


div#content
{
	float:left;
	width: 530px;
	padding: 2%;
	padding-top: 20px;
}

#content h1
{
	background-image: url(dotted_h.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 0px;
}

#content h2
{
	background-image: url(dotted_h.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 0px;
}

#content h4
{
	margin-top: 0px;
	text-align: right;
	font-size: 11px;
	color: #cccccc;
	margin-bottom: 0px;
	background-image: url(h4_skyscrapers.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#content h4.distrustful
{
	background-image: url(distrustful.gif);
}

#content a
{
	color: #000000;
	text-decoration: none;
	background-image: url(linkbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#content a:hover
{
	color: #ff9900;
}

#sidebar a
{
	color: #000000;
	text-decoration: none;
	background-image: url(linkbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#sidebar a:hover
{
	color: #ff9900;
}

#footer a
{
	color: #336633;
	text-decoration: none;
	background-image: url(linkbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#content p
{
	margin-top: 4px;
	margin-bottom: 6px;
	text-indent: 2em;
	text-align: justify;
	
}



.italic
{
	font-style: italic;
}

.bluecode
{
	color: #0000ff;
}

.redcode
{
	color: #ee0000;
}

div.divider
{
	padding-bottom: 28px;
	background-image: url(divide.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	border-top: 1px dotted #EFEFEF;
	color: #cccccc;
}

div.pullquoteRight, div.pullquoteLeft
{
	background-image: url(pullquote.gif);
	width: 114px;
	height: 114px;
	margin: 10px;
	padding: 18px;
	font-size: 18px;
	float: right;
	text-align: center;
	border-left: 1px dotted #cccccc;
}

div.pullquoteLeft
{
	float: left;
	border-left: 0px;
	border-right: 1px dotted #cccccc;
}

div.pullquoteRight div.small, div.pullquoteLeft div.small
{
	font-size: 11px;
	text-align: right;
	color: #cccccc;
	
}

#footer
{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 4px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 28px;
	clear: both;
	background-color: #d5780e;
	color: #000000;
	text-align: center;
}


/*-----------------------------------------------------------------
                  STYLES FOR THE GALLERY IMAGES
-----------------------------------------------------------------*/

.galleryimage {
	float: left; /* THIS LETS THE DIVS DISPLAY AS INLINE, AND WRAP ACCORDING TO THE SCREEN SIZE */
	border: 2px #000000 solid;
	margin: 5px 0px 0px 15px;
	padding: 2px;
	text-align: center;
	width: 104px;
	height: auto;
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color:#000000;
}

#galleryimage a
{
	color: #000000;
	text-decoration: none;
	background-image: url(linkbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

a.galleryimage {color: #f48300; background: #ffffff; font-weight: bold;}

.galleryimage img {
	border: none;
}

.galleryimage2 {
	float: left; /* THIS LETS THE DIVS DISPLAY AS INLINE, AND WRAP ACCORDING TO THE SCREEN SIZE */
	border: 2px #FFFFCC solid;
	margin: 5px;
	padding: 2px;
	text-align: center;
	width: 440px;
	height: 200px;
	text-decoration: none;
}

.galleryimage2 a {
	text-decoration: none;
}

.galleryimage2 img {
	border: none;
}

.galleryimage3 {
	float: left; /* THIS LETS THE DIVS DISPLAY AS INLINE, AND WRAP ACCORDING TO THE SCREEN SIZE */
	border: 2px #FFFFCC solid;
	margin: 5px;
	padding: 2px;
	text-align: center;
	width: auto;
	height: auto;
	text-decoration: none;
}

.galleryimage3 a {
	text-decoration: none;
}

.galleryimage3 img {
	border: none;
}
	
.floatLeft {float:left;}
.floatRight {float:right;}
#shadow #main #contentAndSidebar #content p {
	font-weight: bold;
}
