
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#ebebeb;
	
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

a.navlink:link, a.navlink:visited {
    color: #000000;
    text-decoration: none;
    font-size: 11px;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:764px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
	/* side gradient */
	background-image: url(images/background.gif);	
	background-repeat: repeat-y;
	
	padding: 0 40px 0 41px; /* allow for side gradient */
	
	/*border: solid 1px blue;*/
}

div#header {
	/* background:#ddd url("csslayout.gif") 98% 10px no-repeat; */
	height: 39px;
	min-height: 39px;
	background-image: url(images/top.gif);
	/*border: solid 1px black;*/
}

div#welcome {
	background-image: url(images/welcome.gif);
	height: 112px;
	min-height: 112px;
	vertical-align: bottom;
	position: relative;
	/*border: solid 1px black;*/
}

#welcome1, #welcome2 {
	color: #708588;
	font-family: Verdana;
	font-weight: normal;
}

#welcome1 {
	font-size: 20px;
	padding-left: 15px;
	position: absolute;
	bottom: 0px;
}

#welcome2 {
	font-size: 14px;
	padding-left: 2px;
	font-weight: bold;
	position: absolute;
	bottom: 1px;
	left: 110px;
}

#welcome3 {
	position: absolute;
	bottom: 0;
	left: 160px;
}

#logo {
    float: right;
    padding-top: 14px;
}

/*
#logo {
    float: right;
    padding: 12px 5px 0 0;
}

#logoWGT {
    font-size: 22px;
	font-family: Verdana;
    color: #7c91a6;
}

#logoTM {
    font-size: 11px;
	font-family: Verdana;
	color: #7c91a6;
	vertical-align: top;
}
*/


div#content {
	padding: 0 0 20px 0; /* bottom padding for footer */
	/* border: solid 1px red; */
}

div#bottom {
	/* background:#ddd url("csslayout.gif") 98% 10px no-repeat; */
	height: 160px;
	background-image: url(images/home_bottom.gif);
	background-repeat: no-repeat;
	/*border: solid 1px black;*/
	padding-bottom: 15px; /* for footer */
}

div#footer {
	position:absolute;
	width:754px; /* 764 - 5x2 for margin */
	bottom:0; /* stick to bottom */
	padding: 5px;
	
	/*border: solid 1px green;*/
}

#bottom #left {
    float: left;
    width: 470px; /* 485 total - 15 for padding */
	padding: 34px 0 0 15px;
    /*border: solid 1px red; */
}

#bottom #right {
	float: right;
	width: 259px; /* 279 total - 20 for padding */
	padding: 30px 20px 0 0;
	/*border: solid 1px green; */
}

/*
#blogLink {
    line-height: 25px; 
    vertical-align: bottom;
    font-size: 17px;
    padding-top: 12px;
    display: block;
}
*/
#blogLink {
    padding-top: 16px;
}

.underline {
    text-decoration: underline;
}

#playImage {
	float: left;
	padding-right: 15px;
}

.heading, .newsHeading1 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	display: block;
	padding: 5px 0 5px 0;
}

.newsHeading1 {
    padding-top: 10px;
    font-size: 15px;
    text-align: center;
}

.newsHeading2 {
    font-style: italic;
    text-align: center;
    font-size: 14px;
    display: block;
}

.newsHeading3 {
    text-decoration: underline;
}

.copyright {
	color: #7c85b2;
	font-size: 11px;
}

#navlist {
	margin: 0;
	padding: 23px 0 0 15px;
	list-style: none;
	display: inline; 
	float: left;
	/* border: solid 1px black; */
}

#navlist li {
	padding-right: 25px;
	/*
	background-image: url(images/nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	*/
	display: inline;
	vertical-align: bottom;
	/* border: solid 1px black; */
}

/* align left by removing the margin for the first item */
/*
#navlist li:first-child {
	margin-left: 5px;
}
*/

#lowerNav {
    background: #8c989e;
    height: 16px;
    min-height: 16px;
    text-align: right;
    padding-top: 2px;
    clear: both;
}

.lowerNavLink {
	color: #ffffff;
	font-size:12px;
	text-decoration: none;
	margin: 0 15px;
}

#lowerGradient {
    height: 20px;
    min-height: 20px;
	background-image: url(images/footer_back.gif);
	background-repeat: repeat-x;
	padding-bottom: 15px; /* for footer */
}

#subTop {
    height: 112px;
    min-height: 112px;
    max-height: 112px;
	background-image: url(images/sub_top.gif);
	background-repeat: no-repeat;
	position: relative; /* need this to bottom-align text in this div */
	/*border: solid 1px red;*/
}

.subTitle {
	color: #708588;
	font-family: Verdana;
	font-weight: normal;
	font-size: 20px;
	padding-left: 15px;
	/* align bottom. need parent to be position: relative */
	position: absolute;
	bottom: 0; 
	line-height: 17px; /* to remove some spacing on the bottom */
}

#subWrapper {
    padding: 0 0 14px 0; /* bottom padding for footer */
}

#subLeft {
    /*border: solid 1px red;*/
    float: left;
    /*border-right: solid 1px silver;*/
    padding: 10px;
	background-image: url(images/sub_top_back.gif);
	background-repeat: repeat-x;
}

#subRight {
    /*border-left: solid 1px green;*/
    width: 380px;
    min-width: 380px;
    float: right;
}


#subContent {
	background-image: url(images/sub_top_back.gif);
	background-repeat: repeat-x;
	padding: 15px;
    width: 353px;
    min-width: 353px;
}

#subDivider {
    background: #8c989e;
    width: 1px;
    min-width: 1px;
    max-width: 1px;
}

#subPromo {
	background-image: url(images/sub_play_background.gif);
	background-repeat: no-repeat;
	min-height: 130px;
	height: 130px;
	padding: 18px 15px 20px 10px;
}
