body { 
	padding: 0; 
	margin: 0; 
	font: 14px "Times New Roman", Arial, sans-serif; 
	line-height: 1.3em;
	background: url(../images/background.png) no-repeat #fff; 
	color: #333333;
	text-align:center;
	}

/**COMMONS**/	
p {font-size:12px;margin:16px 0 10px 18px;}
.sub{font-size:88%;margin:10px 0 0 0px;}
.strong{font-weight:bold;}
.highlight{font-size:12px;padding:16px 0 10px 18px;}
a {color:#0000ee; background:inherit;}
a:hover {color:#ff6600; background:inherit;}
a:visited {color:#d14000; background:inherit;}
a img { border: 0; padding: 10px 0 0 0;}
h1 {font:200% Verdana, Arial, sans-serif; color:#333; background:inherit;padding:0;margin:0;}
h2 {font:185% Helvetica, Arial, Verdana, sans-serif; color:#333; background:inherit;margin:20px 0 10px 18px;font-weight:100;}
h3 {font:110% Verdana, Arial, sans-serif; color:#000; background:inherit;margin:14px 0 14px 0;}
h4 {font:150% Arial, Arial, sans-serif; color:#000; background:inherit;margin:20px 0 18px 18px;}

ul.super {
	 list-style-type: none;
	 padding: 5px 0 5px 26px;
	 margin: 0;}
ul.super li {
		background: #fff;
		background-image: url(../images/bullet_go.png);
		background-repeat: no-repeat;
		background-position: .3 .3em;
		padding-left: 22px;
		padding-bottom:3px;
		padding-top:3px;}	
		
#tariffs {
	width:500px;
	text-align:left;
	font-size:100%;
	margin:0 0 0 30px;}
th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	width:50%;
}
th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #000;
	background: none;
}
td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #000;
	
}


.float_right {
	float: right;
	margin: 3px 0px 0px 9px;
	border: 2px solid #333; }
	
.float_left {
	float: left;
	margin: 3px 9px 0px 0px;
	border: 2px solid #333; }
	
.float_right_footer {
	display:none;}


	
/**END**/	
	
/**LAYOUT**/		
#container {
	margin: 0 auto;
	width: auto;
	padding: 0px;
	text-align:left; }

#top_menu {
display:none; 
}

#header{
height:100px;
padding:0;
margin:0;
}

#main_menu{
display:none;
}

.left{
	float: left;
	width: 67%;
	margin: 0 0 10px 0;}

.right{
	float: right;
	width: 29%;
	margin: 0px 0 10px 0;}

.clear{
clear:both;
border-top:1px dashed #000;}

.test_box{
float:left;
width:256px;}

.third{
padding:0 0 20px 18px;}

.third p{
font-size:88%;margin:6px 0 0 0px;}

#footer{
clear:both;
border-top:1px solid #d4d4d4;
text-align:left;}

#main-content li{
	width:200px;
	border:solid #CCC;
	border-width:0 1px 1px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#FFF;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:8px;
}
#main-content  a span{
/*\*/
	position:absolute;
	left:-9999px;
}

#main-content a:hover span{	
	top:10px;
	left:10px;
	width:202px;
	font-weight:bold;
	text-decoration:none;
	background:#FFF;
	color:#999;
	padding:5px 0 5px 0;
	text-transform:uppercase;
	font-size:80%;
	border:1px solid #EEE;
	border-width:0 0 10px 0;
	filter: alpha(opacity=100);
	/*-moz-opacity:.8;
		opacity:.80;*/
/**/
} 
#main-content a:hover { white-space: normal; }






/* 
  Secure and Accessible PHP Contact Form v.2.0 Basic Styles by Mike Cherim 
  THESE ARE THE VARIOUS ELEMENTS, CLASSES, IDS, AND SELECTORS YOU MAY NEED FOR STYING THIS FORM
  Anchors or link elements have not been included, but everythig else is :-)
*/

/* for main form wrapping div */
div#gb_form_div { 
  /* not styled on demo page */
}

/* id for the form itself */
form#gb_form { 
  /* not styled on demo page */
}

/* form and results heading size */
.main_formhead, .formhead { 
  font-size : 1.2em; 
  color : #cc9900; 
}

/* outer fieldset - it's common to make this border : 0; */
fieldset#formwrap { 
  background-color : #fefefe; 
	border:0;
}

/* section fieldsets - it's common to make this border : 0; */
fieldset { 
  background-color : #fefefe; 

}

/* form legends and dt "heading" */
legend, dt { 
  font-weight : bold; 
  color : #666;
}

/* main legend at top of the form */
legend#mainlegend { 
  font-size : 1.2em;
  color : #669900; 
}

/* form label text */
label { 
  color : #000;
	margin:0px 0 5px 10px;
}

/* all inputs, select, and textarea */
input.med, input.short, select.med, textarea.textbox { 
  font : 86% Verdana, sans-serif; 
  color : #666; 
  padding : 2px; 
  border : 1px solid #cc9000;
  background-color : #fffffa;
	margin:0px 0 10px 10px;
}

/* to make focus stable in IE 6 */
* html input.button { 
  margin:5px;
}


/* hover and focus styling - the classes like .hover and .focus below are for the javascript for IE */
input.med:hover, input.med:focus, input.short:hover, input.short:hover, select.med:hover, select.med:focus, textarea.textbox:hover, textarea.textbox:focus, input.med.hover, input.med.focus, input.short.hover, input.short.focus, select.med.hover, select.med.focus, textarea.textbox.hover, textarea.textbox.focus { 
  color : #000;  
  border : 1px solid #000;
  background-color : #fff;
}

/* for the checkbox input */
input.checkbox {
  /* not styled on demo page */
}

/* error heading weight and color - bold is for the error reason text */
span.error, dt.error, strong.error { 
  color : #cd0000; 
  font-weight : bold; 
}

/* success heading color */
span.success { 
  color : #669900; 
  font-weight : bold; 
}

/* privacy and "Why?" small element link sizes (relative to their parent element */
small.privacy, small.whythis { 
  font-size : 80%; 
	margin:0 0 0 10px;
}

/* set up relativity to position small Why? text */
small.whythis { 
  position : relative; 
}

/* Why? link style */
small.whythis a { 
  text-decoration : underline; 
  font-size : 0.95em;
}

small.whythis a:hover, small.whythis a:focus, small.whythis a:active { 
  text-decoration : none;
} 

/* hide the Why? text span */
small.whythis a span { 
  border : 1px solid #fafafa; 
  background-color : #fafafa; 
  padding : 0 4px 0 4px; 
  color : #fafafa;
  text-decoration : none; 
}

/* bring back Why? text span (title attribute backs this up for borwsers it doesn't function in */
small.whythis a:hover span, small.whythis a:focus span, small.whythis a:active span { 
  border : 1px solid #000; 
  background-color : #eecc11; 
  color : #000;
  padding : 0 4px 0 4px; 
  text-decoration : none; 
}



/* used for abbreviation used relative to form. the .abbr class is for the span added for IE */
abbr, .abbr { 
  cursor : help; 
  border-bottom : 1px dotted #999;
}

/* set result color for blockquote dt "heading" */
dl#result_dl_blockq dt, dl.result_dl_blockq dt {
  color : #000;
}

/* position result blockquote flush with parent */
dl#result_dl_blockq blockquote, dl.result_dl_blockq blockquote {
  margin-left : 0;
}

/* style the input names in the result */
div#hf_form_div span.items {
  font-weight : bold;
  color : #cc9900;
}


/* End CSS */