/* CSS Document */

/* DEVELOPED BY IDPgroup */
/* Columbia, Missouri */
/* www.idpgroup.com */

/* COLOR LIST */
/* Orange #F93 */
/* Purple #306 */
/* Green #6C3 */

/* REDEFINED HTML STYLES */
a	{
	color: #693;
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;
}
body	{
	font-family: verdana, arial, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1	{
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 24px;
	font-style: italic;
	color: #9680AB;
}
h2	{
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 28px;
	font-style: italic;
	color: #D5CCDE;
	letter-spacing: -.2em;
}
h3	{
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 28px;
	font-style: italic;
	color: black;
	letter-spacing: -.2em;
}

/* */

/* HOME PAGE SPECIFIC STYLES */
#callToAction	{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 25px;
	background-image: url(images/orange_bar.gif);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 10px;
	padding-left: 90px;
	letter-spacing: .1em;
	color: #03F;
	font-weight: bold;
}
#callToAction a	{
	color: #03F;
}
#callToAction2	{
	float: right;
	letter-spacing: 0em;
	color: #000;
}
#callToAction2 a	{
	color: #FFF;
	text-decoration: none;
	padding: 0px 5px;
}
#callToAction2 a:hover	{
	color: #306;
}
#smallAds	{
	font-size: 10px;
}
#smallAds a	{
	font-size: 10px;
	color: #369;
	font-weight: bold;
	text-transform: uppercase;
}
/* */

/* GENERAL STYLES */
#bodyContent	{
	font-size: 12px;
	margin: 0px 165px 15px 15px;
}
#comparisonChart	{
	font-size: xx-small;
	vertical-align: top;
	border-bottom: 1px solid #000;
}
#comparisonChart a	{
	font-weight: bold;
	text-decoration: none;
	color: #369;
}
#comparisonChart a:hover	{
	text-decoration: underline;
}
.greenHeader	{
	width: 100%;
	background: #6BB832;
	color: #FFF;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	padding-right: 5px;
}
.greenHeader a	{
	text-decoration: none;
	color: #FFF;
}
.greenHeader a:hover	{
	text-decoration: none;
	color: #306;
}
.headerMenu	{
	height: 15px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	background: #FFF;
}
.headerMenu a	{
	padding: 0px 6px;
	text-decoration: none;
	color: #000;
}
.headerMenu a:hover	{
	text-decoration: underline;
}
.headerSelected	{
	background: #FFCE84;
}
.headerSelected a	{
	padding: 0px 6px;
	padding-bottom: 4px;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}
#tabText	{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
}
#isp	{
	font-size: 10px;
	color: #C00;
	text-align: center;
	margin-top: 5px;
}
#isp a	{
	color: #C00;
}
.linkList	{
	line-height: 1.1em;
	text-align: right;
	padding-right: 10px;
}
.linkList a	{
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #369;
}
.linkList a:hover	{
	text-decoration: underline;
}
/* */

/* JAVA-ASSISTED FLY-OUT MENU */
.submenu	{
	position:absolute;
	visibility: hidden;
	background: #FFCE84;
	border: 1px solid #FF9E0F;
	font-size: 10px;
	padding: 2px;
}
.submenu a	{
	display: block;
	width: 130px;
	padding: 3px;
	color: #000;
	text-decoration: none;
}
.submenu a:hover	{
	background: #FF9E0F;
	text-decoration: none;
}
/* */

/* MAIN MENU */
#mainMenu	{
	width: 100%;
	text-align: left;
	background-image: url(images/header_RB.gif);
	background-repeat: no-repeat;
	background-position: center right;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 5px;
}
#mainMenu a	{
	color: #000;
	text-decoration: none;
	padding: 0px 5px;
}
#mainMenu a:hover	{
	color: #900;
}
/* */

/* FOOTER STYLES */
#disclaimer	{
	font-size: 10px;
	padding: 10px;
	color: #B7B7B7;
}
#footer	{
	height: 40px;
	background-image: url(images/header_LM.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #FF9E0F;
	font-size: 10px;
	letter-spacing: -1px;
	border-bottom: 1px solid #000;
}
#footer a	{
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
	letter-spacing: normal;
}
#footer a:hover	{
	color: #FF9E0F;
}
#footerRight	{
	float: right;
	color: #FF9E0F;
	font-size: 10px;
	letter-spacing: -1px;
	padding-top: 5px;
}
#footerRight a	{
	color: #FFF;
	text-decoration: none;
	padding-right: 25px;
	letter-spacing: normal;
}
#footerRight a:hover	{
	color: #FF9E0F;
}
/* */

