body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%;
	padding: 0px;
	margin: 12px 0 0 0;
	text-align: center;
	background-color: #4e4e4e;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: italic;
	color: #273064;
	margin: 0 0 5px 0;
	font-weight: lighter;
	letter-spacing: 1px;
	padding: 0;
}
h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1em;
	margin: 16px 0 0 0;
	padding: 0;
}
h2>span {
	color: #d5802d;
}
h3 {
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 0 5px 0;
	letter-spacing: 2px;
}
h4, h5, h6 {
	font-size: 0.9em;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 0 0;
}
p {
	padding: 0.4em 0 0.4em 0;
	margin: 0;
	font-size: 0.9em;
	line-height: 1.4em;
}
ul {
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 5px 0 10px 0;
	padding: 0 0 0 40px;
}
ol {
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 7px 0 0 0;
}
ul li {
	margin: 0.4em 0 0.4em 0;
}
ol li {
    margin: 0.4em 0 1em 0;
}
a, a:link {
    color: #d5802d;
	text-decoration: none;
	font-weight: bold;
}
a:visited { color: #d5802d; }
a:hover, a:focus {
    color: #d5802d;
	text-decoration: underline;
}
a:active {
	color: #d5802d;
	text-decoration: underline;
	font-weight: bold;
}
#bold_orange {
    color: #d5802d;
	text-decoration: none;
	font-weight: bold;
}
img { border: 0; }
blockquote {
    margin: 0;
}
blockquote p {
	margin: 0;
	padding-left: 20px;
	text-indent: 0px !important;
	padding-bottom: 10px;
}
#video_caption {
	margin: 0 0 10px 8px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #384692;
	font-size: 1em;
	line-height: 1.3em;
	text-indent: 0px;
}
#page {
	width: 900px;
	padding: 0;
	background:#FFF url(images/bg_content.gif) repeat-y;
	display: table;
	margin: auto;
	text-align: center;
}
#page input {
    margin-bottom: 5px;
}
#right_container_box {   /* The box that holds all the content that is to the right of the left column */
	width: 555px;
	float: right;
	margin: 0;
	text-align: left;
	padding: 15px 55px 0 0;
}
#subpage_right_container_box {   /* The box on all subpages that holds the content that is to the right of the left column */
	width: 600px;
	float: right;
	margin: 15px 0 15px 0;
	text-align: left;
	padding: 0 60px 0 18px;
	border-left: solid #273064 1px;
}
#subpage_right_container_box p.no-indent {
    text-indent: 0px;
}
#resultspage_right_container_box {   /* The box on all subpages that holds the content that is to the right of the left column */
	width: 800px;
	float: right;
	margin: 15px 0 15px 0;
	text-align: left;
	padding: 0 60px 0 18px;
}
#breakline_orange {
	border-bottom: solid #d57a22 3px;
	margin-bottom: 10px;
}
#breakline_thinorange {
	border-bottom: solid #d57a22 2px;
	margin-bottom: 10px;
	margin-top: 8px;
}
#breakline_blue {
	border-bottom: solid #273064 2px;
	margin-bottom: 20px;
	margin-top: 15px;
}
#breakline_thinblue {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: solid #273064 1px;
	margin-bottom: 20px;
	margin-top: 15px;
}
.bold {
    font-weight: bold;
}
.clear {
    clear: both;
}
#splitcontent_left {
	margin: 0;
	float: left;
	width: 260px;
}
#splitcontent_right {
	margin: 0;
	float: right;
	width: 260px;
}

/* Insights Archive Elements 
_____________________*/
#insights_archive{

}
#insights_archive h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin: 16px 0 0 0;
	
	letter-spacing: 1px;
	padding: 0;
}
#insights_archive h2{
	text-align: left;
	margin: 15px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #273064;
}
#splitcontent3_left {
	margin: 0;
	float: left;
	width: 180px;
}
#splitcontent3_center {
	margin: 0;
	float: left;
	position: relative;
	left: 30px;
	width: 180px;
}
#splitcontent3_right {
	margin: 0;
	float: right;
	width: 180px;
}


/* Header Elements 
_____________________*/

#header {
	width: 900px;
	height: 186px;
	padding: 0;
	margin: auto;
	background: url(images/bg_header.jpg) no-repeat;
	position: relative;
}

#header #banner {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 19px;
	top: 36px;
}
#pagetop {
	background: url(images/bg_pagetop.jpg) no-repeat;
	height: 13px;
	margin: auto;
	padding: 0;
	width: 900px;
}

/* Nav Elements 
_____________________*/

#navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	position: absolute;
	height: 24px;
	width: 610px;
	padding: 0;
	left: 33px;
	top: 12px;
	letter-spacing: 1px;
}
#navbar li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}
#navbar a {
	color: #fff;
	text-decoration: none;
	background: url(images/nav_rollovers.gif) no-repeat;
	background-position: 0 -5px;
	float: left;
	padding: 2px 20px 0;
	margin: 0;
	border-left: solid #384452 2px;
	display: block;
	height: 24px;
}
#navbar a:hover {
	background-position: 0 -103px;
	color: #000000;
}
#navbar a:active {
	background-position: 0 -103px;
	color: #000000;
}
#navbar #active_menuitem a {
	color: #000;
	text-decoration: none;
	background: url(images/nav_rollovers.gif) no-repeat;
	background-position: 0 -103px;
	float: left;
	padding: 2px 20px 0;
	margin: 0;
	border-left: solid #384452 2px;
	display: block;
	height: 24px;
}
#navbar #active_menuitem a:hover {
	background-position: 0 -103px;
	color: #000000;
}
#navbar #active_menuitem a:active {
	background-position: 0 -103px;
	color: #000000;
}
#navbar #active_menuitem a:active {
	background-position: 0 -103px;
	color: #000000;
}
#last_menuitem {
	border-right: solid #384452 2px;
}

/* Search Elements 
_____________________*/

#searchbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	position: absolute;
	height: 20px;
	width: 166px;
	padding: 0;
	left: 680px;
	top: 14px;
	background-image: url(images/bg_search.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#cse-search-box {
    margin: 0;
}
.searchfieldheader {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 11px;
	width: 125px;
	padding-top: 0px;
	float: left;
	margin-top: 4px;
	margin-left: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #FFFFFF
}

/* E-Commerce Elements 
_____________________*/

#subpage_full_container_box {   /* This box can be used to create a single column page */
	width: 800px;
	float: right;
	margin: 15px 0 15px 0;
	text-align: left;
	padding: 0 50px 0 18px;
	
}

#cart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	position: absolute;
	height: 20px;
	width: 166px;
	padding: 0;
	left: 775px;
	top: 14px;
	background-position: left top;
	background-repeat: no-repeat;
}

table.nopcart {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: grey;
	border-collapse: separate;
	background-color: white;
}

table.nopcart td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

table td.nopheader {
	background-color: lightgrey;
	padding: 5px;
	
}

/* Left Column Elements 
___________________________*/

#left_column_home {
	float: left;
	width: 235px;
	padding: 0 0 0 28px;
}
#left_column_home p {
	font-size: 0.85em;
	padding: 0 0 0.2em 0;
	text-align: left;
	line-height: 1.5em;
}
#left_column_home h1{
	font-size: 1.7em;
	text-align: left;
	letter-spacing: 6px;
	color: #000;
}
#left_column_home h2{
	text-align: left;
	margin: 15px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #273064;
}
#left_column_home_header {
	background: url(images/bg_sidebar_home_top.jpg) no-repeat;
	height: 25px;
	width: 250px;
}
#left_column_home_body {
	background: url(images/bg_sidebar_home_middle1.jpg) repeat-y;
	width: 250px;
}
#left_column_home_content {
	margin: 0 32px 0 24px;
}
#left_column_home_footer {
	background: url(images/bg_sidebar_home_bottom.jpg) no-repeat;
	height: 25px;
	width: 250px;
}
#left_column {
	float: left;
	width: 179px;
	padding: 20px 0 0 30px;
}
#left_column p {
	font-size: 0.85em;
	padding: 0 0 0.2em 0;
	text-align: left;
	line-height: 1.5em;
}
#left_column h1{
	font-size: 1.7em;
	text-align: left;
	letter-spacing: 6px;
	color: #000;
}
#left_column h2{
	text-align: left;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #d57a22;
	font-style: italic;
	font-size: 1em;
}
#left_column_header {
	background: url(images/bg_sidebar_top.jpg) no-repeat;
	height: 19px;
	width: 179px;
}
#left_column_body {
	background: url(images/bg_sidebar_middle1.jpg) repeat-y;
	width: 179px;
	min-height: 130px;
}
#left_column_content {
	margin: 0 20px 0 15px;
}
#left_column_footer {
	background: url(images/bg_sidebar_bottom.jpg) no-repeat;
	height: 21px;
	width: 179px;
}
#leftnav_items {
	margin: 8px 0 0 2px;
}
#leftnav_items p {
	font-size: 0.85em;
	padding: 0 0 0.2em 0;
	text-align: left;
	line-height: 1.2em;
	margin: 5px 0 0 12px;
}
#leftnav_items a, #leftnav_items a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#leftnav_items a:visited {
	color: #000000;
}
#leftnav_items a:hover, #leftnav_items a:focus {
	color: #d57a22;
	text-decoration: underline;
}
#leftnav_items a:active {
	color: #273064;
	text-decoration: underline;
	font-weight: bold;
}

/* Quote Elements 
___________________________*/

#bigrightquote {
	margin: 0 5px 20px 40px;
	float: right;
	width: 160px;
	border-bottom: solid #d57a22 2px;
}
#bigrightquote p {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #384692;
	font-size: 1em;
	line-height: 1.3em;
	text-indent: 0px;
}
#bigrightquote h2 {
	font-size: 0.8em;
	color: #d57a22;
	margin: 0 0 5px 0;
	padding: 0;
	letter-spacing: 2px;
}
#bigrightquote h2.compressedtitle {
	letter-spacing: 1px;
}
#quotesource {
	font-size: 0.9em;
	margin-bottom: 6px;
	font-style: italic;
}
#bigleftquote {
	margin: 15px 5px 10px 5px;
	clear: both;
}
#bigleftquote p {
	margin: 0 5px 0 5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #384692;
	font-size: 1em;
	line-height: 1.3em;
	padding: 0 0 0.6em 0;
	text-indent: 0px;
}
#bigleftquote h2 {
	font-size: 0.8em;
	color: #d57a22;
	margin: 7px 5px 5px 5px;
	padding: 0;
	letter-spacing: 2px;
	font-style: normal;
	font-weight: bold;
}
#bigbottomquote {
	border-top: solid #d57a22 2px;
	border-bottom: solid #d57a22 2px;
	margin: 25px 5px 0 5px;
	clear: both;
	width: 588px;
}
#bigbottomquote p {
	margin: 0 5px 0 5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #384692;
	font-size: 1em;
	line-height: 1.3em;
	padding: 0 0 0.6em 0;
	text-indent: 0px;
}
#bigbottomquote h2 {
	font-size: 0.8em;
	color: #d57a22;
	margin: 7px 5px 5px 5px;
	padding: 0;
	letter-spacing: 2px;
	font-style: normal;
	font-weight: bold;
}

/* Footer Elements 
___________________________*/

#pagebottom {
	background: url(images/bg_pagebottom.jpg) no-repeat;
	height: 38px;
	margin: auto;
	padding: 0;
	width: 900px;
}

#footer {
	color: #a7a7a7;
	padding: 0;
	font-size: 10px;
	text-align: left;
	margin: auto;
	width: 860px;
}

