/* COLORS ============================================*/


/* GRAY BACKGROUND COLOR ============================================*/
.color2,
.header_border{
	background-color:#FFFFFF;
}


/* MAIN BACKGROUND COLOR ============================================*/

.color1,
.right_column .heading,
ul.menu{
	background-color:#FFFFFF;
}


/* MAIN TITLE FONT COLOR ============================================*/

.headline2,
.headline1,
.font_color1,
a,
.copy h3,
#LGOffers h2,
.rss_item a:hover{
	color:#000033;
}



/* /COLORS ============================================*/




*{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	list-style:none;
	text-decoration:none;
	font-weight:normal;
}
br{
	clear:left;
}

body{
	text-align:center;
}

#container{
	width:800px;
	margin:0 auto 0 auto;
}

#container_2{
	padding:1px 2px 2px 2px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	float:left;
	background-color:#FFFFFF;
	
}

.header{
	height:137px;
	background-color:#FFFFFF;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	margin-top:1px;
	margin-bottom:1px;
	float:left;
	width:100%;
}

.header_border{
	height:6px;
	float:left;
	width:100%;
}

ul.menu{
	border-top:solid 1px #FFFFFF;
	border-bottom:solid 1px #FFFFFF;
	float:left;
	width:100%;
	background-image:url(../images/menu_bg.gif);
	background-repeat: repeat-x;
}

ul.menu li{
	float:left;
}

ul.menu li a{
	float:left;
	height:1.8em;
	line-height:1.8em;
	font-size:0.8em;
	color:#FFFFFF;
	border-right:2px solid #FFFFFF;
	padding-left:1em;
	padding-right:1em;
}

ul.menu li.active a{
	background-color:#333333;
}
ul.menu li a:hover{
	background-color:#666666;
	background-repeat:repeat-x;
}


div.footer{
	float:left;
	width:100%;
	text-align:center;
	color:#333333;
	font-size:.7em;
}


div.footer a{
	height:1.8em;
	line-height:1.8em;
	font-size:1.1em;
	color:#000;
}

.full_column{
	width:100%;
	float:left;
	background-image:url(../images/body_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin-top:2px;
}

.left_column{
	width:500px;
	float:left;
	background-image:url(../images/body_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin-top:2px;
}


.right_column .heading{
	background-image:url(../images/article_heading_bg.gif);
	float:left;
	font-size:1em;
	width:100%;
	line-height:2em;
	text-align:left;
	background-repeat: repeat-x;
	margin-top:2px;
}

.right_column .heading a{
	background-image:url(../images/article_heading_icon.gif);
	background-position: 10px center;
	padding-left:40px;
	float:left;
	color:#FFFFFF;
	background-repeat:no-repeat;
}


.copy{
	padding:20px 20px 20px 20px;
	font-size:.8em;
	text-align:left;
	color:#666666;
}


.copy h3{
	padding:0 0 0 0;
	margin:0 0 0 0;
	line-height:35px;
	font-size:1.2em;
	font-weight:bold;
}

span.update{
	line-height:38px;
	float:left;
	font-size:.8em;
	padding-left:5px;
}

ul.list1{
}

ul.list1 li{
	list-style:circle;
	margin-left:35px;
	padding-bottom:5px;
}

div.unsub{
	margin-bottom:15px;
}

div.unsub label{
	height:22px;
	float:left;
	line-height:22px;
	margin-right:5px;
}
div.unsub input.email{
	height:18px;
	float:left;
	line-height:22px;
	margin-right:5px;
	width:200px;
}

div.unsub input,
div.unsub img{
	height:22px;
	float:left;
	line-height:22px;
	margin-right:5px;
}


div.contact{
	margin-bottom:15px;
}

div.contact label{
	height:22px;
	float:left;
	line-height:22px;
	margin-right:5px;
	width:7em;
	text-align:right;
	font-weight:bold;
	margin-bottom:7px;
}
div.contact input.text{
	height:18px;
	float:left;
	line-height:22px;
	margin-right:5px;
	width:200px;
}

div.contact textarea{
	float:left;
	margin-right:5px;
	width:200px;
}

div.contact input,
div.contact img{
	height:22px;
	float:left;
	line-height:22px;
	margin-right:5px;
}

/* SIGN UP BOX============================================*/

.right_column{
	float:right;
	width:291px;
	margin-top:2px;
	background-color:#CBCBCB;
	background-image:url(../images/callnow.gif);
	background-repeat:no-repeat;
	padding:75px 0 0 0;
	font-size:12px;
	text-align:left;
	color:#666;
}

.text_label{
	font-size:12px;
	font-weight:bold;
	float:left;
	text-align:right;
	width:80px;
	margin:0 10px 0 0;
}

.text_input{
	width:155px;
	height:20px;
	line-height:20px;
	padding:0 10px;
	border:solid 1px #666;
	float:left;
	margin:0 0 15px 0;
}

.input_checkbox{
	float:left;
	display:inline;
	margin:0 15px;
}

div.text{
	float:left;
	width:200px;
}

input.submit{
	float:left;
	margin:15px 10px;
	display:inline;
}

/* FEATURED ARTICLES============================================*/
div.featured_articles{
	background-image:url(../images/article_bg.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	float:left; 
	width:100%;
}

.AdfusionTable{
	padding:10px;
}
.AdfusionTd{
	padding:10px;
}


/* begin styles for RSS Feed 

     This is the most basic style to use for a list with no bullets */

#newsfeed{
	float:left;
	width:100%;
}

.summary{
	background-repeat:repeat-x;
	color:#666;
	font-size:13px;
	text-align:left;

}

.headline2,
.headline1{
	font-size:14px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:15px;
}


.copy img{
	margin:0px 10px 10px 10px;
}

	

/*---/RSS---*/

#LGOffers h2{
	width:100%;
	height:100%;
	padding:0 0 0 0;
	margin:0 0 0 0;
	background:none !important;
	line-height:35px;
	font-size:14px;
	text-align:left;
}

#LGOffers #LG_Creative_Shell_Bottom{
	background-image:url(../images/article_bg.gif);
}

#LGOffers #LG_Creatives{
	border:none;
}
#LGOffers #LG_Creative_Shell{
	border:none;
}

/* FEATURED ARTICLES============================================*/

.featured_articles{
        width:960px;
}

.featured_articles article {
    background: #fff;
    background: rgba(255, 255, 255, .9);
    padding:20px;
        border-top: 1px solid;
        border-bottom: 1px solid;
}

.featured_articles img{
        padding: 10px;
        float:left;
}

.featured_articles p{
	color: #003;
        float: left;
        width: 64%;
	text-align: left;
        padding: 10px;
}

.featured_articles h3{
        font-size:20px;
        float:left;
        color:lightblue;
        padding: 10px;
}
