/* Layout */
#pageWrapper {
	text-align: center;
}
#page {
	width: 760px;
	margin: auto;
	background-image: url(/Sites/advicekit/Objects/_Images/akm_page_bg.gif);
	background-repeat: repeat-y;
}
#pageContent {
	/*margin: 15px;*/
	padding: 0px;
	width: 420px;
	margin: auto;
}
#left {
	float: left;
	width: 146px;
	background-color: #E1F6FD;
}
#center {
	border-left: solid 146px #E1F6FD;
	border-right: solid 158px #E1F6FD;
	text-align: center;
}
#right {
	float: right;
	width: 158px;
	background-color: #E1F6FD;
}
#banner
{
	background-image: url(/Sites/advicekit/Objects/_Images/_Banners/akm_banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 167px;
}
#bottom {
	background-color: #E1F6FD;
}
#bottomCurves {
	position: relative;
	height: 32px;
}
#bottomCurveLeft {
	background-color: #E1F6FD;
	background-image: url(/Sites/advicekit/Objects/_Images/akm_footer_left.gif);
	background-repeat: no-repeat;
	background-position: 146px 0px;
	width: 172px;
	height: 27px;
	left: 0px;
	bottom: 0px;
	position: absolute;
}
#bottomCurveRight {
	background-color: #E1F6FD;
	background-image: url(/Sites/advicekit/Objects/_Images/akm_footer_right.gif);
	background-repeat: no-repeat;
	width: 184px;

	height: 27px;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
.spacer,
.clearLeft,
.clearRight {
	height: 0px;
	font-size: 0px;
	border: 0;
	margin:0; 
	padding:0;
	visibility: hidden;
}
.spacer {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}

/* HTML Elements */
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	line-height: 1.6em;
}
td, th, div, span, input, select, textarea {
	text-align: left;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	padding: 0px;
	margin: 0px;
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #A9092B;
	line-height: 1.3em;

}
h1 {
	font-size: 160%;
	font-weight: normal;
}
h1.headingText {
	margin: 0px 10px 0px 10px;
	font-size: 140%;
	font-weight: normal;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 90%;
}
hr {
	border: none;
	border-top: solid 1px #EEEEEE;
}
.none {
	display: none;
}
a, a:link, a:visited {
	color: #A9092B;
	font-weight: bold;
}
a:hover {
	color: #000000;
}
div.formRow {
	margin: 5px 0px 5px 0px;
}
div.formRowAligned {
	margin: 0px 0px 5px 160px;
}
div.formRowCenter {
	margin: 5px 0px 5px 0px;
	text-align: center;
}
div.formRowRight {
	margin: 5px 0px 5px 0px;
	text-align: right;
}
.formError,
.responseMessage {
	color: #A9092B;
	font-weight: bold;
}
.formLabel {
	font-weight: bold;
}
.formLabelSmall {
	font-weight: bold;
	font-size: 80%;
}
input.formButton {
	text-align: center;
}
input.formTextBox {
	font-size: 95%;
	width: 225px;
}
input.formTextBoxSmall {
	font-size: 95%;
}
textarea.formTextBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	width: 385px;
}
select.formDropDownList {
	font-size: 95%;
}
select.formDropDownListSmall {
	font-size: 95%;
}
label.aligned {
	float: left; 
	width: 160px;
}
fieldset {
	border: solid 1px #CCCCCC;
	padding: 5px;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	color: #A9092B;
	font-size: 120%;
	font-weight: bold;
}
div.footnote {
	font-size: 80%;
	line-height: 1.4em;
}
table.contentTable {
	border-collapse: collapse;
	width: 98%;
	font-size: 95%;
}
table.contentTable caption {
	font-family: Arial, Helvetica, sans-serif;
	color: #A9092B;
	text-align: left;
	font-size: 150%;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}
table.contentTable td {
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #E1F6FD;
	background-color: #F7FDFE;
	padding: 5px;
	vertical-align: top;
}
table.contentTable td.center {
	text-align: center;
}
table.contentTable td.right {
	text-align: right;
}
table.contentTable td.dark {
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #E1F6FD;
	background-color: #F0FAFE;
	padding: 5px;
}
table.contentTable th {
	background-color: #E1F6FD;
	padding: 5px;
}
table.contentTable th.center {
	text-align: center;
}
table.contentTable th.right {
	text-align: right;
}
table.contentTable th.dark {
	background-color: #E1F6FD;
	color: #FFFFFF;
}

/* Menu */
#logo {
	background-color: #A9092B;
	background-image: url(/Sites/advicekit/Objects/_Images/akm_logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin: 0px;
	padding: 1px 0px 19px 0px;
	text-align: center;
}
#printLogo {
	display: none;
}
#logo a {
	display: block; 
	width: 146px; 
	height: 192px;
}
#menu {
	font-size: 105%;
	line-height: 1.2em;
	background-color: #A9092B;
	color: #FFFFFF;
}
#menuLogo {
	background-image: url(/Sites/advicekit/Objects/_Images/akm_menu_logo.gif);
	background-repeat: no-repeat;
	margin: 30px 0px 0px 10px;
	padding: 20px 0px 0px 0px;
	color: #A9092B;
	font-size: 80%;
}
ul.menuList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li.menuSiteSearch {
	background-color: #A9092B;
	color: #FFFFFF;
	padding: 5px 0px 15px 10px;
	border-top: solid 1px #CA677C;
	border-bottom: solid 1px #CA677C;
}
li.menuOnlineAdvisor {
	background-color: #A9092B;
	background-image: url(/Sites/advicekit/Objects/_Images/akm_menu_advisor.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: expression('65px');
	min-height: 50px;
	padding: 15px 70px 0px 10px;
	border-bottom: solid 1px #CA677C;
}
li.menuAdviceAgencySearch {

	background-color: #A9092B;
	background-image: url(/Sites/advicekit/Objects/_Images/akm_menu_agency.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: expression('65px');
	min-height: 55px;
	padding: 10px 70px 0px 10px;
	border-bottom: solid 1px #CA677C;
}
li.menuEmailAdvice {
	background-color: #A9092B;
	background-image: url(/Sites/advicekit/Objects/_Images/akm_menu_email.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: expression('65px');
	min-height: 50px;
	padding: 15px 70px 0px 10px;
	border-bottom: solid 1px #CA677C;
}
li.menuAudioAdvice {
	background-color: #A9092B;
	background-image: url(/Sites/advicekit/Objects/_Images/akm_menu_audio.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: expression('65px');
	min-height: 50px;
	padding: 15px 70px 0px 10px;
	border-bottom: solid 1px #CA677C;
}
#menuFooter {
	background-color: #A9092B;
	background-image: url(/Sites/advicekit/Objects/_Images/akm_menu_footer.gif);
	background-repeat: no-repeat;
	background-position: 0px 100px;
	height: 110px;
}
input.searchTextBox {
	width: 88px;
	font-size: 105%;
	vertical-align: middle;

}
input.searchButton {
	vertical-align: middle;
	border: none;
}
a.menuLink, a.menuLink:link, a.menuLink:visited {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}
a.menuLink:hover {
	color: #FFFFFF;
}
a.menuLogoLink, a.menuLogoLink:link, a.menuLogoLink:visited {
	text-decoration: none;
	font-weight: normal;
	color: #A9092B;
}
a.menuLogoLink:hover {
	color: #A9092B;
}

/* Top Menu */
#topMenu {
	width: 760px;
	margin: auto;
	text-align: right;
	color: #000000;
	font-size: 95%;
}
a.topMenuLink, a.topMenuLink:link, a.topMenuLink:visited {

	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
a.topMenuLink:hover {
	text-decoration: none;
	color: #A9092B;

}





/* Sub Menu */
#subMenuHeader {
	background-image: url(/Sites/advicekit/Objects/_Images/akm_submenu_header.gif);
	background-repeat: no-repeat;
	background-position: 15px 10px;
	height: 16px;
	padding: 10px 0px 10px 0px;
}
#subMenu {
	background-color: #E1F6FD;	
}
ul.subMenuList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li.subMenuItem, li.subMenuItemDark, li.subMenuItemBlack {
	line-height: 1.82em;
	border-bottom: solid 1px #000000;
	padding: 0px 0px 0px 15px;
	font-size: 105%;
	font-weight: bold;
}
li.subMenuItemDark {
	background-color: #B7F4FF;
}
li.subMenuItemBlack {
	background-color: #000000;
	border-bottom: solid 1px #FFFFFF;
}
a.subMenuLink, a.subMenuLink:link, a.subMenuLink:visited, a.subMenuLinkDark, a.subMenuLinkDark:link, a.subMenuLinkDark:visited {
	text-decoration: none;
	color: #333333;
}
a.subMenuLink:hover, a.subMenuLinkDark:hover {
	text-decoration: none;
	color: #A9092B;
}
a.subMenuLinkBlack, a.subMenuLinkBlack:link, a.subMenuLinkBlack:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.subMenuLinkBlack:hover {
	text-decoration: none;
	color: #A9092B;
}

/* News Menu */
#newsMenuHeader {
	background-image: url(/Sites/advicekit/Objects/_Images/akm_news_logo.gif);
	background-repeat: no-repeat;
	background-position: 121px 0px;
	height: 16px;
	margin: 20px 0px 0px 15px;
	padding: 10px 0px 10px 0px;
	font-size: 115%;
	font-weight: bold;
	color: #A9092B;
	border-bottom: solid 1px #A9092B;
}
#newsMenu {

}
ul.newsMenuList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li.newsMenuItem {
	margin: 5px 5px 15px 15px;
	color: #A9092B;
}
a.newsMenuLink, a.newsMenuLink:link, a.newsMenuLink:visited {
	text-decoration: none;
	color: #A9092B;
}
a.newsMenuLink:hover {
	text-decoration: none;
	color: #000000;
}

/* Footer */
#footerMenu {
	text-align: center;
	padding: 15px 12px 5px 0px;
	font-size: 90%;
	color: #A9092B;
}
#footerCopyright
{
	text-align: center;
	padding: 5px 12px 15px 0px;
	font-size: 90%;
	color: #A9092B;
}
ul.footerMenuList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}
li.footerMenuItem {
	display: inline;
	line-height: 1.8em;
	padding: 0px 5px 0px 5px;
}
a.footerMenuLink, a.footerMenuLink:link, a.footerMenuLink:visited {
	text-decoration: none;
	font-weight: normal;
	color: #A9092B;
}
a.footerMenuLink:hover, a.footerMenuLinkDark:hover {
	text-decoration: none;
	color: #000000;
}

/* Page Heading */
#pageHeading {
	border-bottom: solid 1px #A9092B;
	font-size: 150%;
	margin: 0px 5px 0px 5px;
}
#headingText {
	margin: 0px 10px 0px 10px;
}
#trail {
	margin: 0px 15px 5px 15px;
	font-size: 90%;
}
a.trailLink, a.trailLink:link, a.trailLink:visited {
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}
a.trailLink:hover {
	text-decoration: none;
	color: #A9092B;
}

/* Page Menu */
ul.pageMenuList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 105%;
}
li.pageMenuItem {
	background-image: url(/Sites/advicekit/Objects/_Images/akm_page_menu_icon.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	color: #000000;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 18px;
}
a.pageMenuLink, a.pageMenuLink:link, a.pageMenuLink:visited {
	font-size: 110%;
	text-decoration: none;
	color: #A9092B;
}
a.pageMenuLink:hover {
	text-decoration: none;
	color: #000000;
}

/* CLSP Menu */
ul.clspMenuList {
	list-style-type: none;
	margin: 5px;
	padding: 0px;
	font-size: 95%;
}
ul.clspMenuList li {
	background-image: url(/Sites/advicekit/Objects/_Images/akm_clsp_menu_icon.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	line-height: 1.6em;
	padding: 0px 0px 0px 15px;
}
ul.clspMenuList a, ul.clspMenuList a:link, ul.clspMenuList a:visited {
	text-decoration: none;
	color: #A9092B;
	font-weight: bold;
}
ul.clspMenuList a:hover {
	text-decoration: none;
	color: #000000;
}

/* User Menu */
ul.userMenuList {
	list-style-type: none;
	margin: 5px 5px 5px 5px;
	padding: 5px 0px 0px 0px;
	font-size: 95%;
	border-top: solid 1px #A9092B;
}
ul.userMenuList li {
	background-image: url(/Sites/advicekit/Objects/_Images/akm_page_menu_icon.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	line-height: 1.6em;
	padding: 0px 0px 0px 15px;
}
ul.userMenuList a, ul.userMenuList a:link, ul.userMenuList a:visited {
	text-decoration: none;
	color: #A9092B;
	font-weight: bold;
}
ul.userMenuList a:hover {
	text-decoration: none;
	color: #000000;
}

/* What's New Menu */
div.whatsNewMenuHeader
{
	background-image: url(/Sites/advicekit/Objects/_Images/akm_news_menu_bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	height: 16px;
	margin: 15px 0px 5px 15px;
	padding: 10px 0px 5px 0px;
	font-size: 110%;
	font-weight: bold;
	color: #A9092B;
	border-bottom: solid 1px #A9092B;
}
ul.whatsNewMenuList {
	list-style-type: none;
	margin: 5px 0px 5px 15px;
	padding: 0px;
	font-size: 85%;
	color: #A9092B;
}
ul.whatsNewMenuList li {
	line-height: 1.6em;
	margin-bottom: 10px;
}
ul.whatsNewMenuList a, ul.whatsNewMenuList a:link, ul.whatsNewMenuList a:visited {
	text-decoration: none;
	color: #A9092B;
	font-weight: bold;
	font-size: 100%;
}
ul.whatsNewMenuList a:hover {
	text-decoration: none;
	color: #000000;
}

/* Site Map */
ul.siteMapList {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
li.siteMapItem {
	margin: 0px;
	padding: 0px;
}
/* My AdviceKit */
#myAdviceKit {
	text-align: right;
	margin: 0px 15px 5px 0px;
	font-size: 85%;
}
.myAdviceKitText {
	background-image: url(/Sites/advicekit/Objects/_Images/akm_myadvicekit_icon.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding: 0px 0px 0px 15px;
}
a.myAdviceKitLink, a.myAdviceKitLink:link, a.myAdviceKitLink:visited {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
a.myAdviceKitLink:hover {
	text-decoration: none;
	color: #A9092B;
}
/* Custom Styles */
.highlight {
	margin: 0px;
	padding: 5px;
	background-color: #EEEEEE;
	font-weight: bold;
	display: block;
}
.highlightAlternative {
	margin: 0px;
	padding: 5px;
	background-color: #B7F4FF;
	font-weight: bold;
	display: block;
}
.contentItemLeft {
	float: left;
}
.contentItemLeftMargin {
	margin-left: 160px;
}
.contentItemRight {
	text-align: right;
}
.contentRow {
	padding: 5px 0px 5px 0px;
}
.contentRowCenter {
	padding: 5px 0px 5px 0px;
	text-align: center;
}
.contentImage {
	margin: 5px;
}
.contentThumbnailImage {
	margin: 5px;
	float: right;
}

/* Advice Features */
div.home {
	margin-left: 190px;
}
div.home ul {
	margin-left: 15px;
}
div.home li {
	margin-bottom: 5px;
}
div.adviceFeaturesOuter {
	width: 185px;
	float: left;
	margin-right: 5px;
}
h2.adviceFeatures {
	background-color: #A9092B;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 100%;
	margin: 0px;
	padding: 5px;
}
div.adviceFeatures {
	background-color: #B7F4FF;
	border-top: solid 1px #2BB6D0;
	margin: 0px;
	padding: 5px;
	font-size: 90%;
	line-height: 1.2em;
}
div.adviceFeaturesFooter {
	background-image: url(/Sites/advicekit/Objects/_Images/akm_features_bg.gif);
	background-repeat: repeat-x;
	height: 40px;
	clear: left;
}
div.adviceFeatures p {
	margin-top: 5px;
	margin-bottom: 5px;
}
div.adviceFeatures img {
	float: left;
	border: solid 1px #000000;
	margin: 0px 5px 5px 0px;
}

div.adviceFeatures p {
	clear: left;
}
div.adviceFeatures p.link {
	clear: left;
	text-align: right;
	padding: 0px 20px 10px 0px;
}
div.adviceFeatures span.link {
	background-image: url(/Sites/advicekit/Objects/_Images/akm_page_menu_icon.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	padding: 0px 0px 0px 15px;
}
div.adviceFeatures a, div.adviceFeatures a:link, div.adviceFeatures a:visited {
	font-size: 110%;
	text-decoration: none;
	color: #A9092B;
}
div.adviceFeatures a:hover {
	text-decoration: none;
	color: #000000;
}

/* Feedback */
#feedback {
	margin: 10px 0px 0px 0px;
	text-align: center;
	font-size: 85%;
}
#feedback span.title {
	border-top: solid 1px #E1F6FD; 
	background-color: #E1F6FD; 
	color: #AA0A2B; 
	padding: 4px; 
	font-weight: bold;
}
#feedback span.body {
	border-top: solid 1px #E1F6FD; 
	padding: 4px; 
	color: #666666;
}
#feedback a {
	text-decoration: none;
}

/*
.contentHeading
{
	width: 100%;
	border-bottom: 1px dotted #999999;
	padding: 5px 0px 5px 0px;
}
*/
.contentHeadingLeft
{
	float: left;
	padding: 5px 0px 5px 0px;
}
.contentHeadingMiddle
{
	text-align: center;
	padding: 5px 0px 5px 0px;

}
.contentHeadingRight
{
	float: right;
	padding: 5px 0px 5px 0px;
}
.contentHeadingNoPadding
{
	width: 100%;
	/*border-bottom: 1px dotted #999999;*/

}

/* Browse Aloud */
div.browsealoud {
	font-size: 90%;
	line-height: 1.2em;
	margin-top: 20px;
	text-align: center;
}

/* Poll */
.poll {
	margin: 0 10px 0 10px;
	font-size: 85%;
}
.poll p {
	margin: 0;
	padding: 5px 0 5px 0;
}
.pollHeading {
	background-color: #000000;
	background-image: url(/Sites/advicekit/Objects/_Images/akm_menu_poll.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	margin: 0;
	padding: 5px 10px 5px 10px;
	font-size: 120%;
}
.poll .question {
	margin: 5px 0px 5px 0px;
}
.poll .option {
	margin: 0px;
}
.poll .option input {
	margin: 5px 2px 0px 0px;
}
.poll .option label {
	margin: 0px 0px 0px 0px;
}
.poll .resultBar {
	height: 10px;
	background-color: #DFA3B0;
	margin: 10px 0px 0px 0px;
	border: solid 1px #FFFFFF;
}
.poll .result {
	margin: 0px 0px 10px 0px;
}
.poll .result .percentage {

}
.poll .button {
	float: right;
}
.poll a, .poll a:link, .poll a:visited {
	color: #FFFFFF;
	font-weight: normal;
}
.poll a:hover {
	color: #000000;
}

/* Audio Advice */
#audioAdviceOuter {
	text-align: center;
border: solid 1px #000000;
width: 100%;
}
#audioAdvice {
	background-image: url(/Sites/advicekit/Objects/_Images/akm_audio_bg.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 80%;
	margin: auto;
	padding: 30px 0 10px 0;
	text-align: center;
	width: 420px;
}
#audioAdviceLinks {
	color: #A9092B;
	font-size: 80%;
	text-align: center;
}
#audioAdviceLinks a, #audioAdviceLinks a:link, #audioAdviceLinks a:visited {
	color: #A9092B;
	font-weight: normal;
	text-decoration: none;
}
#audioAdviceLinks a:hover {
	color: #000000;
}