
body {
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px; /* if using px, 13 should be good*/
	/*color: #2A3235;*/
	height: 100%;
	background: url(images/bg.jpg) repeat-x left top;
	margin: 0 auto;
	width: 880px;
	background-color: #978F84;
	text-align:center;
}

/** HEADINGS */

h1, h2 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	font-size: 21px;
	color: #504E42;
}

h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 15px;
	font-weight:bold;
	color: #96794F;
}

h3 {
	margin-bottom: 1em;
	font-size: 14px;
	font-weight:bold;
	/*color: #504E42;*/
	color:Black;
}

h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 11px;
	color: #504E42;
}
/** TEXTS */

th, td, textarea {
	color: #2A3235;
	/*height: 100%;*/
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
	line-height: 200%; /* NOTE will this be a problem for <P> tags?*/
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

/* for Privacy UL LI elements, cannot do this generally because menu uses UL*/
#privacy li
{
	margin-bottom:1em;
}

/** LINKS */

a {
	color: blue;
}

a:hover {
	/*text-decoration: none; this is probably from the original style sheet*/
	text-decoration: underline;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}


/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

.green_back 
{
	background-color: Green;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	/*font-weight: bold;*/
	text-decoration:none;
	text-align:center;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0px 20px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 20px;
}

/*img.border {
	padding: 2px;
	background: #FFFFFF;
	border: 1px solid #E1DFD8;
}*/

hr {
	display: none;
}

.hr1 {
	height: 1px;
}

/** WRAPPER */

#wrapper {
	background-color: White;
	width: 880px;
}

#wrapper3 {
	padding: 0px 15px 10px 15px;
	width: 880px;
}


/** FOOTER */

#footer {
	/*margin: 0px auto;*/
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 880px;
	/*height: 50px;*/
	text-align:center;
	clear:both;
}

#footer p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	/*color: #C6C4BC;*/
	color: Black;
	line-height: 100%;
	font-weight: normal;
}

#footer a {
	color: black;
}

#footer a:hover {
	text-decoration: underline;
}

/** HEADER */

#header {
	height: 130px;
}
/** BASIC rest below this is from layout css*/


/** LOGO */

#logo {
	float: left;
	width: 100%;
	height: 120px;
	background: url(images/homepage1.jpg) no-repeat left top;
	cursor: hand;
}

#logo h1 {
	text-indent: -9999em;
}

/** SEARCH */

#search {
	float: left;
}


/* more stuff from default.css, watch for conflicts with above*/

/** MENU */

#menu {
	height: 70px;
	background: url(images/homepage03.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 23px 0px 40px 0px;
	font-size: 14px;/*pix on home page under menu disappear if this is not set*/
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0px 10px 0px 10px;
	background: url(images/subpage1_03.gif) no-repeat left center;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/** BANNER */

#banner {
	padding-bottom: 10px;
	margin:auto;
	float:left;
}

/** PAGE */

#page 
{
	text-align:center;
}

#single {
	padding: 0px;
	background: url(images/homepage07.gif) repeat-x left top;
}

/** CONTENT */

#content {
	width: 800px;
	padding: 25px;
	/*background: url(images/homepage07.gif) repeat-x left top;*/
}

#homepage #content {
	/*width: 500px;*/
}

.combo_plan
{
	font-family:Arial, Sans-Serif;
	font-size:15px;
	font-weight:bold;
	padding-left:10px;
}

/** 3-COLUMN LAYOUT */

.three-columns {
	position: relative;
	height: 200px;
	min-height: 200px;
	background: url(images/homepage06.jpg) no-repeat left top;
}

html>body .three-columns {
	height: auto;
}

.three-columns .column1 {
	padding: 0px 15px 0px 20px;
}

.three-columns .column2 {
	padding: 0px 8px 0px 20px;
}

.three-columns .column3 {
	padding: 0px 15px;
}

.three-columns .title {
	height: 47px;
	margin: 0px;
	padding-top: 2px;
	color: #FFFFFF;
	/*vertical-align:middle; this does not seem to work like I want*/
}

.title h2
{
	vertical-align:middle;
}

.three-columns .content {
	padding-top: 20px;
}

.three-columns .column1, .three-columns .column2, .three-columns .column3 {
	width: 250px;
	float: left;
}

/*.three-columns .column1, .three-columns .column2, .three-columns .column3 {
	float: left;
}*/
/** 2-COLUMN LAYOUT  this is really a special layout for the home page*/

.two-columns {
	position: relative;
	height: 200px;
	min-height: 200px;
}

html>body .two-columns {
	height: auto;
}

.two-columns .column1 {
	width: 250px;
	background: url(images/homepage06.jpg) no-repeat left top;
	padding: 0px 15px 0px 20px;
}

.two-columns .column2 {
	width: 520px;
	background: url(images/homepage07.gif) repeat-x left top;
	/*padding: 25px 15px 0px 15px;*/
	padding: 0px 15px 0px 15px;
	
}

.two-columns .homepage_column2 {
	width: 500px;
	padding: 0px 10px 0px 10px;
	float:left;
}

.two-columns .title {
	height: 23px;
	margin: 0px;
	padding-top: 18px;
	color: #FFFFFF;
}

.two-columns .content {
	padding-top: 20px;
}

#homepage_content_column2 {
	margin-left: 15px;
}

.two-columns .column1, .two-columns .column2 
{
	float: left;
}


/* end two columns*/

/** BOX STYLE 1 */

.boxA {
}

.boxA .title {
	height: 23px;
	margin: 0px;
	padding: 18px 0px 0px 20px;
	background: url(images/homepage06.jpg) no-repeat left top;
	color: #FFFFFF;
}

.boxA .content {
	padding: 15px 13px;
}

/** SIDEBAR */

#sidebar {
	width: 250px;
}

#homepage #sidebar {
	width: 288px;
}

/** CLIENT LOGIN */

#login {
}

#login .content {
	padding-top: 20px;
	padding-left: 25px;
}

#login ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#login li {
	margin-bottom: 13px;
}

#login label {
	float: left;
	width: 70px;
	font-weight: bold;
	color: #5B6D74;
}

input#username, input#password {
	width: 130px;
	height: 17px;
	padding: 4px 5px 3px 5px;
	background: #F6F6F5;
	border: 1px solid #F6F6F5;
	border-left-color: #E1DFD7;
	border-top-color: #D4D2C5;
}

input#login-submit {
	float: right;
	width: 80px;
	height: 24px;
	background: url(images/subpage1_02.gif) repeat-x left top;
	border: 1px solid #44433B;
	border-right-color: #2E2D28;
	border-bottom-color: #272623;
	font-weight: bold;
	color: #FFFFFF;
}

#homepage input#username, #homepage input#password {
	width: 165px;
}


/** BOX1 */

#box1 {
}

/** BOX2 */

#box2 {
}

/** BOX3 */

#box3 {
}

/** BOX4 */

#box4 {
}

#box4 .content {
	padding-left: 20px;
}

/* end insertion form default */

TABLE.login
{
	text-align:left;
	vertical-align:top;
}

.showmessagediv
{
	display:block;
	text-align:center;
}
.hidemessagediv
{
	display:none;
}

.errormessage
{
    color: Red;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
}
.usermessage 
{
    color: Blue;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
}

.RequiredMsg
{
	color:Red;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	text-decoration:none;
	text-align:left;
}

.red_text
{
	color:Red;
}



TD.data_label_right
{
    text-align:right;
}
TD.data_label_left
{
    text-align:right;
}
TD.data_section_label
{
    text-align:left;
    background-color:green;
    color: White;
}
TD.error_display 
{
    background-color: white;
    text-align:left;
}
.ContactUs
{
    text-align:center;
}
.contact_us_title
{
    font-family: Century Gothic, Arial, Sans-Serif;
    text-align:center;
    font-weight:bold;
    color:rgb(0,0,128);
    font-size:22px;
    line-height:26px;
}

.contract_pricing_column_container
{
	clear:both;
	width:511px;
	text-align:center;
}

.contract_pricing_column
{
	float:left;
	width:170px;
}

.center
{
	margin:auto;
	text-align:center;
}
.center p /* need this to force elements in an element with the center class when the element has some other seeting in this file*/
{
	margin:auto;
	text-align:center;
}
.update_success
{
	font-size:14px;
	color:Red;
}
.update_success p /* need this to force elements in an element with the center class when the element has some other seeting in this file*/
{
	margin:auto;
	text-align:center;
}

.table_with_all_borders td
{
	border: solid 1 black;
}
