/* CSS Document */
/* Created by VillageWorks Communications, Inc.  */

/* COLORS USED IN THE SITE 
	color1 - #FF0000 bright red
	color2 - #640E11 dark red
*/

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	line-height:11pt;
	background-color: #FFFFFF;
/*
	background-color: #d1d1d1;
*/
	text-align:left;
}

table, tr, td {
	margin:0px;
	padding:0px;
	text-align:left;
}

h2 {
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	color: #222222;
	}

/* ======================================================================= */
/* ====================================================== GENERIC CLASS STYLES */
/* ======================================================================= */

.footer {
	font-size:7pt;
	color:#FFFFFF;
}

.bodyBold {
	font-size:9pt;
	line-height:16pt;
	font-weight:bold;
}

.expertQuoteBold {
	font-size:8pt;
	line-height:20pt;
	font-weight:bold;
}

.listItems {
	font-size:9pt;
	line-height:16pt;
	font-weight:bold;
}

/* ======================================================================= */
/* ======================================================== GENERIC ID STYLES */
/* ======================================================================= */

#loginForm {
	margin:0px;
	padding: 0px;
	display:inline;
}

.clientInput {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000000;
	line-height:9pt;
	border:solid 0px #FFFFFF;
	margin:0px;
	height:18px;
	padding:4px 0 0 6px;
	background:transparent url(images/usernameInputNew.gif) no-repeat;
	width: 180px;
	display:inline;
}

.clientPassword {
	font-family:Arial, Helvetica, sans-serif;
	font-size:7pt;
	color:#000000;
	line-height:9pt;
	border:solid 0px #FFFFFF;
	margin:0px;
	height:18px;
	padding:4px 0 0 6px;
	background:transparent url(images/passwordInput.gif) no-repeat;
	width: 10px;
	/* width: 109px; */
	display:inline;
}

.goBtn {
	float:right;
	display:inline;
	padding: 0 35px 0 0;
}

/* ======================================================================= */
/* ============================================================ TABLE STYLES */
/* ======================================================================= */


/* ======================================================================= */
/* ============================================================== TR STYLES */
/* ======================================================================= */


/* ======================================================================= */
/* ============================================================== TD STYLES */
/* ======================================================================= */

.logInFormTD {
	height:86px;
	width:325px;
	vertical-align:top;
	text-align:center;
	background-image:url("images/clientLoginPanelBackground.jpg");
	background-repeat:no-repeat;
	margin: 0px;
}

/* ======================================================================= */
/* ============================================================= DIV STYLES */
/* ======================================================================= */

.clientTestimonials {
	font-size:8pt;
	font-weight:bold;
	color:#000000;
	padding:15px 35px 5px 31px;
}

.howToBuy {
	font-size:9pt;
	font-weight:bold;
	color:#000000;
	padding:13px 35px 3px 27px;
}
.clientHome {
	font-size:8pt;
	font-weight:bold;
	color:#640E11;
	padding:17px 0 5px 31px;
	width:70px;
	text-align:left;
}

.clientLogin {
	font-size:8pt;
	font-weight:bold;
	color:#640E11;
	padding-top:15px;
	/*
	padding-top:17px 20px 0px 10px;
width:370px;
	margin-left: auto;
	margin-right: auto;
*/
}

.clientContact {
	font-size:8pt;
	font-weight:bold;
	color:#640E11;
	padding:17px 33px 5px 0;
	width:70px;
	text-align: right;
}

.clientLoginForm {
	padding:40px 0 5px 31px;
}

.expertQuote {
	padding:5px 44px 0 44px;
	font-size: 8pt;
	text-align:left;
}

.expertImage {
	padding:5px 44px 0 44px;
	font-size: 8pt;
	text-align:center;
}

.indexParagraph {
	font-size:9pt;
	line-height:15pt;
	color:#000000;
}

/* ======================================================================= */
/* ============================================================ SPAN STYLES */
/* ======================================================================= */

.menu {
	text-align: center;
	font-size: 12pt;
	}

.header {
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	color:red;
	}

.active {
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	}

/* ======================================================================= */
/* ============================================================ LINK STYLES */
/* ======================================================================= */

a.footer:link {font-size:7pt; color:#FFFFFF;}
a.footer:visited {font-size:7pt; color:#FFFFFF;}
a.footer:hover {font-size:7pt; color:#000000; text-decoration:none;}

a.menu:link {color:#FFFFFF; text-decoration:none}
a.menu:visited {color:#FFFFFF; text-decoration:none}
a.menu:hover {font-size: 130%; color:#FFFFFF; text-decoration:none; font-weight: bold;}

a.active:link {color:#FFFFFF; text-decoration:none}
a.active:visited {color:#FFFFFF; text-decoration:none}
a.active:hover {color:#FFFFFF; text-decoration:none;}

.clientHome a:link {font-size:8pt; font-weight:bold; color:#640E11; text-decoration:none;}
.clientHome a:visited {font-size:8pt; font-weight:bold; color:#640E11; text-decoration:none;}
.clientHome a:hover {font-size:8pt; font-weight:bold; color:#000000; text-decoration:none;}

.clientLogin a:link {font-size:8pt; font-weight:bold; color:#640E11; text-decoration:none;}
.clientLogin a:visited {font-size:8pt; font-weight:bold; color:#640E11; text-decoration:none;}
.clientLogin a:hover {font-size:8pt; font-weight:bold; color:#000000; text-decoration:none;}

.clientContact a:link {font-size:8pt; font-weight:bold; color:#640E11; text-decoration:none;}
.clientContact a:visited {font-size:8pt; font-weight:bold; color:#640E11; text-decoration:none;}
.clientContact a:hover {font-size:8pt; font-weight:bold; color:#000000; text-decoration:none;}

a.linkCopy:link {font-size:9pt; color:#640E11;}
a.linkCopy:visited {font-size:9pt; color:#640E11;}
a.linkCopy:hover {font-size:9pt; color:#000000; text-decoration:none;}

/* ======================================================================= */
/* ===================================================== MISCELLANEOUS STYLES */
/* ======================================================================= */


/* ======================================================================= */
/* ================================================ AUTOMATICALLY CREATED STYLES */
/* ======================================================================= */
