@charset "utf-8";
body {
	font-family: Calibri;
	font-size: 14px;
	color: #5c5959;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	height:100%;
}
p{
	text-align:justify;
	font-size: 15px;
	padding-right:10px;
}
a {
	text-decoration:none;
	color:#030;
	font-weight:bold;
}
h2 {
	font-family: Calibri;
	font-weight: normal;
	margin:0px;
	padding:0px;
	margin-top: 5px;
	/*margin-bottom: 5px;*/
	font-size: 19px;
	color:#000000;
}
h3 {
	margin:0px;
	padding:0px;
	/*margin-bottom:15px;*/
	font-size:12px;
	color:#6a6c6d;
}
h4 {
	font-family: Calibri;
	font-weight: normal;
	margin:0px;
	padding:0px;
	font-size:15px;
	color:#817649;
}
h6{
	font-family:Calibri;
	color:#990000;
	font-weight:normal;
	font-size:30px;
}
.oneColFixCtrHdr #container {
	width: 1200px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	

}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 20px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 150px;
	margin-left: 213px;
	width:900px;
	background:#fff url(../images/lbannerR900x99.jpg) no-repeat top left;
}
.oneColFixCtrHdr #header2 {
	background: #DDDDDD; 
	padding: 20px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 150px;
	margin-left: 213px;
	width:900px;
	background:#fff url(../images/lbannerB900x99.jpg) no-repeat top left;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#navi{
	margin-top: 65px;
	margin-left:-400px;
	float:left;
	/*background-color:#cc292b;*/
	background-color:#000;
	width:1600px;
	height:26px;
	overflow:hidden;
	
}
/*#navi ul{
	margin: 0px;
	padding: 4px 20px;
	list-style: none;
	text-align: center;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
#navi li{
	display: inline;
	border-right:1px solid #FFF;
	height:26px;
	margin:0;
}*/
#main img{
	/*padding:4px 6px;
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	font-size:x-small;*/
	border:0;
	/*padding-left:2px;*/
		
}
#main {

	width:900px;
	margin: 0px auto 0px 380px;
	/*padding:0;
	border: 0px solid #f0f0f0;*/
    border-bottom: 1px solid black;
}
/*.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs
}*/

#main ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 14px Calibri;
list-style-type: none;
}

#main li{
display: inline;
margin: 0;
}

#main li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
border-left: 1px solid white;
color: #fff;
background: #000; /*background of tabs (default state)*/
width: 107px;
text-align:center;
text-transform:uppercase;
}

#main li a:visited{
color: #fff;
}

#main li a:hover, #main li.selected a{
background: #414141; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color:#CCC;
}
 

#graybox{
	/*position:absolute;
	top:190px;
	height:25px;
	left: 62px;*/
	margin-left:-350px;
	height:25px;
	margin-top: -1px;
	float:left;
	width:330px;
	background-color:#fff;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-left: 213px;
	width: 900px;
	margin-top:-20px;
	height:100%;
}
.oneColFixCtrHdr #mainContent2 {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-left: 213px;
	width: 900px;
	margin-top:-75px;
	height:100%;
}
.clearFloat{
	clear:both;
}
.clearfloat2 {
	clear:both;
	height:0px;
}

#mid{
	width:900px;
	/*background:#fff url(../images/midbg.jpg) repeat-x bottom ;*/
	height:100%;
	border-bottom: 2px solid #CCC;
	margin-bottom:-30px;
}
.midLeft{
	width:550px;
	float: left;
	
}
#mainContent2 .mid2{
	width:900px;
	background:#d4d3d2 url(../images/creditcard3.png) no-repeat right center;
	height:100%;
	border-bottom: 2px solid #CCC;
	margin-left:-10px;
	/*margin-top:-50px;*/
}
#mainContent2 .mid3{
	width:900px;
	background:#d4d3d2 url(../images/creditcard3.png) no-repeat right top;
	height:100%;
	border-bottom: 2px solid #CCC;
	margin-left:-10px;
	/*margin-top:-50px;*/
}
#mainContent2 .mid3a{
	width:900px;
	background:#d4d3d2 url(../images/creditcard3.png) no-repeat right top;
	height:100%;
	border-bottom: 4px solid #333;
	margin-left:-10px;
	/*margin-top:-50px;*/
}
.midLeft2{
	width:630px;
	float: left;
	background:#fff url(../images/pricingbg.jpg) no-repeat center right;
	
}
.midRight2{
	float: right;
	width:260px;
	border-left: 1px dotted #CCC;
	
}
.midRight2 p{
	padding: 0px 20px;
	text-align:justify;
}
.midLeft p{
	padding: 10px 20px;	
	text-align:justify;
}
.midRight{
	float: right;
	width:340px;
	/*border-left: 1px dotted #CCC;*/
	margin-top:-10px;
	padding-left:5px;
}

.midRight p{
	padding: 0px 20px;
	text-align:justify;
}
#bottom{
	width:900px;
	/*border-bottom:1px solid #CCC;*/
}
#bottom2{
	width:900px;
	/*border-bottom:1px solid #CCC;*/
	margin-left:-15px;
	margin-top:20px;
}
.bottomLeft{
	float:left;
	width:540px;
	margin-top:-20px;
}

.bottomLeft .websolutions{
	float:left;
	width:200px;
	height:120px;
	background:url(../images/websolutionbg.jpg) no-repeat center;
}
.bottomLeft .websolutions p {
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
	color:#000000;
	text-align:left;
	margin-top:0px;
	padding-left:14px;
	padding-right:10px;
	padding-bottom:10px;
	font-size:10px;
}
.bottomLeft .websolutions h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #900;
	margin:0px;
	margin-bottom:5px;	
	text-align: left;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 14px;
	display: inline-table;	
	width:auto;	
}
.bottomLeft .websolutions a{
	color:#F00;
	text-decoration:none;
}
.bottomLeft .enewsletter{
	float:right;
	width:320px;
	height:120px;
	border-left: 1px dotted #CCC;
}
.bottomLeft .enewsletter p {
	font-weight:normal;
	font-family:Calibri;
	color:#000000;
	text-align:left;
	margin-top:10px;
	padding-left:24px;
	padding-right:10px;
	padding-bottom:10px;
	font-size:13px;
}
.bottomLeft p{
	padding-right: 10px;
	text-align:justify;
}
.bottomRight p{
	padding-left: 10px;
	text-align:justify;
}
.networking{
	height:100px;
	padding-top:4px;
}
.networking img{
	border:0;
	padding-top:2px;
}

.bottomRight{
	float:right;
	width:340px;
	border-left: 1px dotted #CCC;
	margin-top:-20px;
}
.bottomRight .webquote{
	background: url(../images/webquotebg.jpg) no-repeat;
	width:190px;
	height:120px;
	margin-left:30px;
	margin-bottom:30px;
	
}
.bottomRight .webquote p{
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
	color:#000000;
	text-align:left;
	margin-top:0px;
	padding-left:10px;
	padding-right:8px;
	padding-bottom:10px;
	font-size:10px;
}

bottomRight2{
	float:right;
	width: 300px;
	border-left: 1px dotted #ccc;
	margin-top: -20px;
	padding-right:0px;
}
.bottomRight2 .col3{
	float:right;
	width:285px;
	height:234px;
	border: 1px dotted #ccc;
	padding-left:12px;
	margin-top:-20px;
	/*background:url(../images/1.jpg) no-repeat center;*/
}
.bottomLeft2{
	float:left;
	width: 600px;
	margin-top:-20px;
}
.bottomLeft2 .col2{
	float:right;
	width:310px;
	height:234px;
	border: 1px dotted #CCC;
	padding-left:5px;
}
.bottomLeft2 .col1{
	float:left;
	width:280px;
	height:234px;
	border:1px dotted #ccc;
	/*background:url(../images/websolutionbg.jpg) no-repeat center;*/
}


.webquote h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin:0px;
	margin-bottom:5px;	
	text-align: left;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: inline-table;	
	width:auto;
	
}
#email2{
  border:solid 1px #999999;
  width:100px;
  background-color:#eeeeee;
}
#email{
  border:solid 1px #999999;
  width:200px;
  background-color:#eeeeee;
}

.oneColFixCtrHdr #footer {
	/*padding: 0 10px;*/ /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background: url(../images/footerbg.jpg) repeat-x;*/
	background-color:#333; height:25px; width:900px; 
	width:900px;
	/*position:absolute;
	top:auto;left: 62px;*/
	margin-left:215px;
	
	/*height:21px;*/
	
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 4px 0 0 40px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:11px;
	text-transform:uppercase;
	/*color: #600;*/
	color:#FFF;
}
form p {
   clear: left;
   margin:0;
   padding-left: 20px;
   padding-top: 5px;
}
form p label {
   float: left;
   width: 300px;
   font: bold 13px Arial, Helvetica, sans-serif;
}
fieldset {
  border: 1px dotted #fff;
  margin-top: 16px;
  padding: 10px;
  font-size:12px;
}
legend {
  font: bold 0.9em Arial, Helvetica, sans-serif;
  color: #333333;
  background-color: #FFFFFF;
}
.required{
	color:#F00;
}
.dotUnder,.dotOver,.dotRight{
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 3px;
	text-align:left;
}
.dotUnder span{
  color:#CC0000;
  font-size:12px;
  font-weight:bold;
}
.dotOver{	
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 3px;
	text-align:right;
	
}
.dotRight{
	background-repeat: repeat-y;
	background-position: center top;
	text-align:left;
	padding:3px;
}
