* { margin: 0px; padding: 0px; position: relative; }

body
{
	background-color: #3399CC;
}

#logo
{
	position: absolute;
	top: 14px;
	left: 22px;
	border: 0px;
	outline: 0px;
	text-decoration: none;
}

img { border: none; }

#phone-tab
{
	display: block;
	width: 130px;
	height: 28px;
	position: absolute;
	top: 0px;
	left: 500px;
	border: 0px;
	outline: 0px;
	text-decoration: none;
	background-image: url('images/phone_tab.png');
}

#email-tab a
{
	display: block;
	width: 86px;
	height: 28px;
	position: absolute;
	top: 0px;
	left: 630px;
	border: 0px;
	outline: 0px;
	text-decoration: none;
	background-image: url('images/email_tab.png');
}

#email-tab a:hover
{
	height: 30px;
	text-decoration: none;
	background-image: url('images/email_tab_over.png');
}

#color-bg
{
	z-index: 1;
	top: -72px;
	background-color: #FFFFFF;
}

#upper-half
{
	background: url('images/bg_repeat_x.png') 0px 0px repeat-x;
	top: 72px;
}

#content-column
{
	margin-left: auto;
	margin-right: auto;
	width: 1010px;
	left: 3px;
}

#column-left
{
	z-index: 2;
	float: left;
	display: inline;
	width: 750px;
	background: url('images/shadow_repeat_y.png') 0px 0px repeat-y;
	padding-bottom: 50px;
}

#column-left #top
{
	width: 740px;
	height: 80px;
	position: absolute;
	top: 0px;
	left: 5px;
	background: url('images/left_col_top.png');
}

#column-left #subcolumn-a
{
	float: left;
	display: inline;
	width: 460px;
	top: 0px;
	left: 5px;
	margin-left: 15px;
	margin-top: 100px;
}

#column-left .site
{
	position: absolute;
	top: 42px;
	left: 510px;
	color: #666666;
	font-family: Avenir-Roman, Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 18px;
}

#column-left #subcolumn-a h1
{
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 18px;
	font-weight: bold;
}

#column-left #subcolumn-a h2
{
	color: #0397D6;
	font-family: Avenir-Roman, Verdana, Arial, sans-serif;
	font-size: 24px;
	margin-bottom: 18px;
}

#column-left #subcolumn-a p
{
	font-family: Arial, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 18px;
}

#column-left #subcolumn-a p strong
{
	color: #333333;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: bold;
}

#column-left #subcolumn-a ul
{
	font-family: Arial, sans-serif;
	list-style: none;
	color: #333333;
	font-size: 12px;
	line-height: 1.5em;
}

#column-left #subcolumn-a ul li
{
	padding-left: 75px;
	padding-top: 2px;
	padding-bottom: 18px;
	background-repeat: no-repeat;
}

#column-left #subcolumn-b
{
	float: left;
	display: inline;
	width: 230px;
	top: 0px;
	left: 5px;
	margin-left: 20px;
	margin-top: 100px;
}

#column-left #subcolumn-b h4
{
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

#column-left #subcolumn-b ul
{
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-left: 15px;
}

#column-left #bottom
{
	width: 750px;
	height: 20px;
	position: absolute;
	bottom: -20px;
	background: url('images/shadow_bottom.png');
}

#column-right
{
	float: left;
	display: inline;
	width: 255px;
	left: -5px;
}

#column-right #get-started
{
	display: block;
	margin-top: 34px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 6px;
	width: 235px;
	height: 40px;
	background-image: url('images/get_started_btn.png');
}

/*
#column-right #get-started a:hover
{
	background-image: url('images/get_started_btn_over.png');
}
*/

#column-right #right-content-area
{
	background-color: #EDF2F4;
	border: solid 1px #DBDBDB;
	border-left: none;
	width: 255px;
}

#column-right #right-content-area #blue-box
{
	margin: 10px;
	padding: 10px 6px;
	background-color: #0071AA;
}

#column-right #right-content-area #blue-box p
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #FFFFFF;
}

#column-right #right-content-area #bonus-whitepaper
{
	width: 255px;
	background: #E3E3E3 url('images/whitepaper_bg.png') 0px 0px repeat-x;
}

#column-right #right-content-area h3
{
	color: #4B9F00;
	font-family: Avenir-Roman, Verdana, Arial, sans-serif;
	font-size: 16px;
	padding: 10px 10px 5px 10px;
}

#column-right #right-content-area #bonus-whitepaper p
{
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding: 0px 10px 0px 10px;
	line-height: 1.2em;
}

#column-right #right-content-area #bonus-whitepaper p strong
{
	color: #393939;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#lower-half
{
	top: -72px;
	background-color: #3399CC;
}

#lower-half #lower-content-column
{
	margin-left: auto;
	margin-right: auto;
	width: 1010px;
	left: 3px;
	background: url('images/bottom_dark_blue.png') 0px 0px no-repeat;
	padding-top: 110px;
}

#lower-half #lower-content-column h2
{
	color: #094563;
	font-family: Avenir-Roman, Verdana, Arial, sans-serif;
	font-size: 18px;
	margin: 0px 20px 20px 20px;
	width: 750px;
}

#lower-half #lower-content-column p
{
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 15px 20px;
	width: 700px;
}

#lower-half #lower-content-column ul {
	margin-left: 30px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 700px;
	list-style: inside;
}

#lower-half #lower-content-column li { 
	padding-bottom: 10px;
}

#signup
{
	margin-top: 15px;
	left: 11px;
}

#signup p
{
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

#signup p em, p.note em
{
	color: #FF0000;
	font-style: none;
}

p.note
{
	margin-top: 10px;
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 10px;
	left: 11px;
}

#signup .halfDiv
{
	width: 110px;
	float: left;
	display: inline;
	margin-right: 10px;
}

#signup .thirdDiv
{
	width: 42px;
	float: left;
	display: inline;
	margin-right: 10px;
}

#signup .fullDiv
{
	width: 230px;
	margin-right: 10px;
}

#signup input
{
	border: solid 1px #BDBDBD;
	background-color: #FFFFFF;
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin-bottom: 7px;
	font-size: 11px;
}

#signup textarea
{
	border: solid 1px #BDBDBD;
	background-color: #FFFFFF;
	width: 100%;
	height: 40px;
	margin-bottom: 7px;
	font-size: 11px;
	font-family: Arial, sans-serif;
}

#signup #submit
{
	float: left;
	display: block;
	width: 85px;
	height: 26px;
	padding-top: 5px;
	padding-right: 10px;
}


#signup #lock
{
	float: left;
	width: 25px;
	height: 29px;
	top: 3px;
	left: -3px;
	background-image: url('images/lock.png');
}

#signup #privacy-text
{
	float: left;
	width: 115px;
	height: 35px;
	top: -10px;
	left: 2px;
	margin-top: 10px;
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 9px;
}

#success {
	padding: 10px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

#copyright
{
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 10px;
}

#copyright a
{
	color: #006699;
	text-decoration: none;
}

#copyright a:hover
{
	border-bottom: dotted 1px #006699;
}

.clear-float
{
	clear: both;
}

#hover-preloader
{
	position: absolute;
	left: -10000px;
	top: -10000px;
}

/* Button Classes	*/

a.btn {
    background: url(../images/btn-rt.gif) no-repeat scroll top right; 
	display: block;
	float: left;
	height: 26px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-top: 0px;
	padding-right: 15px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a.btn span {
	/* Background left image */ 
	background: url(../images/btn-blank.gif) no-repeat; 
	display: block;
	text-decoration: none;
	line-height: 13px; /* CHANGE THIS VALUE ACCORDING TO BUTTON HEIGHT */
	padding: 6px 0 7px 13px;
	color: #09f;
} 

a.btn:hover span { text-decoration: underline; }

a.btn span.accept {
	background: url(../images/btn-accept.gif) no-repeat; 
	padding: 6px 0 7px 32px;
	color: green;
}

a.btn span.delete {
	background: url(../images/btn-delete.gif) no-repeat; 
	padding: 6px 0 7px 32px;
	color: red;
}

a.btn span.search {
	background: url(../images/btn-search.gif) no-repeat; 
	padding: 6px 0 7px 33px;
}

a.btn span.login {
	background: url(../images/btn-login.gif) no-repeat; 
	padding: 6px 0 7px 33px;
}

