@charset "utf-8";

table.control_box, div#menus, ul.menu, .noPrint {display:none;}

a:link {
	border:none;
	color:#090;
}

a:visited {
	border:none;
	color:#999;
}
a:hover {
	border:none;
	color: #333;
}

img {
	border-style:none;
}

/*---------------------------Table Style-------------------*/

.white {
	color:white;
	font-size:15px;
}

.whiteCenter {
	color:white;
	text-align:center;
}

.gs_c1 {
	width:300px;
	height:550px;
	margin-left:5px;
	margin-right:5px;
	float:left;
	background-image:url(../images/gs_c1Pic.jpg);
	background-repeat:no-repeat;
	background-position:center;
	position: relative;
}

.gs_c1 p {
	font-size:15px;
	margin-left:45px;
	margin-right:40px;
	color:#FFF;
}

.gs_c2 {
	width:180px;
	height:550px;
	margin-left:10px;
	margin-right:10px;
	float:right;
	background-image:url(../images/gs_c2Pic.jpg);
	background-position:center;
	background-repeat:no-repeat;
	
}

.gs_c2 p {
	font-size:15px;
	margin-left:65px;
	margin-right:10px;
	/*margin-top:10px;*/
	color:#FFF;
}

input[type='checkbox'], input[type='radio'] {
}

.inner_content {
	font-size:12px;
	margin-left:10px;
	margin-right:10px;
	margin-top:20px;
}

.gs_c2 .white {
	color:#FFF;
	text-align:center;
}

.gs_c3 {
	width:350px;
	height:550px;
	margin-left:10px;
	margin-right:10px;
	float:right;
	background-image:url(../images/gs_c3Pic.jpg);
	background-position:center;
	background-repeat:no-repeat;
	position: relative;
}

.gs_c3 p {
	font-size:15px;
	margin-left:70px;
	margin-right:40px;
	color:#FFF;
}

#rounded-corner
{
	font-size: 12px;
	width: 280px;
	text-align: right;
	border-collapse: collapse;
	margin-top:15px;
}

#rounded-corner thead
{
	border: 1px solid #333;
}

	
}

#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	text-align:center;
	border: 1px solid #333;
}
#rounded-corner td
{
	padding: 8px;
	/*background: #76955C;*/
	border: 1px solid #333;
}
/*
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}
*/

#creditcardinfo, #reginfo, #summary						{ font-size: 12px; border-collapse:collapse; }
#creditcardinfo tr td, #reginfo tr td, #summary tr td			{ line-height: 10px;}
/*#contentSpace tr:nth-child(even), */tr.even td	{ background-color:#6CAF7C; }
/*#contentSpace tr:nth-child(odd), */tr.odd td		{ background-color:#82B991; }
#cci tr:nth-child(odd)							{ background:none; }
#creditcardinfo hr								{ position: relative; height: 4px; margin: 10px 0 10px 0; }
#cci { line-height:0px; border-collapse:collapse; height:0px; }
.entry_error 							{ background-color: red; }


.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
z-index: 9999;

}

.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('/images/information_32.png');
}

.success {
color: black /*#4F8A10*/;
background-color: #DFF2BF;
background-image:url('/images/checkmark_32.png');
}

.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('/images/warning_32.png');
}

.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('/images/error_32.png');
}

.entry_error {
color: #D8000C;
background-color: #FFBABA;
}

#security_seal_1 { position:absolute; bottom: 10px; right: 20px; width: 60px; height: 60px;}
#security_seal_2 { position:absolute; bottom: 10px; left: 20px; width: 90px; height: 60px;}
/*---------------------------Table Style End-------------------*/

/*------------------------Typography-----------------------------*/
/******************** Baseline grid: 13/18px ********************/
body								{ font-size: 75%; line-height: 1.5; /*12/18*/ 
										/*background-image:url(../images/bodyBG.gif);*/
										background-repeat:no-repeat;
										/*background-color:#333;*/
										padding:0;
										margin:auto;
										font-family:Verdana, Geneva, sans-serif;
										color:#000;
									}

h1, h2, h3, h4, h5, h6				{ position: relative; }
h1, h2								{ line-height: 36px; margin-bottom: 18px; }
h1, h2, h3, h4						{ margin-top: 18px; }
h3, h4, h5, h6						{ line-height: 16px; }
h1									{ font-size: 36px; top: 5px; }
h2									{ font-size: 28px; top: 8px; }
h3									{ font-size: 22px; top: 1px; }
h4									{ font-size: 18px; top: 2px; }
h5									{ font-size: 15px; top: 4px; color:#0C0; margin:0px; }
h6									{ font-size: 13px; top: 5px; }

p, pre, address						{ font-size: 13px; line-height: 18px; position: relative; top: 5px; }
abbr, code, kbd,
samp, small, var					{ line-height: 15px; }
ul, ol, dl, dialog					{ font-size: 13px; line-height: 18px; position: relative; margin-top: 18px; margin-bottom: 18px; }
li ul, li ol						{ top: 0; margin-top: 0; margin-bottom: 0; }
li h1, li h2, li h3,
li h4, li h5, li h6,
li p								{ top: 0; }
form, legend, label					{ font-size: 13px; line-height: 18px; }
legend								{ position: relative; top: 5px; }
input, textarea						{ font-size: 12px; }


h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child						{ margin-top: 0; }

#footer table								{ font-size: 13px; line-height: 18px; margin: 18px 0; }
#footer th, td								{ padding: 3px 12px; line-height: 30px; }
#footer th									{ background: rgba(0, 0, 0, 0.2); }
#footer tr:nth-child(even)					{ background: rgba(0, 0, 0, 0.1); }
#footer tr:nth-child(odd)					{ }
#footer hr									{ position: relative; height: 4px; margin: 18px 0 14px 0; }



/*--------------------Login Bar-----------------------------------*/


/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
	display:none;
}


/* sliding panel */
#toppanel {
	display: none;
}

#panel {
	display: none;
}




/*-----------------------------End Login Bar------------------------------*/

#alphaBar {
	background:#FFF;
	position:absolute;
	width:100%;
	height:100px;
	z-index:0;
	top:52px;
}

#pageWrap {
	margin:auto;
	padding:0;
	height:100%;
	width:100%;
}

#header {
/*	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:900px;
	height:100px;*/
	margin:auto;
}

#content {
	width:900px;
	height:100%;
	margin:auto;
	margin-top:200px;
}

.c1 {
	padding-top:0px;
	padding:20px;
	width:410px;
	height:100%;
}

.c1half {
	margin-top:40px;
	width:200px;
	float:left;
}

.c1 li {
	list-style-image:url(../images/circle.gif);
	padding-right:30px;
}

.c2 {
	padding-right:20px;
	padding-top:50px;
	height:100%;
	width:410px;
	float:right;
}

.c1b {
	margin-top:40px;
	padding:20px;
	width:409px;
	height:100%;
	border-right:solid 1px #CCC;
	text-align:center;
}

.c2b {
	margin-top:40px;
	padding:20px;
	height:100%;
	width:410px;
	float:right;
	text-align:center;
}

.c2noPad {
	padding-right:20px;
	height:100%;
	width:410px;
	float:right;
}

.box1 {
	width:359px;
	height:164px;
	margin-left:60px;
	float:left;
	border-bottom:solid 1px;
	border-right:solid 1px;
	border-color:#CCC;
	padding:10px;
	text-align:center;
}

.box2 {
	width:360px;
	height:164px;
	margin-right:60px;
	border-bottom:solid 1px;
	border-color:#CCC;
	float:right;
	padding:10px;
	text-align:center;
}


.box3 {
	width:359px;
	height:165px;
	margin-left:60px;
	float:left;
	border-right:solid 1px;
	border-color:#CCC;
	padding:10px;
	text-align:center;
}

.box4 {
	width:360px;
	height:165px;
	margin-right:60px;
	float:right;
	padding:10px;
	text-align:center;
	display:block;
}

#picBorder {
	background-image:url(../images/picBorder.gif);
	background-repeat:no-repeat;
	width:430px;
	padding-top:17px;
	padding-left:17px;
	height:275px;
}

#picBorder2 {
	background-image:url(../images/picBorder2.gif);
	background-repeat:no-repeat;
	width:430px;
	padding-top:22px;
	padding-left:17px;
	height:400px;
}

#c2imgRight {
	padding-left:20px;
}

/*------------------------Content--------------------------*/

html ul.topnav li.active, html ul.tabs li.active a:hover  {
	background-position:bottom;
}

.tab_container {
	clear: both;
	width: 100%;
	background-color:#fff;
	min-height:400px;
}

.tab_content {
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right:10px;
}

#contentSpace {
height:550px;
}

.homeCont {
	background-image:url(../images/homeHeader.gif);
	background-repeat:no-repeat;
}

/*------------------------Content End--------------------------*/

/*----------------------DropDown Tabs-----------------------*/

ul.topnav {  
	display:none;
/*text-indent:-9999px;*/
}  

ul.topnav li {  
float: left;     
position: relative; /*--Declare X and Y axis base for sub navigation--*/
}

ul.topnav .homeBtn {
	background-image:url(../images/buttons_01.jpg);
	background-position:0px 0px;
	width:225px;
	height:50px;
}

ul.topnav .featuresBtn {
	background-image:url(../images/buttons_02.jpg);
	background-position:0px 0px;
	width:225px;
	height:50px;
}

ul.topnav .aboutBtn {
	background-image:url(../images/buttons_03.jpg);
	background-position:0px 0px;
	width:225px;
	height:50px;
}

ul.topnav .contactBtn {
	background-image:url(../images/buttons_04.jpg);
	background-position:0px 0px;
	width:225px;
	height:50px;
}

ul.topnav li a{   
	color: #fff;  	
	display: block;  
	text-decoration: none;  
	float: left;  
}  

ul.topnav li a.hidden_a {
	opacity: 0;
	width: 120px;
	height: 50px;
	filter:alpha(opacity=0)
}
ul.topnav li:hover{
	background-position:bottom;
}  

ul.topnav li span { /*--Drop down trigger styles--*/  
width: 120px;  
height: 50px;
display:block;
}  

ul.topnav li span.subhover {background-position: center bottombottom; cursor: pointer;} /*--Hover effect for trigger--*/  

ul.topnav li ul.subnav {  
list-style: none;  
position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
left: 0; top: 50px;    
margin: 0; padding: 0;  
display: none;  
float: left;  
width: 135px;  
border: 1px solid #111;
z-index:99;
text-indent:0px;
}  

ul.topnav li ul.subnav li{  
margin: 0; padding: 0;  
border-top: 1px solid #252525; /*--Create bevel effect--*/  
border-bottom: 1px solid #444; /*--Create bevel effect--*/  
clear: both;  
width: 135px;  
}  

html ul.topnav li ul.subnav li a {  
float: left;  
width: 115px;  
background: #993333 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
padding-left:20px;
}  

html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/  
background: #990000 url(../images/dropdown_linkbg.gif) no-repeat 10px center;  
}  

.ui-tabs-hide {
	display:none !important;
}

/*----------------------DropDown Tabs End-------------------*/

/*-----------------------Footer------------------------------*/



#footer {
	display: none;
	margin-top:50px;
	/*background-image:url(../images/footerBG.gif);*/
	background-repeat:repeat-x;
	height:220px;
	/*background-color:#111;*/
	clear:both;
	color:#000;
}

#footer a {
	color:#000;
}

#footerContent {
/*	background-image:url(../images/botCorn.png);*/
	background-position:top right;
	background-repeat:no-repeat;
	width:900px;
	height:220px;
	margin:auto;
}

#footerC1 {
/*	background-image:url(../images/wwd.jpg);*/
	background-repeat:no-repeat;
	background-position:center 20px;
	width:430px;
	height:120px;
	float:left;
	padding:10px;
}

ul.icons {
	font-size:75%;
	list-style: none;
	height: 75px; /*--Set height of tabs--*/
	width: 430px;
	display:block;
	padding-top:30px;
	padding-right:20px;
}

ul.icons li {
	float: left;
	height: 75px;
	width:50px;
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	margin-left:28px;
}

ul.icons .io {
	background-image:url(../images/icon_01.gif);
}

ul.icons .tn {
	background-image:url(../images/icon_02.gif);
}

ul.icons .ht {
	background-image:url(../images/icon_03.gif);
}

ul.icons .mm {
	background-image:url(../images/icon_04.gif);
}

ul.icons li:hover {
	background-position:bottom;
}

ul.icons a {
	display:block;
	width:50px;
	height:75px;
	text-indent:-999px;
}

.blue1 {
	color:#09F;
}

.blueIcon {
	color:#009;
}

.blueIcon h6 {
	font-size:1.5em;
	line-height:5px;
	margin:0px;
	margin-top:5px;
	text-align:center;
}

.greenIcon {
	color:#030;
}

.greenIcon h6 {
	font-size:1.5em;
	line-height:5px;
	margin:0px;
	margin-top:5px;
	text-align:center;
}

.redIcon {
color:#600;
}

.redIcon h6 {
	font-size:1.5em;
	line-height:5px;
	margin:0px;
	margin-top:5px;
	text-align:center;
}

.bubbleInfo {
    position: relative;
	width:500px;
}

.popup {
position: absolute;
display: none;
z-index: 50;
border-collapse: collapse;
width:200px;
height:150px;
background-color:#FFF;
border:solid;
border:#000;
border-style:solid;
border-width:medium;
padding:5px;

}

.popup2 {
position: absolute;
display: none;
z-index: 50;
border-collapse: collapse;
width:150px;
height:50px;
background-color:#FFF;
border:solid;
border:#000;
border-style:solid;
border-width:medium;
padding:5px;
color:#03F;
}

#footerC2 {
	background-image:url(../images/wwa.jpg);
	background-repeat:no-repeat;
	background-position:center 20px;
	width:450px;
	float:right;
	text-align:left;
	padding-top:30px;
}


/* ----------------------------------- Footer End ---------------------------------------- */

table.creditcardinfo {
	margin: 10px auto;
}
#confirmation_box {
	width: 400px;
	margin: 0 auto;
}

#confirmation_box table {
	margin: 10px;
	border: 1px solid #aaa;
}
#confirmation_box table tr td {
	border-bottom: 1px solid #aaa;
}


/* Terms of Use */
div#TOU {
	margin: 10px auto;
	border: 2px solid #aaa;
	height: 100px;
	width:400px;
	text-align: left;
	overflow: scroll;
	padding: 0px 10px;
}

p.standard {
	margin: 5px;
	font-size: 8px;
}

p.TOU_paragraph { margin: 5px 0; font-size: 8px;} 
.TOU_agree { font-size: 9px; width: 450px; margin: 0 auto 10px;}
p.TOU_Label {
	font-size: 10px;
	
	font-weight: bold;
	margin: 5px 0px;
}

.center {
	margin: 0 auto;
	text-align: center;
}
