@charset "utf-8";
/* CSS Document */


body {
	margin:0 auto;
	padding:0;
	background-image:url(../images/bg.jpg);
	background-position:top center;
	background-repeat:y;
	background-color:#9c9d9f;
	text-align:left;
	font-size: 12px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

#container {
	margin:0 auto;
	width:937px;
	height:auto;
}

#logo{
	background-image:url(../images/logo.png);
	width:147px;
	height:61px;
	position:relative;
	left:40px;
	top:20px;
}

#box {
	float:left;
	display:inline;
	text-align:left;
	margin:0px;
	padding:0px;
	width:937px;
	color:#FFFFFF;
}

#text{
	margin-left:50px;
	margin-top:25px;
}

#top {
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	background-position:top;
	margin:0px;
	height:285px;
	width:937px;
}

#box_content {
	background-image:url(../images/middle.png);
	background-repeat:repeat-y;
	background-position:top;
	margin:0;
	width:937px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
}

#box_bottom {
	background-image:url(../images/bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:left;
	margin:0;
	width:937px;
	height:24px;
}

#webinar{
	background-image:url(../images/webinar.png);
	 background-repeat:no-repeat;
	width:154px;
	height:18px;
	position:relative;
	bottom:50px;
	left:750px;
	

}

#webinar a {
	display: block;
	height: 18px;
	width: 154px;
}	
	
#webinar a span {
	display:none; /* required -- hides the HTML text link */
}

img{
	border:none;
}

/**************************************** FORM STYLES ******************************************************/

.submit{
	background: transparent url("../images/arrow-sign-up.png") no-repeat;
	width:14px;
	height:17px;
	border:none;
	cursor:pointer;
}

.submit:hover{
	background: transparent url("../images/arrow-sign-upRO.png") no-repeat;
	width:14px;
	height:17px;
	border:none;
}

#login {
	width:300px;
	height:50px;
	position:relative;
	left:230px;
	bottom:70px;
}

.forgot{
	color:#ccc;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:2px; 
	margin-bottom:2px;
	margin-left:10px;
}

.remember{
	color:#ccc;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:2px;
}

.login{
	border:solid; 
	border-color:#ccc; 
	border-width:1px;
	width:140px;
}

.password{
	border:solid; 
	border-color:#ccc; 
	border-width:1px;
	margin-bottom:5px;
	margin-left:10px;
}

/********************MENU STYLES************************/

#navcontainer{
	text-align:center;
	background-image:url(images/menu-bg.gif);
	background-position:top;
	width:880px;
	height:56px;
	position:relative;
	bottom:50px;
	right:0px;
	margin:0 auto;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFFFFF;
	background-repeat:no-repeat;
	z-index:3;
	
}


/*************************************************************HOMEPAGE BOX STYLES****************************************/
#content_container{
	background-image:url(images/content_bg_container.png);
	background-repeat:no-repeat;
	margin:0 auto;
	width:850px;
	height:228px;
	overflow:hidden;
	color:#000;
	line-height:1.5;
	position:relative;
	left:2px;
	bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
}


#box1 {
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	width:190px;
	margin:15px 0 0 20px;
	font-size:11px;
}

#box2 {
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	width:190px;
	margin:15px 0 0 17px;
	font-size:11px;
}

#box3 {
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	width:190px;
	margin:15px 0 0 20px;
	font-size:11px;
}


#box4 {
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	width:190px;
	margin:15px 0 0 15px;
	font-size:11px;
}

.home_orangetext {
	color:#FF3300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin:0 0 0 15px;
}

#box_image{
	margin:5px 0 0 0;
}

.box_more {
	color:#5D9741;
	text-decoration:underline;
	font-weight:bold;	
	float:right;
	font-size:10px;
}

/********************************************************LINK STYLES*********************************************/

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}


/*******************************************************TEXT STYLES****************************************************/

.style1{
	color:#FF3300;
	font-weight:bold;
	font-size:11px;
}

.style2{
	color:#333333;
	font-size:11px;
}

ul.point{
	list-style-image:url(../images/bullet.png);
	margin-left:15px;
} 

/*****************************************MENU STYLES***********************************************************/

ul.navlist{
	margin:0;
	padding-left:0px;
}

.navlist li{
	display: inline;
	list-style-type: none;
	padding-left:20px;
}

.navlist a {
	padding: 0px 0px; 
}

.navlist a:link, .navlist a:visited{
	color: #000;
	background-color:#FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

.navlist a:hover{
	color: #5D9741;
	text-decoration: none;
}

/******************************************************HEADER***********************************************/

#header_container{
	background-repeat:no-repeat;
	width:937px;
	height:240px;
	position:relative;
	bottom:40px;
}

/*******************************************************COLUMNS***********************************************/

#column_container{
	background-repeat:no-repeat;
	margin:0 auto;
	width:850px;
	overflow:hidden;
	color:#000;
	line-height:1.5;
	position:relative;
	left:2px;
	bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
}


#leftColumn{
	float:left;
	width:400px;
	margin-bottom:30px;
	padding-right:15px;
} 


#rightColumn{
	float:left;
	width:400px;
	margin-bottom:30px;
	padding-left:20px;
	border-left:1px solid #5D9741;
} 

.orange_column_title{
	color:#FF3300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

#icon_holder{
	width:68px;
	height:77px;	
}

.icon_title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FF3300;
	width:315px;
	position:relative;
	bottom:55px;
	left:75px;
	text-transform:uppercase;
}

.sub_title_orange{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF3300;
}
/*******************************************************FOOTER***********************************************/
#footer {
 	width:860px;
	margin:0 auto;
	color:#B3B3B3;
	font-size:11px;
	padding-top:13px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	left:2px;
	margin-top:20px;
	background-image:url(../images/footer_bg.png);
	background-repeat:no-repeat;
	width:852px;
	height:42px;

}

#footer a:link {
	text-decoration:none;
}
#footer a:visited {
	text-decoration:none;
}
#footer a:active {
	text-decoration:underline;
	color:#fff;
}
#footer a:hover {
	text-decoration:underline;
	color:#fff;
}

#bottomLinks {
	float:left;
	color:#fff;
	margin-left:10px;
}

.bottomLinks {
	color:#fff;
}

#copyRight {
	float:right;
	color:#fff;
	text-decoration:none;
	margin-right:10px;
}

#copyRight a{
	color:#fff;
	text-decoration:none;
}


/*NEWS FEED*/

h1 {
	font-size:16px;
	font-weight:bold;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	text-transform:uppercase;
	padding:10px 0 5px 0;
	margin-left:100px;
}

#newsfeed{
	background-image:url(../images/newsfeed.png);
	background-repeat:no-repeat;
	position:relative;
	width:851px;
	height:96px;
	margin:0 auto;
	padding-top:0px;
}

#insideNews {
	margin:0 0px 0 5px;
}

#feedZilla {
	margin-top:5px;
}

#NewsDiv a:link {
        text-decoration: none;
        color:#6A8E3A;
        font-weight:bold;
}
#NewsDiv a:visited {
        text-decoration: none;
        color:#6A8E3A;
        font-weight:bold;
}

#NewsDiv a:hover {
        text-decoration: none;
        color:#333;
        font-weight:bold;
}

#NewsDiv a:active {
        text-decoration: none;
        color:#333;
        font-weight:bold;
}
