/* internalPages.css :: CSS Document */
/* Created by VillageWorks Communications, Inc.  */
/* for Leverage Computing, Inc. - © 2007  */

/* COLORS USED IN THE SITE 
	leverage red - #007ead
	blush - #BD756C
	dark gray - #696969
	lite gray - #969696
	bright red - #E3274F
	olive - #A39A2C
	dark slate blue - #074F64
	bright slate - #1bb7e3

*/

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	background-image:url(images/BG_tall.jpg);
	background-repeat:repeat-x;
	background-color:#bdbdbd;
}

h1 { font-size:13px; color:#007ead; margin-top:0px; margin-bottom:5px;}
h2 { font-size: 12px; color:#007ead; font-weight:bold; margin-top:0px; margin-bottom:5px;}
h3 { font-size:9px; color:#666666;}
ul {margin-top:0px; }
li {line-height:16px; }

/* ====================================================== GENERIC CLASS STYLES */
.clientLogin { padding:10px 25px 0 0; color:#007ead; font-weight:bold; text-align:right; font-size:12px; }

.subNavBox {
	padding:10px;
	border:solid #000000 1px;
	background-color:#FFFFFF;
	color:#00000;
	line-height:16px;
	font-size:13px;
}

/* ======================================================== GENERIC ID STYLES */


/* ============================================================ TABLE STYLES */


/* ============================================================== TR STYLES */


/* ============================================================== TD STYLES */


/* ============================================================= DIV STYLES */
#siteContainer {
	width:958px;
	text-align:left;
}
#topContainer {
	width:958px;
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	height:15px;
}
#mainContainer {
	width:958px;
	height:640px;
}
#leftColumn {
	width:259px;
	height:640px;
	float: left;
}
#rightColumn {
	width:699px;
	height:640px;
	float:right;
	text-align:left;
}
	#loginContainer {
		background-image:url(images/clientLogin_bg_int.jpg);
		background-repeat:no-repeat;
		width:699px;
		height:60px;
	}
	#headerContainer {
		background-image:url(images/pageHeaderBG_int.jpg);
		background-repeat:no-repeat;
		width:699px;
		height:47px;
	}
		#header {
			color:#000000;
			font-weight:bold;
			font-size:16px;
			padding: 20px 0 0 10px;
		}
	#intContents {
		background-image:url(images/pageContentsBG_int.jpg);
		background-repeat:no-repeat;
		width:699px;
		height:475px;
	}
		#contents {
	padding: 0 30px 0 20px;			
		}
	#searchBottom {
		background-image:url(images/searchBG_int.jpg);
		background-repeat:no-repeat;
		width:699px;
		height:14px;
	}

#bottomContainer {
	width:958px;
	height:41px;
	background-image:url(images/footerBG.jpg);
	background-repeat:no-repeat;
}
#footer {
	padding:16px 24px 0 24px;
	font-size:10px;
	color:#007ead; /*  red text in footer  */
}
	#copyright { float:right; text-align:right; }

/* ============================================================ SPAN STYLES */


/* ============================================================ LINK STYLES */
.footer:link {
	font-size:10px;
	color:#007ead;
	text-decoration:none;
}
.footer:visited {
	font-size:10px;
	color:#005e80;
	text-decoration:none;
}
.footer:hover {
	font-size:10px;
	color:#696969;
	text-decoration:underline;
}

a:link { color:#007ead; font-weight:bold; text-decoration:underline; }
a:visited { color:#007ead; font-weight:bold; text-decoration:underline; }
a:hover { color:#000000; font-weight:bold; text-decoration:underline; }
a:active { color:#969696; font-weight:bold; text-decoration:underline; }

.clientLogin a:link { color:#007ead; font-weight:bold; text-decoration:none; }
.clientLogin a:visited { color:#007ead; font-weight:bold; text-decoration:none; }
.clientLogin a:hover { color:#005e80; font-weight:bold; text-decoration:none; }

.subNav:link { font-size:12px; color:#000000; font-weight:bold; text-decoration:underline; }
.subNav:visited { font-size:12px; color:#000000; font-weight:bold; text-decoration:underline; }
.subNav:hover { font-size:12px; color:#007ead; font-weight:bold; text-decoration:underline; }
.subNav:active { font-size:12px; color:#000000; font-weight:bold; text-decoration:underline; }

/* ===================================================== MISCELLANEOUS STYLES */


/* ================================================ AUTOMATICALLY CREATED STYLES */
