/*--------------------------------------------------------------------------------------*/
/* Created By David Comfort & Jen Yager 2009                                            */
/* For the GCC Minisite                                                                 */
/*--------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------*/
/*                                                                                      */
/*                             COMMON WEB PAGE COMPONENTS                               */
/*                                                                                      */
/*--------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------*/
/* HEADER MAIN (The Main Header Used For The Home Page & Standard Pages) */
/*--------------------------------------------------------------------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../_images/bkgd01.jpg);
}

.header_main_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.header_main_links	A:link {text-decoration: none; color: #EEEEEE;}
.header_main_links	A:visited {text-decoration: none; color: #EEEEEE;}
.header_main_links	A:active {text-decoration: none; color: #EEEEEE;}
.header_main_links	A:hover {text-decoration: underline; color: #EEEEEE;}

/*--------------------------------------------------------------------------------------*/
/* FOOTER MAIN (The Main Footer Used For The Home Page & Standard Pages) */
/*--------------------------------------------------------------------------------------*/
.footer_main_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: .20em;
	padding: 3px 12px 3px 12px;
}
.footer_main_links	A:link {text-decoration: none; color: #FFFFFF;}
.footer_main_links	A:visited {text-decoration: none; color: #FFFFFF;}
.footer_main_links	A:active {text-decoration: none; color: #FFFFFF;}
.footer_main_links	A:hover {text-decoration: underline; color: #FFFFFF;}


/*--------------------------------------------------------------------------------------*/
/* STICKY FOOTER CODE */
/*--------------------------------------------------------------------------------------*/
{ 
    margin: 0; 
} 
html, body { 
    height: 100%; 
} 
.wrapper { 
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -7em; 
} 
.footer, .push { 
    height: 7em; 
} 




/*--------------------------------------------------------------------------------------*/
/*                                                                                      */
/*                             THE GCC MINISITE HOME PAGE                               */
/*                                                                                      */
/*--------------------------------------------------------------------------------------*/

.left_nav_buttons_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../_images/left_nav_buttons/left_nav_button1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.left_nav_buttons_links	A:link {text-decoration: none; color: #FFFFFF; padding: 3px 3px 3px 6px;}
.left_nav_buttons_links	A:visited {text-decoration: none; color: #FFFFFF; padding: 3px 3px 3px 6px;}
.left_nav_buttons_links	A:active {text-decoration: none; color: #FFFFFF; padding: 3px 3px 3px 6px;}
.left_nav_buttons_links	A:hover {text-decoration: underline; color: #b7cee0; padding: 3px 3px 3px 6px;}


/*--------------------------------------------------------------------------------------*/
/*                                                                                      */
/*                                   STANDARD PAGES                                     */
/*                                                                                      */
/*--------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------*/
/* HEADERS FOR STANDARD PAGE */
/*--------------------------------------------------------------------------------------*/
.page_header { /* HEADER ABOVE BODY (Page Title) */
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: thin;
	color: #54514C;
}



/*--------------------------------------------------------------------------------------*/
/* BODY TEXT FOR STANDARD PAGE */
/*--------------------------------------------------------------------------------------*/
.text_standard_page {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
}