/* CSS layout */

body
{
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	visibility: visible;
}

#content
{
	position: relative;
	padding: 0 0 0 0;
	margin-left: auto;
	margin-right: auto;
	width: 890px;
}

.cornerlinks
{
	position: relative;
	text-align: right;
	width: 685px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#header
{
	position: absolute;
}


.footer
{
	position: relative;
	font-size: 10px;
	height: 50px;
	color: #063;
	vertical-align: top;
	z-index: 5;
	top: 50px;
}

.footer td
{
	vertical-align: top;
	color: #063;
	font-size: 10px;
	padding: 0 25px 20px 48px;
	min-width: 150px;
}


.left
{
	text-align: left;
}

#links
{
	position: absolute;
	top: 10px;
	width: 701px;
	height: 98px;
	left: 184px;
	z-index: 10;
}

.userruler
{
	background-image: url(user/images/user_ruler.png);
	color: White;
	padding: 10px 0 10px 20px;
	font-size: 18px;
}

.password td
{
	padding: 3px;
}

#usercontent
{
	position: relative;
	background-repeat: no-repeat;
	width: 900px;
	height: 750px;
	top: 10px;
}

#innercontent
{
	position: relative;
	background-image: url(images/About.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 850px;
	top: 80px;
}

#learnabout
{
	position: relative;
	background-image: url(images/learn.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 750px;
	top: 80px;
}

#whyuse
{
	position: relative;
	background-image: url(images/whyuse.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 750px;
	top: 80px;
}


#innercontentfaq
{
	position: relative;
	width: 900px;
	height: 750px;
	top: 130px;
}

#innercontentabout
{
	position: relative;
	width: 882px;
	height: 375px;
	background-image: url(images/image_10.png);
	background-repeat: no-repeat;
	padding: 20px 25px 25px 25px;
	top: 400px;
}

#innercontentdefault
{
	position: relative;
	width: 882px;
	height: 375px;
	background-image: url(images/image_10.png);
	background-repeat: no-repeat;
	padding: 20px 25px 25px 25px;
	top: 125px;
}


#innerusertext
{
	position: absolute;
	background-image: url(images/white_box.png);
	background-repeat: no-repeat;
	left: -37px;
	top: 160px;
	width: 966px;
	min-height: 529px;
	z-index: 1;
	padding: 50px 15px 0 15px;
}

#innertext
{
	position: absolute;
	left: 51px;
	top: 186px;
	width: 810px;
	height: 529px;
	z-index: 1;
	text-align: justify;
}

#innertextfaq
{
	position: absolute;
	left: 35px;
	top: 5px;
	width: 810px;
	height: 600px;
	z-index: 1;
	text-align: justify;
	overflow: auto;
	padding: 15px;
	color: #063;
}

#innertextsignup
{
	position: absolute;
	background-image: url(images/signup_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	left: 94px;
	top: 97px;
	width: 697px;
	height: 300px;
	z-index: 1;
	text-align: center;
	overflow: visible;
	padding: 10px 15px 15px 15px;
	color: #063;
}

#signup
{
	position: absolute;
	left: 89px;
	top: 174px;
	width: 257px;
	height: 68px;
	z-index: 1;
}
.login
{
	vertical-align: bottom;
	color: #063;
	font-size: 12px;
	padding: 0px;
	min-width: 0px;
}


td
{
}



.home
{
	padding: 0 0 20px 25px;
}

h2
{
	font-size: 14px;
	color: #063;
}


h1
{
	font-size: 24px;
	color: #063;
}

h3
{
	font-weight: lighter;
	text-decoration: underline;
	font-size: 20px;
}

#resources
{
	text-align: center;
	padding: 30px;
}

#resources td
{
	vertical-align: top;
	color: #063;
	font-size: 10px;
	padding: 0 50px 20px 48px;
	min-width: 150px;
}

.bullet
{
	vertical-align: middle;
	margin: 3px;
}

#navigation
{
	position: absolute;
	left: 23px;
	top: 143px;
	width: 880px;
	height: 32px;
	z-index: 3;
}

.linkbg
{
	background-image: url(images/learnLink_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 170px;
}


a img
{
	border: none;
}

table
{
	z-index: 2;
}
a:link
{
	color: #666;
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
	color: #666;
}
a:hover
{
	text-decoration: none;
	color: #FFF;
}
a:active
{
	text-decoration: none;
	color: #FFF;
}

/* Modal Styles */
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.modalPopup
{
	background-color: #bed9ca;
	color: White;
	border-width: 3px;
	border-style: solid;
	border-color: White;
	padding: 3px;
	width: 250px;
}
