body {
	color: #202020;
	font-family: arial;
	font-size: 0.8em;
	text-align: center;
}
table {
	font-size: 0.9em;
	}
#container {
	text-align: left;
	margin: auto;
	width: 1000px;
}
a {
	color: #202020;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
	display: inline;
}
.yellow {
	color: #fcbb01;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.clear-spacer {
	clear: both;
	margin: 10px 0px 10px 0px;
}
.header {
	background: url(/images/login-bg.jpg) bottom right no-repeat;
	padding: 0px 10px 0px 10px;
}

.splash-holder-shadow {
	background: url(/images/generic-shadow.jpg) top left no-repeat;
	height: 110px;
}
.splash-holder-shadow img {
	margin-right: 10px;
}
.content-holder {
	padding-top: 20px;
	margin-left: 15%;
}
.splash-copy {
	float: left;
	width: 550px;
	/*padding-top: 18px;*/
}
label {
	text-align: right;
	display: inline;
	width: 150px;
	margin-bottom: 4px;
	/*.margin-bottom: 2px;*/
}
input.text {
	display: inline;
	border: 1px solid #fcbb01;
	padding: 2px;
	/*height: 22px;*/
	margin-bottom: 4px;
	/*.margin-bottom: 2px;*/
}
.button {
	background: #fcbb01;
	font-size: 0.9em;
	height: 26px;
	vertical-align: middle;
}
.form-fix {
	padding: none;
	margin: none;
}
.login-box {
	float: right;
	text-align: right;
}
ul.main-menu {
	background: #fcbb01;
	padding: 5px 0 0 0;
	margin: 0;
	height: 21px;
	
}
ul.main-menu li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline;
}
ul.main-menu a.active {
	background: #2f5d50;
}
ul.main-menu a:link,
ul.main-menu a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
}
ul.main-menu a:hover {
	background: #2f5d50;
}
.landing-image-right {
	float: right;
	margin: 15px 15px 0px 15px;
}
.landing-image-left {
	float: left;
	margin: 15px 15px 0px 15px;
}

/**************************************
                        Page footers
                   ***************************************/
div#footer {
	margin:1em;
	background-color:#4652cc;
	text-align:right !important;
	position:relative;
	padding:2px;
	color:white;
	clear: both;
	font-size: 0.8em;
}
div#footer p {
	text-align:center !important;
	font-size:1.1em;
}
div#footer img {
	padding:0;
	margin:0;
}
div#footer a {
	color: #ff9090;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}

/**************************************

                   ***************************************/
.pod-holder {
	margin-top: 15px;
	background: #fcbb01;
	width: 220px;
	}
.pod-holder h2 {
	color: #fff;
}
.pod-header {
	background: url(/images/pod-header.gif) no-repeat #2f5d50;
	text-align: center;
	padding: 5px;
}
.pod-content {
	padding: 10px;
}
.left-banner {
	margin-top: 15px;
}
.right-content {
	float: left;
	margin: 15px 0px 0px 15px;
	width: 740px;
	}
.middle-content {
	float: left;
	margin: 15px 0px 0px 15px;
	width: 500px;
	}
.plan-holder {
	float: left;
	margin-right: 5px;
	}
.plan-holder-platinum {
	width: 143px; 
	/*.width: 163px;*/
	margin-left: 15px;
	border-left: 2px solid #1b87d2;
	border-right: 2px solid #1b87d2;
	border-bottom: 2px solid #1b87d2;
	padding: 8px;
	}
.plan-holder-gold {
	width: 143px; 
	/*.width: 163px; */
	margin-left: 15px;
	border-left: 2px solid #fcbb01;
	border-right: 2px solid #fcbb01;
	border-bottom: 2px solid #fcbb01;
	padding: 8px;
	}
.plan-holder-silver {
	width: 143px; 
	/*.width: 163px; */
	margin-left: 15px;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	padding: 8px;
	}
.plan-holder-bronze {
	width: 143px; 
	/*.width: 163px; */
	margin-left: 15px;
	border-left: 2px solid #cc9a0d;
	border-right: 2px solid #cc9a0d;
	border-bottom: 2px solid #cc9a0d;
	padding: 8px;
	}
.plan-left {
	width:220px; 
	margin-top: 10px;
	}
.plan-left img {
	margin-bottom: 10px;
	}
.red {
	color: #df0000;
	font-weight: bold;
	}
.green {
	color: #2f5d50;
	font-weight: bold;
	}
.plan-left-link {
	background: #4652cc;
	padding: 5px;
	text-align: right;
	margin-top: 5px;
	color: #fff;
	}
.plan-left-link a {
	color: #fff;
	}
.left-bullets {
	float: left;
	width: 240px;
	}
.left-bullets ul {
	padding: 0;
	margin: 0;
	margin-left: 10px;
	}
.left-bullets li,
.middle-content li,
.right-content li {
	padding-left: 15px;
	margin-top: 15px;
	list-style-type: none;
	background: url(/images/bullet_green.gif) no-repeat;
	background-position: 0 5px;
	}