@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center; /* for IE */
	background-image:url('/images/home-public-bg-gradient.jpg');
	background-repeat:repeat-x;
}
/* css for main landing page */
#home_public_container {
	width:784px;
	height:860px;
	background-image:url('/images/gdi-home-inside-content-bg.jpg');
	background-repeat:no-repeat;
	position:relative;
	margin: 0 auto;
	text-align:left; /* counter the body centre */
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
/* bounding container for the 3 ad placement areas in the main page */
#ad_box_container_vertical {
	position:absolute;
	top:163px;
	left:20px;
	width:190px;
	height:388px;
	margin:0;
	padding:0;
}
/* generic 110 x 160 ad box to be used in an ad box container - over-rides the one defined in gdiv2.css*/
#ad_box {
	position:relative;
	color:white;
	margin:auto;
	padding:0px 0px 29px 0px;
	float:left;
}
/* over-rides gdiv2.css */
#ad_box_wide {
	position:absolute;
	left:280px;
	top:660px;
	margin:0 auto;
	height:90px;
	width:468px;
	color:white;
}
#main_content {
	position:absolute;
	left:250px;
	top:61px;
	width:525;
	height:580px;
	overflow:auto;
}
#main_content h1 {
	color:#cf9700;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:12px;
	padding:0.5em;
}
#main_content h2 {
	color:#cf9700;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:10px;
	padding:0.5em;
}
p {
	padding:0.5em;
}
ul li a {
	text-decoration:none;
	color:cf9700;
	font-size:9px;
}
a, a:visited, a:link, a:hover {
	color:cf9700;
	text-decoration:none;
}
/* white background, black bordered table of contents */
#bordered_toc {
	background:white;
	border:1px solid black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:75%;
	margin:0 0 0 13%;
	color:black;
}
#bordered_toc ul, #bordered_toc a:link, #bordered_toc a, #bordered_toc a:hover, #bordered_toc a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
	color:black;
}
table {
	border:1px black solid;
	background-color:white;
	font-size:8px;
}
td a:link, td a:hover, td a:visited {
	color:black;
	text-decoration:none;
}
#td_form {
	text-align:right;
	font-size:9px;
}
td {
	font-size:9px;
}
/* for error reporting */
#red {
	color:red;
}

/* used to display gdihighlights and other divs that need to be centered */
#centered_container {
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:0;
}


#gdi_highlights {
	border:solid thin black;
	margin:10px auto;
	width:90%;
	padding:10px;
	background-color:white;
	color:black;
	text-align:left;
}
#gdi_highlights_list a {
	color:black;
}
/* end gdihighlights */

/* why gdiadvantage css */
#gdiadv_centered_container {
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:0;
	width:90%;
}

#gdiadv_contents {
	margin:10px auto;
	width:90%;
	padding:10px;
	background-color:white;
	color:black;
	text-align:left;
}
/* end why gdiadvantage css */

ul li {
	font-size:10px;
}