@font-face {
    font-family: 'avenir_55roman';
    src: url('avenir-roman-webfont.eot');
    src: url('avenir-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('avenir-roman-webfont.woff') format('woff'),
         url('avenir-roman-webfont.ttf') format('truetype'),
         url('avenir-roman-webfont.svg#avenir_55roman') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'avenir_45_bookregular';
    src: url('avenir-book-webfont.eot');
    src: url('avenir-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('avenir-book-webfont.woff') format('woff'),
         url('avenir-book-webfont.ttf') format('truetype'),
         url('avenir-book-webfont.svg#avenir_45_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'avenir_35_lightregular';
    src: url('avenir-light-webfont.eot');
    src: url('avenir-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('avenir-light-webfont.woff') format('woff'),
         url('avenir-light-webfont.ttf') format('truetype'),
         url('avenir-light-webfont.svg#avenir_35_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@charset "utf-8";
/* resets and overrrides */
*{
 margin: 0px;
 padding: 0px;
 }
img { border: none; }

.clear {
	clear:both;
}
/* Custom fonts */

/* Font Styles*/

a {
	color: #005dab;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
.Treb30Blk {
	color: #000;
	font-family: 'avenir_55roman', Arial, Helvetica, sans-serif;
	font-size: 30px;
	display: block;
	margin-bottom: 10px;
}
.Treb30Blk strong {
	font-weight: normal;
}

.Treb20Blue {
	color: #F09100;
	font-family: 'avenir_55roman', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	display: block;
	margin-bottom: 10px;
	line-height: 24px;
	font-weight: normal;
}
.Treb20Blue strong {
	font-weight: normal;
}

strong {
	font-weight: bold;
}

#content_title {
	width: 676px;
	margin-left: 28px;
	padding-top: 25px;
	padding-bottom: 5px;
	border-bottom: solid 1px #549ad4;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000;
	line-height: normal;
	display: block;
}
.colorLtBlue {
	color:#5794c9;
}
#content_body li{
	color: #333;
	list-style-position: outside;
	margin-left: 30px;

}
#content_body li li {
	color: #333;
	list-style-position: outside;
	margin-left: 25px;
}
#content_body2 li li {
	color: #333;
	list-style-position: outside;
	margin-left: 25px;
}


#subpage_headerlinks{
	float: right;
	color: #fff;
	padding-right: 19px;
	padding-top: 8px;
	text-align: right;
	width: 600px;
}
#subpage_headerlinks a{
	color: #EEF5FB;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
}
#subpage_headerlinks a:hover{
	color:#fff;
}

/* Structure Tags */
#privacyPolicy {
	width:940px;
	text-align:right;
	padding-right:20px;
	margin-right:auto;
	margin-left:auto;
}

body {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 13px;
	line-height: 18px;
}
.bold {
	font-weight: bold;
	color: #000;
}

#navbar {
	width: 948px;
	height: 39px;
	padding: 0 9px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-y;
	background-position: center;
	line-height: 39px;
}
#navbar  a.navleft {
	font-family: 'avenir_45_bookregular', "Trebuchet MS", Arial, Helvetica, sans-serif;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	 border-top-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
	border-bottom-left-radius: 7px;
}

#navbar a {
	color: #fff;
	border-right: #FFF solid 1px;
	display: block;
	height: 39px;
	text-align: center;
	vertical-align: middle;
	float: left;
	font-family: 'avenir_45_bookregular', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	background: #5895c9; /* Old browsers */
	background: -moz-linear-gradient(top,  #5895c9 0%, #3d81bb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, 		color-stop(0%,#5895c9), color-stop(100%,#3d81bb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5895c9 0%,#3d81bb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5895c9 0%,#3d81bb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5895c9 0%,#3d81bb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5895c9 0%,#3d81bb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5895c9', endColorstr='#3d81bb',GradientType=0 ); /* IE6-9 */

}
#navbar a:hover {
	text-decoration:none;
background: #66ade9; /* Old browsers */
background: -moz-linear-gradient(top,  #66ade9 1%, #4796d9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#66ade9), color-stop(100%,#4796d9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #66ade9 1%,#4796d9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #66ade9 1%,#4796d9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #66ade9 1%,#4796d9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #66ade9 1%,#4796d9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ade9', endColorstr='#4796d9',GradientType=0 ); /* IE6-9 */


}
#navbar a.LtBlueEnd{
	color: #fff;
	border-right:none;
	display: block;
	height: 39px;
	text-align: center;
	vertical-align: middle;
	float: left;
	font-family: 'avenir_45_bookregular', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	background: #5895c9; /* Old browsers */
	background: -moz-linear-gradient(top,  #5895c9 0%, #3d81bb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, 		color-stop(0%,#5895c9), color-stop(100%,#3d81bb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5895c9 0%,#3d81bb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5895c9 0%,#3d81bb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5895c9 0%,#3d81bb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5895c9 0%,#3d81bb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5895c9', endColorstr='#3d81bb',GradientType=0 ); /* IE6-9 */
	-moz-border-radius-toprightt: 7px;
	-webkit-border-top-right-radius: 7px;
	 border-top-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
#navbar a.LtBlueEnd:hover{
	background: #66ade9; /* Old browsers */
background: -moz-linear-gradient(top,  #66ade9 1%, #4796d9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#66ade9), color-stop(100%,#4796d9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #66ade9 1%,#4796d9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #66ade9 1%,#4796d9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #66ade9 1%,#4796d9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #66ade9 1%,#4796d9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ade9', endColorstr='#4796d9',GradientType=0 ); /* IE6-9 */
}
#navbar a.signup {
	color:#fff;
	border-right:none;
	float:right;
	Background:#3c6e9c; /* Old browsers */
-moz-border-radius-topright: 11px;
-webkit-border-top-right-radius: 11px;
border-top-right-radius: 11px;
-moz-border-radius-bottomright: 11px;
-webkit-border-bottom-right-radius: 11px;
border-bottom-right-radius: 11px;
background: -moz-linear-gradient(top,  #4279ab 1%, #325c81 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4279ab), color-stop(100%,#325c81)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4279ab 1%,#325c81 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4279ab 1%,#325c81 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4279ab 1%,#325c81 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4279ab 1%,#325c81 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4279ab', endColorstr='#325c81',GradientType=0 ); /* IE6-9 */

}
#navbar a.signup:hover {
	Background:#3c6e9c; /* Old browsers */
background: -moz-linear-gradient(top,  #4e8dc7 1%, #3a6c98 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4e8dc7), color-stop(100%,#3a6c98)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4e8dc7 1%,#3a6c98 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4e8dc7 1%,#3a6c98 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4e8dc7 1%,#3a6c98 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4e8dc7 1%,#3a6c98 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e8dc7', endColorstr='#3a6c98',GradientType=0 ); /* IE6-9 */

}


#hm_headerDiv {
	width: 966px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../../images/home_hdr.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#subpg_headerDiv {
	width: 966px;
	height: 112px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../../images/subpg_hdr.png);
	background-repeat: no-repeat;
	background-position: center;
}
#leftsupport {
	width: 210px;
	margin-right: 8px;
	float: left;
	margin-top:16px;
	clear:left;
	padding-left:11px;
	padding-right:11px;
	border:1px solid #dedede;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	-webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.34);
	-moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.34);
	box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.34);
	background: rgb(250, 250, 250);
	background: -moz-linear-gradient(90deg, rgb(250, 250, 250) 90%, rgb(234, 234, 234) 100%);
	background: -webkit-linear-gradient(90deg, rgb(250, 250, 250) 90%, rgb(234, 234, 234) 100%);
	background: -o-linear-gradient(90deg, rgb(250, 250, 250) 90%, rgb(234, 234, 234) 100%);
	background: -ms-linear-gradient(90deg, rgb(250, 250, 250) 90%, rgb(234, 234, 234) 100%);
	background: linear-gradient(180deg, rgb(250, 250, 250) 90%, rgb(234, 234, 234) 100%);
}
#leftsupport h6{
	color:orange;
	font-size:15px;
}

#subnav {
	width: 232px;
	margin-right: 8px;
	float: left;
	border:1px solid #dedede;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	-webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.34);
	-moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.34);
	box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.34);
	background: rgb(250, 250, 250);
	background: -moz-linear-gradient(90deg, rgb(250, 250, 250) 90%, rgb(234, 234, 234) 100%);
	background: -webkit-linear-gradient(90deg, rgb(250, 250, 250) 90%, rgb(234, 234, 234) 100%);
	background: -o-linear-gradient(90deg, rgb(250, 250, 250) 90%, rgb(234, 234, 234) 100%);
	background: -ms-linear-gradient(90deg, rgb(250, 250, 250) 90%, rgb(234, 234, 234) 100%);
	background: linear-gradient(180deg, rgb(250, 250, 250) 90%, rgb(234, 234, 234) 100%);
}
#subnav_hdr {
	width: 215px;
	height: 35px;
	font-family: 'avenir_55roman', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #000;
	padding-top: 25px;
	padding-left: 15px;
}
#subnav_body {
	width: 230px;
	min-height: 300px;
}
#subnav_body li {
	list-style-image: url(../../images/snavbullet_off.png);
	list-style-position: outside;
	padding-top: 5px;
	margin-left: 25px;
}
#subnav_body li:hover {
	margin-left: 30px;
	list-style-position: outside;
	list-style-image: url(../../images/snavbullet_on.png);
}


#subnav_body a{
	font-family: 'avenir_55roman', "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 205px;
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	padding-bottom: 5px;
	color: #000;
	
}
#subnav_body a:hover{
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	padding-bottom: 5px;
	text-decoration: underline;
	color: orange;
	
}

#subnav_body a:hover span{
	color:#000;
	
}
#subnav_body div a{
	width:400px;
	font-size:13px;
	padding:4px 5px 4px 15px;
}
#subnav_body div li{
	list-style-position: inside;
	list-style-type: circle;
	color: #333;
}
#subnav_body div a:hover{
	width:400px;
	border-top:none;
	border-bottom:none;
	font-size:13px;
	padding:4px 5px 4px 15px;
}
#subnav_ftr {
	width: 232px;
	background-repeat: no-repeat;
	background-position: top;
	height: 16px;
}
.snavddm {
	background: #FFF;
	border: #CCCCCC solid 1px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(25, 25, 25, .37);
	box-shadow: 0px 0px 12px 0px rgba(25, 25, 25, .37);
	position: absolute;
	left: 150px;
	top: -27px;
	color: #FFF;
	z-index: 10;
	visibility: hidden;
	padding: 5px 0px 10px 0px;

}
.snavddm a{
	padding:5px;
	color:#333;
	text-decoration:none;
	display:block;
	line-height:25;
	font-size:13px;
}
.snavddm a:hover{
	background:#fff;
	border-top:#fff solid 1px;
	border-bottom:#fff solid 1px;
	color:#333;
	text-decoration:underline;
}
#content {
	width: 948px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 9px;
	padding-left: 9px;
}

#content_body_container {
	float: right;
	width: 704px;
	min-height: 800px;
	border:1px solid #dedede;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	-webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.34);
	-moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.34);
	box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.34);
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 90%, rgb(241, 241, 241) 100%);
	background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 90%, rgb(241, 241, 241) 100%);
	background: -o-linear-gradient(90deg, rgb(255, 255, 255) 90%, rgb(241, 241, 241) 100%);
	background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 90%, rgb(241, 241, 241) 100%);
	background: linear-gradient(180deg, rgb(255, 255, 255) 90%, rgb(241, 241, 241) 100%);
}
#content_body {
	float: right;
	width: 650px;
	padding:16px 26px 16px 28px;
	display:block;
}
#content_body2 {
	float: left;
	padding-top: 16px;
	padding-left: 28px;
	width: 295px;
}
#content_bodypic {
	float: right;
	text-align: right;
}


#hm_groupVignettes {
	width: 948px;
	postiion: relative;
	background-image: url(../../images/Hm_group_bgs.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 128px;
}
#footer {
	width: 650px;
	height: 143px;
	padding-right: 28px;
	padding-left: 9px;
	position: relative;
	clear: right;
	text-align: right;
	float: right;
	padding-top: 10px;
}
#footer a{
	color:#115fa2;
}
#footerlink1 {
	position: absolute;
	left: 798px;
	top: 10px;
	width: 149px;
	height: 31px;
	z-index: 1;
	background-image: url(../../images/footer_icons.png);
	background-position: -790px -10px;
	text-align: center;
	vertical-align: top;
	padding-top: 43px;
}
#footerlink1:hover {
	background-position: -790px -104px;
	text-decoration:underline
}
#footerlink2 {
	position: absolute;
	left: 610px;
	top: 10px;
	width: 179px;
	height: 31px;
	z-index: 2;
	background-image: url(../../images/footer_icons.png);
	background-repeat: no-repeat;
	background-position: -618px -10px;
	text-align: center;
	vertical-align: top;
	padding-top: 43px;
}
#footerlink2:hover {
	background-position: -618px -104px;
	text-decoration:underline
}
#footerlink3 {
	position: absolute;
	left: 396px;
	top: 10px;
	width: 213px;
	height: 31px;
	z-index: 3;
	background-image: url(../../images/footer_icons.png);
	background-repeat: no-repeat;
	background-position: -416px -10px;
	text-align: center;
	vertical-align: top;
	padding-top: 43px;
}
#footerlink4 {
	position: absolute;
	left: 190px;
	top: 10px;
	width: 201px;
	height: 31px;
	z-index: 4;
	background-image: url(../../images/footer_icons.png);
	background-repeat: no-repeat;
	background-position: -220px -10px;
	text-align: center;
	vertical-align: top;
	padding-top: 43px;
}
#hm_largeGroups {
	width: 266px;
	height: 126px;
	float: right;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 10px;
}
#hm_smallGroups {
	width: 269px;
	height: 126px;
	float: right;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 10px;
}
#hm_individuals {
	width: 256px;
	height: 126px;
	float: right;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 10px;
}
.paddingLR_16 {
	padding-left:16px;
	padding-right:16px;
}
.Smallerheading {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #555;
}
.mediumheading {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #555;
}
#calloutBox {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: #efefef;
	padding: 10px;
}
#calloutBoxLargeText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #333;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background-color: #efefef;
	padding: 10px;
	line-height: 32px;
	margin-right: auto;
	margin-left: auto;
}

.tablecell_light_blue {
	font-weight: bold;
	color: #000;
	background-color: #9CF;
	padding: 10px;
	text-align: left;
}
.tablecell_dark_header {
	font-weight: bold;
	color: #FFF;
	background-color: #005dab;
	padding: 10px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.tableGrey1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #f1f1f1;
	padding: 10px;
}
.tableGrey2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #e5e5e5;
	padding: 10px;
}
.darkblue {
	color: #0061AA;
	font-weight: bold;
}

.redbold {
	font-weight: bold;
	color: #E2383F;
}
#formfield {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-left: 16px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
#button{
	position:relative;	
}
#homecontent {
	margin-top:16px;
	border:1px solid #dedede;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	-webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.34);
	-moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.34);
	box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.34);
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 90%, rgb(241, 241, 241) 100%);
	background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 90%, rgb(241, 241, 241) 100%);
	background: -o-linear-gradient(90deg, rgb(255, 255, 255) 90%, rgb(241, 241, 241) 100%);
	background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 90%, rgb(241, 241, 241) 100%);
	background: linear-gradient(180deg, rgb(255, 255, 255) 90%, rgb(241, 241, 241) 100%);
}


#button a{
	position: relative;
	z-index: 30;
	display: block;
	/* Rounded Corners */
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	/* Dropshadow */
	-webkit-box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.75);
	box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.75);
	font-family: "avenir_55roman", "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	width: auto;
	color: #444;
	text-align: center;
	text-decoration: none;
	background: #fbf9f8; /* Old browsers */
	background: -moz-linear-gradient(top, #fbf9f8 0%, #ebe4de 50%, #d3c4b7 52%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbf9f8), color-stop(50%,#ebe4de), color-stop(52%,#d3c4b7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fbf9f8 0%,#ebe4de 50%,#d3c4b7 52%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fbf9f8 0%,#ebe4de 50%,#d3c4b7 52%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fbf9f8 0%,#ebe4de 50%,#d3c4b7 52%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fbf9f8 0%,#ebe4de 50%,#d3c4b7 52%,#ffffff 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf9f8', endColorstr='#ffffff',GradientType=0 );
	margin: 10px 10px 10px 10px;
	background-color: #09F;
	background-position: bottom;
	border: solid 1px #ccc;
	padding-bottom: 11px;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 10px;
}
#button a:hover{
background: #ffdaaa; /* Old browsers */
background: -moz-linear-gradient(top,  #ffdaaa 3%, #ffc16b 4%, #ffb13d 50%, #ff9400 51%, #ff9b05 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#ffdaaa), color-stop(4%,#ffc16b), color-stop(50%,#ffb13d), color-stop(51%,#ff9400), color-stop(100%,#ff9b05)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffdaaa 3%,#ffc16b 4%,#ffb13d 50%,#ff9400 51%,#ff9b05 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffdaaa 3%,#ffc16b 4%,#ffb13d 50%,#ff9400 51%,#ff9b05 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffdaaa 3%,#ffc16b 4%,#ffb13d 50%,#ff9400 51%,#ff9b05 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffdaaa 3%,#ffc16b 4%,#ffb13d 50%,#ff9400 51%,#ff9b05 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdaaa', endColorstr='#ff9b05',GradientType=0 ); /* IE6-9 */

color: #fff;
border: 1px solid #c07d2d;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}
h1 {
	font-weight: normal;
}
h2 {
	font-weight: normal;
}
h3 {
	font-weight: normal;
}
