body {
	font-size: 12px;
	                     /* for linux/wine */
	font-family: Tahoma, "Wine Tahoma Regular", Verdana, "Trebuchet MS", sans-serif;
	/* shadows on left, right, and bottom edges only */
	-webkit-box-shadow: inset 0 -50px 50px -40px #bbb, inset 50px 0 50px -40px #bbb, inset -50px 0 50px -40px #bbb;
	-moz-box-shadow: inset 0 -50px 50px -40px #bbb, inset 50px 0 50px -40px #bbb, inset -50px 0 50px -40px #bbb;
	box-shadow: inset 0 -50px 50px -40px #bbb, inset 50px 0 50px -40px #bbb, inset -50px 0 50px -40px #bbb;
	-webkit-text-size-adjust: 100%;
	}
a {
	font-weight: 700;
	color: #4a6c9a;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

/* --------------------------------------- header -- */

#header {
	width: 960px;
	margin: 0 auto;
	}
	
#header_utility {
	float: right;
	background-color: #254574;
	background-image: url('../pagelayoutimages/texture_header_utility.png');
	background-repeat: repeat-x;
	background-position: 0 50%;
	border-bottom: 3px solid #e8ae02;
	}
#header_utility > .border {
	padding: 1em;
	border-bottom: 1px dashed #fff;
	}
#header_utility a {
	color: #fff;
	}
#header_utility a:first-child {
	color: #f8c52b;
	}
	
#header_utility a.on {
	color: #f8c52b;
	}	
	
#header_utility span {
	display: inline-block;
	padding: 0 0.3em;
	color: #003d72;
	}
	
#logo {
	float: left;
	}
#logo a {
	display: block;
	padding: 2em 0;
	}
#logo img {
	display: block;
	max-width: 100%;
	}
	
#header_tools {
	padding-top: 1.0em;
	float: right;
	text-align: right;
	}
	
.header_contactus {
	float: left;
	text-align: center;
	font-size: 1.0em;
	font-weight: 400;
	color: #666;
	padding-bottom: 1.0em;
	}			
	
#header_mobile {
	display: none;
	}
#create_account {
	float: left;
	font-size: 14px;
}
#create_account a {
color: #ce0837;

}
#header_search form, #header_login form {
	clear: left;
	float: right;
	}
#header_search form > input, #header_login form > input {
	display: block;
	width: 200px;
	height: 2.2em;
	float: left;
	padding-left: 10px;
	line-height: 2.2em;
	background-color: #c7c7c7;
	margin: none;
	border: none;
	/* override default iOS styles */
	-webkit-appearance: none !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	}
#header_search button, #header_login button {
	display: block;
	height: 2.35em;
	line-height: 2.35em;
	float: left;
	margin: none;
	border: none;
	border-left: 1px dashed #fff;
	background-color: #5474a3;
	cursor: pointer;
	}
#header_search button div, #header_login button div {
	width: 2em;
	height: 2.2em;
	line-height: 2.2em;
	position: relative;
	}
#header_search button span, #header_login button span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	left: 45%;
	top: 0.6em;
	color: #fff;
	border-width: 0.5em 0 0.5em 0.5em;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	}
#header_search a, #header_login a {
	display: block;
	padding: 0.4em 0;
	font-size: 0.85em;
	font-weight: 400;
	color: #666;
	}
#header_search .links, #header_login .links {
	clear: both;
	}
	
#header_search form > input {
	color: #fff;
	background-color: #5474a3;
	}
#header_search input::-webkit-input-placeholder {
	color: #fff;
	}
#header_search input:-moz-placeholder {
	color: #fff;
	}
#header_search input::placeholder {
	color: #fff;
	}
#header_search input:placeholder {
	color: #fff;
	}
	
#header_login {
	clear: right;
	}
#header_login h5 {
	text-align: left;
	font-size: 1.1em;
	padding: 0 0 0.2em;
	font-family: Rokkitt, serif;
	font-weight: 700;
	color: #597195;
	}
#header_login button {
	background-color: #c7c7c7;
	}
#header_login form > input:first-child {
	margin-right: 1.5em;
	}
#header_login button span {
	border-color: transparent transparent transparent #5474a3;
	}
#header_login .links {
	width: 256px;
	float: right;
	clear: both;
	text-align: left;
	}

#header_login .links_loggedin {
	width: 256px;
	float: right;
	clear: both;
	text-align: right;
	}
	
#header_login .links_loggedin a {
display: inline;	
}
	
	
#header_login .links a:first-child {
	float: right;
	}
#header_login .links input[type="checkbox"] {
	display: block;
	float: left;
	}
	
	
#header_login .welcome {
	text-align: right;
	font-size: 1.5em;
	padding: 1em 0 0.2em;
	font-family: Rokkitt, serif;
	font-weight: 700;
	color: #597195;
}


	
	
/* ------------------------------------ nav -- */

#nav {
	clear: both;
	position: relative;
	z-index: 10;
	}
#nav > ul {
	background-color: #385b8d;
	}
#nav > ul > li {
	width: 120px;
	float: left;
	position: relative;
	}
#nav > ul > li > a {
	display: block;
	height: 3em;
	padding: 1.15em 0.1em 0;
	border-left: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
	line-height: 0.9em;
	font-family: Rokkitt, serif;
	font-size: 1.5em;
	font-weight: 400;
	color: #fff;
	background-image: url('../pagelayoutimages/texture_nav.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
	overflow: hidden;
	}
#nav > ul > li > a > div {
	float: left;
	position: relative;
	left: 50%;
	}
#nav > ul > li > a > div > div {
	float: left;
	position: relative;
	left: -50%;
	}
#nav > ul > li > a span {
	font-size: 0.85em;
	color: #c4dcff;
	}
#nav > ul > li:first-child > a {
	border-left: none;
	}
#nav > ul > li > a:hover {
	text-decoration: none;
	color: #f8c52b;
	}
#nav > ul > li > a:hover:first-line {
	color: #f8c52b;
	}
	
#nav > ul > li.current > a {
	color: #f9c600;
	}	
	
/* ------ secondary -- */

#nav div.secondary {
	width: 360px;
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	}
#nav > ul > li:hover div.secondary {
	display: block;
	}
#nav div.secondary > .arrow {
	width: 0;
	height: 0;
	position: absolute;
	left: 42px;
	top: -9px;
	border-width: 0 18px 9px;
	border-color: transparent transparent #fafafa;
	border-color: transparent transparent rgba(255,255,255,0.9);
	border-style: solid;
	}
#nav div.secondary > ul {
	padding: 2em 0 1em;
	border-top: 1px solid transparent;
	background-color: #fafafa;
	background-color: rgba(255,255,255,0.9);
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
	}
#nav div.secondary > ul > li {
	-webkit-break-inside: avoid-column;
	-moz-break-inside: avoid-column;
	break-inside: avoid-column;
	}
#nav > ul > li.last > div.secondary > ul {
	position: relative;
	left: -240px;
	}
#nav > ul > li.secondlast > div.secondary > ul {
	position: relative;
	left: -120px;
	}
#nav div.secondary > ul > li {
	width: 179px;
	float: left;
}
.csscolumns #nav div.secondary > ul > li {
	width: auto;
	float: none;
	}
#nav div.secondary > ul > li > a {
	display: block;
	padding: 0 4px 1.5em 12px;
	-webkit-break-inside: avoid-column;
	-moz-break-inside: avoid-column;
	break-inside: avoid-column;
	}
	

/* ------ tertiary -- */

#nav div.secondary > ul > li > ul {
	margin-top: -0.8em;
	padding-bottom: 0.8em;
	}
#nav div.secondary > ul > li > ul > li > a {
	display: block;
	font-size: 0.9em;
	font-weight: 400;
	color: #777;
	padding: 0 1em 0.8em 2em;
	}
	
/* ------------------------------------ general content stuff -- */

#body_bounds {
	width: 960px;
	margin: 0 auto;
	}
	
.ad1, .ad1 a, .ad1 img {
	display: block;
	width: 728px;
	height: 90px;
	}
.ad2, .ad2 a, .ad2 img {
	display: block;
	width: 180px;
	height: 150px;
	}
	
.datelist .title_bar {
	padding: 0.3em 0;
	border-bottom: 1px dashed #9a9a9a;
	}
.datelist .title_bar h3 {
	font-family: Rokkitt, serif;
	font-size: 1.7em;
	font-weight: 400;
	color: #ce0837;
	}
.datelist > ul > li > a {
	display: block;
	padding: 1.5em 0;
	border-bottom: 1px solid #9a9a9a;
	font-weight: 400;
	color: #666;
	}
.datelist > ul > li > a:hover {
	text-decoration: none;
	}
.datelist > ul > li > a:hover .title h4 {
	text-decoration: underline;
	}
.datelist .date {
	float: left;
	padding: 0 1em 0 0;
	margin: 0 1em 0 0;
	border-right: 1px dashed #7a7a7a;
	}

		
.joblist .title_bar {
	padding: 0.3em 0;
	border-bottom: 1px dashed #9a9a9a;
	}
.joblist .title_bar h3 {
	font-family: Rokkitt, serif;
	font-size: 1.7em;
	font-weight: 400;
	color: #ce0837;
	}
.joblist .title_bar h3 a {
	display: inline-block;
	padding: 0 1em;
	font-family: Rokkitt, serif;
	font-size: 0.9em;
	color: #bbb;
	}
.joblist > ul > li > a {
	display: block;
	padding: 1.5em 0;
	border-bottom: 1px solid #9a9a9a;
	font-weight: 400;
	color: #666;
	}
.joblist > ul > li > a:hover {
	text-decoration: none;
	}
.joblist > ul > li > a:hover .title h4 {
	text-decoration: underline;
	}
.joblist .date {
	float: left;
	padding: 0 1em 0 0;
	margin: 0 1em 0 0;
	border-right: 1px dashed #7a7a7a;
	}
	
.joblist .title {
	padding: 0 0 0 0;
	}
.joblist .title h4 {
	padding: 0 0 0.3em 0;
	color: #4c6c9b;
	}
.joblist .summary {
	clear: left;
	padding: 0.5em 0 0 0;
	line-height: 1.4em;
	}
.joblist a.button {
	display: block;
	padding: 0.4em 0.8em 0.3em;
	margin: 1.8em 0 0 0.8em;
	float: left;
	font-family: Rokkitt, serif;
	font-size: 1.3em;
	font-weight: 400;
	color: #fff;
	background-color: #4c6c9b;
	}
.joblist a.button:hover {
	text-decoration: none;
	}
.joblist a.button.two {
	background-color: #daa400;	
	float: right;
	}
.joblist .button .arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.3em;
	border-width: 0.25em 0 0.25em 0.25em;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	}	
	
	
.ISMMagList .ISM_cover_image {
float: left;
margin-right: 40px;
}

.ISMMagList .title_bar {
	padding: 0.3em 0;
	border-bottom: 1px dashed #9a9a9a;
	}
.ISMMagList .title_bar h3 {
	font-family: Rokkitt, serif;
	font-size: 1.7em;
	font-weight: 400;
	color: #ce0837;
	}
.ISMMagList .title_bar h3 a {
	display: inline-block;
	padding: 0 1em;
	font-family: Rokkitt, serif;
	font-size: 0.9em;
	color: #bbb;
	}
.ISMMagList > ul > li > a {
	display: block;
	padding: 1.5em 0 3.0em 0;
	border-bottom: 1px solid #9a9a9a;
	font-weight: 400;
	color: #666;
	}
.ISMMagList > ul > li > a:hover {
	text-decoration: none;
	}
.ISMMagList > ul > li > a:hover .title h4 {
	text-decoration: underline;
	}
.ISMMagList .date {
	float: left;
	padding: 0 1em 0 0;
	margin: 0 1em 0 0;
	border-right: 1px dashed #7a7a7a;
	}
	
.ISMMagList .title {
	padding: 0 0 0 0;
	}
.ISMMagList .title h4 {
	padding: 10px 0 0.3em 0;
	color: #4c6c9b;
	}
.ISMMagList .summary {
	padding: 0.5em 0 0 0;
	line-height: 1.4em;
	}
.ISMMagList a.button {
	display: block;
	padding: 0.4em 0.8em 0.3em;
	margin: 1.8em 0 0 0.8em;
	float: left;
	font-family: Rokkitt, serif;
	font-size: 1.3em;
	font-weight: 400;
	color: #fff;
	background-color: #4c6c9b;
	}
.ISMMagList a.button:hover {
	text-decoration: none;
	}
.ISMMagList a.button.two {
	background-color: #daa400;	
	float: right;
	}
.ISMMagList a.button .arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.3em;
	border-width: 0.25em 0 0.25em 0.25em;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	}	


	
.memberlist .title_bar {
	padding: 0.3em 0;
	border-bottom: 1px dashed #9a9a9a;
	}
.memberlist .title_bar h3 {
	font-family: Rokkitt, serif;
	font-size: 1.7em;
	font-weight: 400;
	color: #ce0837;
	margin-bottom: 10px;
	}
	.memberlist .title_bar h3 a {
	display: inline-block;
	padding: .7em 1em;
	font-family: Rokkitt, serif;
	font-size: 0.9em;
	color: #fff;
	background: #daa400;
	}
	
		
.memberlist .title_bar2 {
	padding: 0.3em 0;
	}
.memberlist .title_bar2 h3 {
	font-family: Rokkitt, serif;
	font-size: 1.7em;
	font-weight: 400;
	color: #ce0837;
	margin-bottom: 10px;
	}
	.memberlist .title_bar2 h3 a {
	display: inline-block;
	padding: .7em 1em;
	font-family: Rokkitt, serif;
	font-size: 0.9em;
	color: #fff;
	background: #daa400;
	}
	
	
.memberlist > ul > li > a {
	display: block;
	padding: 1.5em 0;
	border-bottom: 1px solid #9a9a9a;
	font-weight: 400;
	color: #666;
	font-size: 1.2em;
	}
.memberlist > ul > li > a:hover {
	text-decoration: none;
	}
.memberlist > ul > li > a:hover .title h4 {
	text-decoration: underline;
	}
.memberlist .date {
	float: left;
	padding: 0 1em 0 0;
	margin: 0 1em 0 0;
	border-right: 1px dashed #7a7a7a;
	}
	
.toolslist .title_bar {
	padding: 0.3em 0;
	border-bottom: 1px dashed #9a9a9a;
	}
.toolslist .title_bar h3 {
	font-family: Rokkitt, serif;
	font-size: 1.7em;
	font-weight: 400;
	color: #ce0837;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 0;
	}
.toolslist .title_bar h3 a {
	display: inline-block;
	margin: 0 0 0 -1em;
	font-family: Rokkitt, serif;
	font-size: 0.9em;
	color: #bbb;
	}
.toolslist > ul > li > a {
	display: block;
	padding: 1.5em 0;
	border-bottom: 1px solid #9a9a9a;
	font-weight: 400;
	color: #666;
	}
.toolslist > ul > li > a:hover {
	text-decoration: none;
	}
.toolslist > ul > li > a:hover .title h4 {
	text-decoration: underline;
	}
.toolslist .date {
	float: left;
	padding: 0 1em 0 0;
	margin: 0 1em 0 0;
	border-right: 1px dashed #7a7a7a;
	}	
	
  .toolslist .title h4 {
	padding: 0 0 0.3em 0;
	color: #4c6c9b;
	}
	
	.toolslist .summary {
	
	padding: 0.5em 0 0 0;
	line-height: 1.4em;
	}

	
.csstransforms .datelist .date {
	padding-right: 2.2em;
	position: relative;
	}
.datelist .date h5 {
	display: inline;
	font-family: Rokkitt, serif;
	font-size: 3em;
	font-weight: 400;
	color: #ce0837;
	}
.csstransforms .datelist .date h5 {
	display: block;
	padding: 0.1em 0 0 0;
	}
.datelist .date h6 {
	display: inline;
	vertical-align: baseline;
	font-weight: 700;
	color: #4c6c9b;
	}
.csstransforms .datelist .date h6 {
	display: block;
	position: absolute;
	right: 0.2em;
	top: 0.8em;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	}
.datelist .title {
	padding: 0 0 0 1em;
	min-height: 3.4em;
	}
.datelist .title h4 {
	padding: 0 0 0.3em 0;
	color: #4c6c9b;
	}
	
.datelist .title_no_date {
	padding: 0 0 0 0;
	min-height: 3.4em;
	}
	
	.datelist .title_no_date h4 {
	padding: 0 0 0.3em 0;
	color: #4c6c9b;
	}
	
.datelist .summary {
	padding: 0.5em 0 0 0;
	line-height: 1.4em;
	}
	
.content_box_1 h3 {
	padding: 0.3em 0.5em 0.2em;
	border-bottom: 1px dashed #fff;
	font-family: Rokkitt, serif;
	font-size: 1.6em;
	font-weight: 400;
	color: #fff;
	background-color: #4c6c9b;
	}
.content_box_1 .content {
	background-color: #e3e3e3;
	padding: 0.8em;
	}
.content_box_1 .content h4 a {
	display: block;
	padding: 0.3em 0 1.4em;
	line-height: 1.2em;
	}
.content_box_1 .content p, .content_box_1 .content li {
	line-height: 1.4em;
	}
.content_box_1 .content ul.prices {
	padding: 1.8em 2em 0 0;
	float: left;
	}
.content_box_1 .content ul.prices span.one {
	display: inline-block;
	width: 9em;
	}
.content_box_1 .content ul.prices span.highlight {
	color: #ee1a30;
	}
.content_box_1 .content a.button {
	display: block;
	padding: 0.4em 0.8em 0.3em;
	margin: 1.8em 0 0 0.8em;
	float: right;
	font-family: Rokkitt, serif;
	font-size: 1.3em;
	font-weight: 400;
	color: #fff;
	background-color: #4c6c9b;
	}
.content_box_1 .content a.button:hover {
	text-decoration: none;
	}
.content_box_1 .content a.button.two {
	background-color: #daa400;	
	float: right;
	}
.content_box_1 .content .button .arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.3em;
	border-width: 0.25em 0 0.25em 0.25em;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	}
	
.content_box_1.related ul li{
    list-style-type:none;
}
	
.content_box_1.related ul li a {
	display: block;
	font-weight: 400;
	padding: 0.3em 0.8em;
	}
	
.content_box_1.related .interest_profile a {
	display: block;
	font-weight: 400;
	font-style: italic;
	padding: 0.3em 0.8em;
	}	
	
	
	.content_box_1 .content ul li {
	padding: 0 1em 1.2em 0;
	}	
	

.content_box_2 h3 {
	padding: 0.5em;
	font-size: 1.7em;
	font-family: Rokkitt, serif;
	font-weight: 400;
	color: #fff;
	background-color: #ce0837;
	}
.content_box_2 h3 span {
	font-size: 0.55em;
	display: block;
	font-family: Tahoma, "Wine Tahoma Regular", Verdana, "Trebuchet MS", sans-serif;
	font-weight: 700;
	color: #d3d3d3;
	}
.content_box_2 .content {
	padding: 0.8em 0.8em 1.4em;
	border-width: 0 1px 1px;
	border-style: dashed;
	border-color: #ce0837;
	}
.content_box_2 .content, .content_box_2 .content > ul {
	line-height: 1.4em;
	}
.content_box_2 .content h4 {
	color: #0062b9;
	}
.content_box_2 + .content_box_2 {
	margin-top: 3em;
	}
.content_box_2 a.more {
	display: block;
	float: right;
	margin: 0.5em -0.7em -1.1em 0;
	padding: 0.5em 0.8em;
	font-family: Rokkitt, serif;
	font-size: 1.3em;
	color: #fff;
	background-color: #ce0837;
	}
	
.content_box_2.color_2 h3, .content_box_2.color_2 a.more {
	background-color: #daa501;
	}
.content_box_2.color_2 .content {
	border-color: #daa501;
	}
.content_box_2.color_2 h3 span {
	color: #886602;
	}
	
/*	.content_box_2 .content ul li {
	padding: 0 1em 1.2em 0;
	}	*/
	
.content_box_2 .content a.button {
	display: block;
	padding: 0.4em 0.8em 0.3em;
	margin: 1.8em 0 0 0.8em;
	float: right;
	font-family: Rokkitt, serif;
	font-size: 1.3em;
	font-weight: 400;
	color: #fff;
	background-color: #4c6c9b;
	}
.content_box_2 .content a.button:hover {
	text-decoration: none;
	}
.content_box_2 .content a.button.two {
	background-color: #daa400;	
	float: right;
	}
.content_box_2 .content .button .arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.3em;
	border-width: 0.25em 0 0.25em 0.25em;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	}
		
	
	
.content_box_3 h3 {
	padding: 0.5em 0 0.5em 0;
	font-size: 1.7em;
	font-family: Rokkitt, serif;
	font-weight: 400;
	color: #555;
	background-color: #fff;
	}
.content_box_3 h3 span {
	font-size: 0.55em;
	display: block;
	font-family: Tahoma, "Wine Tahoma Regular", Verdana, "Trebuchet MS", sans-serif;
	font-weight: 700;
	color: #d3d3d3;
	}
.content_box_3 .content {
	margin-top: 30px;
	padding: 0.8em 0.8em 1.4em;
	border-width: 1px 1px 1px 1px;
	border-style: dashed;
	border-color: #ce0837;
	}
.content_box_3 .content, .content_box_3 .content > ul,  {
	line-height: 1.4em;
	}
	
.content_box_3 .content ul li {
	padding: 0 1em 1.2em 0;
	}	
	
.content_box_3 .content p {
margin-bottom: 10px;	
	line-height: 1.4em;
}
	
.content_box_3 .content h4 {
	color: #0062b9;
	}
.content_box_3 + .content_box_2 {
	margin-top: 3em;
	}
.content_box_3 a.more {
	display: block;
	float: right;
	margin: 0.5em -0.7em -1.1em 0;
	padding: 0.5em 0.8em;
	font-family: Rokkitt, serif;
	font-size: 1.3em;
	color: #fff;
	background-color: #ce0837;
	}
	
.content_box_3.color_3 h3, .content_box_2.color_2 a.more {
	background-color: #daa501;
	}
.content_box_3.color_3 .content {
	border-color: #daa501;
	}
.content_box_3.color_3 h3 span {
	color: #886602;
	}
	
	.content_box_3 .content a.button {
	display: block;
	padding: 0.4em 0.8em 0.3em;
	margin: 1.8em 0 0 0.8em;
	float: right;
	font-family: Rokkitt, serif;
	font-size: 1.3em;
	font-weight: 400;
	color: #fff;
	background-color: #4c6c9b;
	}
.content_box_3 .content a.button:hover {
	text-decoration: none;
	}
.content_box_3 .content a.button.two {
	background-color: #daa400;	
	float: right;
	}
.content_box_3 .content .button .arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.3em;
	border-width: 0.25em 0 0.25em 0.25em;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	}
	
	
	
.bookmark_title {
color: #4c6c9b;
font-size: 1.4em;
margin-bottom: 20px;
}	
	
	
.formatted_content {
	line-height: 1.4em;
	color: #444;
	}
	
.formatted_content p {
	padding-bottom: 1.4em;
}
	
 .formatted_content ol, .formatted_content ul {
	padding-bottom: 1.4em;
	padding-left: 3em;
	}
	
.formatted_content ul li 	{
	list-style-type: square;
	}
.formatted_content h1, .formatted_content h2, .formatted_content h3, .formatted_content h4, .formatted_content h5, .formatted_content h6 {
	font-family: Rokkitt, serif;
	/* color: #4b6d9d; */
	color: #d00032;
	}
.formatted_content h1 {
	font-size: 2em;
	padding-bottom: 0.4em;
	}
.formatted_content h2 {
	font-size: 1.8em;
	padding-bottom: 0.6em;
	}
.formatted_content h3 {
	font-size: 1.6em;
	padding-bottom: 0.8em;
	}
.formatted_content h4 {
	font-size: 1.4em;
	padding-bottom: 1em;
	}
.formatted_content h5 {
	font-size: 1.3em;
	padding-bottom: 1.1em;
	}
.formatted_content h6 {
	font-size: 1.2em;
	padding-bottom: 1.2em;
	}
		
	
/* ------------------------------------ homepage feature -- */

#home_feature_container, #landing_feature_container, #detail_feature_container {
	position: relative;
	z-index: 1;
	}
#background_stripe {
	width: 100%;
	height: 200px;
	position: absolute;
	left: 0;
	top: 0;
	border-bottom: 3px solid #e8af00;
	background-color: #375a8d;
	background-image: url('../pagelayoutimages/texture_home_large.jpg');
	background-repeat: repeat-x;
	background-position: 0 50%;
	-webkit-box-shadow: 0 4px 5px -3px #777;
	-moz-box-shadow: 0 4px 5px -3px #777;
	box-shadow: 0 4px 5px -3px #777;
	z-index: 0;
	}

#home_feature_container .content, #landing_feature_container .content, #detail_feature_container .content {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	}
#home_feature_container .content > h2, #landing_feature_container .content > h2, #detail_feature_container .content > h2 {
	padding: 0.8em 0 0.6em;
	text-align: center;
	font-family: Rokkitt, serif;
	font-size: 1.6em;
	font-weight: 400;
	color: #f8c52b;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	}
#home_feature_container .content > h2 span, #landing_feature_container .content > h2 span, #detail_feature_container .content > h2 span {
	position: relative;
	top: -0.2em;
	font-size: 0.6em;
	font-weight: 400;
	letter-spacing: 0.2em;
	color: #a1bbe2;
	}
	
#home_feature {
	height: 350px;
	border: 3px solid #e8af00;
	background-color: #e8af00;
	}
#home_feature > h3 {
	display: none;
	}
	
#home_feature .navigation {
	width: 470px;
	height: 350px;
	float: left;
	overflow: auto;
	background-color: #eee;
	}	
#home_feature .navigation .item {
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	}
#home_feature .navigation .item > a {
	display: block;
	padding: 1em;
	border-bottom: 1px solid #888;
	border-top: 1px solid #e0e0e0;
	font-weight: 400;
	background-color: #d3d3d3;
	}
#home_feature .navigation .item > a:hover {
	text-decoration: none;
	}
#home_feature .navigation .item a.current {
	background-color: #193868;
	}
#home_feature .navigation .item img {
	display: block;
	float: left;
	max-width: 60px;
	max-height: 60px;
	border: 1px solid #333;
	}
#home_feature .navigation .item h3, #home_feature .navigation .item p {
	margin-left: 76px; 
	}
#home_feature .navigation .item h3 {
	padding-bottom: 0.2em;
	font-family: Rokkitt, serif;
	font-size: 1.6em;
	font-weight: 400;
	text-shadow: 0 1px 0 rgba(255,255,255,0.3);
	}
#home_feature .navigation .item a.current h3 {
	color: #e8af00;
	text-shadow: none;
	}
#home_feature .navigation .item p {
	color: #555;
	padding-bottom: 0.2em;
	}
#home_feature .navigation .item a.current p {
	color: #fafafa;
	}
	
	
#home_feature .images {
	width: 480px;
	height: 350px;
	float: right;
	background-color: #222;
	position: relative;
	overflow: hidden;
	}
#home_feature .images a {
	display: block;
	width: 480px;
	height: 350px;
	position: absolute;
	left: 0;
	top: 0;
	}
#home_feature .images a img {
	max-width: 480px;
	max-height: 350px;
	}
	
/* ------------------------------------ homepage content -- */
	
#body_bounds.home {
	padding: 2em 0 4em;
	}


.home .column1 {
	width: 610px;
	float: left;
	}
.home .column2 {
	margin-left: 645px;
	}
	
#home_featured_product {
	padding-top: 3em;
	}
#home_featured_product .content a.image {
	display: block;
	max-width: 40%;
	margin-left: 2em;
	float: right;
	}
#home_featured_product .content .image img {
	display: block;
	max-width: 100%;
	}
	
#home_term .content h4 {
	text-transform: uppercase;
	}
	
#home_careers {
	background-color: #4c6c9b;
	margin-top: 3em;
	}
#home_careers > a {
	display: block;
	width: 3.5em;
	padding: 0.4em;
	float: right;
	text-align: center;
	font-family: Rokkitt, serif;
	font-size: 	1.3em;
	font-weight: 400;
	color: #666;
	background-color: #d3d3d3;
	}
#home_careers > a .arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.1em;
	border-width: 0.25em 0 0.25em 0.25em;
	border-color: transparent transparent transparent #4c6c9b;
	border-style: solid;
	}
#home_careers h3 {
	padding: 0.5em;
	font-size: 1.7em;
	font-family: Rokkitt, serif;
	font-weight: 400;
	color: #fff;
	}
#home_careers h3 span {
	font-size: 0.55em;
	display: block;
	font-family: Tahoma, "Wine Tahoma Regular", Verdana, "Trebuchet MS", sans-serif;
	font-weight: 700;
	color: #d3d3d3;
	}
	
#home_careers ul li {
	padding: 0 0.8em;
	}
#home_careers ul li a {
	display: block;
	padding: 0.8em 0;
	border-top: 1px dashed #fff;
	font-weight: 400;
	color: #fff;
	}
#home_careers ul li:first-child a {
	border-top: none;
	}
#home_careers ul li a:hover {
	text-decoration: none;
	}
#home_careers ul li a h4 {
	color: #f8c52b;
	padding-bottom: 0.3em;
	}
#home_careers ul li a:hover h4 {
	text-decoration: underline;
	}
	
#home_join {
	display: block;
	padding: 1em 0;
	margin-top: 3em;
	font-weight: 400;
	color: #fff;
	}
#home_join:hover {
	text-decoration: none;
	}
#home_join:hover .content p.last {
	text-decoration: underline;
	}
#home_join > div {
	position: relative;
	background-color: #7f7f7f;
	}
#home_join .content {
	height: 3.9em;
	padding: 0.8em 0.1em 0.8em 150px;
	line-height: 1.2em;
	overflow: hidden;
	}
#home_join img {
	display: block;
	border: 3px solid #7f7f7f;
	position: absolute;
	left: -4px;
	top: -7px;
	-webkit-transform: rotate(2.5deg);
	-moz-transform: rotate(2.5deg);
	-ms-transform: rotate(2.5deg);
	-o-transform: rotate(2.5deg);
	transform: rotate(2.5deg);
	}
#home_join h3 {
	padding: 0 0.2em;
	position: absolute;
	left: 74px;
	top: 6px;
	font-family: Rokkitt, serif;
	font-size: 35px;
	font-weight: 400;
	text-align: right;
	background-color: #3a3a3a;
	background-color: rgba(0,0,0,0.54);
	}
#home_join h3 span {
	display: block;
	font-size: 20px;
	color: #e8af00;
	line-height: 10px;
	padding-bottom: 6px;
	}
#home_join p.last {
	color: #f8c52b;
	}
#home_join p.last .arrow {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-width: 0.25em 0 0.25em 0.25em;
	border-color: transparent transparent transparent #f8c52b;
	border-style: solid;
	}

#home_ads {
	clear: both;
	}
#home_ads .ad1 {
	float: left;
	margin-top: 60px;
	}
#home_ads .ad2 {
	float: right;
	}

	
/* ------------------------------------ landing content -- */

#landing_feature {
	height: 190px;
	border: 3px solid #e8af00;
	background-color: #222;
	overflow: hidden;
	}
#landing_feature .photo1, #landing_feature .photo2, #landing_feature .photo3 {
	border-color: #e8af00;
	border-style: solid;
	overflow: hidden;
	}
#landing_feature .photo1 img, #landing_feature .photo2 img, #landing_feature .photo3 img {
	display: block;
	}
#landing_feature .photo1 {
	width: 540px;
	height: 190px;
	float: left;
	border-width: 0 3px 0 0;
	}
#landing_feature .photo2 {
	width: 130px;
	height: 93px;
	float: right;
	border-width: 0 0 3px 3px;
	}
#landing_feature .photo3 {
	width: 130px;
	height: 95px;
	float: right;
	clear: right;
	border-width: 0 0 0 3px;
	}
#landing_feature .headline {
	width: 278px;
	height: 190px;
	background-color: #dbdbdb;
	overflow: hidden;
	}
#landing_feature .headline h2 {
	padding: 0.5em 0.5em 0.3em;
	font-family: Rokkitt, serif;
	font-size: 2.4em;
	color: #ce0936;
	}
#landing_feature .headline p {
	padding: 0 1.4em;
	line-height: 1.3em;
	color: #555;
	}
	
#education_callout {
	background-color: #4c6c9b;
	margin-top: 3em;
	padding-bottom: 3em;
	line-height: 1.3em;
	float: left;
	}
	
#education_callout a.button {
	display: block;
	padding: 0.4em 0.8em 0.3em;
	margin: 1.8em 0.5em 0 0.8em;
	float: right;
	font-family: Rokkitt, serif;
	font-size: 1.3em;
	font-weight: 400;
	color: #fff;
	background-color: #4c6c9b;
	}
#education_callout a.button:hover {
	text-decoration: none;
	}
#education_callout a.button.two {
	background-color: #daa400;	
	float: right;
	}
#education_callout .button .arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.3em;
	border-width: 0.25em 0 0.25em 0.25em;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	}	
		
#education_callout h3 {
	padding: 0.5em;
	font-size: 1.6em;
	font-family: Rokkitt, serif;
	font-weight: 400;
	color: #fff;
	}
#education_callout h3 span {
	font-size: 0.55em;
	display: block;
	font-family: Tahoma, "Wine Tahoma Regular", Verdana, "Trebuchet MS", sans-serif;
	font-weight: 700;
	color: #d3d3d3;
	}
#education_callout ul li {
	padding: 0 0.8em;
	}
#education_callout ul li a {
	display: block;
	font-weight: 400;
	color: #fff;
	}
#education_callout ul li:first-child a {
	border-top: 1px dashed #fff;
	}
#education_callout ul li a:hover {
	text-decoration: none;
	}
#education_callout ul li a h4 {
	color: #f8c52b;
	padding: 15px 1em 17px 40px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	}
#education_callout ul li:last-child a h4 {
	padding-bottom: 23px;
	}
#education_callout ul li a:hover h4 {
	text-decoration: underline;
	}
	
#education_callout p {
	padding: 0 0.8em;
	color: #fff;
	}
#education_callout p a {
	display: block;
	font-weight: 400;
	color: #f8c52b;
	}	
	
.member_photo {
float: left;
margin: 0 10px 10px 10px;
}
	
.testimonial_clear {
margin: 25px 0 30px 0;
}

.testimonial_clear_cert {
clear: left;
margin: 10px 0 20px 0;
}
	
	
.member_testimonial {
/* margin-bottom: 40px; */
}
	
#activity_calendar .title_bar h3 a {
	display: inline-block;
	padding: 0 1em;
	font-family: Rokkitt, serif;
	font-size: 0.9em;
	color: #bbb;
	}
#activity_calendar .title_bar h3 a:first-child {
	margin-left: 0.5em;
	}
#activity_calendar .title_bar h3 a.current {
	color: #2c4d81;
	text-decoration: underline;
	}
	
	
#tools_resources_list .title_bar h3 a {
	display: inline-block;
	padding: 0 2em 0 0;
	font-family: Rokkitt, serif;
	font-size: 0.9em;
	color: #bbb;
	}
	
#tools_resources_list .title_bar h3 a:first-child {
	margin-left: 0;
	}
	
#tools_resources_list .title_bar h3 a.current {
	color: #2c4d81;
	text-decoration: underline;
	}	

	
#landing_featured_product {
	width: 420px;
	float: left;
	margin-top: 3em;
	}
#landing_featured_product .content ul.prices {
	padding: 1.8em 1em 0 0;
	}
#landing_featured_product .content a.button {
	margin: 1.8em 0 0 0.3em;
	}
	
#landing_featured_product .content ul.regularlist li {
	padding: 0 1em 1.2em 0;
	}	
	
#landing_featured_product .product_image {	 
float: left;
margin: 0 10px 10px 0;
}

.content_box_1 .product_image {
float: left;
margin: 0 10px 10px 0;
}

	
#landing_featured_cert {
	width: 230px;
	float: left;
	margin: 0 2.3em 3em 0;
	}	
		
#landing_featured_cert_last {
	width: 230px;
	float: left;
	margin: 0 0 3em 0;
	}			
	
#landing_ismadr {
	display: block;
	padding: 1em 0;
	margin: 2em 0 0 445px;
	font-weight: 400;
	color: #fff;
	}
#landing_ismadr:hover {
	text-decoration: none;
	}
#landing_ismadr:hover .content p.last {
	text-decoration: underline;
	}
#landing_ismadr > div {
	position: relative;
	}
#landing_ismadr .content {
	padding: 80px 0.7em 0.8em;
	margin-left: 30px;
	line-height: 1.3em;
	color: #eee;
	background-color: #7f7f7f;
	overflow: hidden;
	}
#landing_ismadr img {
	display: block;
	border: 3px solid #7f7f7f;
	position: absolute;
	left: -4px;
	top: -7px;
	-webkit-transform: rotate(2.5deg);
	-moz-transform: rotate(2.5deg);
	-ms-transform: rotate(2.5deg);
	-o-transform: rotate(2.5deg);
	transform: rotate(2.5deg);
	}
#landing_ismadr h3 {
	width: 246px;
	padding: 0 0 0 0.2em;
	position: absolute;
	left: 38px;
	top: 8px;
	font-family: Rokkitt, serif;
	font-size: 32px;
	font-weight: 400;
	background-color: #3a3a3a;
	background-color: rgba(0,0,0,0.54);
	}
#landing_ismadr h3 span {
	display: block;
	font-size: 20px;
	color: #e8af00;
	line-height: 10px;
	padding-bottom: 6px;
	}
#landing_ismadr p.last {
	color: #f8c52b;
	}
#landing_ismadr p.last .arrow {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-width: 0.25em 0 0.25em 0.25em;
	border-color: transparent transparent transparent #f8c52b;
	border-style: solid;
	}
	
	
#landing_feature_smaller {
	display: block;
	padding: 1em 0;
	margin: 2em 0 0 445px;
	font-weight: 400;
	color: #fff;
	}
#landing_feature_smaller:hover {
	text-decoration: none;
	}
#landing_feature_smaller:hover .content p.last {
	text-decoration: underline;
	}
#landing_feature_smaller > div {
	position: relative;
	}
#landing_feature_smaller .content {
	padding: 80px 0.7em 0.8em;
	margin-left: 30px;
	line-height: 1.3em;
	color: #eee;
	background-color: #7f7f7f;
	overflow: hidden;
	}
#landing_feature_smaller img {
	/* display: block;
	border: 3px solid #7f7f7f;
	position: absolute;
	left: -4px;
	top: -7px;
	-webkit-transform: rotate(2.5deg);
	-moz-transform: rotate(2.5deg);
	-ms-transform: rotate(2.5deg);
	-o-transform: rotate(2.5deg);
	transform: rotate(2.5deg); */
	}
#landing_feature_smaller h3 {
	width: 246px;
	padding: 0 0 0 0.2em;
	position: absolute;
	left: 38px;
	top: 8px;
	font-family: Rokkitt, serif;
	font-size: 32px;
	font-weight: 400;
	background-color: #3a3a3a;
	background-color: rgba(0,0,0,0.54);
	}
#landing_feature_smaller h3 span {
	display: block;
	font-size: 20px;
	color: #e8af00;
	line-height: 10px;
	padding-bottom: 6px;
	}
#landing_feature_smaller p.last {
	color: #f8c52b;
	}
#landing_feature_smaller p.last .arrow {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-width: 0.25em 0 0.25em 0.25em;
	border-color: transparent transparent transparent #f8c52b;
	border-style: solid;
	}
	
	
.interior_body .column2 .content_box_2 {
margin-left: 450px; margin-top:37px;
}
	

/* ------------------------------------ interior content -- */

#detail_feature_container, #detail_feature_container #background_stripe {
	height: 40px;
	}
#detail_feature_container .content > h2 {
	padding: 0.6em 0 0.5em;
	}

.interior_tools {
	padding: 1.5em 0 2em;
	}
.detail .interior_tools {
	padding: 2em 0;
	}
.interior_tools .breadcrumbs a {
	font-weight: 400;
	}
.interior_tools .breadcrumbs a:first-child {
	color: #555;
	}
.interior_tools .breadcrumbs span {
	color: #888;
	}
.interior_tools .share  {
	float: right;
	letter-spacing: 0.5em;
	}
	
.interior_body {
	position: relative;
	}
	
.interior .sidebar {
	width: 185px;
	float: left;
	}

#side_nav .content > ul > li > a {
	display: block;
	padding: 0.6em 1em;
	font-weight: 400;
	color: #555;
	}
	
#side_nav .content > ul > li > a.current {
	display: block;
	padding: 0.6em 1em;
	font-weight: 400;
	color: #ce0837;
	}
	
		
#side_nav .content > ul > li > ul > li > a {
	display: block;
	padding: 0.1em 0.6em 0.3em 2em;
	font-size: 0.9em;
	font-weight: 400;
	color: #777;
	}
	
#side_nav .content > ul > li > ul > li > a.current {
	display: block;
	padding: 0.1em 0.6em 0.3em 2em;
	font-size: 0.9em;
	font-weight: 400;
	color: #ce0837;
	}
	
	
.interior_body > .content {
	margin-left: 210px;
	width: 750px;
	/* establish new block formatting context */
	overflow: hidden;
	}
	
	
.alterrow {
background: #eee;	
}
	
	.detail .interior_body > .content > h3 {
	padding: 0.4em 0 0.2em;
	border-bottom: 1px dashed #244475;
	margin-bottom: 0.6em;
	font-family: Rokkitt, serif;
	font-size: 1.6em;
	color: #d10033;
	}
	
	
.detail .interior_body > .content > .title {
	padding: 0.4em 0 0.2em;
	border-bottom: 1px dashed #244475;
	margin-bottom: 0.6em;
	font-family: Rokkitt, serif;
	font-size: 1.6em;
	color: #d10033;
	}
.detail .interior_body .content .column1 {
	width: 500px;
	float: left;
	}
	
.detail .interior_body .content .column1_list {
	width: 100%;
	float: left;
	}	
	
.detail .interior_body .content .column1_list p, .detail .interior_body .content .column1_list li  {	
margin: 10px 0 10px 0;
line-height: 1.5em;
}


.detail .interior_body .content .column1_list table tr td {
padding: 10px;	
vertical-align: top;
}
	
.detail .interior_body .content .column2 {
	width: 220px;
	float: right;
	}
	
	
.my3boxes {
width: 100%;
float: left;
}
	
.interior_body > .content_account {
	margin-left: 0;
	}
	
	
.interior_body > .content_account > h3 {
	padding: 0.4em 0 0.2em;
	border-bottom: 1px dashed #244475;
	margin-bottom: 0.6em;
	font-family: Rokkitt, serif;
	font-size: 1.6em;
	color: #244475;
	}
	
.interior_body > .content_account > .title {
	padding: 0.4em 0 0.2em;
	border-bottom: 1px dashed #244475;
	margin-bottom: 0.6em;
	font-family: Rokkitt, serif;
	font-size: 1.6em;
	color: #244475;
	}
	
.detail .interior_body .content_account .column1 {
	width: 500px;
	float: left;
	}
.detail .interior_body .content_account .column2 {
	width: 220px;
	float: right;
	}	
	
.detail .interior_body > .content_account p, .detail .interior_body > .content_account ul li {
margin-top: 10px;
margin-bottom: 10px;
line-height: 1.5em;
}

.detail .interior_body > .content_account ul {
margin-left: 3em;
list-style: disc;
}

.content_account .content_box_1.related ul {
list-style: none;
margin-left: 0;	
}

.content_account .content_box_1.related ul li  {
list-style: none;
padding: 0.3em 0.4em;
margin-left: 0;
}



.detail .interior_body > .content p {
margin: 10px 0 10px 0;
line-height: 1.5em;
}
	
.detail .interior_body > .content_account table tr td {
vertical-align: middle;	
padding: 3px;
}
	
.detail .interior_body .share {
	padding: 0 0 1.5em 0;
	margin: 0.3em 0 0.5em 0;
	text-align: left;
	}
.detail .interior_body .share h5 {
	padding-bottom: 0.3em;
	font-size: 1.4em;
	font-family: Rokkitt, serif;
	color: #cb0935;
	}
.detail .interior_body .share > a {
	display: block;
	padding: 0.5em 0;
	font-weight: 400;
	}
	
	
.detail .interior_body .share .twitter-share-button {
padding: 15px 0 0 0;	
margin: 0;
}
	
.detail .interior_body .share .fb-like	{
padding: 15px 0 0 0;	
margin: 0;
}


/* search */

.outputarea {
float: right;
width: 70%;
font-size: 1.1em;
}

.outputarea h4 {
padding: 0.7em 0 0.1em 0;
color: #4c6c9b;
font-size: 1.8em;
fon-weight: normal;
font-family: Rokkitt, serif;
}

.result_item  {
margin-bottom: 1.6em;	
line-height: 1.3em;
}

.page-links a {
border: none;	
}

.tbottombox {
border-top: 1px dashed #244475;	
margin-top: 30px;
padding-top: 10px;
}

#search_topic {
width: 25%;
margin-top: 20px;
font-size: 1.1em;
}

#search_topic .content > ul {
margin-left: 0.8em; 
padding-left: 0;
}

#search_topic .content > ul > li {
display: block;
padding: 0.6em 0 0.6em 0;	
margin-left: 0;
}

#search_topic .content > ul > li > a {
	display: inline;
	padding: 0.6em 0.3em;
	font-weight: 400;
	color: #555;
	vertical-align: middle;
	}
	
#search_topic .content > ul > li > ul {
margin-left: 0;
padding-left: 0; 
width: 100%;
}
	
#search_topic .content > ul > li > ul > li > a {
	display: block;
	padding: 0.1em 0.6em 0.3em 0.5em;
	font-size: 0.9em;
	font-weight: 400;
	color: #777;
	}
	

ul.refinelist li {
list-style: none;	
}	
    
    .search_box_2 h3 {
	padding: 0.5em;
	font-size: 1.7em;
	font-family: Rokkitt, serif;
	font-weight: 400;
	color: #fff;
	background-color: #ce0837;
	}
.search_box_2 h3 span {
	font-size: 0.55em;
	display: block;
	font-family: Tahoma, "Wine Tahoma Regular", Verdana, "Trebuchet MS", sans-serif;
	font-weight: 700;
	color: #d3d3d3;
	}
.search_box_2 .content {
	padding: 0.8em 0.8em 1.4em;
	border-width: 0 1px 1px;
	border-style: dashed;
	border-color: #ce0837;
	}
.search_box_2 .content, .content_box_2 .content > ul {
	line-height: 1.4em;
	margin-bottom: 0.5em;
	}
.search_box_2 .content h4 {
	color: #4c6c9b;
	margin: 1em 0 0.3em 0;
	}
.search_box_2 + .content_box_2 {
	margin-top: 3em;
	}
.search_box_2 a.more {
	display: block;
	float: right;
	margin: 0.5em -0.7em -1.1em 0;
	padding: 0.5em 0.8em;
	font-family: Rokkitt, serif;
	font-size: 1.3em;
	color: #fff;
	background-color: #ce0837;
	}
	
.facet-clear img {
}
	

/*	.content_box_2 .content ul li {
	padding: 0 1em 1.2em 0;
	}	*/
	
.content_box_2 .content a.button {
	display: block;
	padding: 0.4em 0.8em 0.3em;
	margin: 1.8em 0 0 0.8em;
	float: right;
	font-family: Rokkitt, serif;
	font-size: 1.3em;
	font-weight: 400;
	color: #fff;
	background-color: #4c6c9b;
	}
.content_box_2 .content a.button:hover {
	text-decoration: none;
	}
.content_box_2 .content a.button.two {
	background-color: #daa400;	
	float: right;
	}
.content_box_2 .content .button .arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.3em;
	border-width: 0.25em 0 0.25em 0.25em;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	}
	
	
.content a.button {
	display: block;
	padding: 0.4em 0.9em 0.3em;
	margin: 0.8em 0 0.9em 0;
	float: left;
	font-family: Rokkitt, serif;
	font-size: 1.3em;
	font-weight: 400;
	color: #fff;
	background-color: #4c6c9b;
	}	
	
.content a.button:hover {
	text-decoration: none;
	}
.content a.button.two {
	background-color: #daa400;	
	}
.content .button .arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.3em;
	border-width: 0.25em 0 0.25em 0.25em;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	}
	
.dashed_content_line {
clear: left;
border-top: 1px dashed #9a9a9a;
margin-bottom: 10px;
}
		
.membership_type_image {
float: left;	
}

.membership_type_title {
float: left;
padding-top: 32px;
font-size: 1.1em;	
}

.membership_non_geo {
float: left;
width: 45%;
}

#selectstate {
float: left;
width: 237px;
margin-bottom: 20px;
}

#thestate {
margin: 0;
padding: 0;
font-size: 95%;
}

#thestate, #thestate ul { /* all lists */
		padding: 0;
		margin: 0 0 0 0;
		list-style: none;
		float: left;
}

#thestate li { /* all list items */
		position: relative;
		float: left;
		font-size: 95%;
  		font-weight: bold;
		padding: 0;
  		margin: 0;
		z-index: 1201;
		list-style: none;
}

#thestate li a:link, #thestate li a:visited, #thestate li a:active {
color: #ffffff; 
font-weight: bold; 
text-decoration: none;  
padding: 0;
display: block;
}

#thestate li a:hover {
color: #ffffff; 
font-weight: bold; 
text-decoration: none;  
padding: 0;
display: block;
}

#thestate li a.on:link, #thestate li a.on:visited, #thestate li a.on:active {
color: #ffffff;
background: #e38622;
font-weight: bold; 
text-decoration: none;  
padding: 0; 
display: block;
}

#thestate li a.on:hover {
color: #ffffff;
background: #e38622;
font-weight: bold; 
text-decoration: none;  
padding:  0; 
display: block;
}

#thestate li ul { /* second-level lists */
		position: absolute;
		left: -999em;
		width: 235px;
		padding: 0 0 5px 0;
		margin: 0 0 0 0;
		border-top: #cccccc solid 1px;
		border-right: #cccccc solid 1px;
		border-bottom: #cccccc solid 1px;
		border-left: #cccccc solid 1px;
		z-index: 1000;
		list-style: none;
		}		

#thestate li ul li {
		padding: 0;
		margin: 0;
		background-color: #ffffff;
		width: 235px;
		list-style: none;
		}		

#thestate li ul li a:link,  #thestate li ul li a:visited,  #thestate li ul li a:active {
  		color: #223051;
		background-color: #ffffff;
		font-size: 11px;
  		font-weight: bold;
		line-height: 14px;
		padding: 0 0 0 3px;
		margin: 0;
		text-align: left;
}
		
#thestate li ul li a:hover {
 		color: #ffffff;
		background: none;
		background-color: #D63348;
		font-size: 11px;
  		font-weight: bold;
		line-height: 14px;
		padding: 0 0 0 3px;
		margin: 0;
		text-align: left;
}

/* aligns the last navigation flyout right so it doesn't break out of the container */

#thestate li:hover ul.lastone {
    right: 0;
	padding: 0;
	}


#thestate li:hover ul ul, #thestate li.over ul ul, #thestate li.over ul ul ul {
	left: -999em;
}

#thestate li:hover ul, #thestate li li:hover ul, #thestate li.over ul, #thestate li li.over ul {
	left: auto;
	display: block;
}


/* Ratings and Reviews */

#rate .title h4 {
clear: both;
border-top: 1px dashed #244475;	
padding-top: 20px;
}

#rate {
overflow:hidden;
}

.ratinglabel {
color: #ce0837;
font-weight: 500;
padding: 5px 0 5px 0;
font-size: 1.1em;
}

#ratingsublabel {
margin-top: 5px;	
}

ul#starlist,
#starlist ul {
display: inline;
behavior: url('http://www.ism.ws/applications/CMSIncludes/IEFixes.htc');
margin-left: -30px;
}

#starlist:hover, #starlist.hover {
cursor: pointer;
}

#starlist li {
display: inline;
list-style-type: none;
}

#startext {
margin: 0 auto;
font-weight:bold;
}

#startitle {
margin: 0 auto;
font-weight:bold;
}

#ratingtitle {
margin: 0 auto;
font-weight:bold;
}

#ratinglist {
display: inline;
behavior: url('http://www.ism.ws/applications/CMSIncludes/IEFixes.htc');
margin-left: -30px;
}

#ratinglist li {
display: inline;
list-style-type: none;
}

#commentbox h2 {
font-size:1.1em;	
}

#ratings h2 {
font-size:1.1em;
}


#commentsubmit, #commentcancel {
	display: block;
	padding: 0.4em 0.8em 0.3em;
	margin: 1.8em 0 1.8em 0.8em;
	float: left;
	font-family: Rokkitt, serif;
	font-size: 1.3em;
	font-weight: 400;
	color: #fff;
	background-color: #4c6c9b;
	border: none;
}

.reviewitem { 
padding-top: 15px;
padding-bottom: 20px;
border-bottom: 1px dashed #244475;
}

.memberreviewer {
padding: 0 0 0 0;
margin: 0; 
font-style: italic;
}

.thereview {
padding: 10px 0 0 0;
}


.comment_buttons {
margin-top: 15px;	
}

.interior #home_ads {
	padding: 3em 0;
	clear: both;
}
	

/* Product styles from old site */

div#ProdDetailContainer { 
	width: 100%;
	} 
	
div#ProdDetailContainer hr { 
	border-top: 1px dashed #244475;	
	padding: 0 0 5px 0;
	} 
	

div#ProdDetailleftColumn {
 /* left column of home page floated left */
	width: 100%; /* width is 50% to take half of the page */
	/*height: 500px;*/}

div#ProdDetailrightColumn {
	float: right;  /* float this column right */
	width: 100%; /* % is less than 50% so there is extra space between the 2 columns.*/}
	
form.ProdDetailCart {
	float: right; 
	margin: 10px 25px 5px 5px; 
	padding: 3px 3px; 
	text-align:center;}
	
	
	.redText {
		color: rgb(199, 41, 33);
	}
	
div#ProdDetailContainer table tr td, div#ProdDetailContainer table tr th {
padding: 5px;	
}
	
	
	
/* TABLE STYLING FROM OLD SITE */

/* FOR INFORMATIONAL TABLES */
.titlerow {background-color: #4c6c9b; color: #FFFFFF; font-size: small; font-weight: bold; padding: 5px;}
.alterrow {background-color: #eeeeee;}
.closingrow {background-color: #eeeeee;}

th.f2 {
background-color: #4c6c9b; color: #FFFFFF; font-size: small; font-weight: bold; padding: 5px;
}


.line {
	border-bottom: 1px solid silver;
	/*font-size: 80%;*/
	padding: 5px;
	}
	
th.header, th.list {
	background-color: #edeeef;
	color: navy;
	font-weight : bold;
	font-variant : small-caps;
	/*border-top: 1px solid black;*/
	padding: 10px;}

th.searchHeader {
	background-color: #edeeef;
	color: black;
	font-weight: bold;
}
	
	
/* ------------------------------------ footer -- */

#footer {
	clear: both;
	}
	
#footer_nav {
	border-top: 1px solid #333;
	border-bottom: 1px solid #000;
	background-color: #436699;
	background-image: url('../pagelayoutimages/texture_home_large.jpg');
	background-repeat: repeat-x;
	background-position: 0 80%;
	}
#footer_nav ul {
	width: 960px;
	margin: 0 auto;
	}
#footer_nav ul li {
	width: 120px;
	height: 7em;
	float: left;
	position: relative;
	}
#footer_nav ul li a {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 1.5em 0.8em;
	font-family: Rokkitt, serif;
	font-size: 1.3em;
	font-weight: 400;
	color: #e8af00;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	}
#footer_nav ul li a:hover {
	color: #fff;
	text-decoration: none;
	}
#footer_content {
	padding-bottom: 3em;
	text-align: center;
	}
#footer_social {
	padding: 2em 0 0;
	}
#footer_content h5 a {
	display: block;
	padding: 1em;
	}
#footer_content p {
	color: #666;
	}
#footer_utility a {
	display: inline-block;
	padding: 0.8em 0.6em;
	font-weight: 400;
	}
#footer_utility span {
	color: #666;
	}
	

	
/*---------------------- Tablet Layout ---------------------------*/

@media only screen and (max-width: 991px) {

body {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}

/* ------------------------------------ header and nav - tablet -- */

#header, #home_feature_container .content, #body_bounds, #landing_feature_container .content, #detail_feature_container .content {
	width: 738px;
	}
#header_utility {
	float: none;
	width: 100%;
	text-align: center;
	}
#header_utility a {
	font-size: 0.9em;
	}
#header_tools {
	padding-top: 3.4em;
	}
	
#nav > ul > li {
	width: 92px;
	}
#nav > ul > li > a {
	font-size: 1.2em;
	}
#nav > ul > li:hover div.secondary {
	display: none;
	}
	
.external_banners {
display: none;	
}
	
/* ------------------------------------- homepage content - tablet -- */

.home .column1 {
	width: 460px;
	float: left;
	}
.home .column2 {
	margin-left: 495px;
	}

#home_feature {
	height: 286px;
	}
#home_feature .navigation {
	width: 337px;
	height: 286px;
	}
#home_feature .images {
	width: 392px;
	height: 286px;
	}
#home_feature .images a {
	display: block;
	width: 392px;
	height: 286px;
	position: absolute;
	left: 0;
	top: 0;
	}
#home_feature .images a img {
	max-width: 392px;
	max-height: 286px;
	}
	
#home_featured_product .content > div {
	clear: right;
	}
	
#home_join .content {
	padding-left: 120px;
	}
#home_join .content p.last {
	display: none;
	}
#home_join h3 {
	left: 46px;
	}
	
#home_ads .ad1 {
	float: none;
	margin-left: 5px;
	}
#home_ads .ad2 {
	float: none;
	margin: 20px 0 0 279px;
	}
	
/* ------------------------------------ landing content - tablet -- */

#background_stripe {
	height: 150px;
	}
#landing_feature {
	height: 120px;
	}
#landing_feature .photo1 {
	width: 340px;
	height: 120px;
	}
#landing_feature .photo2, #landing_feature .photo3 {
	display: none;
	}
#landing_feature .headline {
	width: 389px;
	height: 120px;
	}
#landing_feature .headline h2 {
	padding: 0.3em 0.5em 0.15em;
	font-family: Rokkitt, serif;
	font-size: 2.4em;
	color: #ce0936;
	}
#landing_feature .headline p {
	padding: 0 1.4em;
	line-height: 1.3em;
	color: #555;
	}

#activity_calendar .title_bar h3 > span {
	display: block;
	}
#activity_calendar .title_bar h3 a {
	padding: 1em 1em 1em 0;
	font-family: Rokkitt, serif;
	font-size: 0.8em;
	color: #bbb;
	}

#landing_featured_product {
	width: 300px;
	}
#landing_featured_product .content ul.prices {
	float: none;
	}
#landing_featured_product .content a.button {
	margin: 1.8em 1em 0 0;
	}
	
#landing_ismadr {;
	margin-left: 325px;
	}
#landing_ismadr .content {
	padding-top: 85px;
	}
#landing_ismadr h3 {
	width: 150px;
	}
#landing_ismadr h3 span {
	line-height: 15px;
	}
	
	
#landing_feature_smaller {
	margin-left: 300px;
	}
#landing_feature_smaller:hover {
	text-decoration: none;
	}
#landing_feature_smaller:hover .content p.last {
	text-decoration: underline;
	}
#landing_feature_smaller > div {
	position: relative;
	}
#landing_feature_smaller .content {
	padding-top: 85px;
	}

#landing_feature_smaller h3 {
	width: 175px;
	}
#landing_feature_smaller h3 span {
	line-height: 15px;
	}

#landing_featured_cert {
	width: auto;
	float: none;
	margin: 0 0 3em 0;
	}	
		
#landing_featured_cert_last {
	width: auto;
	float: none;
	margin: 0 0 3em 0;
	}		
	
	
.interior_body .column2 .content_box_2 {
margin-left: 320px; margin-top:37px;
}	
	
	
	
/* ------------------------------------ interior content - tablet -- */

.interior_tools {
	padding: 1.5em 0 2em;
	}
.interior_tools .breadcrumbs a {
	font-weight: 400;
	}
.interior_tools .breadcrumbs a:first-child {
	color: #555;
	}
.interior_tools .breadcrumbs span {
	color: #888;
	}
.interior_tools .share {
	float: right;
	letter-spacing: 0.5em;
	}
	
.interior_body > .content {
	width: 528px;
	}
	
.detail .interior_body .content .column1, .detail .interior_body .content .column2 {
	width: auto;
	float: none;
	}
	
.detail .interior_body .content_account .column2 {
	clear: both;
	width: auto;
	float: none;	
}
	

.outputarea {
float: none;
width: 90%;
margin: 0 1em 0 1em;
font-size: 1.1em;
}


#search_topic {
width: auto;
}


	
/* ------------------------------------ footer - tablet -- */

#footer_nav ul {
	width: 738px;
	}
#footer_nav ul li {
	width: 92px;
	}
#footer_nav ul li a {
	padding: 1.9em 0.4em;
	font-size: 1.2em;
	}

.ad_space_top {
display: none;	
}

}





/*---------------------- Mobile Layout ---------------------------*/

@media only screen and (max-width: 767px) {

#header_utility, #header_login, #header_search .links, #header_search button, #footer_nav, #landing_feature_container, .interior_tools .share, #detail_feature_container, .detail .interior_body .sidebar .content_box_2 + .content_box_2, .content_box_1.related .interest_profile a {
	display: none;
	}
	
/* ------------------------------------ header and nav - mobile -- */

#header {
	width: 100%;
	}
#logo {
	width: 115px;
	margin: 0 auto;
	float: none;
	}
#logo a {
	padding: 1em 0;
	}
	
#header_tools {
	float: none;
	text-align: left;
	padding: 0.5em;
	background-color: #c7c7c7;
	}
	
	#header_tools .header_contactus {
	display: none;	
	}		
	
#header_mobile {
	display: block;
	float: right;
	text-align: right;
	font-size: 1.0em;
	font-weight: 400;
	color: #666;
	padding-bottom: 1.0em;
	}
	

	
.header_mobile_login {
	display: block;
	float: right;
	padding: 0.5em 0.5em;
	}
#header_mobile .welcome {
	display: block;
	float: left;
	padding: 0.5em 0.5em;	
}
	
	
#header_mobile #nav_toggle {
	color: #be2749;
	}
#create_account {
		float: right;
		padding-top: 6px;
		font-size: 12px;
	}
#header_search form {
	width: auto;
	float: none;
	margin-right: 14em;
	}
#header_search form > input {
	width: 60%;
	background-color: #fff;
	color: #5474a5;
	}
#header_search input::-webkit-input-placeholder {
	color: #5474a5;
	}
#header_search input:-moz-placeholder {
	color: #5474a5;
	}
#header_search input::placeholder {
	color: #5474a5;
	}
#header_search input:placeholder {
	color: #5474a5;
	}
	
#nav > ul > li {
	width: 50%;
	}
#nav > ul > li > a {
	height: 1.8em;
	padding: 0.4em 1.4em;
	font-size: 1.6em;
	line-height: 0.8em;
	text-align: left;
	background-image: url('../pagelayoutimages/texture_header_utility.png');
	background-repeat: repeat-x;
	}
#nav > ul > li > a span {
	font-size: 0.8em;
	}
#nav > ul > li:first-child > a {
	border-left: 1px dashed #fff;
	}
#nav > ul > li:nth-child(2n-1) > a {
	border-left: none;
	}
	
#nav > ul > li > a > div, #nav > ul > li > a > div > div {
	float: none;
	left: 0;
	}
	
.external_banners {
display: none;	
}	
	
/* ------------------------------------ general content - mobile -- */

#body_bounds {
	clear: both;
	width: 100%;
	}

.datelist .title_bar h3 {
	padding: 0 0.4em;
	}
.datelist > ul > li > a {
	display: block;
	padding: 1.5em 0.8em;
	}
	
.outputarea {
float: none;
width: 90%;
margin: 0 1em 0 1em;
font-size: 1.1em;
}


#search_topic {
width: auto;
}	


	
	
/* ------------------------------------ homepage content - mobile -- */

#body_bounds.home {
	border-top: 10px solid #e8af00;
	padding-top: 2em;
	}
.home .column1 {
	width: 100%;
	float: none;
	}
.home .column2 {
	margin-left: 0;
	padding-top: 3em;
	}

#home_feature {
	width: 100%;
	height: auto;
	border: none;
	background-color: #fff;
	}
#home_feature > h3 {
	display: block;
	padding: 0.5em 0.6em 0.2em;
	border-bottom: 1px dashed #daa400;
	font-family: Rokkitt, serif;
	font-size: 1.7em;
	font-weight: 400;
	color: #be2749;
	}
#home_feature_container .content > h2 {
	padding-left: 1em;
	padding-right: 1em;
	}
#home_feature_container .content > h2 span {
	display: none;
	}
#home_feature_container .content {
	width: 100%;
	}
#home_feature .navigation {
	width: 100%;
	height: auto;
	background-color: #fff;
	overflow: visible;
	}
#home_feature .navigation .item a {
	background-color: #fff;
	border-top: none;
	}
#home_feature .images {
	display: none;
	}
#home_feature .navigation .item a.current {
	background-color: #fff;
	}
#home_feature .navigation .item a.current h3 {
	color: #4a6c9a;
	text-shadow: none;
	}
#home_feature .navigation .item a.current p {
	color: #555;
	}
	
#home_term .content {
	border-width: 0 0 1px;
	}
	
#home_join .content {
	padding-left: 150px;
	}
#home_join h3 {
	left: 74px;
	}
	
#home_ads {
	text-align: center;
	}
#home_ads .ad1 {
	display: none;
	}
#home_ads .ad2 {
	display: inline-block;
	margin: 0 0 0;
	}
	
	
/* ------------------------------------ landing content - mobile -- */

#activity_calendar .title_bar h3 {
	padding-bottom: 0.5em;
	}
#activity_calendar .title_bar h3 > span {
	padding: 0.5em 0.2em 0.2em;
	}
#activity_calendar .title_bar h3 a {
	padding: 0.5em;
	font-family: Tahoma, "Wine Tahoma Regular", Verdana, "Trebuchet MS", sans-serif;
	font-size: 0.6em;
	font-weight: 400;
	color: #999;
	}
	
#landing_ismadr {;
	width: 90%;
	margin-left: 5px;
	}
#landing_ismadr .content {
	padding-top: 85px;
	}
#landing_ismadr h3 {
	padding: 0.2em 0.3em;
	width: 78%;
	}
#landing_ismadr h3 span {
	line-height: 15px;
	}
	
#landing_featured_product {
	width: auto;
	float: none;
	margin-top: 3em;
	}	
	
#landing_feature_smaller {
	width: 90%;
	margin-left: 5px;
	}

#landing_feature_smaller .content {
	padding-top: 85px;
	}

#landing_feature_smaller h3 {
	padding: 0.2em 0.3em;
	width: 78%;
	}
#landing_feature_smaller h3 span {
	line-height: 15px;
	}
		
.interior_body .column2 .content_box_2 {
	clear: left;
	float: none;
	margin-left: 0; 
	margin-top:37px;
}	

.toolslist .title_bar {
padding: 0.5em 1.5em;	
}

.toolslist .title_bar h3 {
	margin: 0 auto 0 auto;
	font-family: Tahoma, "Wine Tahoma Regular", Verdana, "Trebuchet MS", sans-serif;
	font-size: 1.4em;
	font-weight: 400;
	color: #999;
	}
.toolslist .title_bar h3 a {
	margin: 0 auto 0 auto;
	font-family: Tahoma, "Wine Tahoma Regular", Verdana, "Trebuchet MS", sans-serif;
	font-size: 0.6em;
	font-weight: 400;
	color: #999;
	}
.toolslist > ul > li > a {
	padding: 1.5em 1.5em;
	}


.ISMMagList .title_bar {
	padding: 0.3em 1.5em;
	border-bottom: 1px dashed #9a9a9a;
	}
.ISMMagList .title_bar h3 {
	margin: 0 auto 0 auto;
	}
.ISMMagList .title_bar h3 a {
	margin: 0 auto 0 auto;
	}
.ISMMagList > ul > li > a {
	padding: 1.5em 1.5em;
	}
	
.joblist .title_bar {
padding: 1.5em 1.5em;	
}
	
.joblist .title_bar h3 {
	margin: 0 auto 0 auto;
	}
.joblist .title_bar h3 a {
	margin: 0 auto 0 auto;
	font-family: Tahoma, "Wine Tahoma Regular", Verdana, "Trebuchet MS", sans-serif;
	font-size: 0.6em;
	font-weight: 400;
	color: #999;
	}
.joblist > ul > li > a {
	padding: 1.5em 1.5em;
	}	
	
	
.ISMMagList .ISM_cover_image {
float: left;
margin-right: 10px;
}	

	
#education_callout {
	clear: both;
	margin-bottom: 20px;
	float: none;
	}

	
/* ------------------------------------ interior content - mobile -- */

.interior_tools {
	width: 95%;
	padding: 0.5em 0;
	margin: 0 auto;
	}

#side_nav > ul {
	border-width: 0 0 1px;
	border-color: #254574;
	}
#side_nav h3 {
	padding-left: 0.8em;
	background-color: #254574;
	background-image: url('../pagelayoutimages/texture_header_utility.png');
	background-repeat: repeat-x;
	background-position: 0 50%;
	}
#side_nav h3 span {
	display: none;
	}
	
.interior .sidebar {
	width: 100%;
	float: none;
	}

.interior_body > .content {
	margin-left: 0;
	width: 100%;
	}
	
.detail .interior_body > .content > .title {
	padding: 0.8em 15px 0.7em;	
	}
	
.interior_body > .content_account > h3 {
	padding: 0.4em 0 0 0.6em;
	}	
	
	
	.interior_body > .content_account {
	margin: 0 10px 0 10px;	
	}
	
	
.formatted_content {
	padding: 0.8em 15px;
	}
	
ul#starlist,
#starlist ul {
display: inline;
behavior: url('http://www.ism.ws/applications/CMSIncludes/IEFixes.htc');
margin-left: 5px;	
}

.summary {
margin-left: 10px;	
}

.interior #home_ads {
padding-top: 0;	
}
	
.ad1, .ad1 a, .ad1 img {
	display: block;
	width: auto;
	height: auto;
	}
.ad2, .ad2 a, .ad2 img {
	display: block;
	width: auto;
	height: auto;
	}
	
	
/* ------------------------------------ footer - mobile -- */

#footer_content p span.one {
	display: none;
	}
#footer_content p span.two {
	display: block;
	padding: 1.6em 0 0.6em;
	}
	

.membership_non_geo {
float: none;
width: 90%;
}

#thestate li ul li a:link,  #thestate li ul li a:visited,  #thestate li ul li a:active {
		line-height: 20px;
}
		
#thestate li ul li a:hover {
 		line-height: 20px;
}

.detail .interior_body .share {
padding-left: 10px;	
}

.ad_space_top {
display: none;	
}

.ad_space_top {
display: none;	
}


}


/* ------------------------------------ fixes --- */

input[type="search"] {
	-webkit-appearance: textfield !important;
	}

table {
	/*table-layout: fixed;
	width: 100%; */
	word-wrap: break-word;
	}
	
.clear:after, .interior_body:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.somethingInlineBlock {
	display: inline-block;
	/* inline-block compatibility hacks */
	zoom: 1;
	*display: inline;
	}


/* ------------------------------------ richter awards --- */

#body_bounds.awards {
	width: auto;
	max-width: 960px;
	margin: 0 auto;
	padding: 1.5em 15px; }

.awards .formatted_content {
	padding-left: 0;
	padding-right: 0; }
.awards .page-title {
	padding: 0.4em 0 0.2em;
	border-bottom: 1px dashed #244475;
	margin-bottom: 0.6em;
	font-family: Rokkitt, serif;
	font-size: 1.8em;
	color: #d10033; }

.awards-intro-links li {
	width: 50%;
	float: left;
	padding-bottom: 1em; }
.awards-intro-links .submissions-form {
	width: auto;
	float: none;
	clear: left;
	max-width: 25em;
	margin: 0 auto; }
.awards-intro-links a {
	display: block;
	padding: 0.5em;
	font-family: Rokkitt, serif;
	font-size: 1.3em;
	color: #fff;
	background-color: #4a6c9a; }
.awards-intro-links li:nth-child(2n) a {
	margin-left: 0.5em; }
.awards-intro-links li:nth-child(2n-1) a {
	margin-right: 0.5em; }
.awards-intro-links .submissions-form:nth-child(n) a {
	margin-right: 0; }

#awards-form label {
	display: block;
	padding: 1em 0 0.2em; }
#awards-form input, #awards-form textarea, #awards-form select {
	clear: left; }
#awards-form input[type="text"], #awards-form textarea {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%; }
#awards-form select {
	display: block; }
#awards-form .required {
	display: block;
	float: left;
	padding: 0.9em 8px 0 0; }
#awards-form .help-text {
	display: block;
	float: right;
	padding-top: 1.2em;
	font-style: italic;
	color: #888;
	font-size: 0.9em; }
#awards-form .section-title {
	padding-top: 2em;
	font-family: Rokkitt, serif;
	font-size: 1.3em;
	font-weight: 700;
	color: #597195; }


@media only screen and (min-width: 480px) {
	.awards-intro-links a {
		padding: 0.75em 0.5em;
		text-align: center; }
}


@media only screen and (min-width: 768px) {
	#body_bounds.awards {
		min-height: 15em; }
	.awards .page-title {
		font-size: 2.4em; }

	.awards-intro-links {
		padding: 3em 0;
		margin: 0 -0.5em; }
	.awards-intro-links li {
		width: 25%; }
	.awards-intro-links li a {
		margin: 0 0.5em; }
	.awards-intro-links .submissions-form {
		padding-top: 1.5em; }

	.awards-form-review {
			-webkit-column-count: 2;
			-moz-column-count: 2;
		column-count: 2;
			-webkit-column-gap: 1em;
			-moz-column-gap: 1em;
		column-gap: 1em;
		padding-bottom: 1.5em; }

	#awards-form {
		padding-top: 1.5em; }
	#awards-form input, #awards-form textarea, #awards-form select {
		clear: none; }
	#awards-form label, #awards-form .required, #awards-form .help-text {
		display: inline-block;
		*display: inline;
		padding-top: 0;
		padding-right: 0;
		float: none;
		vertical-align: middle; }
	#awards-form .field-label {
		width: 30%;
		float: left;
		clear: left;
		padding-right: 3%; }
	#awards-form .field {
		width: 67%;
		float: left;
		padding-bottom: 1em; }
	#awards-form .section-title {
		clear: left;
		padding-bottom: 1em; }
}


@media only screen and (min-width: 992px) {
	.awards-intro-links a {
		font-size: 1.5em; }

	#awards-form .field-label {
		width: 22%;
		padding-right: 3%; }
	#awards-form .field {
		width: 75%; }
}
.error {
	color:#cc0000;
	font-weight: bold;
}