@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, samp,
small, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

input {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	font-family:'Arial',sans-serif;
	font-size: 13px;
	color: #635245;
	line-height: 22px;
	margin: 0;
	padding: 0;
}

p {
	padding: 0 0 1em 0;
}

ul {
	padding: 0 0 1em 0;
}

ul li {
	padding: 0 0 7px 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
hr {
	border-top: 1px dashed #C1B0A7;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	height: 0;
	margin-bottom:10px;
	margin-top: 5px;
}

/* COMMON STYLE GUIDE
**********************************************************/
body#home h1,
body#home div.blog_excerpt h1 a:link,
body#home div.blog_excerpt h1 a:visited,
body#internal div.blog_excerpt h1 a:link,
body#internal div.blog_excerpt h1 a:visited {
	color: #2E406B; /* dark blue */
	font-family: "adrianna-1","adrianna-2",sans-serif;
	font-size: 21px;
	font-weight: normal;
	line-height: normal;
	margin: 3px 0 8px 0;
	text-decoration: none;
}
body#internal h1 {
	color:#3f3127; /* body brown */
	font-family: "adrianna-1","adrianna-2",sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;	
	margin: 12px 0 12px 0;
}
body#internal h2 {
	color: #A2AD00; /* light green */
	font-family: "adrianna-1","adrianna-2",sans-serif;
	font-size: 21px;
	font-weight: 600;
	margin:5px 0 7px;
}
body#internal h3 {
	color: #8d073b; /* dark red */
	font-family: "adrianna-1","adrianna-2",sans-serif;
	font-size: 16px;
	font-weight: normal
	line-height: normal;
	margin: 5px 0;
}
body#internal h4 {
	color: #2e406b; /* dark blue */
	font-family: "adrianna-1","adrianna-2",sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	margin: 12px 0;
}
body#internal h5 {
	color:#3f3127;
	font-family:"adrianna-1","adrianna-2",sans-serif;
	font-size:18px;
	font-weight:normal;
	line-height:26px;
	margin:6px 0 8px;
}
body#internal h6 {
	background-image: url("/amm/themes/aveus_2010/images/bullet_brown.png");
	background-repeat: no-repeat;
	background-position: 0 6px;
	color:#3f3127;
	font-family:"adrianna-1","adrianna-2",sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	padding-left: 14px;
}	

body#home h2 {	
	color:#3f3127; /* body brown */
	font-family: "adrianna-1","adrianna-2",sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;	
	margin: 12px 0 12px 0;
}

body#home h3 {
	color: #3f3127;
	font-family: "adrianna-1","adrianna-2",sans-serif;
	font-size: 18px;
	font-weight: 600; /* = demibold */
	line-height: normal;
	margin: 5px 0;
}
body#home h4 {
	color: #A2AD00; /* light green */
	font-family: "adrianna-1","adrianna-2",sans-serif;
	font-size: 21px;
	font-weight: normal;
	line-height: 30px;
	margin: 12px 0;
}
body#home h5 {
	color:#3f3127;
	font-family:"adrianna-1","adrianna-2",sans-serif;
	font-size:18px;
	font-weight:normal;
}
body#home h6 {
	color:#3f3127;
	font-family: "Arial",sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
}

blockquote {
	background-image: url("/amm/themes/aveus_2010/images/vertical_dotted.png");
	background-repeat: repeat-y;
	font-family: "adrianna-1","adrianna-2",sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height:24px;
	margin:0 20px;
	padding-left:30px;
	padding-bottom: 1em;
}
.textpander {
	margin-top:10px;
}
.textpander .headline {
	color: #e37f1c;
	cursor:pointer;
	float:left;
	font-family: "adrianna-1","adrianna-2",sans-serif;
	font-size:18px;
	font-weight: normal;
	padding:0;
}
.textpander .headline .toggle {
	float:left;
	font-family:monospace;
	padding-right:5px;
	position:relative;
	top:-4px;
}
.textpander .headline .toggle .open {
	background-image: url("/amm/themes/aveus_2010/images/textpand_plus.png");
	background-repeat:no-repeat;
	display: block;
	float: left;
	height: 32px;
	text-indent:-3000px;
	width: 32px;
}
.textpander .headline .toggle .closed {
	background-image: url("/amm/themes/aveus_2010/images/textpand_minus.png");
	background-position: 0px;
	background-repeat:no-repeat;
	display: block;
	float: left;
	height: 32px;
	text-indent:-3000px;
	width: 32px;
}
.blockquote cite {
	display:block;
	font-size:90%;
	font-style:italic;
	padding-left: 0;
	text-align:right;
}
a,
a:link,
a:visited {
	color:#e37f1c;
	text-decoration: underline;	
}
a:hover,
a:active {
	color:#e37f1c;
	text-decoration:none;	
}
.centered {
	text-align: center;
}
div.richtext ul {
	margin-left: 25px;
}
.clear {
	clear: both;
}
.twelve_px {
	font-size: 12px;
}
.date {
	font-size: 12px;
	font-style: italic;
}

/* STRUCTURE
************************************/

body#home {
	font-family: "Arial",sans-serif;
	background-image: url("/amm/themes/aveus_2010/images/bg_header_sides.jpg");
	background-repeat: repeat-x;
}
body#internal {
	font-family: "Arial",sans-serif;
	background-image: url("/amm/themes/aveus_2010/images/bg_header_sides_internal.jpg");
	background-repeat: repeat-x;
}
#header_wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
}
#header {
	background-image: url("/amm/themes/aveus_2010/images/bg_header_home.jpg");
	background-repeat: no-repeat;
	height: 289px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 1000px;
}
body#internal #header{
	background-image: url("/amm/themes/aveus_2010/images/bg_header_internal.jpg");
	background-repeat: no-repeat;
	height: 114px;
}

#utility_nav {
	font-family: "Arial",sans-serif;
	height:30px;
	left:16px;
	padding:15px 10px;
	position:absolute;
	top:0;
	width:200px;
}
#utility_nav ul {
	margin: 0 auto;
}
#utility_nav ul li {
	color:#3F3127;
	float:left;
	font-size:12px;
	font-weight:normal;
	list-style:none outside none;
	margin:0;
	padding:0;
	width:100px;
}
#utility_nav ul li#util_1 {
	width: 60px;
}

#utility_nav ul li a {	
	height:31px;
	width:40px;
	margin: 0;
	padding: 15px;
	text-align:center;
}
#utility_nav ul li a:link,
#utility_nav ul li a:visited {
	background-image: none;
	color: #3f3127;
	text-decoration: none;
}

#utility_nav ul li#util_1.current a:link,
#utility_nav ul li#util_1.current a:visited,
#utility_nav ul li#util_1 a:hover,
#utility_nav ul li#util_1 a:active {
	background-image: url("/amm/themes/aveus_2010/images/util_nav_highlight.png");
	background-repeat: no-repeat;
	background-position: 0 5px;
	color: #e37f1c; /*orange*/
	text-decoration: none;
}
#utility_nav ul li#util_2.current a:link,
#utility_nav ul li#util_2.current a:visited,
#utility_nav ul li#util_2 a:hover,
#utility_nav ul li#util_2 a:active {
	background-image: url("/amm/themes/aveus_2010/images/util_nav_highlight_2.png");
	background-repeat: no-repeat;
	background-position: 2px 4px;
	color: #e37f1c;
	text-decoration: none;
}
#hidden_text {
	visibility: hidden;
}
#home_link {
	left:30px;
	position:relative;
	top:70px;
}
#home_link_internal {
	left:30px;
	position:relative;
	top:40px;
}
#nav {
	/*background-color:yellow;*/
	font-family: "adrianna-1","adrianna-2",sans-serif;
	height:65px;
	left:400px;
	margin:0;
	padding:34px 0 0 0;
	position:absolute;
	top:0;
	width:600px;
}
body#internal #nav {
	height: 92px;/*65+27*/
	padding-top:0;
	top:0;
}
#nav ul {
	margin: 0 auto;
	padding:0;
	list-style: none;
}
#nav ul li {
	margin: 0;
	padding: 0 27px 0 0;
	float: left;
	color: #3f3127;
	font-size: 15px;
	font-weight: normal;
	height: 50px; /* for testing only */
	list-style: none;
	list-style-image: none;
	text-shadow: 1px 1px 1px #fff;
}
body#internal #nav ul li {
	height:50px;
	padding-top:62px;
}
#nav ul li a {
	height:20px;
	margin: 0;
	padding: 38px 10px 18px 0;
}
body#internal #nav ul li a{
	height:119px;
	padding:66px 10px 18px 0;
}

#nav ul li a:link,
#nav ul li a:visited {
	background-image: none;
	color: #3f3127;
	text-decoration: none;
} 
#nav ul li a:hover,
#nav ul li a:active {
	background-image: url("/amm/themes/aveus_2010/images/nav_highlight.png");
	background-repeat: no-repeat;
	background-position: center 0;
	color: #e37f1c;
	text-decoration: none;
}
#nav ul li.current a:link,
#nav ul li.current a:visited,
#nav ul li.parent a:link,
#nav ul li.parent a:visited {
	background-image: url("/amm/themes/aveus_2010/images/nav_highlight.png");
	background-repeat: no-repeat;
	background-position: center 0;
	color: #e37f1c;
}

/*HOMEPAGE
********************************/
body#home #content {	
	background-image: url("/amm/themes/aveus_2010/images/bg_home_main.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	min-height: 300px;
	padding: 24px 20px 0 35px;
	position: relative;
	width:950px;
}
body#home #content {
	margin-bottom: 15px;
}
#header_quote {
	/*background-color:teal;*/
	color: #3f3127;
	font-family: "adrianna-1","adrianna-2",sans-serif;
	font-size:17px;
	height:185px;
	left:400px;
	line-height: 32px;
	position:absolute;
	top:74px;
	text-shadow: 1px 1px 1px #fff;
	width:570px;
}
#header_quote hr {
	margin-bottom: 27px;
}
body#home #header_quote h1 {
	color: #3f3127;
	font-family: "adrianna-1","adrianna-2",sans-serif;
	font-size: 26px;
	margin: 26px 0;
}
#header_quote a {
	text-decoration: none;	
}
body#home #left_column {
	float:left;
	font-size: 12px;
	padding:10px 25px 20px 17px;
	width:285px;
}
body#home #left_column ul li {
	list-style: none;
}
body#home #left_column ul li img {
	border:1px solid #c2c2a0;
	float: left;
	margin-bottom: 40px;
	margin-right:12px;
	margin-top:5px;
}
body#home #right_column {
	float:left;
	padding:10px 10px 20px 40px;
	width:560px;
}

#icons_box {
	background-image: url("/amm/themes/aveus_2010/images/bg_icons_box.png");
	background-repeat: no-repeat;
	height: 99px;
	margin-top:35px;
	padding: 13px 13px 13px 11px;
	width: 269px;
}
#icons_box a {
	display:block;
	float:left;
	font-size: 10px;
	height:40px;
	padding-top:60px;
	text-align:center;
	text-decoration: none;
	width:82px;
}
#icons_box a:link,
#icons_box a:visited {
	color:#998273;
}
#icons_box a:hover,
#icons_box a:active {
	color: #e37f1c;
}

#icons_box #twitter_icon {
	background-image: url("/amm/themes/aveus_2010/images/icon_twitter.png");
	background-repeat: no-repeat;
	background-position: center top;
}
#icons_box #linkedin_icon {
	background-image: url("/amm/themes/aveus_2010/images/icon_linkedin.png");
	background-repeat: no-repeat;
	background-position: center top;
}
#icons_box #delicious_icon {
	background-image: url("/amm/themes/aveus_2010/images/icon_delicious.png");
	background-repeat: no-repeat;
	background-position: center top;
}

/* CAROUSEL (HOMEPAGE)
**************************************/
#carousel {
	height: 179px;
	left: 268px;
	position: absolute;
	top:74px;
	visibility:visible;
	width: 704px;
}
#static_content {
	background-image: url("/amm/themes/aveus_2010/images/caro_panelbg_all2.jpg");
	background-repeat: no-repeat;
	height:229px;
	left: 0;
	position: relative;
	top:0;
	width:937px;
}
.panel_tabs {
	color: white;
	float: left;
	font-family: "adrianna-1","adrianna-2",sans-serif;
	font-size: 13px;
	font-weight: normal;
	height: 38px;
	padding: 14px 0 0 15px;
	text-shadow: 1px 1px 1px #444;
	width: 161px;
}
#panel1_tab {
	line-height: 18px;
	padding-top: 8px;
}
#left_panel {
	float: left;
	line-height:25px;
	padding:15px 28px;
	width:177px;
}
#who_is_aveus {
	margin-bottom: 10px;
}
.panels {
	float: left;	
	height: 185px; /*179*/
	overflow: hidden;
	position: relative;
	width: 176px;
}
.panel_blank {
	height: 179px;
	width: 176px;
}
.panel_filled {
	color: #fff;
	float: left;
	font-family: "adrianna-1","adrianna-2",sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 171px; /* +8 = 179*/
	padding: 0 15px 8px;
	width: 146px; /* +30 = 176*/
}
.panel_filled a,
.panel_filled a:link,
.panel_filled a:visited,
.panel_filled a:hover,
.panel_filled a:active {
	color: #fff;
	float: right;
	font-size: 13px;
	text-decoration: underline;
	vertical-align: bottom;
}
#panel1_b {
	background-image: url("/amm/themes/aveus_2010/images/caro_panelbg1.png");
	background-repeat: repeat-y;
	position: relative;
	top:-179px;
}
#panel2_b {
	background-image: url("/amm/themes/aveus_2010/images/caro_panelbg2.png");
	background-repeat: no-repeat;
	position: relative;
	top:-179px;
}
#panel3_b {
	background-image: url("/amm/themes/aveus_2010/images/caro_panelbg3.png");
	background-repeat: no-repeat;
	position: relative;
	top:-179px;
}
#panel4_b {
	background-image: url("/amm/themes/aveus_2010/images/caro_panelbg4.png");
	background-repeat: no-repeat;
	position: relative;
	top:-179px;
}


/* BLOG AND TWITTER (on homepage)
**************************************/
div.blog_excerpt h1 {
	margin: 0 0 6px 0;
}
div.blog_excerpt h1 a:link,
div.blog_excerpt h1 a:visited {
	color:#2E406B;
	text-decoration: none;
}
div.blog_excerpt p {
padding-bottom:0.4em;
}
div.blog_excerpt h6 {
	font-size: 12px;
	margin-bottom: 0px;
}
#aveus_blog_1 span.image_component {
	display: block;
	float: left;
	margin:0 26px 40px 0;
}
#aveus_blog_2 span.image_component {
	display: block;
	float: right;
	margin:0 0 40px 26px;
}
#news_blog span.image_component {
	display: block;
	float: left;
	margin:0 26px 40px 0;
}
hr.blog_divider {
	padding-bottom: 13px;
}
.twitter_time {
	color: #c2c2a0;
	font-size: 11px;
}


/* CONTENT
**************************************/
#content_wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
}

body#internal #content {
	background-image:none;
	margin:0 auto;
	padding:0;
	width: 1000px;
}
#main { /* internal pages */
	background-image: url("/amm/themes/aveus_2010/images/bg_internal.jpg");
	background-repeat:repeat-x;
	float: left;
	min-height: 300px;
	padding:0;
	width:742px;	
}
#main_content_one {
	margin:25px 15px 15px 40px;
}
#main_content_left {
	/*background-color: aqua;*/
	float: left;
	margin:25px 20px 0 40px;
	width:420px;
}
#main_content_left hr {
	margin-bottom: 20px;
}
#main_content_right hr {
	margin: 10px 30px;
}
#main_content_right {
	/*background-color: yellow;*/
	float: left;
	margin:63px 0 15px 0;
	width:260px;
}
#main_content_right div.image_component.right {
	padding-right:20px;
}
#main_content_right div.image_component.right img {
	margin-left: 10px;
}
#main_content_right .richtext,
#main_content_right .headline,
#main_content_right .textpander,
#main_content_right div.blog_excerpt {
	margin: 0 30px;
}
#main_content_right div.blog_excerpt .richtext {
	margin-left: 0;
	margin-right: 0;
}
#main_content_right li {
	list-style: none;
	margin: 0 30px;
}
#main_content_right .beige_box div.blog_excerpt,
#main_content_right .beige_box div.blog_excerpt .richtext {
	margin: 0;
}
#main_content_right .beige_box .richtext,
#main_content_right .beige_box .headline,
#main_content_right .beige_box hr,
#main_content_right .beige_box .textpander {
	margin-left: 0;
	margin-right: 0;
}
#main_content_right .beige_box hr.blog_divider,
#main_content_right .beige_box p {
	margin-bottom: 0;
}
#main_content_right .beige_box p,
#main_content_right .beige_box h1,
#main_content_right .beige_box h2,
#main_content_right .beige_box h3,
#main_content_right .beige_box h4,
#main_content_right .beige_box h5{
	margin-top:0;
}
#main_content_right .headline h3 {
	font-weight: normal;
}
#main_content_right .blockquote {
	margin: 0;
}
#main_content_right span.text {
	padding: 0;
}
#main_content_right .textpander .headline {
	margin: 0;
}

.beige_box {
	margin: 20px;
	width: 212px;
}
.beige_box #top {
	background-image: url("/amm/themes/aveus_2010/images/callout_top.png");
	background-repeat: no-repeat;
	margin: 0;
	padding: 15px 20px 0 20px;
	width: 172px;
}
.beige_box #foot {
	background-image: url("/amm/themes/aveus_2010/images/callout_btm_cap.png");
	background-repeat: no-repeat;
	height: 20px;
	width: 212px;
}
body#internal .beige_box h3, 
.beige_box h3 {
	font-weight: normal;
	margin: 0 0 5px;
}
.beige_box p {
	line-height: 20px;
}
body#internal .beige_box h1 {
	color:#2E406B;/* blue */
	font-size:20px;
	line-height:24px;
	margin:0;
}
.beige_box div.blog_excerpt hr {
	margin:0;
	padding:0;
	visibility:collapse;
}
.image_component.left img {
	margin-right: 20px;
}
.image_component.right img {
	margin-left: 20px;
}

ul.breadcrumb_component {
	display:block;
	font-size:12px;
	list-style:none outside none;
	padding-bottom:10px;
}
ul.breadcrumb_component li {
	float:left;
	list-style:none outside none;
}
.flash_video_player {
	padding: 10px 0 20px;
	text-align: center;
}
.flash_video_player #myDynamicContent {
	border:1px solid #bbb;
}

/* SIDE NAV
******************************/
#side_nav {
	background-image: url("/amm/themes/aveus_2010/images/bg_left_nav.jpg");
	background-repeat: no-repeat;
	float: left;
	font-family: "adrianna-1","adrianna-2",sans-serif;
	margin: 0;
	min-height:400px;
	padding:14px 0 0;
	width:258px;
}
#side_nav a {
	display: block;
}

/*TOP LEVEL*/
#side_nav h3.nav-level-1 {
	background-image: none;
	color:#e37f1c; /*orange*/
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	padding:0;
}
/* common to 1st level a */
#side_nav h3.nav-level-1 a {
	background-image: url("/amm/themes/aveus_2010/images/left_nav_highlight.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color:#e37f1c; /*orange*/
	padding: 14px 10px 14px 42px;
	text-decoration: none;
	width: 215px;
}

/*SECOND LEVEL*/
#side_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#side_nav ul li {
	margin:0;
	padding: 2px 10px 10px 44px;
}
/* common to 2rd level a */
#side_nav ul li a {
	background-image: url("/amm/themes/aveus_2010/images/bullet_orange.png");
	background-repeat: no-repeat;
	background-position: 0 6px;
	color:#635245; /*body brown*/
	font-size:16px;
	left:0;
	margin:0;
	padding:0 0 8px 14px;
	text-decoration:none;
}
#side_nav ul li.current a,
#side_nav ul li.parent a {
	background-image: url("/amm/themes/aveus_2010/images/bullet_blue.png");
	background-repeat: no-repeat;
	background-position: 0 6px;
	color:#e37f1c; /*orange*/
}
#side_nav ul li a:hover,
#side_nav ul li a:active {
	background-image: url("/amm/themes/aveus_2010/images/bullet_blue.png");
	background-repeat: no-repeat;
	background-position: 0 6px;
	color:#e37f1c; /*orange*/
}

/*THIRD LEVEL*/
#side_nav ul li ul{
	background-image: url("/amm/themes/aveus_2010/images/vertical_dotted.png");
	background-position:2px 0;
	background-repeat: repeat-y;
}

#side_nav ul li ul li {
	margin:0;
	padding:0 0 0 20px;
}
#side_nav ul li.current ul li a,
#side_nav ul li.parent ul li a{
	background-image: none;
	color:#635245;
}
/* common to 3rd level a */
#side_nav ul li ul li a {
	background-image: none;
	color: #635245; /*body brown*/
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#side_nav ul li ul li.current a,
#side_nav ul li ul li.parent a {
	background-image: none;
	color: #e37f1c; /*orange*/
}
#side_nav ul li ul li a:hover,
#side_nav ul li ul li a:active,
#side_nav ul li.current ul li a:hover,
#side_nav ul li.current ul li a:active{
	background-image: none;
	color:#e37f1c; /*orange*/
}

/*FOURTH LEVEL*/
#side_nav ul li ul li ul{
	background-image:none;
}

#side_nav ul li ul li ul li {
	list-style:disc outside none;
	margin:0 0 0 25px;
	padding:0;
}
/* common to 4th level a */
#side_nav ul li ul li ul li a,
#side_nav ul li ul li.current ul li a,
#side_nav ul li ul li.parent ul li a,
#side_nav ul li.current ul li ul li a,
#side_nav ul li.parent ul li ul li a {
	background-image: none;
	color: #635245; /*body brown*/
	font-size: 11px;
	margin: 0;
}
#side_nav ul li ul li ul li.current a,
#side_nav ul li ul li ul li.parent a{
	background-image: none;
	color: #e37f1c; /*orange*/
}
/*
#side_nav ul li ul li.current ul li.current a{
	color: #e37f1c; /*orange*/
}
#side_nav ul li.current ul li ul li.current a{
	background-image: none;
	color: #e37f1c; /*orange*/
}*/
#side_nav ul li ul li ul li a:hover, 
#side_nav ul li ul li ul li a:active,
#side_nav ul li ul li.current ul li a:hover,
#side_nav ul li ul li.current ul li a:active,
#side_nav ul li.current ul li ul li a:hover,
#side_nav ul li.current ul li ul li a:active {
	background-image: none;
	color: #e37f1c; /*orange*/
}


/* FOOTER
**************************************/
#footer_wrapper {
	background-color: #2d221b;
	background-image: url("/amm/themes/aveus_2010/images/bg_footer_texture.jpg");
	background-repeat: repeat-x;
	color: #998273;
	margin: 0;
	padding: 0;
	width: 100%;
}
#bubble_wrap {
	margin: 0;
	padding: 0;
	width: 100%;
}
#bubble_box {
	margin: 0 auto;
	width: 1000px;
}
#bubbles_left {
	position: relative;
	left: 50px;
	top: 7px;
}
#bubbles_right {
	position: relative;
	left: 492px;
	top:7px;
}

#bottom_content {
	background-image: url("/amm/themes/aveus_2010/images/bg_footer.jpg");
	background-repeat:no-repeat;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	min-height: 274px;
}
.footer_block {
	float:left;
	line-height: 23px;
}
#aveus_difference {
	padding:22px 20px 10px 65px;
	width:270px;
}
#expertise{
	width:250px;
	padding:22px 20px 10px 44px;
}
#footer_quotes{
	width:250px;
	padding:22px 20px 10px 0;
}
body#home #footer_wrapper h1, 
body#internal #footer_wrapper h1 {
	color: #9ef9f8;
	font-family: "adrianna-1","adrianna-2",sans-serif;
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 34px;
}
body#home #footer_wrapper h5,
body#internal #footer_wrapper h5 {
	color:#c2c2a0;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 0;
	margin-bottom: 0;
}
body#home #footer_wrapper h6,
body#internal #footer_wrapper h6 {
	background-image: none;
	color: inherit;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	padding-left: 0;
}
#copyright {
	font-size: 12px;
	margin: 0 auto;
	padding: 21px 0 0 0;
	width: 870px;
	min-height: 60px;
	text-align: center;
}
#copyright a {
	color:#c2c2a0;
}
ul.footer_nav {
	list-style:none outside none;
}
ul.footer_nav li {
	list-style: none;
	list-style-image: none;
}
ul.footer_nav li a {
	text-decoration: none;
}



/* STYLES FOR BLOG COMMENTS 
**************************************/
.abe_blog_comments_section .comment {
	border:none;
	color: #c2c2a0;
	font-size: 12px;
	margin: 0;
}
.abe_blog_comments_section .comment a {
	color: #3f3127;
	font-size: 18px;
	text-decoration: none;
}
.abe_blog_comments_section .comment .body {
	background-color:transparent;
	clear:left;
	color:#3f3127;
	font-size: 13px;
	margin-top: 10px;
	padding:0;
}
.abe_blog_comments_section .comment .byline_link {
	background-color:transparent;
	color:#e37f1c;
	cursor:pointer;
	font-family: "adrianna-1","adrianna-2",sans-serif;
	font-size: 16px;
	text-decoration:underline;
}
body#internal .comment_submit_dialog h5 {
	margin-bottom: 20px;
}
.abe_blog_comments_section form div {
	margin: 10px 0;
}
.abe_blog_comments_section textarea {
	height:120px;
	width:420px;
}
fieldset.comment_submit_dialog {
	margin-top: 10px;
}
.abe_blog_comments_section .comment_submitted_message {
	font-style: italic;
}
hr.blog_comment {
	margin:20px 0;
}
.abe_blog_comments_section .comment_submit_dialog .captcha {
	padding-top:1em;
}
/* STYLES FOR BLOG ARCHIVE
****************************************************/
#blog_archive {
	float:left;
	width:60%;
}
.blog_archive_list_month {
	color:#3f3127; /* body brown */
	font-family: "adrianna-1","adrianna-2",sans-serif;
	font-size: 25px;
	font-weight:normal;
	list-style-type:none;
}
.blog_archive_list_day {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style: italic;
	font-weight:normal;
	list-style-type:none;
}
.blog_archive.title,
.blog_archive.title a,
.blog_archive.title a:link,
.blog_archive.title a:visited,
.blog_archive.title a:hover,
.blog_archive.title a:active {
	color: #2e406b; /* dark blue */
	font-family: "adrianna-1","adrianna-2",sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	margin: 12px 0;
	text-decoration: none;
}
.blog_archive_list_post {
	font-size:13px;
	font-style: normal;
	font-weight:normal;
	list-style-type:none;
	margin-bottom:10px;
}
.blog_archive_list_post hr {
	padding-bottom:13px;
}
.blog_archive.author {
	font-weight:normal;
}
#blog_archive_list ul {
	margin-top: 25px;
}
#blog_archive_list ul li ul {
	margin-top: 5px;
}
#blog_pagination {
	background-color:transparent;
	border:0 none;
	float:right;
	width:36%;
}
#blog_pagination li {
	border:0 none;
	padding:3px;
}
/* IMAGE COMPONENT STYLES 
****************************************************/
.image_component img {
	/*padding:10px;*/
}
.caption_credit {
	padding:0 10px 10px 10px;
}
.caption_credit span.credit, 
.caption_credit span.caption {
	color: #c2c2a0;
	font-size: 12px;
	text-align: center;
}

/* NO FONT-SMOOTHING? USE THIS FONT INSTEAD.
***********************************************/
.no_font_smoothing,
body.no_font_smoothing#home h1,
body.no_font_smoothing#home div.blog_excerpt h1 a:link,
body.no_font_smoothing#home div.blog_excerpt h1 a:visited,
body.no_font_smoothing#internal div.blog_excerpt h1 a:link,
body.no_font_smoothing#internal div.blog_excerpt h1 a:visited,
body.no_font_smoothing#home h2,
body.no_font_smoothing#home h3,
body.no_font_smoothing#home h4,
body.no_font_smoothing#home h5,
body.no_font_smoothing#home h6,

body.no_font_smoothing#internal h1,
body.no_font_smoothing#internal h2,
body.no_font_smoothing#internal h3,
body.no_font_smoothing#internal h4,
body.no_font_smoothing#internal h5,
body.no_font_smoothing#internal h6,

.no_font_smoothing .textpander .headline,
.no_font_smoothing blockquote,
.no_font_smoothing #nav,
.no_font_smoothing #header_quote,
body.no_font_smoothing#home #header_quote h1,
.no_font_smoothing .panel_tabs,
.no_font_smoothing .panel_filled,
.no_font_smoothing #side_nav,
body.no_font_smoothing#home #footer_wrapper h1, 
body.no_font_smoothing#internal #footer_wrapper h1,
.no_font_smoothing .abe_blog_comments_section .comment .byline_link,

.no_font_smoothing .blog_archive_list_month,
.no_font_smoothing .blog_archive.title,
.no_font_smoothing .blog_archive.title a,
.no_font_smoothing .blog_archive.title a:link,
.no_font_smoothing .blog_archive.title a:visited,
.no_font_smoothing .blog_archive.title a:hover,
.no_font_smoothing .blog_archive.title a:active
{
	font-family: Arial, Helvetica, sans-serif;
}

/* MAP FEATURE 
************************************************/
#world_map {
	background-image: url("/amm/themes/aveus_2010/images/map3_base.png");
	background-repeat:no-repeat;
	height: 325px;
	position: relative;
	width: 625px;
}
#map_us {
	height:117px;
	left:59px;
	position:absolute;
	top:81px;
	width:125px;
}
.map_us_up{
	background-image:url("/amm/themes/aveus_2010/images/map3_us_up.png");
	background-repeat:no-repeat;
}
.map_us_over{
	background-image:url("/amm/themes/aveus_2010/images/map3_us_over.png");
	background-repeat:no-repeat;
}
#map_euro {
	height:114px;
	left:273px;
	position:absolute;
	top:49px;
	width:105px;
}
.map_euro_up{
	background-image:url("/amm/themes/aveus_2010/images/map3_euro_up.png");
	background-repeat:no-repeat;
}
.map_euro_over{
	background-image:url("/amm/themes/aveus_2010/images/map3_euro_over.png");
	background-repeat:no-repeat;
}
#map_asia {
	height:146px;
	left:440px;
	position:absolute;
	top:86px;
	width:148px;
}
.map_asia_up{
	background-image:url("/amm/themes/aveus_2010/images/map3_asia_up.png");
	background-repeat:no-repeat;
}
.map_asia_over{
	background-image:url("/amm/themes/aveus_2010/images/map3_asia_over.png");
	background-repeat:no-repeat;
}
