/* CSS Document */
*{margin:0px;padding:0px}
 
body {
background:url(images/background.gif);
font-family:Arial, Helvetica, sans-serif;
}
 
/* Container */ 
#container {
background-color: #ffffff;
width: 1000px;
margin: 10px auto 0 auto;
}

*html #container {
background-color: #ffffff;
width: 1000px;
margin: 75px auto 0 auto;
}
/* Container */  

/* Header */
#header {
background-color: #000000;
background: url(images/header.png) no-repeat;
width: 1000px;
height: 262px;
}

#header1 {
background-color: #000000;
background: url(images/header_2.png) no-repeat;
width: 1000px;
height: 330px;
}

#header2 {
background-color: #000000;
background: url(images/header_1.png) no-repeat;
width: 1000px;
height: 262px;
}

.headerimg {
width: 198px;
height: 75px;
position:relative;
top: 10px;
left: 65px;
}
 
#headernav {
float: right;
list-style: none;
margin-top: -26px;
margin-bottom: 3px;
margin-right: -1px;
height: 29px;
}
 
#headernav ul {
list-style: none;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 1px
}
 
#headernav li {
text-align: left;
float: left;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
 
#headernav ul li a {
display: block;
margin-right: 0px;
padding: 0px 1px 0px 1px;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}
 
/* End Header */
 
 
 
 
#content {
width: 1000px;
margin-top: 2px;
margin-right: 0px;
margin-left: 0px;
font-size: 12px;
padding: 0px;
}

/* Begin Main Content */
#main {
width: 983px;
margin: 5px auto 0 auto; 
}

/* End Main Content */


/* Begin Main Top */
#maintop {
background:url(images/mid_top.gif) no-repeat; 
width: 983px;
height: 12px;
margin: 0px auto 0 auto; 
}
/* End Main Top */


/* Begin Main Middle */ 
#mainmiddle {
background:url(images/mid_m.gif) repeat-y;
width: 983px; 
color: #000000; 
margin: 0px auto 0 auto; 
padding:0px; 
}

#mainmiddle ul{
padding-left: 30px;
color: #000000;
}

#mainmiddle p {
font-size: 12px;
padding: 7px;
color: #000000;
}

#mainmiddle a:link {
color: #1b5ba2;
text-decoration: none;	
}

#mainmiddle a:visited {
color: #1b5ba2;
text-decoration: none;
}

#mainmiddle a:hover {
color: #1b5ba2;
text-decoration:underline;
}

#mainmiddle a:active {
color: #1b5ba2;
text-decoration: none;
}

/* End Main Middle */ 

#mainmid2 {
width: 969px; 
color: #000000; 
margin: 0px auto 0 auto; 
padding:0px;
}

#mainadd{
width: 975px; 
color: #000000; 
margin: 0px auto 0 auto; 
padding:0px; 
}


/* Begin Main Bottom */
#mainbottom {
background:url(images/mid_bot.gif) no-repeat;
width: 983px;
height: 11px;
margin: 0 auto 0 auto;
}

/* End Main Bottom */
  
  
/* Begin Left Column */  
#lcolumn {
color:#000000; 
margin:0px 1px 5px 5px;
padding:0px; 
width:620px; 
float:left;
}

*html #lcolumn {
color:#000000; 
margin:0px 1px 5px 5px;
padding:0px; 
width:600px; 
float:left;
}

#lcolumn p {
color: #000;	
}

#lcolumn ol {
margin-left: 25px;	
}

#lcolumn li {
padding: 2px;	
}

#lcolumn h5 {
background: url(images/open.gif) no-repeat 3px 4px;
padding-left: 25px;
cursor: pointer;
}

#lcolumn h5.close {
	background-image: url(images/close.gif);
}
#lcolumn .answer {
  background-color: white;
}

#lcolumn h6 {
background: url(images/close.gif) no-repeat 3px 4px;
padding-left: 25px;
cursor: pointer;
}

#lcolumn h6.close {
	background-image: url(images/open.gif);
}

#lcolumn .answer1 {
  background-color: white;
}

/* End Left Column */

 /* Begin Right Column */  
#rcolumn { 
color:#000000; 
margin:0px 5px 5px 1px; 
padding:0px; 
width:350px; 
float:right;
}

*html #rcolumn { 
color:#000000; 
margin:0px 5px 5px 1px; 
padding:0px; 
width:350px; 
float:right;
}

.referrtop {
background:url(images/referr_top.png) no-repeat;
width: 305px;
height: 29px;
margin: 0 auto 0 auto;
}



.referrmiddle {
background: url(images/referr_mid.png) repeat-y;
width: 305px; 
color: #000000; 
margin: 0px auto 0 auto; 
padding:0px; 
}

.referrbottom {
background: url(images/referr_bot.png) no-repeat;
width: 305px;
height: 18px;
margin: 0 auto 0 auto;	
}

.referrmiddle p {
padding: 10px;
margin-top: 0px;
margin-left: 5px;
}

.referrbtn {
width: 135px;
height: 25px;
position: relative;
top: -2px;
left: 140px;
}
/* End Left Column */    


/* Footer Properties */ 
#footer {
width: 1000px;
height: 60px;
clear: both;
background-color: #ffffff;
border-top: #1b5ba2 1px solid;
margin-top: 20px;
}
 
#footer p {
font-size: 11px;
color: #1b5ba2;
padding: 9px 10px 9px 10px;
}

#footer a:link {
color: #1b5ba2;
text-decoration: none;
}

#footer a:visited {
color: #1b5ba2;
text-decoration: none;
}

#footer a:hover {
color: #1b5ba2;
text-decoration: underline;
}

#footer a:active {
color: #1b5ba2;
text-decoration: none;
}

.login {
width: 225px;
height: 55px;
background: url(images/login.gif) no-repeat;
float: right;
position: relative;
top: -39px;
right: 0px;
}

.login p {
color: #1b5ba2;
font-weight: bold;
margin: -10px auto 0 0px;
}

.login h6 {
color: #1b5ba2;
font-size: 15px;
margin-top: 6px;
}

.login a:link {
color: #1b5ba2;
text-decoration: none;
}

.login a:hover {
color: #1b5ba2;
text-decoration: underline;
}

.login a:visited {
color: #1b5ba2;
text-decoration: none;
}

.login a:active {
color: #1b5ba2;
text-decoration: none;
}


/* End Footer Properties */  

h3 {
font-size: 32px;
color: #1b5ba2;
padding: 5px;	
}

h4 {
font-size: 1.6em;
color: #1b5ba2;
padding: 5px;
}

h5 {
font-size: 1.4em;
color: #1b5ba2;
padding: 5px;
}

h6 {
font-size: 1.4em;
color: #1b5ba2;
padding: 5px;
}

p {
padding: 7px;
font-size: 0.9em;
} 

 
 /* Image & Float Properties */
.clear {
clear: both;
}

#thumb {
float: left;
width: 167px;
margin: 0px 0px 15px 5px;
}

.thumb2 {
float: left;
width: 180px;
margin: 0px 0px 15px 5px;
}

.thumb3 {
float: left;
width: 400px;
margin: 0px 0px 15px 75px;

border-top: #cfcfd1 1px solid;
border-right: #cfcfd1 1px solid;
border-bottom: #cfcfd1 1px solid;
border-left: #cfcfd1 1px solid;
}

.thumb3hdr {
position:relative;
left:76px;
}

.thumb4 {
float: right;
width: 400px;
margin: 0px 75px 15px 5px;

border-top: #cfcfd1 1px solid;
border-right: #cfcfd1 1px solid;
border-bottom: #cfcfd1 1px solid;
border-left: #cfcfd1 1px solid;
}

.thumb4hdr {
position:relative;
left:104px;
}

img {
border: none;	
}

.image {
float: left;
margin: 0;
padding: 5px;
} 

.red {
	color: #F00;
}

.bord{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #FFFFFF;
	border-style: solid;
	border-width:1px;
	border-color: #2f93e9 #2f93e9 #2f93e9 #2f93e9;
}
/* End Image & Float Properties */

/* Contact Form */

fieldset {
border: 1px solid #2f93e9;	
}

legend {
background-color: #2f93e9;
color: #ffffff;
font-weight: bold;
padding: 2px;
font-size: 12px;
}

.price {
margin: 0 auto 0 auto;
border-style: solid;
border-width:1px;
border-color: #1b5ba2;
padding: 2px;
}

.price td {
padding: 2px;
font-weight: bold;
color: #000;
}

/* End Contact Form */

.plan {
font-size: 1.4em;
color: #1b5ba2;
padding: 5px;	
}

.intpr {
margin: 0 auto 0 auto;	
}

.intpr td {
padding: 4px;	
}

.largeint {
font-size: 16px;
font-weight: bold;
text-align: center;
}

.intcost {
color: #1b5ba2;
font-size: 16px;
font-weight: bold;
text-align: center;	
}

.intcost2 {
color: #1b5ba2;
font-size: 14px;
text-align: center;	
}