body {
	margin: 0;
	padding: 0;
	background: rgb(127,127,127);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
    
    background: url(images/bluebg3.png) repeat-x left top;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #181818;
}

h1.titles {
    margin: 0;
    padding: 0;
    font-family: Arial, "Georgia", "Times New Roman", Times, serif;
    font-weight: normal;
    color: #1757AB;
    padding-left:10px;
    font-size: 3em;
}

h1.promo {
    margin: 0;
    padding: 0;
    font-family: Arial, "Georgia", "Times New Roman", Times, serif;
    font-weight: normal;
    color: #1757AB;
    padding-left:10px;
    font-size: 2em;
}


h2.titles {
    margin: 0;
    padding: 0;
    font-family: Arial, "Georgia", "Times New Roman", Times, serif;
    font-weight: normal;
    color: #1757AB;
    padding-left:10px;
}
h2.orange {
    margin: 0;
    padding: 0;
    font-family: Arial, "Georgia", "Times New Roman", Times, serif;
    font-weight: normal;
    color: orange;
    padding-left:10px;
}
iframe p {
    
    line-height:1;
    margin:0;
}

a.smallwhite {
    margin-top: 25px;
    padding-bottom: 5px;
    margin-left: 11px;
    color:white;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
}
a.smallblue {
    margin-top: 25px;
    padding-bottom: 5px;
    margin-left: 11px;
    color: #1757AB;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
}

h2.smallertitles {
    margin: 0;
    padding: 0;
    font-family: Arial, "Georgia", "Times New Roman", Times, serif;
    font-weight: normal;
    color: #1757AB;
    padding-left:10px;
    font-size: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 120%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #1757AB;
}

a:hover {
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	
    
}

/* Header */

#header {
	width: 970px;
	min-height: 128px;
	margin: 0 auto;
    background: url(images/header.png) no-repeat left top;
    margin-top: 20px;
}


#top {
    float:left;
    height: 45px;
    margin-left: 313px;
    margin-top: 55px;
    width: 670px;
    background: transparent;
    
}
#top ul {
    margin-left: 0px;
    
    list-style: none;
    line-height: normal;
}

#top li {
    float: left;
}

#top a {
    display: block;
    height: 32px;
    margin-left: 0px;
    margin-top: 6px;
    padding-right: 20px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    color: #FFFFFF;
    border: none;
}


#top a:hover {
    text-decoration: underline;
}






#customers {
    float:left;
    height: 80px;
    margin-left: 650px;
    margin-top: -3px;
    width: 270px;
    background: transparent
    
}







/* Logo */
#logo {
	float: left;
	height: 65px;
	margin: 0;
	padding-left: 20px;
    padding-top: 25px;
	color: #FFFFFF;
    width: 330px;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	padding-left: 25px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 12px 0 0 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}


/* Menu */

#topmenu {
	width: 970px;
	height: 32px;
	margin: 0 auto;
	padding: 0;
    background: transparent;
    
    margin-top:-11px;
}   
#topmenu ul {
	margin-left: 0px;
	
	list-style: none;
	line-height: normal;
}

#topmenu li {
	float: left;
}

#topmenu a {
	display: block;
	height: 32px;
	margin-left: 0px;
	margin-top: 6px;
	padding-right: 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}


#topmenu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 970px;
	margin: 0 auto;
	padding: 0;
	
    background: url(images/contentbg.png) repeat-y; 
    margin-top:0px;
}

#pagetop {
    width: 970px;
    margin: 0 auto;
    padding: 0;
    background: url(images/contenttop.png) no-repeat;  
    margin-top:0px;
    height: 46px;
}

#page-bgbtm {
    width: 970px;
    margin: 0 auto;
    padding: 0;
	background: url(images/pagebot3.png) no-repeat left bottom;
    height:25px;
}

/* Content */
#conttop {
    float: left;
    width: 970px;
    padding: 0px 0px;
    background: url(images/conttop.png) no-repeat left top; 
    margin-top: 0px;
    padding-left:0px;
    height:20px;
   
}
#content {
	float: left;
	width: 700px;
	padding: 0px 0px;
    background:transparent;
    margin-top: 15px;
    padding-left:10px;
   
}
h2.content {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;    
    color: black;    
    width: 670px;
    padding: 0px 0px;
    background:transparent;
    
}




.post {
}

.post .title {
	height: 38px;
	letter-spacing: -.5px;
	color: #1757AB;
}

.post .title a {
	color: #1757AB;
	border: none;
}

.post .meta {
	margin-top: -10px;
	padding-bottom: 5px;
	
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
}

.post .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding: 0px 0px 0px 0px;
}

.post .entry p {
    font-family: Arial, "Georgia", "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 1.3em;
}

.links {
	display: block;
	width: 96px;
	height: 30px;
	padding: 2px 0px 0px 0px;
	
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

/* Sidebars */

#sidebar {
    display: block;  
	float: left;
	width: 250px;
    background:transparent;
    text-align: left;
    margin-top: 0px; 
    
}
#sidebartext {
    display: block;  
    float: left;
    width: 245px;
   
    text-align: left;
   
    margin-left: 0px;
    margin-top: 0px;
}  
#sidebartexthost {
    display: block;  
    float: left;
    width: 250px;
    background:transparent;
    text-align: left;
    height:360px;
    margin-left: 22px;
    margin-top: 30px;
}                                                  

#sidebarcontent {
    display: block;  
    float: left;
    width: 290px;
    background: transparent;  
    text-align: left;
    height:360px;
    margin-left: 22px;
    margin-top: 30px;
} 



h1.sbcontent {
    display: block;
    margin-left: -8px;
    width: 260px;
    font-family: Arial, "Georgia", "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 1.3em;
    color: white; 
    padding-left: 0px;
    padding-top: 6px;  
}

h2.sbcontent {
    display: block;
    margin-left: 8px;
    width: 205px;
    font-family: Arial, "Georgia", "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 1.2em;
    color: black; 
    padding-left: 10px;
    padding-top: 30px;
    font-style: italic;  
    
}




/* Footer */

#footer-wrapper {
	width: 100%;
	background: rgb(0,92,143);
    
}

#footer {
	width: 970px;
	height: 84px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
   
    background: transparent;
}

#footer p {
	margin: 0;
	padding-top: 40px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #70AEFF;
}

#footer a {
	color: #1F84FF;
}

p.ulblue{
    font-family: 'Arial', Tahoma, Helvetica, sans;
    font-size: 1.3em;
    color:blue;
    font-weight: 200;
    padding-bottom: 0px;
    margin-left: 10px;
    line-height: normal;
}
p.ulsmall{
    font-family: 'Arial', Tahoma, Helvetica, sans;
    font-size: 1em;
    color:black;
    font-weight: 200;
    padding-bottom: -5px;
    margin-left: 40px;
    line-height: normal;
}

p.white {
    font-family: 'Arial', Tahoma, Helvetica, sans;
    font-size: 1.3em;
    color:white;
    font-weight: 200;
    font-weight: lighter;
    padding-bottom: -5px;
    margin-left: 10px;
    line-height: normal;
}

p.standard {
    font-family: 'Arial', Tahoma, Helvetica, sans;
    font-size: 1.3em;
    color:black;
    font-weight: 200;
    font-weight: lighter;
    padding-bottom: -5px;
    margin-left: 10px;
    line-height: normal;
}

h2.standard {
    font-family: 'Arial', Tahoma, Helvetica, sans;
    font-size: 1.6em;
    color: #1757AB;
    font-weight: 200;
    padding-bottom: -5px;
    margin-left: 10px;
    line-height: normal;
}

p.smallbold{
    font-family: 'Arial', Tahoma, Helvetica, sans;
    font-size: 1em;
    color:black;
    font-weight: bolder;
    padding-bottom: -5px;
    margin-left: 40px;
    line-height: normal;
}

#content table
{
    margin-bottom: 1.5em;
    border-collapse: collapse;
    text-align: left;
}

#content table th
{
    font-weight: bold;
    padding: 0.5em;
}

#content table td
{
    padding: 0.5em;
    border-right: solid 1px #fff;
}

#content table tr.rowH
{
    color: #fff;
    background: #006192 url('images/a8.gif') top left repeat-x;
    border-right: solid 1px #fff;
}

#content table tr.rowA
{
    background: rgb(230,243,217) top left;
    border-top: solid 1px #fff;
    color: inherit;
}

#content table tr.rowB
{
    background:rgb(246,246,246) top left;
    border-top: solid 1px #fff;
    color: inherit;
    
}

ul.leftnav {
    margin-left:-60px;
    padding-right: 60px;
}

#footer-wrapper {
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    background: #000000;
    background: url(images/bottomblue3.png) repeat-x left top;   
}

#footer {
    clear: both;
    width: 960px;
    height: 75px;
    margin: 20px auto 0px auto;
    font-family: Arial, Helvetica, sans-serif;
    background: transparent;
}

#footer p {
    margin: 0;
    padding: 30px 0px 0px 0px;
    line-height: normal;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    color:gray;
}

#footer a {
    color: white;
}


#three-columns {
    width: 900px;
    margin: 20px auto 30px auto;
    padding: 0px 0px 30px 0px;
    background: transparent;
}

#three-columns a {
    color: #57ACF7;
    color:rgb(217,217,217);
}

#three-columns ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#three-columns li {
    padding: 5px 0px 0px 15px;
    /*border-bottom: 1px solid #57ACF7; */
    
}

#three-columns h2 {
     padding: 0px 0px 20px 0px;
    font-size: 28px;
    color: #FFFFFF;
}

#column1 {
    float: left;
    width: 260px;
    margin-right: 30px;
    border-right: solid 1px rgb(107,107,107);
    background: transparent;
}

#column2 {
    float: left;
    width: 280px;
    border-right: solid 1px rgb(107,107,107);
    background: transparent;
    padding-left: 30px;
}

#column3 {
    float: right;
    width: 240px;
    padding-right: 20px;
    background: transparent;
}




#samples {
    display: block;
    
   
    height: 180px;
    margin: 0 auto;
    padding: 0;
    background:rgb(86,93,111);
    
    
}   
#samples ul {
    margin-left: 0px;
    
    list-style: none;
    line-height: normal;
}

#samples li {
    float: left;
}

#samples a {
    display: block;
    height: 120px;
    margin-left: 0px;
    margin-top: 6px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    color: #FFFFFF;
    border: none;
overflow: visible;
}


#samples a:hover {
    text-decoration: underline;
}



#three-pics {
    width: 690px;
    margin: 20px auto 30px auto;
    padding: 0px 0px 30px 0px;
    background: rgb(216,216,216);
    background: url(images/picbg2.png) no-repeat;
    text-align: left;
    height:245px;
}

#pic1 {
    float: left;
    width: 200px;
    margin-right: 10px;
    margin-left: 10px;
    border:none;
    background: transparent;
    
    
}

#pic2 {
    float: left;
    width: 200px;
    border: none;
    background: transparent;
    padding-left: 0px;
    margin-left: 10px;
    
    
}

#pic3 {
    float: left;
    width: 210px;
    padding-right: 0px;
    background: transparent;
    
    margin-left: 20px;
    
}


#three-pics ul {
    margin: 0;
    /*        t    r        l                            */   
    padding: 0px 10px 0px 20px;
    list-style: none;
    line-height: normal;
    
    margin-left:0px;
    margin-right: auto;    
    background: transparent;
}

#three-pics li {
    display: block;
    float: left;
}

#three-pics a {
    display: block;
    float: left;
    /*        t    r    b    l                            */  
    padding: 13px 0px 0px 0px;
    background:transparent;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    text-decoration: none;
    border: none;
}

#three-pics a:hover { text-decoration: none; }

#logins {
    border-bottom: solid 1px black;
    border-top : solid 1px black;  
    border-left : solid 1px black;  
    border-right : solid 1px black;  
    position:relative;
    margin-left:10px;
    margin-top:10px;
    width:300px;
    height:130px;
    background: url('images/tabletopsignup.png') no-repeat;
    padding:10px;
    color:rgb(0,0,0);
    font-size:1em;
    font-family:'Arial' Calibri, Trebuchet MS, Arial;    
}
form#logins select.fill { position:absolute; left:12em; }
form#logins select.state{ position:absolute; left:11em; }
form#logins input { position:absolute; left:11em; }

#logins input.username { position:absolute; left:8em;top:3.25em; }
#logins input.password { position:absolute; left:8em;top:6em; }     

form#logins select { position:absolute; left:10em; }
form#logins input.rad { position:absolute; left:10em; }  
form#logins input.check { position:absolute; left:10em; } 
form#logins input.servicecheck { position:absolute; left:11em; }
form#logins textarea { position:absolute; left:11em; } 

form#logins input.filebutton{ position:absolute; left:19em; } 
 
form#logins select.month{ position:absolute; left:11em; } 
form#logins select.year{ position:absolute; left:19em; } 
form#logins input.button { position:absolute; left:11em; }

form#logins input.logo { position:absolute; left:0em; }  

form#logins input.low { position:absolute; left:9em; }  
form#logins input.high { position:absolute; left:15em; }  
form#logins input.margin { position:absolute; left:21em; }  

form#logins input.head {font-size:18px; width:348px;  position:absolute; left:0em;margin-top:-10px;}
form#logins textarea.message { position:absolute; left:0em;font-size:12px;margin-top:-10px;} 
form#logins input.mail {width:348px;  position:absolute; left:0em;margin-top:-10px;} 
form#logins select { position:absolute; left:11em; }  

form#logins p {
font-family: arial;
font-size: 9pt;
color:black;
font-weight: lighter;
}



