@charset "utf-8";
/* CSS Document */

/* Overall page container -- index page */
#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 47em;
	text-align: left;	
}
/* Overall page container -- Recommended Tools page */
#toolsWrap {
	margin-left: auto;
	margin-right: auto;
	width: 63em;
	text-align: left;	
}

/* Header container */
#header {
	position:relative;
	float:left;
	height: 135px;
	width: 764px;
}

/*  Header pic */
#headerPic {
	height: 114px;
	width: 764px;
	background:url(../images/header3.gif) no-repeat;
}
#headerPic2 {
	height: 114px;
	width: 764px;
	background:url(../images/index_header_back2.gif) no-repeat;
}
#headerPic3 {
	height: 114px;
	width: 764px;
	background:url(../images/index_header_back3.gif) no-repeat;
}

/* Navigation container div */
#navbar {
	position:relative;
	float:left;
	margin:0px;
	height: 21px;
	width: 764px;
}
/* Navigation bar divs */
#navbar1 {
	position:relative;
	float:left;
	height: 21px;
	width: 101px;
	background:url(../images/navbar1_over.gif) no-repeat;
}
#navbar2 {
	position:relative;
	float:left;
	height: 21px;
	width: 60px;
	background:url(../images/navbar2_home_over.gif) no-repeat;
}
#navbar3 {
	position:relative;
	float:left;
	height: 21px;
	width: 96px;
	background:url(../images/navbar3_about_over.gif) no-repeat;
}
#navbar4 {
	position:relative;
	float:left;
	height: 21px;
	width: 149px;
	background:url(../images/navbar4_tools_over.gif) no-repeat;
}
#navbar5 {
	position:relative;
	float:left;
	height: 21px;
	width: 24px;
	background:url(../images/navbar5_over.gif) no-repeat;
}
#navbar6 {
	position:relative;
	float:left;
	height: 21px;
	width: 55px;
	background:url(../images/navbar6_blog_over.gif) no-repeat;
}
#navbar7 {
	position:relative;
	float:left;
	height: 21px;
	width: 101px;
	background:url(../images/navbar7_get-involved_over.gif) no-repeat;
}
#navbar8 {
	position:relative;
	float:left;
	height: 21px;
	width: 74px;
	background:url(../images/navbar8_contact_over.gif) no-repeat;
}
#navbar9 {
	position:relative;
	float:left;
	height: 21px;
	width: 104px;
	background:url(../images/navbar9_over.gif) no-repeat;
}

/* Main content container div */
#content {
	overflow-x:hidden;
	margin-top:-1px;
	position:static;
	float:left;
	height: 850px;
	width: 824px;
}

/* Main content area divs */
#main1 {
	position:relative;
	height: 395px;
	width: 485px;
	background:url(../images/main_upper-left.jpg) no-repeat;
}
#main2 {
	display:inline;
	position:relative;
	float:left;
	margin-top: -6px;
	height: 43px;
	width: 239px;
	background:url(../images/main_behind-email.gif) no-repeat;
}
#main3 {
	display:inline;
	position:relative;
	float:left;
	margin-top: 36px;
	margin-left: -239px;
	height: 49px;
	width: 273px;
	background:url(../images/main_under-email.gif) no-repeat;
}
#main4 {
	display:inline;
	position:relative;
	top: -37px;
	margin-left: 239px;
	height: 37px;
	width: 34px;
}
#main5 {
	display:inline;
	position:relative;
	top: -78px;
	float: left;
	margin-left: 272px;
	height: 86px;
	width: 213px;
	background:url(../images/main_left-of-text.gif) no-repeat;
}
#main6 {
	display:inline;
	position:relative;
	float:left;
	margin-top: -394px;
	padding-top:-10px;
	margin-left: 213px;
	height: 185px;
	width: 339px;
	background:url(../images/main_upper-right.jpg) no-repeat;
}
#main7 {
	display:inline;
	position:relative;
	float:left;
	margin-left: 0px;
	margin-top: 185px;
	height: 268px;
	width: 248px;
	background:url(../images/main_text-block.gif) no-repeat;
}
#main8 {
	display:inline;
	position:relative;
	float:left;
	margin-top: -1px;
	height: 28px;
	width: 248px;
	background:url(../images/main_under-text.gif) no-repeat;
}
#main9 {
	display:inline;	
	position:relative;
	float:left;
	margin-top: -268px;
	margin-left: 248px;
	height: 296px;
	width: 91px;
	background:url(../images/main_far-right.jpg) no-repeat;
}

/* Bottom pics/links */
#bottomLinks {
	display:inline;
	position:relative;
	float:left;
	margin-top: 0px;
	margin-left: -485px;
	height: 250px;
	width: 764px;
}

/* Footer */
#footer {
	display:inline;
	position:relative;
	float:left;
	margin-top: 0px;
	margin-left: -485px;
	height: 100px;
	width: 764px;
}




/* Email input */
#GRCategory3 {
	position: relative;
	left: 10px;
	top: 10px;
	width: 200px;
	font-size:x-small;
}

/* General elements */
.imgLink {
	border:none;
}
body {
	margin-top: 0px;
	text-align: center;
}
.bottomTitle {
	text-align:center;
	font-size:small;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}
.bottomBody {
	text-align:center;
	font-size:small;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	
}
table {
	padding: 0px;
}
td {
	font-size:100%;
	text-align:center;
	vertical-align:top;
}
td.picCell {
	text-align:center;
	vertical-align:bottom;
}
hr {
	height: 1px;
}
.footerText {
	position:relative;
	
	color:#115AB1;
	text-align:center;
}
.abText {
	position:relative;
	top: -25px;
	color:#115AB1;
	text-align:right;
}
.vertLine {
	background-color:#A8A9AA;
	top: 10px;
	width: 1px;
	height: 200px;
}
.hiddenText {
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1px;
}