@charset "UTF-8";
/* CSS Document */

body  {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bkgGrad.jpg);
	background-repeat:repeat-x;
	background-color: #868686;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
a{
	text-decoration:none;
	color:#33C;
}
a:link{
	text-decoration:none;
	color:#33C;
}
a:active{
	text-decoration:none;
	color:#33C;
}
a:hover{
	text-decoration:none;
	color: #C00;
}
a:vsited{
	text-decoration:none;
	color:#33C;
}
.heading {
	font-size: 1.5em;
	padding-top: 30px;
	padding-left: 50px;
	color:#084A8F;
	font-weight: bold;
}

.thrColFix #container {
	width: 1018px;
	background: #868686;
	margin: 0 auto;
	text-align: left;
	height: auto;
} 
.thrColFix #innercontainer {
	width: 950px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	height: auto;
}

 #footer {
	width: 938px;	/* full width by default */
	height: auto;
	padding: 6px;
	font-size: 0.7em;
	background-image: url(images/footBack.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	text-align: right;
	}
.thrColFix #sidebar1 {
	float: left;
	background-color: #868686;
	width: 34px;
	height: auto;
}
.thrColFix #sidebar2 {
	float: right;
	background-color: #868686;
	width: 34px;
	height:auto;
	overflow: hidden;
}
.thrColFix #mainContent {
	width:950px;
	margin-left:0px;
}
.thrColFix #pageHeader {
	width:950px;
	height: 130px;
	background-image:url(images/pageHeader.jpg);
	background-repeat:no-repeat;
}
.thrColFix #accentHeader {
	width:950px;
	height: 15px;
	background-image:url(images/redBar.jpg);
	background-repeat:no-repeat;
}
.thrColFix #navbar {
	width:950px;
	height: 35px;
	background-image:url(images/titleBar.jpg);
	background-repeat:no-repeat;
}
.thrColFix #navbar a{
	text-decoration:none;
	text-transform:uppercase;
	color:#FFF;
	font-weight:bolder;
	font-size: .7em;
	letter-spacing: .2em;
	
	}
.thrColFix #navbar a:hover{
	color: #333;
	border-bottom: 2px solid;
	border-bottom-color:#900;
	border-top: 2px solid;
	border-top-color:#900;
}
.thrColFix #navContainer {
	width:240px;
	height: 26px;
	float: right;
	margin: 8px;
	color:#FFF;
}
.thrColFix #questions li {
	list-style-position:outside;
	list-style-image:url(images/btnGry.jpg);
	text-indent: -5px;
}
.thrColFix #questions li a{
	color:#900;
	font-size: 1.5em;
	letter-spacing:normal;
	text-transform:none;
	padding: 5px;
	text-decoration:none;
	font-style:normal;
}
.thrColFix #questions li:hover{
	color:#900;
	letter-spacing:normal;
	font-weight:bolder;
	list-style-image:url(images/btnGryDn.jpg);
}
.thrColFix #bodyCallout{
	width:auto;
	height: auto;
}
.thrColFix #bodyCallout2{
	width:auto;
	height: auto;
	padding-left: 50px;
}
.thrColFix #bodyText{
	float:left;
	width: 694px;
	background-color:#FFF;
	margin-left: 0px;
	margin-right: 0px;
}
.thrColFix #bodyText li{
	font-size: .9em;
	font-style:normal;}
	
.thrColFix #rightFeature {
	position: relative;
	float:left;
	left:6px;
	top:0px;
	width:240px;
	height:auto;
	z-index:1;
}
.thrColFix #innerFeature1{
	position:relative;
	float:left;
	width:240px;
	height: auto;
	margin-bottom: 2px;
	border: dashed 1px gray;
	}

.thrColFix #innerFeature2{
	position:relative;
	float:left;
	width:240px;
	height: auto;
	margin-bottom: 2px;
	border: dashed 1px gray;
	}
	.thrColFix #innerFeature3{
	position:relative;
	float:left;
	width:240px;
	height: auto;
	margin-bottom: 2px;
	border: dashed 1px gray;
	}
.top{
	width: 15px;
	height: 15px;
	display:inline;
}
img {
	border: 0;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* =============== Headings  ======================   */

h1 {
font-weight:900;
font-size:1.5em;
}

h2 {
font-weight:900;
font-size:1.4em;
}

h2.routeCat { 
	padding:0; 
	margin:10px 0 0 0; 
	font-style:italic; 
	color:#6c6c6c;
}

h3 {
font-weight:900;
font-size:1.3em;
}

h4 {
font-weight:900;
font-size:1.2em;
}

h5 {
font-weight:bolder;
font-size:1em;
font-style:italic;
}

.small {font-size:.8em;}

/*Form*/

fieldset {
	padding: 1px;
	margin:  5px;
	border:none;
}
legend {
	color:#600;
	font-size:1.1em;
	padding: 5px ;
}
label {
	color: #333;
	font-size:0.8em;
	display:block;
	margin: 2px;
}
#button {
	color:#666;
	font-size:0.8em;
	margin: 0;
}
.radioLabel {
	color:#960;
		font-size:0.8em;
	padding: 0 5px 0 2px;
}
.checkLabel {
	color:#960;
	font-size:0.8em;
	padding: 0 5px 0 2px;
}
input#realname, input#email, input#phone {
	width: 260px;
}
textarea {
	width:390px;
	height:150px;
}
select {
	color:#600;
	font-size:0.8em;
	width:11em;
}
.divForm {
	width:270px;
	height: 250px;
	float:left;
	margin-left: 15px;
}
.divFormLg {
	width:370px;
	height: 250 px;
	float:left;
	margin-left: 10px;
}
