/*
Many styling inconsistencies occur between browsers because browsers apply their own internal style sheet to HTML elements. These style sheets are very similar, but crucially they do differ. The most notable difference occurs with lists: Safari and Gecko-based browsers (such as Firefox) use padding-left to indent lists; Internet Explorer uses margin-left. Neither are right or wrong, they are just different. Because of this I’m forever making Ie behave like the others by using a rule like:
*/
/* ul {
    padding-left: 0;
    margin-left: 1em;
}
*/

hr {
	border: 0;
	width: 100%;
	color: #F0F7E7;
	background-color: #F0F7E7;
	height: 3px;
}

li { margin: 20px 0px -5px 20px;  padding: 0 0 0 20px;         }

ol { margin-top: 0; }

p_hold { margin: 0px; padding: 0px; }

ul {  padding: 5px 0 0 1em;  margin: -10px 0 0 0;   }

.box { border: thin solid #000066; }

.box_Green { border: thin solid #7B1C00; }

.box_light {
	background-position: center;
	text-align: center;
	border-top: 0px solid #FFFFFF;
	border-right: 1px solid #EEEEEE;
	border-bottom: 0px solid #FFFFFF;
	border-left: 1px solid #EEEEEE;
}

.box_shaded { border: thin solid #000066; background-color: #DDDDDD; }

.bulletblue {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}

.bulletyellow {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #7B1C00;
	text-decoration: none;
}

.bulletyellowOld {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFB20E;
	text-decoration: none;
}

.Caps_underlined_green {
	font-size: 12px;
	text-transform: uppercase;
	color: #7B1C00;
	text-decoration: underline;
	font-weight: bold;
}

.copy {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	line-height: 15px;
	text-align: justify;
}

.copy_inactive {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	line-height: 15px;
	background-color: #7B1C00;
}

.copy_reverse {
	font-family: Tahoma, Verdana, Arial;
	font-size: 8px;
	font-weight: bold;
	color: white;
	text-decoration: none
	text-decoration: none;
	padding-left: 5px;
	line-height: 15px;
	background-color: #009EDE;
	border: thick white 2;
}

.copy_small {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	color: #293033;
	text-decoration: none;
}

.copy_small_inactive {
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	font-style: normal;
	color: #293033;
	text-decoration: none;
	background-color: #7B1C00;
	margin-bottom: 2;
	margin-left: 2;
	margin-right: 2;
	margin-top: 2;
}

.copyblack {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	color: #293033;
	text-decoration: none;
	line-height: 15px;
}

.copyblue {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	color: #293033;
	text-decoration: none;
	line-height: 15px;
}

.copyeditorial {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	line-height: 15px;
}

.copygreen {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	color: #7B1C00;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
}

.copygreen_small {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	color: #7B1C00;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
}

.copygreen_smunder {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	color: #7B1C00;
	text-decoration: underline;
	line-height: 15px;
	font-weight: bold;
}

.copylinks {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 15px;
}

.copyred {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	color: #FF0000;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
}

.copyred_onyellow {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	color: #FF0000;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
	background-color: #FFFF00;
}

.copyred_small {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

.footnote {
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	font-style: normal;
	color: #293033;
	line-height: 15px;
}

.footnotegrey {
	font-family: Tahoma, Verdana, Arial;
	font-size: 6px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	line-height: 15px;
}

.heading1 {
	font-size: 28px;
	font-weight: normal;
	color: #7B1C00;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
}

.heading2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 20px;
	font-weight: normal;
	color: #7B1C00;
	text-decoration: none
	margin: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}

.heading2 a:link {
	font-family: Tahoma, Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
	color: #7B1C00;
	text-decoration: none;
}

.heading2_members {
	font-family: Tahoma, Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none
	margin: 10px;
	text-decoration: none;
	margin-bottom: 10px;
}

.heading2_reverse {
	font-family: Tahoma, Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/images/common/Menu_BG_180pxwide.gif);
}

.heading2_reverse a:link{
	font-family: Tahoma, Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/images/common/SOTB_Home_nav_bg.gif);
}

.heading3 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #7B1C00;
	text-decoration: none;
}

.heading3_dark {
	font-family: Tahoma, Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #0041B4;
	text-decoration: none;
}

.heading3 a:link {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #7B1C00;
	text-decoration: none;
}

.heading3_members {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.heading3_reverse {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/images/common/Menu_BG_180pxwide.gif);
}

.heading3_reverse a:link{
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/images/common/SOTB_Home_nav_bg.gif);
}

.heading4 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #009EDE;
	text-decoration: none;
}

.heading4_members {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.heading4_members_reverse {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.heading4_members_reverse a:link{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.heading5 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #7B1C00;
	text-decoration: none;
}

.heading5_reverse {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.heading5_reverse a:link{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.heading6 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #7B1C00;
	text-decoration: none;
}

.heading6_reverse {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.heading6_reverse a:link{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.headwhite {
	font-family: Tahoma, Verdana, Arial;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}

.headwhiteeditorial {
	font-family: Tahoma, Verdana, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}

.lightlyshaded { background-color: #F0F7E7; }

.links {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.links a:link {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.links a:visited {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}

.links a:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFB20E;
	text-decoration: none;
}

.links a:active {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFB20E;
	text-decoration: none;
}

.links_small {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}

.links_small a:link {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}

.links_small a:visited {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}

.links_small a:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFB20E;
	text-decoration: none;
}

.links_small a:active {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFB20E;
	text-decoration: none;
}

.links2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #7B1C00;
	; text-decoration: none;
}

.links2 a {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #7B1C00;
	; text-decoration: none;
}

.links2 a:link {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFB20E;
}

.links2 a:visited {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFB20E;
	text-decoration: none;
}

.links2 a:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFB20E;
	text-decoration: none;
}

.links2 a:active {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFB20E;
	text-decoration: none;
}

.links3 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.links3 a:link {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: inherit;
}

.links3 a:visited {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.links3 a:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFB20E;
	text-decoration: none;
}

.links3 a:active {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFB20E;
	text-decoration: underline;
}

.links3_green {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #7B1C00;
	text-decoration: none;
}

.links3_green a:link {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #7B1C00;
	text-decoration: none;
}

.links3_green a:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFB20E;
	text-decoration: underline;;
}

.linkslight {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #0000CC;
	text-decoration: none;
}

.linkslight a:link {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #0000CC;
	text-decoration: none;
}

.linkslight a:visited {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #0000CC;
	text-decoration: none;
}

.linkslight a:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #FFB20E;
	text-decoration: none;
}

.linkslight a:active {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #FFB20E;
	text-decoration: none;
}

.mandatory { background-color: #FFFF99; }

.menu {
	font-family: Tahoma, Verdana, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #7B1C00;
	text-decoration: none
	margin: 10px;
	text-decoration: none;
	padding-left: 10px;
	line-height: 25px;
}

.menu a:link {
	font-family: Tahoma, Verdana, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #7B1C00;
	text-decoration: none;
}

.menu a:visited {
	font-family: Tahoma, Verdana, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #7B1C00;
	text-decoration: none;
}

.menu a:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

.menu a:active {
	font-family: Tahoma, Verdana, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #7B1C00;
	text-decoration: none;
}

.menu_reverse {
	font-family: Tahoma, Verdana, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/images/common/Menu_BG_180pxwide.gif);
	text-indent: 5px;
	padding-left: 10px;
	line-height: 25px;
}

.menu_reverse a:link{
	font-family: Tahoma, Verdana, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/images/common/SOTB_Home_nav_bg.gif);
}

.menu_sub1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #5A6052;
	text-decoration: none;
	margin: 10px;
	text-decoration: none;
	line-height: 20px;
	background-color: #E9F1DA;
	padding-left: 20px;
}

.menu_sub1 a:link {
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #5A6052;
	padding-left: 25px;
}

.menu_sub1_BG {
	font-family: Tahoma, Verdana, Arial;
	text-decoration: none;
	text-decoration: none;
	background-color: #E9F1DA;
}

.menu_sub1_reverse {
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	color: #5A6052;
	text-decoration: none;
	line-height: 20px;
	background-color: #BFD492;
	font-size: 12px;
	padding-left: 30px;
	margin: 10px;
}

.menu_sub1_reverse a:link{
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/images/common/SOTB_Home_nav_bg.gif);
}

.menu_sub2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ACB09F;
	text-decoration: none
	margin: 10px;
	text-decoration: none;
	padding-left: 40px;
	line-height: 18px;
}

.menu_sub2 a:link {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #ACB09F;
	text-decoration: none;
}

.menu_sub2_reverse {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: ACB09F;
	text-decoration: none;
	padding-left: 40px;
	line-height: 18px;
	background-color: #BFD492;
}

.menu_sub2_reverse a:link{
	font-family: Tahoma, Verdana, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/images/common/SOTB_Home_nav_bg.gif);
}

.padding_1 { padding-top: 5px; }

.platform_links {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #7B1C00;
	text-decoration: underline;
}

.platform_links a:link {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #7B1C00;
	text-decoration: underline;
}

.platform_links a:visited {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #7B1C00;
	text-decoration: underline;
}

.platform_links a:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFB20E;
	text-decoration: none;
}

.platform_links a:active {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFB20E;
	text-decoration: underline;
}

.quote {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	font-style: italic;
	color: #0000CC;
	text-decoration: none;
	line-height: 17px;
}
.quote_text {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #2f4f4f;
	text-decoration: none;
	font: italic;
}
.quote_author {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #2F4F4F;
	text-decoration: none;
	line-height: 16px;
}
.quote_title {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #2F4F4F;
	text-decoration: none;
}

.rightjustified_wraparound {
	background-position: right top;
	vertical-align: top;
	display: block;
	text-align: right;
	white-space: normal;
	text-indent: 100%;
	float: right;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.search {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

.sitemap {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	color: #293033;
	line-height: 15px;
}

.sitemapblack {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	line-height: 15px;
}

.subheads {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
	line-height: 16px;
}

.subsub {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
}

.subsubblack {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	line-height: 15px;
	font-weight: bold;
}

.subsubblack_small {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	line-height: 15px;
	font-weight: bold;
}

.subsubblue {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	color: #0000CC;
	line-height: 15px;
	font-weight: bold;
}

.text_black {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
}

.text_black_spread {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
	margin-bottom: 10px;
	padding-bottom: 0px;
	margin-left: 30px;
	margin-top: 10px;
}

.text_green {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 15px;
	color: #7B1C00;
}

.text_grey {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 15px;
	color: #8C8C8C;
}

.text_greydark {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
}

.vertical_line_light {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #F0F7E7;
}

/*Main menu*/
#menu{ width: 180px; font-size: 0.9em; margin: 0 0 10px 0; }

#menu li{
	padding: 0 0 0 0;
	margin: 5px 0 1px 0;
	line-height: 36px;
	list-style: none;
}

#menu ul{ padding: 0; margin: 0; }

#menu ul li .over{
	line-height: 3.0em !Important;
	width: 179px !important;
	height: 30px !important; /*Button Height */
	background: transparent url(/images/tsol-button-over.jpg) no-repeat fixed 0 0 !important;
	display: block !important;
	padding: 5px 0 0 0px !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

#menu ul li a{
	line-height: 2.0em;
	width: 179px;
	height: 30px;
	background: transparent url(/images/tsol-button.jpg) no-repeat scroll 0 0;
	display: block;
	padding: 5px 0 0 0px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#menu ul li a:hover{
	line-height: 2.0em;
	width: 179px;
	height: 30px;
	background: transparent url(/images/tsol-button-over.jpg) no-repeat scroll 0 0;
	display: block;
	padding: 5px 0 0 0px;
	color: #FFFFFF;
	text-decoration: none;
}


/*Ask TSOL Button 1*/
#button1{ width: 300px; font-size: 0.9em; margin: 100pk 0 0 50pk;    }

#button1 li{
	padding: 100pk 0 0 50pk;
	line-height: 30px;
	list-style: none;
}

#button1 ul{  margin: -100pk; }

#button1 ul li .over{
	line-height: 1.2em !Important; /* height of each text line */
	width: 500px !important;
	background: transparent url(../images/button-ask1-over.jpg) no-repeat fixed 0 0 !important;
	display: block !important;
	padding: 100pk 0 0 50pk !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

#button1 ul li a{
	line-height: 1.2em;
	width: 500px;
	height: 100px;
	background: transparent url(../images/button-ask1.jpg) no-repeat scroll 0 0;
	display: block;
	padding: 100pk 0 0 0;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

#button1 ul li a:hover{
	line-height: 1.2em;
	width: 500px;
	height: 100px;
	background: transparent url(../images/button-ask1-over.jpg) no-repeat scroll 0 0;
	display: block;
	padding: 0 0 0 0;
	color: #FFFFFF;
	text-decoration: none;
	}

/* -------------------------- Red Button */

/*Ask TSOL Button 1*/
#button2{ width: 300px; font-size: 1.5em; margin: 100pk 0 0 50pk;    }

#button2 li{
	padding: 100pk 0 0 50pk;
	line-height: 30px;
	list-style: none;
}

#button2 ul{  margin: -100pk; }

#button2 ul li .over{
	line-height: 1.2em !Important; /* height of each text line */
	width: 500px !important;
	background: transparent url(../images/button-ask2-over.jpg) no-repeat fixed 0 0 !important;
	display: block !important;
	padding: 100pk 0 0 50pk !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

#button2 ul li a{
	line-height: 1.2em;
	width: 500px;
	height: 100px;
	background: transparent url(../images/button-ask2.jpg) no-repeat scroll 0 0;
	display: block;
	padding: 100pk 0 0 0;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

#button2 ul li a:hover{
	line-height: 1.2em;
	width: 500px;
	height: 100px;
	background: transparent url(../images/button-ask2-over.jpg) no-repeat scroll 0 0;
	display: block;
	padding: 0 0 0 0;
	color: #FFFFFF;
	text-decoration: none;
	}

	
	/* -------------------------- Smaller Red Button */

/*Ask TSOL Button 1*/
#button3{ width: 300px; font-size: 1.5em; margin: 100pk 0 0 50pk;    }

#button3 li{
	padding: 100pk 0 0 50pk;
	line-height: 30px;
	list-style: none;
}

#button3 ul{  margin: -100pk; }

#button3 ul li .over{
	line-height: 1.2em !Important; /* height of each text line */
	width: 400px !important;
	background: transparent url(../images/button-ask3-over.jpg) no-repeat fixed 0 0 !important;
	display: block !important;
	padding: 100pk 0 0 50pk !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

#button3 ul li a{
	line-height: 1.2em;
	width: 400px;
	height: 100px;
	background: transparent url(../images/button-ask3.jpg) no-repeat scroll 0 0;
	display: block;
	padding: 100pk 0 0 0;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

#button3 ul li a:hover{
	line-height: 1.2em;
	width: 400px;
	height: 100px;
	background: transparent url(../images/button-ask3-over.jpg) no-repeat scroll 0 0;
	display: block;
	padding: 0 0 0 0;
	color: #FFFFFF;
	text-decoration: none;
	}
