/* 
*  support.css
*/


/* general page structure and layout */
body {
font-family:Arial, Helvetica, sans-serif;
font-size:.8em; 
color:#000000; 
margin:20px 0 0 0;
padding:0 0 0 0;
background:#ffffff;
text-align:center;
}

.top {
margin:0 auto;
padding:0 0 0 0;
width:880px;
height:9px;
background:#ffffff url(images/page_top3.png) no-repeat;
}

.page_wrap {
/* includes the header, main body content and the footer */
margin:0 auto;
padding:0 0 0 0;
width:880px;
background:#ffffff url(images/body_bg3.jpg) repeat-y;
text-align:center;
}

.header {
position:relative;
margin:0 0 0 0 !important;
margin:-7px 0 0 0;
padding:0 0 0 ;
width:880px !important;
width:842px;
height:125px;
background:#ffffff;
text-align:left;
}

.header_block {
position:relative;
margin:0 20px 0 20px;
padding:0 0 0 0;
width:860px;
background:transparent;
text-align:left;
color:#eeeaaa;
}

.logo {
position:relative;
float:right;
margin:3px 0px 0 0;
padding:0 0 0 0;
}

.navbar {
position:relative;
margin:0 0 0 0;
padding:0 0 0 0;
width:880px !important;
width:842px;
height:39px;
background:#ffffff url(images/nav_bg3.jpg);
text-align:left;
color:#000000;
font-size:.9em;
}

.container {
position:relative;
margin:10px 0 0 10px;
padding:0 0 0 0;
width:860px !important;
width:842px;
background:transparent;
text-align:left;
}

.left_column {
position:absolute;
left:0;
width:140px;
text-align:left;
margin:0 0 0 0;
padding:0 4px 0 0;
background:transparent;
font-size:.9em;
color:#6E312A;
}

.left_column_wide {
width:200px;
margin:0 0 0 0;
padding:0 0px 0 0;
background:transparent;
font-size:.9em;
color:#6E312A;
float:left;
display:inline;
}

.center_column {
position:relative;
width:695px;
margin:0 0 0 151px;
padding:0 0 0 10px;
border-left:1px solid #999999;
}

.center_column_nar {
position:relative;
width:580px;
min-height:700px;
margin:0 0 0 0px;
padding:0 0 0 10px;
border-left:1px solid #999999;
float:right;
display:inline;
}
.contact_column {
position:relative;
width:600px;
margin:0 0 0 20px;
padding:0 0 0 10px;
text-align:left;
}

.box_right {
position:relative;
float:right;
width:150px;
margin:0 0 3px 10px !important;
margin:0 5px 3px 10px;
padding:2px 5px 2px 10px;
background:#eeeeee;
border:1px solid #cccccc;
text-align:left;
color:#616161;
font-size:.9em;
}

.footer {
position:relative;
margin:0 0 0 0;
padding:10px 0 0 0;
width:880px;
font-family:Arial, Helvetica, sans-serif;
font-size:.8em;
color:#6E312A;
background:transparent;
text-align:right;
}

.footer_logo {
position:relative;
float:right;
margin:0 0 0 15px;
padding:0 0 0 0;
}

#footer {
/* aligns the text to the middle of the footer, in relation to the logo */
vertical-align:-250%;
}

.bottom {
margin:0 auto;
padding:0 0 0 0;
width:880px;
height:11px;
background:#ffffff url(images/page_bottom3.jpg) no-repeat top;
}

/* navigation bar */
#nav ul{
padding:0 0 0 0;
margin: 0 0 0 1.5em;
white-space: nowrap;
font-size:1.1em;
color:#ffffff;
float:left;
width:100%;
height:39px;
background:transparent;
list-style:none;
}

#nav ul li{
/* style:inline; */
list-style:none;
float:left;
}

#nav ul li a{
margin: .8em 0 0 0;
padding: .4em 1em .46em 1em;
color:#ffffff;
text-decoration:none;
font-weight:bold;
float: left;
border-left:1px solid #999999;
background:transparent;
}

#nav ul li a:hover{
color:#000000;
}

#nav_bot ul{
padding:0 0 0 0;
margin: 0 0 0 1.5em;
white-space: nowrap;
font-size:1.1em;
color:#ffffff;
float:left;
width:100%;
height:39px;
background:transparent;
list-style:none;
}

#nav_bot ul li{
/* style:inline; */
list-style:none;
float:left;
}

#nav_bot ul li a{
margin: .8em 0 0 0;
padding: .4em 1em .46em 1em;
color:#ffffff;
text-decoration:none;
float: left;
border-left:1px solid #999999;
background:transparent;
}

#nav_bot ul li a:hover{
color:#000000;
text-decoration:none;
border-left:1px solid #999999;
}

#nav_side ul{
height:39px;
font-size:1.5em;
padding:0 0 0 0;
margin: 20px 0 0 20px;
white-space: nowrap;
}

#nav_side ul li{
/* style:inline; */
list-style:none;
}

/* fonts and colors */

.head1 {
color:#0000CC;
font-size:30px;
letter-spacing:.1em;
margin:0 0 0 0;
padding:20px 0 0 0;
font-weight:bold;
}

h1 {
color:#0000CC;
font-size:12px;
letter-spacing:.1em;
margin:0 0 0 0;
padding: 0 0 0 260px;
}

h2 {
color:#000000;
font-size:16px;
font-weight:bold;
padding:0 0 0 0;
margin: 8px 0 -6px 0;
}

h2:after {
color: #000000;
content: "\0020 \00BB";
}

h3 {
font-size:14px;
font-weight:bold;
color:#0000ff;
padding:0 0 0 0;
margin:0 0 0 0;
}

h3:after {
color: #000000;
content: "\0020 \00BB";
}

.sub_head1 {
font-size:14px;
color: rgb(153, 51, 51);
font-weight:bold;
}

.spec1 {
font-size:20px;
color: rgb(153, 51, 51);
font-weight:normal;
}

.spec2 {
font-size:14px;
color: rgb(153, 51, 51);
font-weight:normal;
}

.box_right h3 {
color:#6E312A;
margin:2px 0 -10px 0;
}

.box_right h3:after {
color: #6E312A;
content: "\0020 \00BB";
}

a {
color:#6E312A;
text-decoration:underline;
}

a:hover {
color:#999999;
text-decoration:none;
}

.left_column a {
color:#000000;
text-decoration:underline;
}

.left_column a:hover {
color:#999999;
text-decoration:none;
}

/* images */
img {
border:none;
}

.left {
float:left;
margin:0 0 0 0;
padding:0 0 0 0;
}

.right {
float:right;
margin:0 0 0 0;
padding:0 0 0 0;
}


/* workarounds and hacks */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.input_fm_wide{
  width: 520px;
	font-weight: bold;
	margin: 0px auto;
	float: left;
}


.form_top_wide{
  width:480px;
	border-color: #C0C0C0;
	border-width: 2px;	
	border-style: dashed;
 	margin: 0 0 0 20px;
	padding: 10px;
	float:left; 
}

.cp_title_wide{
  width: 500px;
	padding: 10px 0px 10px 0; 
	margin: 10px;	
} 
	
.cp_title_wide label{
	width:120px;
	vertical-align:top;	
	text-align:right;
	float:left;
}

.sub_wide{
  width:100px;
	margin: 10px;	
	float:right; 
}

.input_fm_nar{
  width: 410px;
	font-weight: bold;
	margin: 0px auto;
	float: left;
}

.form_top_nar{
  width:400px;
	border-color: #C0C0C0;
	border-width: 2px;	
	border-style: dashed;
 	margin: 0px auto;
	padding: 10px 0 10px 0;
	float:left; 
}

.cp_title_nar{
  width: 390px;
	padding: 10px 0px 10px 0; 
	margin: 10px;	
} 
	
.cp_title_nar label{
	width:120px;
	vertical-align:top;	
	text-align:right;
	float:left;
}


.sug_title{
  width: 600px;
	padding: 10px 0px 10px 0; 
	margin: 10px;	
	float:left; 
} 

.sug_title label{
	width:200px;
	vertical-align:top;	
	text-align:right;
	float:left;
}

.sug_title_nar{
  width: 370px;
	padding: 10px 0px 10px 0; 
	margin: 10px;	
	float:left; 
} 

.sug_title_nar label{
	width:160px;
	vertical-align:top;	
	text-align:left;
	float:left;
}

.sug_title span {
  width:320px;
  color:#f00;
	text-align:left;
  padding-left:10px;
  float:left;
}

input.button2{
  font-size: 14px;
	font-family: Arial; 
	letter-spacing: -1px; 
	font-weight: bold; 
	width: 360px; 
	height: 40px;
  border:3px outset #950000;
}

.spambox {
	font-family: Arial; 
  font-size: 12px; 
	text-align: center;
	border-collapse: collapse;
  background-color:#a9a9a9;
	border-color: #C0C0C0;
	border-width: 2px;
	height: 30px;
	width: 780px;
	margin: 0 0 0 10px;
	padding: 3px 3px 3px 3px;
	float:left;
}

.spambox_nar {
	font-family: Arial; 
  font-size: 12px; 
	text-align: center;
	border-collapse: collapse;
  background-color:#a9a9a9;
	border-color: #C0C0C0;
	border-width: 2px;
	height: 50px;
	width: 380px;
	margin: 0 0 0 80px;
	padding: 3px 3px 3px 3px;
	float:left;
}

.sel_dot {
  margin: 0 20 0 10px;
	padding: 3px 3px 3px 3px;
	float:right;
}

.log_cell_inp {
  width: 100px;
	border: 1px;
	border-color: black;
	border-width:  1px;
	border-style:solid;
}

.button{
  font-size: 14px;
	font-family: Arial; 
	letter-spacing: -1px; 
	font-weight: bold; 
	width: 60px; 
}

.hilite {
  background-color: #ffff66;
}

