* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	background: #f3f3d7 url(http://sites3.aaepa.com/style_02_assets/images/02_bg.gif);
	padding-top: 30px;
}
a {
	text-decoration: none;
}
#page {
	background: url(http://sites3.aaepa.com/style_02_assets/images/02_bg_page.png) repeat-y center;
}
/*-HEADER-*/
#header {
	width: 826px;
	height: 254px;
	margin: 0 auto;
	background: no-repeat 6px 7px;	
}
#top_banner {	
	background: url(http://sites3.aaepa.com/style_02_assets/images/02_top_corners.gif);
	height: 154px;
	padding: 100px 0 0 50px;
}
#top_logo {
	height: 254px;
	width: 234px;
	margin-left: -50px;
	margin-top: -100px;
	background: url(http://sites3.aaepa.com/cst/3111/_images/02_top_logo.png);
}
#top_logo p {
	display: none;
}
#top_text {
	display: none;
}
/*-MAIN-*/
#main {
	width: 822px;
	margin: 0 auto;
}
#mainbar {
	width: 592px;
	float: right;
	background: transparent url(http://sites3.aaepa.com/style_02_assets/images/02_bg_main.gif) no-repeat left top;
	margin-top: -2px;
}
#content {
	padding: 20px;
	background: #FFFFFF;
}
#content h1 {
	color: #02243C;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}
#content h3 {
	color: #754200;
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
}
#content ul,#content ol {
	padding-top: 10px;
}
#content ul {
	padding-left: 15px;
}
#content ol {
	padding-left: 20px;
}
#content ul.side_img li {
	clear: both;
	float: left;
	margin-bottom: 15px;
	list-style: none;
	/* GS: IE7 fix for special report */
	width: 99%;
}
#content ul.side_img img {
	border: solid #FFF;
	border-width: 0 1px 1px 0;
	float: left;
	margin: 0;
}
#content ul.side_img p {
    margin-top: -2px;
	padding: 0px 3px 4px 90px;
}
#content ul.side_img a {
	color: #02243C;
}
#content ul ul,#content ol ol {
	padding-top: 0;
}
#content p {
	font-size: 13px;
	padding-top: 10px;
}
#content a{
	color: #754200;
	font-weight: bold;
}
#content a:hover{
	color: #4B5B78;
	font-weight: bold;
}
#content a b{
	color: #02243C;
	font-size: 14px;
}
/*-share print-*/
#shareprint {
	border:1px solid #878C9F;
	clear:both;
	float:left;
	margin-bottom:10px;
}
#shareprint ul {
    clear: both;
	list-style: none;
	padding: 0;
}
#shareprint li {
	display: inline;
	padding: 0pt 5px;
}
#shareprint h2 {
	background:#FFFFFF none repeat scroll 0% 50%;
	color:#878C9F;
	float:left;
	font-size:8px;
	margin:-5px 0pt 0pt 5px;
	padding:0pt 3px;
	text-transform:uppercase;
}
/*-FLOATBAR-*/
#floatbar {
	float: right;
	width: 230px;
	border: 1px solid #00628B;
	background: #ddd;
	color: #000;
	margin: 20px 20px 10px 10px;
}
#floatbar div{

}
#floatbar h2 {
	padding: 6px 12px;
	color: #fff;
	background: #754200;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}
#floatbar img {
	border: 1px solid #6eb0be;
	width: 208px;
	height: 156px;
	margin: 10px 10px 0 10px;
}
#floatbar ul {
	margin-top: 15px;
	padding: 0 10px;
	list-style: none;
}
#floatbar ul.side_lnk {
	padding-bottom: 15px;
}
#floatbar ul.side_lnk li {
	background: url(http://sites3.aaepa.com/style_02_assets/images/02_arrow.gif) no-repeat 6px 3px;
	padding-left: 25px;
}
#floatbar ul.side_lnk a{
	color: #02243C;
	font-weight: bold;
}
#floatbar ul.side_lnk a i{
	display: inline;
}
#floatbar ul.side_lnk a:hover{
	color: #4B5B78;
}
#floatbar ul.side_lnk i{
	display: block;
}
#floatbar ul.side_img li {
	clear: both;
	float:left;
	width: 210px;
	margin-bottom: 15px;
}
#floatbar ul.side_img img {
	width: 63px;
	height: 84px;
	float: left;
	margin: 0;
}
#floatbar ul.side_img p {
	padding-left: 83px;
}
#floatbar ul.side_img a {
	color: #02243C;
}
/*-SIDEBAR-*/
#sidebar {
	width: 230px;
	float: left;
	background: #ddd;
}
#sidebar a {
	color: #02243C;
}
#sidebar h2 {
	color: #FFFFFF;
	font-size: 13px;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
	background: #754200;
}
#sidebar div {
	clear: both;
}
#sidebar img {
	border: 1px solid #6eb0be;
	width: 208px;
	height: 156px;
	margin: 10px 10px 0 10px;
}
#sidebar ul {
	margin-top: 15px;
	padding: 0 10px;
	list-style: none;
}
#sidebar ul.side_img li {
	clear: both;
	float:left;
	width: 210px;
	margin-bottom: 15px;
}
#sidebar ul.side_img img {
	width: 63px;
	height: 84px;
	float: left;
	margin: 0;
}
#sidebar ul.side_img p {
	margin-top: -2px; /* GS: adjust text line top here */
	padding-left: 83px;
}
#sidebar ul.side_img a {
	color: #02243C;
}
#sidebar ul.side_txt li {
	padding-bottom: 15px;
}
#sidebar ul.side_lnk {
	padding-bottom: 15px;
}
#sidebar ul.side_lnk li{
	padding-bottom: 5px;
}
#sidebar ul.side_lnk a{
	color: #4C5B78;
	font-weight: bold;
}
#sidebar a:hover, #sidebar ul.side_lnk a:hover, #sidebar ul.side_img a:hover{
	color: #4B5B78;  
}
#sidebar ul.side_lnk i{
	display: block;
	color: #8fc7d4;
}
/*-SIDE MENU-*/
#nav_menu_1 {
	list-style: none;
	margin-bottom: 15px;
}
#nav_menu_1 li{
	border-top: 1px solid #bbd3dd;
}
#nav_menu_1 li:first-child{
	border: none;
}
#nav_menu_1 a {
	font-size: 14px;
	font-weight: bold;
	color: #02243C;
	padding: 7px 10px 0;
	height: 22px;
	display: block;
}
#nav_menu_1 li:hover a {
	color: #fff;
	background: #02243C;
}
#nav_menu_1 li ul{
	display: none;
	background: #02243C;
	/* GS: adjust menu position */
	margin: -30px 0 0 130px;
	border: 1px solid #bbd3dd;
	padding: 0;
}
#nav_menu_1 li:hover ul{
	display: block;
	position: absolute;
}
#nav_menu_1 li li {
	padding: 0;
	background: none;
	border: none;
	float: none;
}
#nav_menu_1 li li a {
	height: auto;
	white-space: normal;
	font-size: 14px;
	padding: 6px;
	color: #ffe8b2;
	float: none;
}
#nav_menu_1 li:hover li a {
	background: none;
}
#nav_menu_1 li li a:hover {
	background: #4B5B78;
}
/* GS: menu widths set here */
#nav_menu_1 ul li {
	width: auto;
}
#nv1_OurFirm li a {
	width: 210px;
}
/*-FOOTER-*/
#footer {
	background: #754200;
	text-align: center;
	clear: both;
	color: #f7fdfe;
}
#footer ul {
	line-height: 2em;
	list-style: none;
}
#footer li {
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #f7fdfe;
}
#footer li:first-child {
	border: none;
}
#footer a{
	color: #f7fdfe;
}
#fontsize {
	position: absolute;
	top: 3px;
	height: 36px;
	right: 2px;
}
#fontsize p,
#fontsize a {
	display: none;
}
#fontsize span {
	display: block;
	float: right;
	cursor: pointer;
	width: 27px;
	height: 25px;
	border: solid 1px #615748;
}
#fontsize-decrease {
	background: transparent url(http://sites3.aaepa.com/images/fontsize-decrease.gif) no-repeat;
}
#fontsize-increase {
	background: transparent url(http://sites3.aaepa.com/images/fontsize-increase.gif) no-repeat;
}
/*-LIGHTBOX-*/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img{ border: none; }
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer{
	padding: 10px;
}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://sites3.aaepa.com/players/suckerfish-hoverlightbox-redux/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://sites3.aaepa.com/players/suckerfish-hoverlightbox-redux/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://sites3.aaepa.com/players/suckerfish-hoverlightbox-redux/images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}
#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 50%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavPrev { width: 20px; float: right;  padding-bottom: 0.7em;	}
#imageData #bottomNavPrev img { display:block; margin:3px auto 0 auto; }
#imageData #bottomNavNext { width: 20px; float: right;  padding-bottom: 0.7em; margin:0 10px 0 0; }
#imageData #bottomNavNext img { display:block; margin:3px auto 0 auto; }
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
* html>body .clearfix {
	display:inline-block;
	width: 100%;
	}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
.gallery ul { margin:0; padding:0; list-style:none; position:relative; height:36px;}
.gallery ul li { display:block; width:auto; float:left; color:#fff; height:36px; }
.gallery ul li a { display:block; width:auto; color:#fff; text-decoration:none; }
.gallery ul li ul { display:none; position:absolute; top:25px; background:#fff; height:auto; width:225px; border-bottom:6px solid #960000; border-left:1px solid #960000; border-right:1px solid #960000; left:2%; padding:8px 5px 15px 5px; }
.gallery ul li:hover ul,.gallery ul li.over ul { display:block; }
.gallery ul li ul li { display:inline; float:none; background-image:none; height:auto; }
.gallery ul li ul li a { background-image:none; margin:8px; padding:2px; position:relative; border:1px solid #960000; float:left; display:block; width:50px; height:75px; background-color:#fff; }
.gallery ul li ul li a:hover { background-image:none; z-index:2; }
.gallery ul li ul li a img { position:absolute; top:2px; width:50px; height:75px; border:0; margin:0; padding:0; }
.gallery ul li a:hover img,.gallery ul li a:active img,.gallery ul li a:focus img { width:75px; height:100px; left:-11px; top:-10px; z-index:1; border:1px solid #000; }
.gallery ul li.overview { display:block; clear:both; padding:5px 10px 0 10px; color:#000; }
#gallery1 ul { z-index:2; }
