@charset "utf-8";

body {
	margin: 2px 0;
	padding: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background: #E8E8E8;
	list-style: square;
	font: 100.1% Verdana, Geneva, sans-serif;
}

#container {
	width: 949px;
	background: #FFF url(../wgbi_images/wrapper_bg.gif) repeat-y;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	float: left;
	font-size: 0.93em;
}

#header {
	background: url(../wgbi_images/wrapper_top.gif) no-repeat;
	height: 104px;
}

#header .logo {
	margin: 0px 0px 0px 14px;
	float: left;
	width: 140px;
}

#header .address {
	padding: 10px 10px 0px 20px;
	width: 200px;
	float: left;
	font-size: 0.75em;
}

#nav_tp {
	padding: 10px;
	font-size: .93em;
	text-align: right;
	margin: 0 10px 0 10px;
	border-top: 1px solid #2873D0;
	border-bottom: 1px solid #2873D0;
}

#nav_tp .nav_tp {
	font-weight: bolder;
	color: #FFF;
	background-color: #2873D0;
	border: thin inset #FFF;
	margin: 4px 0;
	padding: 4px 8px;
}

/* remember that padding is the space inside the div box and margin is the space outside the div box */

#nav_lft {
	float: left; /* since this element is floated, a width must be given */
	width: 204px;
	text-align: center;
	margin: 0px 0px 0px 14px;
	color: #FFF;
	padding: 0px;
	background: #2873D0;
	font-size: .93em;
}

#nav_lft .header {
	margin: 0px;
	background: #0C4183;
	font-weight: bold;
	font-size: .93em;
	padding: 4px 0px;
}

#nav_lft .content {
	text-align: left;
	margin: 0px 4px;
	padding: 4px;
	font-size: 0.93em;
	font-weight: bold;
}
#nav_lft .footer {
	margin: 8px 0px 0px;
	background: #FFF;
	font-size: 0.83em;
	padding: 4px;
	color: #0C4183;
	font-weight: bold;
	text-align: left;
	border: 1px solid #2873D0;
}

#mainContent {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 0 20px;
	float: left;
	width: 680px;
	font-size: .93em;
}

/* same as mainContent but with White background*/
#mainContent2 {
	margin: 0;
	padding: 0 10px 0 20px;
	float: left;
	width: 680px;
	background: #FFF;
	text-align: left;
	font-size: .93em;
}

#mainContent2 .col_1 {
	width: 310px;
	padding: 0 12px 0 6px;
	float: left;
	background: #DBE4F4;
	border-left: 1px solid #2873D0;
	border: 1px solid #2873D0;
}

#mainContent2 .col_2 {
	width: 310px;
	padding: 0 6px;
	float: left;
	background: #FFBFAA;
	border: 1px solid #2873D0;
	margin: 0px 0px 0px 4px;
}

#article {
	margin: 0px 40px;
	padding: 20px 40px;
	float: left;
	width: 720px;
	background: #FFF;
	border: 1px solid #a8bfdc;
	color: #333;
	list-style: square;
	font-size: .93em;
}

.article2 {
	margin: 10px;
	padding: 10px;
	clear: both;
	background: #F8F7EF;
	border: 1px solid #A8BFDC;
}

#footer {
	height: 60px;
	background: url(../wgbi_images/wrapper_bottom.gif);
	padding-left: 20px;
}

#footer .text {
	text-align: left;
	padding: 10px 20px 0px 200px;
	font-size: 0.75em;
}

.wide_table {
	padding: 4px;
	width: 100%;
	background: #FFF;
	font-size: 0.93em;
}

#table {
	width: 100%;
	font-size: 0.93em;
	float: left;
	background: #FFF;
}

#table .th {
	font-weight: bold;
	color: #FFF;
	border-bottom: 1px solid #2873D0;
	background: #2873D0;
	padding: 4px;
}

#table .tr {
	background: #FFF;
	border-bottom: 1px solid #2873D0;
	padding: 4px 0px 0px 4px;
}

#table .tr_odd {
	background: #F0ECE7;
	border-bottom: 1px solid #2873D0;
	padding: 4px 0px 0px 4px;
}

#table .td1 {
	float: left;
	width: 20%;
	font-weight: bold;
	text-align: left;
	padding: 4px 0px 0px 4px;
}

#table .td2 {
	float: left;
	width: 24%;
	text-align: left;
	padding: 4px 8px 0px 4px;
}

#table .td3 {
	float: left;
	text-align: left;
	padding: 0px;
}

.col_1 {
	width: 310px;
	padding: 0 12px 0 6px;
	float: left;
	background: #DBE4F4;
	font-size: .93em;
	border-left: 1px solid #2873D0;
	border: 1px solid #2873D0;
}

.col_1a {
	width: 310px;
	padding: 8px 6px;
	float: left;
	background: #F0ECE7;
	border: 1px none #2873D0;
	font-size: .93em;
}

.col_2 {
	width: 310px;
	padding: 0 6px;
	float: left;
	font-size: .93em;
	background: #DBE4F4;
	border: 1px solid #2873D0;
	margin: 0px 0px 0px 4px;
	clear: right;
}

.col_2a {
	width: 310px;
	padding: 8px 6px;
	float: left;
	background: #DBE4F4;
	border: 1px solid #2873D0;
	margin: 0px 0px 0px 4px;
	clear: right;
	font-size: .93em;
}

#productContent {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	margin: 8px;
	padding: 4px;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
	font-size: .93em;
}

#productContent .services {
	text-align: left;
	font-weight: normal;
	color: #FFF;
	font-variant: normal;
	height: 120px;
}

#productContent .services a {
	color: #FF0;
	font-weight: normal;
}

#hcrContent {
	float: left; /* since this element is floated, a width must be given */
	width: 310px;
	margin: 8px;
	padding: 4px;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
	font-size: .93em;
}

#hcrContent .reform {
	text-align: left;
	color: #FFF;
	font-weight: normal;
	font-variant: normal;
	height: 170px;
}

#hcrContent .reform a {
	color: #FF0;
	font-weight: normal;
	font-variant: normal;
}

.box1green {
	background: #849D0E;
	font-size: .88em;
}

.box2greendk {
	background: #708313;
	font-size: .88em;
}

.box3blue {
	background: #2873D0;
	font-size: .88em;
}

.bluedk {
	background: #0C4183;
	font-size: .88em;
}

.box5red {
	background: #D84D3F;
	font-size: .88em;
}

.box6orange {
	background: #F8981F;
	font-size: .88em;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 0px 4px 4px 8px;
	width: 220px;
	color: #336699;
	text-align: right;
	font-size: .88em;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.inputFields1 {
	color: #2A1F55;
	background: #FFF;
	font-size: .93em;
}

.item_profile {
	font-size: .93em;
	background-color: #E3E3E3;
	padding: 8px;
	border: thin inset #0085D5;
	margin: 0px;
	visibility: hidden;
}

/* Generic Selectors */ 

a {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}

p { font-size: .93em; }

a:hover {
	color: #FFF;
	background: #2ABFAA;
}

ul { }

li { list-style: square; }

ul2 {
	list-style: none;
	text-indent: -1em;
	padding-left: 1em;
	margin-left: 0px;
}

h1 {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	color: #007FAA;
}

h2 {
	font: bold 0.88em Arial, Helvetica, sans-serif;
	color: #2873D0;
}

h3 {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #007FAA;
}

/* same as h2 */
h4 {
	font: bold 0.88em Arial, Helvetica, sans-serif;
	color: #2873D0;
}

h6 {
	color: #F30;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

.highlite {
	font-weight: bold;
	background: #FF0;
	color: #1D60B9;
}

.button {
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}



/* END Generic Selectors END */
