
body { 
	margin:5px 0; 
	padding:0; 
	font: 74% Arial, Sans-Serif; 
	color:#FFFF; line-height: 1.4em; 
	text-align: center;
	background : #3C4049;
	height: 100%;
}
	
img {
	border: 0px solid white;
}	
	
/* centers a table */

#blockIEselect {
	filter:revealTrans; width:580px;
}
td {font: 74% Arial, Sans-Serif;
	}

.content { color: #505050; margin: 0 auto; padding: 0; width: 760px; background: #FAFAFA; }

/*LEFT SIDE */
.lside {	background: #FFF; color: #000; width: 580px; float: left; text-align: left;}
.lside .topmenu { background: #3A4354; color: #FFF; width: 580px; height: 15px; padding: 5px 0 5px 0px; font-size: 90%; }
.lside .header { background: #546078 url(/images/home_header.jpg) no-repeat; width: 580px; height: 145px; color: #FF8D00;}
.lside .header .padding { padding: 30px 0 0 35px; color: #FFF;}
.lside .header .citation { color : #EEE; font-size: 90%; padding: 70px 20px 15px 0; float: right; text-align: right; }
.lside .main { background: #FFF; color: #505050; padding: 15px 20px 15px 20px; }
.lside .main h1 {padding:0;color: #FF8D00;background: inherit; font: bold italic 1.8em Arial, Sans-Serif; letter-spacing: -1px; text-align:center;}
.lside .main h2 {padding:0;color: #FF8D00;background: inherit; font: bold italic 1.2em Arial, Sans-Serif; letter-spacing: -1px; text-align:center;}
.lside .main input[type = 'submit'] {background: white;}
.lside .main fieldset {
    margin: 10px 10px 10px 10px;
    padding: 5px 5px 5px 5px;
    border: solid 1px black;
	font-style: italic;
}
.lside .main li { list-style-type: disc;list-style-position: inside;	color: black; font-weight:bold; margin: 0 0 0px 0px;	padding: 0 0 0 0px; }
.lside .infobox { background: #FFF url(info.jpg) no-repeat; color: #222; height: 160px;  }
.lside .infobox .r_sd { width: 270px; float: right; padding: 10px 0px 5px 20px;}
.lside .infobox .l_sd { padding: 10px 20px 5px 20px; }
.lside .infobox a { color: #3A4354; }
.lside hr {	width: 95%; text-align: center;}

/* RIGHT SIDE */
.rside {	background: #000; color: #000; width: 180px; float: right; clear: both; }
.rside .topmenu { background: #546078; height: 15px; color: #FFF; text-align: right; padding: 5px 5px 5px 0px;}
.rside .loginbox { background: #E6E9EE; height: 145px; color: #000; margin: 0; padding: 0px;text-align: center;}
.rside .loginbox .padding { padding: 0px 10px 0px 10px; line-height: 1.9em; margin: 0;} 
.rside .topmain { background: #FF8D00; height: 15px; color: #FFF; padding: 5px;}
.rside .menu { background: #FAFAFA; padding: 5px; color: #333; }
.rside .menu h2 { color: #FF8D00; padding-left: 10px; }
.rside .menu .ads { padding: 0 10px 0 10px; }
.rside .menu .links { font-size: 90%; padding-left: 10px; }
.rside .menu .links a { color: #546078; }
.rside .search { padding-left: 10px; }

/* NAVIGATION */
.nav { clear: both; text-align: left; color: 	#7D8085; padding: 5px 0 0 0; }
.nav li { font-weight: bold; margin: 0 0 8px 0; padding: 0 0 0 5px; border-bottom: 1px solid #ccc; }
.nav li a { color: #546078; text-decoration: none; }
.nav li a:hover { color: #F29900; text-decoration: none; }

/* FOOTER */
.footer { clear:both; width: 760px; padding-top: 3px; height: 25px; color:#FFF; font-size:90%; background: #546078; text-align:center; }
.footer a { color: #eee; }

#notice {
  border: 2px solid red;
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f0f0f0;
  font: bold smaller sans-serif;
}

#notice li {list-style-type: disc;list-style-position: inside;	color: black;}
#notice  p {color: red; }

p { 	margin: 0 0 5px 0; 	padding: 0; color: #888; background: inherit; }
hr { border: 0; height: 1px; color: #eee; background-color: #eee; }
a { 	color: #888; background: inherit;  text-decoration:none; }
a:hover { 	background: inherit;	text-decoration: underline; }
h1 { padding:0; margin:0; color: #FFF; background: inherit;font: bold 1.8em Arial, Sans-Serif; letter-spacing: -1px; }
h1 a {color: #FFF; background: inherit;}
h2 { background-color: inherit; 	color:#FF8D00; font-size:140%; font-weight:bold; margin: 10px 0 10px 0; padding:0; }
h2 a { color: #FF8D00; }
h2 a:hover { 	color: #EE8300; text-decoration: none;}

ul { margin: 5px 0 20px 15px; padding : 0; list-style : none;  }
li { list-style-type: none;	color: #F29900;	margin: 0 0 0px 0;	padding: 0 0 0 0px; }
li a { color: #546078;  }
li a:hover { color: #F29900; }



fieldset {
	border: 1px solid #eee;
}

textarea.text { 
	height: 150px; 
	width: 90%; 
	border: 1px solid #ccc; 
	background: #fff; 
	color: #000;
}

textarea.text:hover { 
	border: 1px solid #eee; 
	background: #FFFFF4; 
	color: #000;
}

input.field { 
	border: 1px solid #ccc; 
	background-color: #3C3C3C; 
	width: 100px; 
	color: #FFF;
}

input.field:hover { 
	border: 1px solid #eee; 
	background: #ccc; 
	color: #000;
}

input.text { 
	margin: 0; 
	width: 150px;
	border: 1px solid #546078; 
	background: #FFF;
	color: #808080; 
}

input.text:hover { 
	border: 1px solid #3a4354; 
}

input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	#border: none; 
	background: #FFFFFF; 
	color: #808080; 
	padding: 1px; 
	font-weight: bold; 
}

.date { 
	color: #505050; 
	background: #FFF;
	text-align: right; 
	margin: 4px 0 5px 0; 
	padding: 0.4em 0 0 0; 
	border-top: 1px solid #ddd;
}

.date a { color: #546078; }



input.button { 
	background: #FFFFF4; 
	color: #808080;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.comments { 
	padding: 10px 10px 8px 10px; 
	margin: 0 0 7px 0; 
	background: #3f3f3f; 
	color: #000;
}

.commentsbox { 
	padding: 8px 0 10px 10px; 
	margin: 0 0 10px 0; 
	background: #f4f4f4; 
	color: #000;
}

.error {
	color: #990000;
	background-color: #FFF0F0;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #990000;
}
.error h2 {
	color: #990000;
	background: inherit;
}

.success {
	color: #000000;
	background: #FAFAFA;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px dashed #546078;
}
.success h2 {
	color: #546078;
	background: inherit;
}
/* faded background class; takes the entire screen and has some transparancy*/
.grey_overlay
{
display: none;
position: absolute;
width: 100%;
height: 100%;
min-height: 100%;
margin: 0 auto;
#padding: 10 px;
background-color: #c0c0c0;
border: 1 px #333333;
text-align: left;
filter:alpha(opacity=60);
-moz-opacity:.60;
opacity:.60;
z-index: 1;
top: 0px;
right: 0px;
}
.white_overlay_content
{
display: none;
color: black;
background-color: white;
position: absolute;
top: 35%;
left: 50%;
height: 200px;
margin-top: -70px;
width: 450px;
margin-left: -225px;
z-index: 2;
overflow: auto;
/*padding: 5px 5px 5px 5px;*/
border: 10px solid grey;
}
.login_box
{
	margin: 5px;
	border: 1px solid;
}
/*privacy and terms pages*/

#privacy, #terms {
	border: 1px solid black;
	padding: 10px 10px 10px 10px;
	height: 400px;
	overflow: auto;
	}

.section {
	font-weight: bold;
	color: black;
	text-align: center;
}

.text {
	text-indent: 20px;
}

#terms li
{
color: #888;
font-weight:normal;
list-style-position: outside;
}

/* end privacy and terms pages */

.discount {
  color: red;
}

#loading_indicator
{
	display: inline;
}

/* this are styles for 10 reasones and FAQ pop-ups */

.faq_container, .reason_container {
	display: none;
	color: black;
	background-color: white;
	position: absolute;
	top: 35%;
	left: 50%;
	margin-top: -70px;
	width: 500px;
	margin-left: -250px;
	z-index: 2;
	overflow: auto;
	padding: 25px 25px 25px 25px;
	border: 10px solid #808080;
	text-align: center;
}

.faq_context, .reason_context {
	display: none;
}

#faq li, #reason li {
	font-weight:normal;
}

.faq h1, .reason h1 {
	color: #FF8D00;background: inherit; font: bold italic 1.8em Arial, Sans-Serif; letter-spacing: -1px; text-align:center;
	padding: 10px 0 0 0;
}

.faq_container hr, .faq_context hr, .reason_container hr, .reason_context hr {
	width: 85%;
	color: #808080;
	background-color: #808080;
	margin: 10px;
}

.faq p, .reason p{
	text-indent: 20px;
	text-align: left;
	color: black;
	font: 110% Arial, Sans-Serif;
}

.reason ul {
	text-align: left;
	padding: 0 50px;;
}

.faq input, .reason input { 
	background: #FFFFF4; 
	color: black;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

/*#trial_link {color:white}*/
#trial_link img {width:100px}

/* end 10 reasons popups */

/* about */

#mission {
	text-align: center;
	font: 1.2em arial;
	font-weight:bold;
	font-style: italic;
	color: #FF8D00;
}

/* end about */

/* home page */

.home_text {
	color: #546078;
	font-weight: bold;
	text-indent: 20px;
}

.home_highlight {
	text-align: center;
	font: 1.2em arial bold italic;
	font-weight:bold;
	font-style: italic;
	color: #FF8D00;
	padding: 5px 20px 5px 20px;
}

.home_try {
	text-align:center;
}
.home_try a {
	font: 1.8em arial;
	font-weight:bold;
	font-style: italic;
	color: #FF8D00;
}

#home_list li{
	color: #546078;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
}	

.home_try a {
	text-align: center;
}

/*end of home page */