@charset "UTF-8";
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(images/whatsup/bknd.jpg) repeat fixed left top;
	margin: 0 0 0 70; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #cccc00;
}
.oneColElsCtr #container {
	width: 789px;
	background: #FFFFFF url(images/whatsup/pgbkndb.jpg) no-repeat scroll; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #9bc5d8;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 836px;
	margin: 58px auto 0;
}
.oneColElsCtr #container1 {
	width: 438px;
	background: #FFFFFF url(images/whatsup/video_bknd.jpg) no-repeat scroll; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #9bc5d8;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 289px;
	margin: 58px auto 0;
	padding-top: 42px;
	padding-left: 112px;
}
.oneColElsCtr #logo {
	float:left;
	width:489px;
	height: 73px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333300;
	padding-right: 0px;
	padding-bottom: 0;
	margin-top: 1px;
	margin-left: 1px;
	
}

.oneColElsCtr #contentWindow {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	width:613px;
	margin-top: 0px;
	height: 492px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333300;
	background-color: #ecf1f6;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	overflow: auto;
	vertical-align: top;
	line-height: 1.5em;
	
}

.oneColElsCtr #contentList {
	padding: 23px 23px 0px 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	width:618px;
	margin-top: 0px;
	height: 532px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333300;
	background-color: #ecf1f6;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	overflow: hidden;
	
}
.oneColElsCtr #newProject {
	padding: 23px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	width:321px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333300;
	background-color: #ecf1f6;
	line-height: 1.5em;
	border-right-color: #9bc5d8;
	clear: none;
	border-right-width: 1px;
	border-right-style: solid;
	
}
.oneColElsCtr #shopTalk {
	float:left;
	width:321px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333300;
	background-color: #ecf1f6;
	overflow: auto;
	line-height: 1.2em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9bc5d8;
	padding: 20px;
	clear: both;
	
}
.oneColElsCtr #haveThought {
	width:240px;
	float: right;
	line-height: 1.5em;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	background-color: #ecf1f6;
	color: #222222;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}	
.oneColElsCtr #jokeMonth {
	width:1px;
	float: left;
	line-height: 1.2em;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	background-color: #9bc5d8;
	overflow: auto;
	color: #222222;
	height: 532px;
}							

a:link {
	color: #006699;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	line-height: 1.5em;
}
a:visited {
	color: #006699;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}
a:hover {
	color: #666633;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}
a:active {
	color: #006699;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}

a.navlink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #006699;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.2em;
}
a.navlink:visited {
	text-decoration: none;
	color: #006699;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.2em;
}
a.navlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666633;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.2em;
}
a.navlink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #006699;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.2em;
}
a.navlink_SECONDARY:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
	color: #006699;
	font-size: 12px;
	line-height: 1.5em;
}
a.navlink_SECONDARY:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
	color: #006699;
	font-size: 12px;
	line-height: 1.5em;

}
a.navlink_SECONDARY:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
	text-decoration: none;
	color: #666633;
	font-size: 12px;
    line-height: 1.5em;

}
a.navlink_SECONDARY:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
	color: #006699;
	font-size: 12px;
	line-height: 1.5em;

}
#bar {
	height: 173px;
	width: 664px;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.newsletterImage {
	margin-right: 7px;
	margin-bottom: 7px;
	margin-top: 15px;
}
.oneColElsCtr #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 785px;
	height: 20px;
	top: auto;
	clear: none;
	float: none;
	left: auto;
	right: auto;
	bottom: auto;
	padding-top: 12px;
	color: #BBBBBB;
	margin: 0px auto 0;
	text-align: left;
}
.oneColElsCtr #footerVideo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 550px;
	height: 20px;
	top: auto;
	clear: none;
	float: none;
	left: auto;
	right: auto;
	bottom: auto;
	padding-top: 12px;
	color: #BBBBBB;
	margin: 0px auto 0;
	text-align: left;
}
#navbar {
	height: 31px;
	width: 787px;
	margin-right: 1px;
	margin-left: 1px;
	margin-top: 76px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666633;
}
#barlogo {
	float: left;
	width: 123px;
	margin-top: 0px;
	margin-left: 1px;
}
#mainContent1b {
	background-color: #97d3f6;
	height: 170px;
	width: 2px;
	margin-top: 27px;
	float: left;
}
#mainContent1c {
	float: left;
	width: 17px;
}
#topbar {
	height: 128px;
	width: 653px;
	margin-top: 17px;
	border: 1px solid #EEEEEE;
	margin-left: 114px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/whatsup/header_full.jpg);
}

#secondaryNav {
	height: 14px;
	padding-left: 12px;
	vertical-align: middle;
	padding-top: 5px;
	border-bottom: 1px solid #FFFFFF;
	top: 0%;
	margin-top: 0px;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

.style1 p {
	margin-top: 0px;
}

#leftcolumn {
	float: left;
	width: 114px;
	height: 302px;
}
#newsimage {
	float: left;
	height: 128px;
	width: 178px;
}
#rightHeader {
	float: left;
	height: 128px;
	width: 475px;
}
#rightHeaderTop {
	float: left;
	height: 82px;
	width: 459px;
	padding-top: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding-right: 16px;
	color: #333333;
	background-attachment: fixed;
	background-image: url(images/whatsup/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#rightHeaderBottom {
	float: left;
	height: 23px;
	width: 459px;
	text-align: right;
	padding-right: 16px;
	background-attachment: fixed;
	background-image: url(images/whatsup/header.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#hr {
	border: 0;
	width: auto;
	color: #9bc5d8;
	background-color: #9bc5d8;
	height: 1px;
}
