/* COLORS ============================================*/


/* GRAY BACKGROUND COLOR ============================================*/
.color2,
.header_border{
	background-color:#333333;
}


/* MAIN BACKGROUND COLOR ============================================*/

.color1,
.right_column .heading{
	background-color:#003366;
}


/* MAIN TITLE FONT COLOR ============================================*/

.headline2,
.headline1,
.font_color1,
a,
.copy h3,
.art_copy h3,
#LGOffers h2,
.rss_item a:hover{
	color:#f05a28;
}


/* /FORMS ============================================*/

textarea {
    margin: 0;
    padding: 0 0.809rem;
    border: solid 1px #858585;
    font-size: 1rem;
    font-family: inherit;
    line-height: 1.618rem;
    color: inherit;
}

.Field {
    position: relative;
}

.col--1-2 {
    width: 50%;
}

.Long-form {
    margin: 0;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 3.236rem);
    margin-left: -1.618rem;
}

.Field label {
  display: block;
  padding: 0.809rem 1.618rem;
}

.Field .Field__element {
  background: none;
  padding: 0 1.618rem 1.618rem 1.618rem;
  width: 100%;
}

.Field label.error {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 100%;
  padding: 8px;
  z-index: 1;
}

.Field.is-active label.error {
  visibility: visible;
  opacity: 1;
}

.Field--short-form {
  height: 3.236rem;
  margin-bottom: 1.618rem;
  border: 1px solid #f6f4f3;
  transition: all 0.3s ease;
  border-radius: 0.4045rem;
}

.Field--short-form label {
  display: none;
  padding: 1.618rem 1.618rem 0 1.618rem;
}

.Field--short-form .Field__element {
  background: none;
  padding: 0.809rem;
  width: 100%;
}

.Field--short-form.is-active.error {
  margin-bottom: 3.236rem;
}

/* Form Elements: Long Form */
.Long-form {
  margin: 0;
}

.Field--long-form {
  border-left: 1px solid #f6f4f3;
  border-bottom: 1px solid #f6f4f3;
  padding: 0;
}

.Field--multiple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.Field--multiple label {
  width: 100%;
}

.Field--multiple .Field__element--1-2 {
  width: 50%;
}

.Field--multiple .Field__element--1-3 {
  width: 33.3%;
}

.Field--multiple .Field__element--1-4 {
  width: 25%;
}

.Field--multiple .Field__element:last-child {
  border-left: 1px solid #f6f4f3;
}

/* /COLORS ============================================*/

*{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	list-style:none;
	text-decoration:none;
	
}
br{
	clear:left;
}



body{
	background:#fff url(/images/bg_header2.jpg) repeat-x;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}

#container{
	background-color: white;
	padding: 30px 0px 15px;
}

#container_2{
	margin: 0px auto;
	width: 960px;
}

.header{
	background:url(/images/bg_header1.jpg) no-repeat 50% 50%;
	height: 113px;
	margin: 0px auto;
	min-width: 960px;
	width: 100%;

}

#header-wrap{
	margin: 0px auto;
	width: 960px;
}

h1, ul#nav{
	margin-bottom: 30px;
	margin-top: 30px;
}
h1{
	float: left;
	height: 80px;
	margin-right: 180px;
	overflow: hidden;
	text-indent: -2000em;
	width: 50px;
}


ul.menu{
	margin-top: -75px;
	padding:0px;
	float:right;
	color:
}

ul.menu li{
	float:left;
	text-align:center;
	margin-left:5px;
	height:80px;
	line-height:59px;
	width:112px;
	font-size:13px;
}

ul.menu li.active{
	height:80px;
	width:112px;
}
ul.menu li:hover{
	height:80px;
	width:112px;
	
}

ul.menu li a{
		color:#fff;
}

ul.menu li.active a{
	
}

ul.menu li a:hover{
	background:none;
}

#txt{
	font-size:.80em;
	float:left;
	width:58%;
	margin:30px 0 0 35px;
	color:#fff;
	line-height:20px;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3);
	padding: 10px;
}

#txt h3{
	font-size:20px;
	padding:10px 0;
}

#info{
	width:960px;
	height:435px;
	background:url(/images/picture.jpg) no-repeat;
	float:left;
	margin-bottom:15px;
}
div.footer{
	float:left;
	width:100%;
	text-align:center;
	margin-top:1em;
	padding-bottom:1.5em;
	color:#333;
    background: #e0e0e0;
    padding-top: 20px;
}


div.footer a{
	height:1.8em;
	line-height:1.8em;
	font-size:.75em;
	color:#333;
}

.full_column{
	width:100%;
	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:0.8em;
	text-align:left;
	color:#666666;
}


.art_copy h3,
.copy h3{
	padding:0 0 0 0;
	margin:0 0 0 0;
	line-height:35px;
	font-size:1.2em;
	font-weight:bold;
}

.caption {
  font-size: 1rem;
  line-height: 1.618rem;
  margin-bottom: 1.618rem;
}

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{
	width:285px;
	margin-top:2px;
	padding:75px 0 0px 0;
	font-size:12px;
	text-align:left;
	color:#000;
	height:250px;
	float:right;
}

.text_label{
	font-size:12px;
	font-weight:bold;
	float:left;
	text-align:right;
	width:80px;
	margin:15px 10px 0 0;
	color:#fff;
}

.text_input{
	font-size: 1.5em;
	width: 215px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border: solid 1px #858585;
	float: left;
	margin: 0 0 15px 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.input_checkbox{
	float:left;
	display:inline;
	margin: 17px 5px 0 0;
}

div.text{
	float:left;
	width:235px;
	color:#fff;
	border-top: 1px solid #fff;
	padding: 10px 0 0 0;
}

input.submit{
	float:left;
	margin:15px 50px;
	display:inline;
}

/*---/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:920px;
}

.featured_articles article {
    background: #fff;
    background: rgba(255, 255, 255, .9);
    padding: 0px 50px;
        border-top: 1px solid;
        border-bottom: 1px solid;
}

.featured_articles img{
        padding: 10px;
        float:left;
}

.featured_articles p{
        float: left;
        width: 64%;
        font-size: 1rem;
        line-height: 25px;
        padding: 10px;
}

.featured_articles h3{
        font-size:20px;
        float:left;
        color:lightblue;
        padding: 10px;
}

.art_img{
	text-align: center;
}

.art_copy p{
	padding: 15px;
	text-align: justify;
}

.art_copy h2{
	padding: 20px 0;
}

.art_copy{
	font-size: 1rem;
	line-height: 25px;
	padding: 20px 20px 20px 20px;
	color: #666;
	text-align: left;
}
