@charset "UTF-8";
html {
	height: 100%;
	margin-top: 0px;
}
body {
	height: 100%;
	background-image: url(../images/background.gif);
	margin-top: 0px;
}
p {
	font-size: 0.8em;
	color:#4D4D4E;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 8px;
}
h1 {
	font-size: 1.7em;
	color: #4D4D4E;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 15px;
	word-spacing: 95%;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #F08951;
	margin-top: 0px;
	margin-bottom: 6px;
}
h3 {
	color: #F08951;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;
}
h4, h5, h6     {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

a {
	color: #002971;
}
a:link {
	color: #002971;
	text-decoration: none;
}
a:active {
	color: #002971;
}
a:visited {
	color: #002971;
}
a:hover {
	color: #002971;
	text-decoration: underline;
}
ul {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:#4D4D4E
}
.ul_no_bullets {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:#4D4D4E;
	list-style-type: none;
}
li {
	font-family:  Arial, Helvetica, sans-serif;
	color:#4D4D4E;
}
ol {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:#4D4D4E
}
table {
	color: #4D4D4E;
}
.table_contact {
	padding-top: 30px;
	width: 100%;
}
td {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
tr {
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #F08951
}
.show_hide {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.subtitle2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .875em;
	font-weight: bold;
	color: #4A88BB
}
/* ~~ This fixed width container surrounds all other divs ~~ */
#container {
	min-height: 100%;
	box-shadow: 0px 0px 15px 3px #888;
	-webkit-box-shadow: 0px 0px 15px 3px #888;
	-moz-box-shadow: 0px 0px 15px 3px #888;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true);
		background-color: #FFF;
	margin: auto;
	width: 1000px;
		
	}
#main {
	padding-bottom: 185px;
	overflow: auto;
	}
#footer  {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6dbe3', endColorstr='#bfc7d4'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#d6dbe3), to(#bfc7d4)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #d6dbe3, #bfc7d4);
	clear: both;
	position: relative;
	height: 185px;
	margin-top: -185px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #4D4D4E;
}
#content {
	width: 815px;
	float: left;
	background-image: url(../images/spacer_bodyarea_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
.content_box {
	width: 518px;
	margin-top: 0px;
	padding-right: 38px;
	padding-left: 44px;
	padding-bottom: 10px;
	float: left;
}
.map_box {
	width: 150px;
	margin-bottom: 10px;
	margin-right: 50px;
	display: block;
	float: right;
}


#sidebar1 {
	padding: 0px;
	float: left;
	width: 185px;
}
#sidebar2 {
	width: 215px;
	padding-top: 30px;
	float: left;
}
.sidebar2_box {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	overflow: hidden;
}

/* ~~ The header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo. ~~ */
#header {
	margin-top: 0px;
}
.bannerbox {
	margin: 0px;
	padding: 0px;
}
.flashbox {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.column_left {
	float: left;
	width: 48%;
	margin-top: 0px;
	padding-right: 10px;
}
.column_right {
	float: left;
	width: 48%;
	margin-top: 0px;
	padding-left: 10px;
}
#TJK_DL {
}
#show_hide1 {
	display: none;
}
#show_hide2 {
	display: none;
}
#show_hide3 {
	display: none;
}
.title {
	color: #F08951;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding-top: 35px;
	padding-left: 20px;
	background-color: #FFF;
}
/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


.bold {
	font-weight: bold;
	
}
strong {
	font-weight: bold;
}
.footer_tagline {
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
}
.orange_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #F08951;
}
.smalltext {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px
}
.smallgray {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4D4D4E
}
.image_center {
	text-align: center;
	padding: 2px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
	border: 1px solid #000;
}
.image_center_noborder {
	text-align: center;
	padding: 2px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
}
.image_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #000;
	margin-top: 10px;
}
.image_right_noborder {
	float: right;
	padding: 2px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
.image_left {
	float: left;
	padding: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000;
	margin-top: 10px;
}
.image_left_compass {
	float: left;
	padding: 2px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.image_clear {
	padding: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000;
	clear: both;
	margin-top: 10px;
}
input.button {
  color: #fff; background: #0034D0;
  font-size: .8em;
  font-weight:bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: solid 1px #ffcf31;
}
.border {
	border: 1px solid #000;
}

.quote {
}
.quote_box {
	float: left;
	width: 518px;
}
.quote_box_group {
	float: left;
	width: 518px;
	margin-top: 12px;
}
fieldset {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:2px solid #B0B0B0;
	margin-bottom: 20px;
	padding: 10px;
	width: 518px;
}
legend {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	font-weight: bold;
	line-height: 1em;
	color:#fff;
	background: #4D4D4E;
	padding: 2px 6px;
}
label {
	width:150px;
	height:1%;
	margin-top:3px;
	margin-right:5px;
	padding-top:5px;
	padding-left:6px;
	background-color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color:#4D4D4E;
	float: left;
	display: block;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 1.2em;
}
.div_texbox {
	width:335px;
	background-color:#E6E6E6;
	margin-top:3px;
	display: block;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	float: right;
	height: 1%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 0.75em;
	line-height: 1.5em;
}
.button {
	display: block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	vertical-align: baseline;
	width:175px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom:15px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 0em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	text-decoration: none;
	position: relative;
	top: 1px;
}

a.red {
	color: #faddde; 
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
    
}

a.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
a.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}
a.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
a.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
a.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

.radio_container {
	width: 355px;
	display: block;
	float: right;
}
#radio_applied {
	width: 355px;
	display: block;
	float: right;
}
.radio {
	width:166px;
	background-color:#E6E6E6;
	height:1%;
	margin-top:3px;
	padding-left:5px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	color: #4D4D4E;
	margin-left: 3px;
	padding-right: 0px;
	font-size: 0.75em;
	padding-top: 3px;
	padding-bottom: 3px;
}
.radio_other {
	width:335px;
	background-color:#E6E6E6;
	height:1%;
	margin-top:3px;
	padding-left:5px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	color: #4D4D4E;
	margin-left: 3px;
	padding-right: 5px;
	font-size: 0.75em;
	padding-top: 3px;
	padding-bottom: 3px;
}
.radio_wide {
	color: #4D4D4E;
	margin-left: 25px;
	margin-top: -16px;
}
