/* ----------- MAIN LAYOUT ----------- */
html {font-size: 101%}

body {font-size: 0.625em; 
		background-color:#e8f0f7;		
		background-image:url(../images/background.jpg);
		background-repeat:repeat-x;
	}

/* body * {margin: 0 auto;}  center body elements */

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0 0.5em 0;}
li, dd { margin-left:5%; }
fieldset { padding: .5em; }

a {outline: 0; } /* FF removes dotted line around links */
a:link {text-decoration: underline;}
a:hover {text-decoration: none;}
a:visited {text-decoration: underline;}
a:visited:hover {text-decoration: none;}

img {border: 0;}

h1 {font-size: 2em;
	color: #ACCA0A;
	line-height: 1.1em;
	margin: 0 0 1em 0;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #ACCA0A;
	}
h2 {
	font-size: 1.6em;
	color: #669ACC;	
	}

h3 {font-size: 1.4em}
h4 {font-size: 1.2em}
h5 {font-size: 1em}
h6 {font-size: 0.8em}

table {width: 100%;}
th {text-align: left;}
td {text-align: left;}

#wrapper {
	font: 1.2em Arial, Helvetica, sans-serif;
	margin: 10px auto;
	width: 760px;
	overflow: hidden;
	position: relative;
	padding: 5px 5px 5px 5px;
	background: #FFFFFF;
}

#header {
	position: relative;
	height: 80px;
	/*width: 780px;
	overflow: hidden;*/
}

#logo {
	background: url(../images/logo.gif) no-repeat;
	position: absolute;
	left: 0;
	width: 205px;
	height: 76px;
}

#banner {
	background: url(../images/banner.gif) no-repeat;
	position: absolute;
	right: 0px;
	top: 10px;
	width: 534px;
	height: 26px;
}

#logo *,
#banner * {display: none;}

#menu *,
#menu {
	padding: 0;
	margin: 0;
}

#menu {
	position: absolute;
	right: 0;
	bottom: 10px;
	background: #669ACC;
	list-style: none;
	width: 530px;
	text-align: left;
	padding: 5px 0 5px 10px;
	color: #FFF;
}

#menu li {float: left;}

#menu li a {
	padding: 3px 5px;
	color: #FFF;
	text-decoration: none;
}

#menu li a:hover {text-decoration: underline;}

#rpanel {
	float: right;
	width: 115px;
}

#lpanel {
	background :#ACCA0A;
	width: 210px;
	position: absolute;
	left: 0;
	/*margin-bottom: 10px;*/
	padding-bottom: 32767px;
	margin-bottom: -32757px;
}
#lpanel a {color: #fff; padding: 0 5px;}

/* 3 Easy Steps Blue button with white border */
a.button1 {
	display:block;
	border: 2px solid #FFF;
	background: #669ACC;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	width: 165px;
	margin:3px auto 10px auto;
	padding: 3px 0;
}

/* Green links button */
a.button2 {
	display: block;
	background: #BDD43B;
	margin-bottom: 3px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	padding: 3px 0;
	font-weight: bold;
}

a:hover.button1,
a:hover.button2,
a:hover.button3{
	text-decoration: underline;
}

.box1 {
	background: #FFF;
	text-align: center;
	margin: 10px 5px;
	padding: 15px 10px;
	border: 1px solid #669ACC;
}

.box1 h2 {
	font-size: 1.1em;
	margin: 0;
}

.box1 h3 {
	color: #669ACC;
	font-size: 2em;
	margin: 0.2em;
}

.box1 p {
	margin: 0 0 0.5em 0;
	font-size: 1.1em;
}

.box1 a {}
#earnmoneycont {margin: 10px 0 0px 0;}

#content {margin: 0 0 0 220px;}
#footer {background: #669ACC; text-align: center; color: #FFF; padding: 5px 0; margin: 15px 0 0 225px; /*clear: both*/}
#footer * {display: inline;}
#footer p, #footer a {color: #FFF; padding: 0 5px;}

#credit {background: #ffffff; text-align: center; color: #000000; padding: 5px 0; margin: 15px 0 0 225px; /*clear: both*/}
#credit a {color: #000000;}

.button a {padding: 4px 9px 4px 9px; text-align: center; background:#FFFFFF url(/assets/images/button-bg.png) repeat-x 0 0; border-top: 1px solid #DFDFDF; border-left: 1px solid #DFDFDF; border-right: 1px solid #DFDFDF; border-bottom: 1px solid #CECCC9;color:#EC5E36 !important; text-decoration:none !important;}
.button a:hover {text-decoration:none !important; background:#FFFFFF url(/assets/images/button-bg-on.png) repeat-x 0 0; color: #FF653B !important; border-top-color:#E7E7E7;}
.button a:active {background-image:none; text-decoration:none !important; border-top: 1px solid #cccccc; border-bottom: 1px solid #DFDFDF; background-color: #FAFAFA;}
#col1 .button a {display: block;}
.smaller{font-size: 9px;}
.borderpic{ 	
	border: 1px solid #ACCA0A;
	padding: 3px;
	margin: 4px;
}
.canvas{
	display: block;
	float:left;
	text-align: center;
	padding-bottom: 0 5px 5px 0;
	margin:3px;
}
a.button3 {
	display:block;
	border: 2px solid #406284;
	background: #669ACC;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	width: 99%;
	margin:3px;
	padding: 3px 0;
}
