﻿

.clear
{
	clear: both;
}

body
{
	color: #666;
	font-family: "Lucida Sans" , Arial, Verdana, Helvetica, san-serif;
	font-size: .8em;
	background-color: #fff;
	margin:0 0 0 0;
	
}

pre
{
	color: #000000;
	background-color: #00FFFF;
	font-family: 'Courier New' , Courier, monospace;
	width: 320px;
	overflow: visible;
}

#page-wrapper
{
	width: 950px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid teal;
	height: 100px;
}

h1
{
	color: #8B0000;
	font-size: 1.3em;
}

h2
{
	font-size: 1.2em;
	text-align: center;
	margin: 5px 0 10px 0;
}

#banner
{
	width: 100%;
}

.banner-side
{
	width: 100px;
	height: 100px;
	float: left;
}

#banner-middle
{
	background-position: left top;
	background:  url( "../images/banner.png" ) no-repeat left top;
	width: 750px;
	height: 100px;
	float: left;
	position: relative;
}


#banner-middle img
{
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	border: 1px solid yellow;
}

#banner-middle #title
{
	float: left;
	margin-top: 24px;
	margin-left: 20px;
	color: yellow;
	font-family: "Times New Roman" , serif;
	font-size: 2em;
	font-weight: bold;
}

#banner-middle #text
{
	font-family: "Times New Roman" , serif;
	color: #fff;
	font-style: italic;
	font-size: 1.5em;
	float: left;
	margin-top: 24px;
	margin-left: 100px;
}

#main-nav
{
	position:relative;
}

#main-nav ul
{
	
	list-style-type: none;
	position: absolute;
	top: 70px;
	left: 200px;
	width: 500px;
	height: 30px;
	display: inline;
}



#main-nav li
{
	float: left;
	background: #3a6806 url( "../images/tab-shadow-2.gif" ) repeat-x left bottom;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	margin: 0 10px 0 0;
	color: #fff;
	display: inline;
	height: 17px;
}

#main-nav a
{
	color: #fff;
	border: none;
	outline-width: 0;
	text-decoration: none;
}

#main-nav #current
{
	background-color: #fff;
	background: #fff url( "" ) no-repeat left bottom;
	border: none;
	border-bottom: 0px solid #fff;
}
#left-col
{
	float: left;
	display: inline;
/*	background-color: #419ed8; */
	color: #00FFFF;
}

#main-nav #current a
{
	color: #000;
	border: none;
	outline-width: 0;
}

#main-content
{
	float: left;
	margin-left: 20px;
/*	width: 400px; */
}

#main-content a
{
	color: #666;
	text-decoration: underline;
}

#index #main-content
{
	background: #ffffff url( "../images/right-col-bg.gif" ) repeat-y right top;
}

/*
#main-content #left-col
{
	width: 539px;
	float: left;
	padding: 0;
	margin: 0;
}
*/
#index-content
{
	float: left;
	width: 100%;
}
/*
#index-content h1
{
	float: left;
	width: 60%;
	padding-left: 10px;
}

#index-content img
{
	float: left;
	width: 198px;
}


#index-content p
{
	padding-left: 10px;
	float: left;
	width: 60%;
}


#main-content #right-col
{
	width: 220px;
	float: right;
}
*/

#home-right p
{
	width: 135%;
}

#home-cta
{
	background-color: #419ed8;
	width: 530px;
	padding: 1% 0px 1% 4px;
	float: left;
	margin-top: 25px;
	margin-bottom: 0;
}

#home-cta a
{
	color: #fff;
	text-decoration: underline;
}



.cta-panel
{
	width: 169px;
	float: left;
	margin-left: 5px;
	display: inline;
	position: relative;
}

.cta-panel img
{
	height: 73px;
	width: 169px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
}

.cta-panel .button
{
	display: inline;
	position: absolute;
	bottom: 10px;
	right: 0;
	padding: 0 0;
	margin: 0 0;
}




.cta-panel-text
{
	background-color: #252525;
	color: #fff;
	height: 250px;
	width: 169px;
	float: left;
	display: inline;
}

.cta-panel-text p
{
	padding: 0;
	margin: 0;
}

.cta-panel-text img
{
	height: 38px;
	width: 148px;
	float: right;
	display: inline;
	border: none;
	outline-width: 0px;
}


.cta-panel-button
{
	float: right;
	background: transparent url( "../images/green-button.gif" ) no-repeat left top;
	height: 38px;
	width: 148px;
	text-align: right;
}

.cta-panel-button p
{
	color: yellow;
	font-weight: bold;
}

#footer
{
	width: 100%;
	height: 92px;
	clear: both;
	padding-top: 20px;
}
.footer-side
{
	background: transparent url( "../images/footer-edge.png" ) no-repeat left top;
	width: 100px;
	height: 100px;
	float: left;
}

#footer-middle
{
	background: #cccccc url( "../images/footer-bkg.gif" ) no-repeat left top;
	width: 700px;
	height: 100px;
	float: left;
	position: relative;
	font-size: .8em;
}

#footer ul
{
	list-style-type: none;
	display: inline;
	width: 100%;
	top: 20px;
	position: relative;
	float: left;
}

#footer li
{
	display: inline;
	color: #fff;
	padding-right: 20px;
}


#footer a
{
	color: #fff;
	border: none;
	outline-width: 0;
}

#main-nav #current
{
	font-weight: bold;
}

#main-nav #current a
{
	font-weight: bold;
	border: none;
	outline-width: 0;
}

#copyright
{
	float: left;
	clear: both;
	color: #fff;
	position: relative;
	top: 40px;
	width: 100%;
}


#services #interior-content
{
	margin-left: 50px;
	float: left;
	clear: both;
}
/*
#services,#faq table {
	width: 60%;
}

#services,#faq .col1, .col2 {
	text-align: center;

}


*/
.col2
{
	text-align: center;
}

#faq .col1
{
	text-align: center;
}

#services
{
	text-align: center;
}

#services p
{
	text-align: left;
}

#questions
{
	line-height: 2em;
}

#answers
{
	margin-left: 70px;
}

#questions
{
	margin-left: 70px;
}

#answers li
{
	margin-top: 20px;
}

#questions
{
	margin-top: 20px;
}

#answers a
{
	text-decoration: none;
	font-weight: bold;
}

.top
{
	color: red;
	text-decoration: none;
	font-size: .8em;
	font-weight: normal;
}

#signupform
{
	width: 700px;
	margin-top: 20px;
	float: left;
}

#signupform .col1
{
	width: 200px;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}

#signupform .col2
{
	width: 400px;
	text-align: left;
	padding-left: 20px;
}

#wordlists #word_lists
{
	list-style-type: none;
	padding-left: 20px;
	line-height: 3em;
}



.ActivityHeading
{
	font-weight: bold;
}
.detailcenter
{
}

.Activity1
{
	font-style: italic;
}
.Activity2
{
	background-color: Gray;
	color: White;
}

.Activity3
{
	background-color: #A00000;
	color: White;
}
.Activity4
{
	background-color: Green;
	color: White;
}
.Activity5
{
	background-color: #200F0F;
}
.Activity6
{
	background-color: Red;
	color: White;
}
.Activity7
{
	background-color: Lime;
}

.Watermark
{
	color: Gray;
	font-style: italic;
}
.PopupError
{
	background-color: Red;
	color: White;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}
.PopupMessage
{
	background-color: Green;
	color: White;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}
.PopupDlg
{
	background-color: White;
	color: Black;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
}

.PopupWarning
{
	background-color: Yellow;
	color: Black;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}
.PopupBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.PaidUserActive
{
	color: Black;
}
.PaidUserInactive
{
	color: Gray;
}
.PromoUserActive
{
	color: Black;
	background-color: Aqua;
}
.PromoUserInactive
{
	color: Gray;
	background-color: Aqua;
}

.ReportTextColumnBold
{
	font-weight:bold;
	text-align: left;
}

.ReportTextColumn
{
	text-align: left;
}

.ReportColumnNum
{
	text-align:right;
}
	
.TestimonialText
{
	font-style: italic;
	color: black;
	margin-left: 5px;
}
.TestimonialSig
{
	font-weight: bold; 
	font-style:normal
}
.right-column {
	float: left;
}
