/* CSS Document */

* {
	margin: 0px;
	padding: 0px;	
}

p {
	margin: 5px 0px 10px 0px;	
}

body {
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	background-color:#A3A3A3;
	text-align:center;
}

div#container{
	width:834px;
	margin:0px auto;
	text-align:left;
	background-image: url("images/shadow_bg.gif");
	background-repeat:repeat-y;
}

div#bodyShadow{
	width:834px;
	background-image: url("images/shadow_bg.gif");
	background-repeat:repeat-y;
	padding: 0px 0px 4px 0px;
}

/*---------------------------------------------------------------*/

/*head container with the logo and head buttons*/	
div#headContainer{
	width:834px;
	height:43px;
}
/*the logo*/
div#logo1 h1 {
	width: 366px;
	height:28px;
	background-image:url(images/logo.gif);
	background-repeat: no-repeat;
	position: relative;
	text-indent:-1000em;
	left: 33px;
	font-size:22px;
}

/*the text under the logo*/
div#logo2 h1 {
	background-color:#FFFFFF;
	position:relative;
	height:15px;
	width: 366px;
	left:66px;
	text-decoration: none; 
	font-weight:normal;
	font-size:11px;
	color:#666666;
}

/* home - site map - bookmark*/
ul#head_buts {
	position: relative;
	right:48px;
	float: right;
	text-align:right;
	background-color:#FFFFFF;
	list-style-type: none;
	height:43px;
	width:388px;
}

ul#head_buts li {
	display: inline;
	position:relative;
	top:10px;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 14px;	
	margin: 0px 0px 0px 10px;
}

ul#head_buts li a:link, ul#head_buts li a:visited {
	text-decoration: none; 
	font-size:11px;
	color:#666666;
}

ul#head_buts li a:hover {
	color: #A1B504;
}

/* home - site map - bookmark bullets*/
li.head_but_home {
	background-image:  url("images/home_th.gif");	
}

li.head_but_sitemap {
	background-image:  url("images/map_th.gif");	
}

li.head_but_bookmark {
	background-image:  url("images/bookmark_th.gif");	
}

/*---------------------------------------------------------------*/

/*buttons list and huge mail pic container*/
div#head2{
	clear: both;
	width:834px;
	height:146px;
}
	
/*buttons list*/
ul#butsList{
	float: left;
	position: relative;
	left: 33px;
	height:146px;
	width:366px;
	background-image:url(images/but_list_bg.jpg);
	background-repeat:no-repeat;
	list-style-type: none;
	line-height: 21px;
}	
	
ul#butsList li {
	margin: 1px 0px 0px 0px;
	height: 21px;
	position:relative;
	top:15px;
	left:20px;
	padding: 0px 0px 0px 0px;
}
	
ul#butsList a:link, ul#butsList a:active, ul#butsList a:visited {
	padding-left: 25px;		
	text-decoration: none; 
	font-size:11px;
	color:#666666;	
}

ul#butsList a:hover{ 
	text-decoration: none; 
	color: #86B2E8;
	font-size:11px;
	font-weight:normal;
}

/*huge mail pic*/
img#mailPicTop{
	width:402px;
	float:right;
	margin-right:35px;
}

/*---------------------------------------------------------------*/

/*Sponsored Links title*/	
h2#sponsored_head{
	clear: both;
	width:834px;
	height:48px;
	font-weight:bold;
	color:#000000;
	background-image: url("images/welcome_img.gif");
	background-repeat:no-repeat;
	line-height:43px;
	margin-left:33px;
	margin-bottom:0px;
	text-indent:30px;
	font-size: 11px;
}
	
/*sponsored contents container*/
div#sponsored_container{
	width:834px;
	/*height:130px;*/
	background-image: url("images/sponsored_bg.gif");
	background-repeat:repeat-y;
	margin-left:33px;
	/*position:relative;*/
	top:-4px;
	margin-bottom: 7px;
	text-align:left;
	padding-left:16px;
}

div.sponsored_item{
	float: left;
	width: 834px;
	height: 90px;
	margin: 3px, 0, 3px, 0;
}
	

/*sponsored content thumb pic*/
div.sponsored_image{
	
	float:left;
	width:80px;
	padding:10px;
}

/*sponsored content text for thumb*/
div.sponsored_title a:link , div.sponsored_title a:active {
	
	float:left;
	color:#333333;
	width:500px;
	/*height:112px;*/
	padding:8px;
	text-align:left;
}

div.sponsored_title a:visited { 
	text-decoration: none; 
	color:#26729B;
	font-size:11px;
	font-weight:normal;
	text-align: left;
}

div.sponsored_title a:hover{ 
	text-decoration: none; 
	color:#86B2E8;
	font-size:11px;
	font-weight:normal;
	text-align: left;
}


div.sponsored_description a:link , div.sponsored_description a:active { 
	
	text-decoration: none; 
	font-size:11px;
	color:#333333;
	font-weight:normal;
	text-align: left;
}

div.sponsored_description {
	width: 500px;
	margin-left: 110px;
	
}


div.sponsored_description a:visited { 
	text-decoration: none; 
	color:#26729B;
	font-size:11px;
	font-weight:normal;
	text-align: left;
}

div.sponsored_description a:hover{ 
	text-decoration: none; 
	color:#86B2E8;
	font-size:11px;
	font-weight:normal;
	text-align: left;
}
	
div.sponsored_link {
	margin-left: 110px;
}


div.sponsored_link a:link , div.sponsored_link a:active { 
	
	text-decoration: none; 
	font-size:11px;
	color:#333333;
	font-weight:normal;
	text-align: left;
}

div.sponsored_link a:visited { 
	text-decoration: none; 
	color:#26729B;
	font-size:11px;
	font-weight:normal;
	text-align: left;
}

div.sponsored_link a:hover{ 
	text-decoration: none; 
	color:#86B2E8;
	font-size:11px;
	font-weight:normal;
	text-align: left;
}
	
/*---------------------------------------------------------------*/

/*Welcome to EmailNewsletters.us bg*/
div#welcome{
	clear: both;
	position: relative;
	left: 47px;
	top:21px;
	color:#FFFFFF;
	width:738px;
	height:38px;
	background-color:#E5C778;
}
/*Welcome to EmailNewsletters.us text*/
div#welcome h2 {
	color:#FFFFFF;
	position:relative;
	top:13px;
	left:30px;
	height:38px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
}

/*container for the welcome content*/
div#welcome_text_container{
	width:678px;
	color:#333333;
	padding: 10px 30px 10px 30px;
	position: relative;
	left: 47px;
	top:28px;
	background-color:#F2F2F2;
}

/*---------------------------------------------------------------*/

/*container for whole articles*/
div#articles_container{
	position: relative;
	left: 33px;
	top:35px;
	width:834px;
	padding-left:30px;
}

/*New Email Newsletter Articles text title*/
div#articles_title h2{
	color:#333333;
	font-size:14px;
	font-weight:bold;
	position:relative;
	margin-top:15px;
	margin-bottom:15px;
}

/*article titles and content container*/
div.article_content_title {
	width: 720px;
	position:relative;
}

/*article title*/
div.article_content_title h3{
	font-size:11px;
	color:#333333;		
}	

div.article_content_title p {
	margin: 5px 0px 10px 0px;	
}

/*article contents*/
div.article_content_title .article_text {
	color:#333333;
}

/*---------------------------------------------------------------*/

/*footer bg*/
div#foot{
	clear: both;
	width:768px;
	height:65px;
	position:relative;
	left:33px;
	margin-top:42px;
	background-color:#E5C778;
	text-align:center;
}

/*footer text ©*/
div#foot p {
	color:#FFFFFF;	
	position: relative;
	top: 28px;
	margin:0px;
}

div#foot a {
	color:#000000;	
	position: relative;
	text-align: center;
	top: 36px;
	margin:0px;
}