@charset "utf-8";
/* CSS Document */

Body {
	background-color: #FFFFFF;
	background-image: url(images/ac2010-bg.png);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, sans-serif;
 	font-size: 12px;
	color: #333333;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	height: 100%;
	width: 100%;
	text-align: center;
}

/* GLOBAL STYLES */

a:link { color: #0057a1; text-decoration: none; font-weight: normal; }
a:visited { color: #35aee1; text-decoration: none; font-weight: normal; }
a:hover { color: #55a8ed; text-decoration: underline; font-weight: normal; }
a:active { color: #0057a1; font-weight: normal; }

#util-nav a:link { color: #FFF; text-decoration: none; font-weight: normal; }
#util-nav a:visited { color: #FFF; text-decoration: none; font-weight: normal; }
#util-nav a:hover { color: #338dd0; text-decoration: underline; font-weight: normal; }
#util-nav a:active { color: #FFF; font-weight: normal; }

#footer-content a:link { color: #FFF; text-decoration: none; font-weight: normal; }
#footer-content a:visited { color: #FFF; text-decoration: none; font-weight: normal; }
#footer-content a:hover { color: #338dd0; text-decoration: underline; font-weight: normal; }
#footer-content a:active { color: #FFF; font-weight: normal; }

h2 {
	font-size: 1.5em; 
	margin: .5em 0 1em 0;
	color: #000000;
}

h3 {
	font-size: 1.25em;
	margin: .83em 0;
	color: #111111;
}

h4 {
	font-size: 1.15em;
	margin: .83em 0;
	color: #111111;
}

h2, h3, h4 {
	font-weight: bolder;
}

h3.alternate {
	background-color: #eeeeee;
	border-top: 1px solid #dddddd;
	padding: 4px;
}

.Normal {
	font-family: Tahoma, Arial, sans-serif;
 	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
	text-align: left;
}

p, td {
	font-family: Tahoma, Arial, sans-serif;
 	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
	text-align: left;
}

p {
	margin: 0;
	}

.SkinObject {
	font-weight: normal;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
}

/* LAYOUT ELEMENTS */

#util-nav {
	height: 21px;
	color: #EEEEEE;
	width: 920px;
	text-align: right;
	margin: 0 auto;
	position: relative;
	/*padding-right: 5px;*/
	font-family: Tahoma, Arial, sans-serif;
 	font-size: 11px;
}

#header-wrapper {
	height: 114px;
	background-image:url(images/ac2010-top_banner.png);
	background-repeat: no-repeat;
	width: 920px;
	margin: 0 auto;
	position: relative;
	/*border: 1px solid #FF0000;*/
}

#nav-main {
	vertical-align: bottom;
	height: 28px;
	text-align: right;
	color: #FFFFFF;
	/*border: 1px solid #FF0000;*/
}

#logo {
	height: 86px;
}

#inner-wrapper {
	background-color: #FFFFFF;
	background-image:url(images/ac2010-bg_inner.png);
	background-repeat: no-repeat;
	width: 920px;
	margin: 0 auto;
	position: relative;
	min-height: 350px;
	/*border: 1px solid #FF0000;*/
}

#inner-top {
	width: 920px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding: 0px;
	padding-top: 4px;
}

#inner-content {
	padding: 10px 0 20px 0;
	min-height: 400px;
	text-align: left;
	/*border: 1px solid #FF0000;*/
}

#breadcrumb {
	font-size: 11px;
	margin-bottom: 14px;
	padding-left: 8px;
}

.maininside {
	padding-right: 15px;
	padding-left: 8px;
	text-align: left;
	/*font-family: Tahoma, Arial, sans-serif;
 	font-size: 12px;
	color: #333333;
	line-height: 1.5em;*/
}


.rightinside {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	border-left: 1px solid #DDDDDD;
}

td#ContentPane {
	padding-right: 10px;
	text-align: left;
}

td#RightPane {
	text-align: left;
}

/* FOOTER AREA */

#footer {
	background-color: #000000;
	color: #EEEEEE;	
}

td#footer-cell-left {
	width: 25%;
	vertical-align: top;
	text-align: left;
	border-right: 1px solid #fdb813;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #FFFFFF;
}

td#footer-cell-middle {
	width: 50%;
	vertical-align: top;
	text-align: center;
	border-right: 1px solid #fdb813;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #FFFFFF;
}

td#footer-cell-right {
	width: 25%;
	vertical-align: top;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #FFFFFF;
}

#footer-content {
	width: 900px;
	padding: 10px 15px 15px 15px;
	color: #EEEEEE;
	font-family: Tahoma, Arial, sans-serif;
 	font-size: 10px;
	text-align: center;
	min-height: 80px;
	margin: 0 auto;
}

/* Menu Styles */

#navbar {
color: white;
/*margin-bottom: 10px;*/ /*bottom spacing between header and rest of content*/
text-align: right
}

.navmenu {
font: normal 14px Calibri;
/*width: 100%;*/
/*background-color: #000000;*/
}

.navmenu ul {
list-style-type: none;
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.navmenu ul li {
display: inline;
/*margin-bottom: 10px;*/
}

.navmenu ul li a {
color: #FFFFFF;
padding: 6px 3px 4px 5px; /*top padding is 6px, bottom padding is 4px*/
margin-left: 20px; /*spacing between each menu link*/
text-decoration: none;
/*border-bottom: 3px solid black;*/ /*bottom border is 3px*/
background: url(images/nav_bullet.gif) no-repeat center left; /*custom bullet list image*/
padding-left: 14px; /*link text is indented 19px*/
}

.navmenu ul li a:link, .navmenu ul li a:visited, .navmenu ul li a:hover, .navmenu ul li a:active  {
/*border-bottom-color: white;*/
color: #FFFFFF;
text-decoration: none;
}

/* Sub-nav Menu Styles */

.arrowlistmenu { width: 215px; !important }

.arrowlistmenu .headerbar { border-bottom: solid 1px #DDD; border-top: solid 4px #fbd813; line-height: 12px; padding: 4px 0 4px 10px; font: bold 12px Tahoma; }

.arrowlistmenu ul li { list-style-type: none !important; }

.arrowlistmenu ul { margin: 0 !important; padding: 0 !important; margin-bottom: 10px !important; }

.arrowlistmenu ul li { padding-bottom: 4px !important; }

.arrowlistmenu ul li a { color: #666666 !important; background: url(/personifyebusiness/Portals/10/Images/arrow.png) no-repeat; background-position: 1px 6px; display: block; padding: 4px 0; padding-left: 15px; text-decoration: none !important; border-bottom: 1px solid #eee; font-size: 12px !important; }

.arrowlistmenu ul li a:visited { color: #999999 !important; font-size: 12px !important; }

.arrowlistmenu ul li a:hover { color: #0057a1 !important; text-decoration: underline; background-color: #F3F3F3 !important; font-size: 12px !important; }




