@charset "utf-8";
/* CSS Document */
body {
	background-color: #ffffff;
	background-image:url(/assets/images/bg.gif);
	background-repeat: repeat-x;
	margin: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.rounded div {
  height: 1px;
  overflow: hidden;
}

.page_wrapper {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #003366;
}

a:hover {
	color: #006699;
}

.page_topnav {

}

.picFloatLeft {
	float: left;
	border: 3px double #d2d2d2;
	margin-right: 16px;
	margin-bottom: 6px;
}

.picFloatRight {
	float: right;
	border: 3px double #d2d2d2;
	margin-left: 16px;
	margin-bottom: 6px;
}

.picDoubleBorder {
	border: 3px double #d2d2d2;
}

.picFloatLeftNoBorder {
	float: left;
	margin-right: 16px;
	margin-bottom: 6px;
}

.picFloatRightNoBorder {
	float: right;
	margin-left: 16px;
	margin-bottom: 6px;
}

.page_container {
/*
	margin-top: 16px;
	border: 1px solid #003366;
	padding: 9px;
*/
	background-color: #ffffff;
}

.page_header {
	position: relative;
	background-image:url(/assets/images/gtj_foundation_header.jpg);
	background-repeat: no-repeat;
	width: 990px;
	height: 260px;
	text-align: center;
}

.page_headernav {

}

.page_headernav_links2 {
	width: 990px;
	height: 24px;
	/*border: 1px solid #0000ff;*/
	padding-top: 236px;
	text-align: center;
}

.page_headernav_links {
	/*border: 1px solid #0000ff;*/

	text-align: center;
	bottom: 0;
	position: absolute;
	margin-left: 252px;

	padding-top: 3px;
	padding-bottom: 3px;
}

.page_headernav_links a {
	color: #1d5ec0;
	font-weight: normal;
	text-decoration: none;
}

.page_headernav_links a:hover {
	color: #1d5ec0;
	font-weight: bold;
}

.page_content_wrapper {

}

.page_leftcol {
	width: 180px; 
	float: left;
	background-color: #e2e2e2;
	padding: 6px;
}

.page_centercol {
	margin-top: 42px;
	margin-left: 61px; /*make sure this is wider than the width + (padding x2) of the left column*/
	margin-right: 61px; /*make sure this is wider than the width + (padding x2) of the right column*/
	margin-bottom: 42px;
	/*border: 1px solid #0000ff;*/
}

.page_rightcol {
	width: 180px;
	float: right;
	background-color: #e2e2e2;
	padding: 6px;		
}

.page_footer {
	text-align: center;
	background-image:url(/assets/images/gtj_foundation_footer.jpg);
	background-repeat: no-repeat;
	width: 990px;
	height: 100px;	
}

.page_footer_text {
	padding-top: 78px;
	font-size: 10px;
	color: #ffffff;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.gtjfoundation_welcome {
	float: left;
	width: 580px;
}

.gtjfoundation_donate {
	border: 1px dotted #b7d4d2;
	float: right;
	padding: 11px;
	width: 230px; 
	margin-left: 6px;
}

#contact_form_container_form {
	width: 94%; 
	margin-left: auto; 
	margin-right: auto;
}

/* --------------- contact form styles --------------- */
#contactFormFieldTitle {
	line-height: 21px;
}

#contactFormFieldReqTitle {
	line-height: 21px;
	font-weight: bold;
}

#contactFormField {

}

#contactFormFieldFloatLeft {
	float: left;
}

#contactFormVerificationCode {
	margin-top: 11px;
}

#contactFormSubmit {

}

#contact_form_wrapper .input {
	width: 271px;
}

#contact_form_wrapper .textarea {
	width: 271px;
	height: 161px;
}

#help_lists li {
	line-height: 30px;
}

.hor_link_spacer {
	color: #006699;
	display: inline;
	margin-left: 11px;
	margin-right: 11px;
}

.gtj_sections_wrapper {
	width: 171px;
	border: 1px solid #c2c2c2;
	float: left;
	padding: 9px;
 
}

.pic_home_sections {
	border: 1px solid #000000;
	margin-bottom: 9px;
}

.picFloatRightBorder {
	float: right;
	border: 1px solid #000000;
	margin-left: 16px;
}

.director_text {
	float: left;
}

.director_name {
	font-size: 14px;
	color: #003366;
	font-weight: bold;
}

.evenRowBG {
	background-color: #eeeeee;
}

.table_sponsors tr {
	height: 26px;
}

.table_sponsors td {
	padding-left: 4px;
}

.home_section_text {
	height: 76px;
}

.gtj_section_learn_more {
	text-align: right;
}

.gtj_section_learn_more a {
	color: #1d5ec0;
}
