/* screen.css */

#body 
{
padding-bottom:60px;/* Height of the footer */
}

#home #navigation .home a:link,
#home #navigation .home a:visited,
#vote #navigation .vote a:link,
#vote #navigation .vote a:visited,
#campaigns #navigation .campaigns a:link,
#campaigns #navigation .campaigns a:visited,
#news #navigation .news a:link,
#news #navigation .news a:visited,
#smokeFreeAtWork #navigation .smokeFreeAtWork a:link,
#smokeFreeAtWork #navigation .smokeFreeAtWork a:visited,
#GivingUpSmoking #navigation .GivingUpSmoking a:link,
#GivingUpSmoking #navigation .GivingUpSmoking a:visited
{
	color: #F39;
	text-decoration: none;
}

#navigation a:link,
#navigation a:visited
{
	color: #333333;
	text-decoration: none;
}

#home #navigation .home  a:hover,
#vote #navigation .vote a:hover,
#campaigns #navigation .campaigns a:hover,
#news #navigation .news a:hover,
#smokeFreeAtWork #navigation .smokeFreeAtWork a:hover,
#GivingUpSmoking #navigation .GivingUpSmoking a:hover
{
	color: #F39;
	text-decoration: underline;
}

#navigation a:hover
{
	color: #F39;
	text-decoration: underline;
}

#home #navigation .home  a:active,
#vote #navigation .vote a:active,
#campaigns #navigation .campaigns a:active,
#news #navigation .news a:active,
#smokeFreeAtWork #navigation .smokeFreeAtWork a:active,
#GivingUpSmoking #navigation .GivingUpSmoking a:active
{
	text-decoration: none;
}

#navigation a:active 
{
	text-decoration: none;
}

#navigation #current a{
	color:#ff3399;
}

/* headerBarWrapper*/
#headerBarWrapper
{
	position: relative;
	width: 100%;
	height: 122px;
	background-color: #FFF;
	background-image: url(../images/gif/HeaderBg_wide.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: scroll;
}

#headerBar
{
	position: relative;
	width: 960px;
	height: 122px;
	margin: 0 auto 0 auto;
}

#headerBar h1
{
	position: relative;
	left: 5px;
	background-image: url(../images/gif/smokeFreeLogo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#headerBar h1 span
{
	position: relative;
	left: -2500px;
}

/* col_01 Begins */
#col_01
{
	position: relative;
	float: left;
	width: 300px;
	height: auto;
	margin-right: 40px;
	text-align: right;
}

#col_01 .sectionWrapper
{
	width: 300px;
	border-bottom: 2px solid #333333;
	margin: 0 0 40px 0;
}

#col_01 h2
{
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	width: 300px;
	margin: 0 0 10px 0;
	padding: 0 0 4px 0;
	border-bottom: 4px solid #333333;
}

#col_01 #navigation ul li
{
	color: #333333;
	list-style-type: none;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 1px;
}

#col_01 #navigation ul li ul li
{
	color: #333333;
	list-style-type: none;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: 0;
}

#col_01 #navigation ul li ul
{
	margin-bottom: 0;
	padding-bottom: 5px;
}

#col_01 #contactForm dl
{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

#col_01 #contactForm dl dt
{
	line-height: 14px;
}

#col_01 #contactForm dl dd
{
	line-height: 35px;
	padding-bottom: 10px;
}

#col_01 #contactForm dl dd input
{
	width: 250px;
}

#col_01 #links ul li
{
	list-style-type: none;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}

#col_01 #links a:link,
#col_01 #links a:visited,
#col_01 #navigation ul li ul li a:link,
#col_01 #navigation ul li ul li a:visited
{
	color: #F39;
}


#col_01 #links a:hover,
#col_01 #navigation ul li ul li a:hover
{
	color: #333333;
}

#col_01 #links a:active,
#col_01 #navigation ul li ul li a:active
{
	color: #F39;
}

/* col_01 Ends */

/* col_02 Begins */
#col_02
{
	position: relative;
	float: left;
	width: 460px;
	height: auto;
	margin-right: 40px;
}

#col_02 .sectionWrapper
{
	font-weight: normal;
	width: 460px;
}

#col_02 h2
{
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 0px;
	width: 460px;
	margin: 0;
	padding: 0 0 4px 0;
	border-bottom: 4px solid #333333;
}

#col_02 #videoPlayer
{
	position: relative;
	height: 345px;
	width: 460px;
	/*background-image: url(../images/jpg/VideoPlayerPlaceholder.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;*/
}

#col_02 #news, #col_02 #campaigns, #col_02 #vote, #col_02 .feature
{
	position: relative;
	width: 460px;
	margin-top: 20px;
}

#col_02 .vote{
	position: relative;
	width: 460px;
	margin-bottom: 20px;
}

#col_02 #topArticle
{
	margin-top:0px;
}

#col_02 #news span, #col_02 #campaigns span, #col_02 #vote span, #col_02 .feature span
{
	font-weight: bold;
}

#col_02 .feature img
{
	border: 3px solid #333333;
}

#col_02 #news img.rss
{
	position: relative;
	bottom: -3px;
	float: left;
	margin-right: 10px;
}

#col_02 .overflow
{
	position: relative;
	width:460px;
	height: 133px;
	overflow: scroll;
}

#col_02 p
{
	position: relative;
	width: 440px;
	padding: 10px;
	margin-top: 0;
}

#col_02 #news p, #col_02 #campaigns p, #col_02 #vote p, #col_02 .vote p
{
	width: 423px;
	border-bottom: 1px solid #333333;
}

#col_02 .darkBg
{
	background-image: url(../images/gif/col_02storyBg.gif);
	background-repeat: repeat;
}

#col_02 #vote p, #col_02 .vote p
{
	font-weight: bold;
	width: 440px;
	
}

#col_02 .blogArticle
{
	position: relative;
	width: 460px;
	margin-bottom: 20px;
}

#col_02 .blogArticle h3
{
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	letter-spacing: 0px;
	width: 460px;
	margin: 0;
	padding: 0 0 4px 0;
	border-bottom: 4px solid #333333;
}

/* col_02 Ends */

/* col_03 Begins */
#col_03
{
	position: relative;
	float: right;
	width: 140px;
	height: auto;
	padding-top: 35px;
}

#col_03 .advert
{
	width: 134px;
	padding: 3px 3px 15px 3px;
	background-color: #333;
	margin-bottom: 20px;
	min-height: 230px;
}

#col_03 .advert img
{
	margin-bottom: 10px;
}


.advert p
{
	color: #FFF;
	text-align: center;
	line-height: 20px;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#col_03 .advert p.advertText a:link,
#col_03 .advert p.advertText a:visited
{
	color: #FFF;
	text-decoration: none;
}


#col_03 .advert p.advertText a:hover
{
	color: #FFF;
	text-decoration: underline;
}

#col_03 .advert p.advertText a:active 
{
	color: #FFF;
	text-decoration: none;
}

#col_03 .gray
{
	background-color: #333;
}

#col_03 .green
{
	background-image: url(../images/gif/advertGreenBg.gif);
}

#col_03 .magenta
{
	background-image: url(../images/gif/advertMagentaBg.gif);
}

#col_03 .blue
{
	background-image: url(../images/gif/advertBlueBg.gif);
}



/* col_03  Ends */

/* footerWrapper Begins */
#footerWrapper {
ΚΚΚ	position:absolute;
ΚΚΚ	bottom:0;
ΚΚΚ	width:100%;
ΚΚΚ	height:59px;ΚΚΚ/* Height of the footer */
ΚΚΚ	border-top: 1px solid #333333;
	background-image: url(../images/gif/advertBlueBg.gif);
	background-repeat: repeat;
}
/* footerWrapper Ends */

/* footer Begins */
#footer
{
	position: relative;
	width: 980px;
	height: 59px;
	margin: 0 auto 0 auto;
}

#footer p, 
#footer p a
{
	color: #FFFFFF;
}
/* footer Ends */
