@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,800,300);
@import url('buttons.css');

@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}

html, body
{
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	background-color: #FFFFFF;
	b\ackground-image:url('../imgs/background.jpg');
}

img
{
    border: 0;
}

b, strong
{
	font-weight: 700;
	font-size: 100%;
}

i, em
{
    font-weight: 400;
    font-style: italic;
}

p
{
    font-family: 'Open Sans', sans-serif;
	font-size: 10pt;   
	padding: 0;
	margin: 0;
}

.negmargintop
{
    margin-top: -20px;
}

.fake_link
{
	font-weight: 400;
	color: #D52B1E; /* color: #D52B1E; */
}

.fake_link:hover
{
	color: #000000;
	border-bottom: 1px solid #000000;
}

/* default link colors */
/* will otherwise be overwritten in specific css files */
a:link
{
    font-size: 11pt;
    color: #77787b;
    line-height: 130%;
    text-decoration: none;
}

a:hover
{
    font-size: 11pt;
    color: #D52B1E;
    line-height: 130%;
    text-decoration: underline;
}

a:visited
{
    font-size: 11pt;
    color: #77787b;
    line-height: 130%;
    text-decoration: underline;
}

a:visited:hover
{
	color: #FF0000;
}

#wrapper
{
    width: 996px;
    margin: auto;
}

#header
{
	width: 996px;
	height: 180px;
	margin-top: 20px;
}

#header_left
{
	width: 250px;
	height: 106px;
	float: left;
	margin: 20px 0 0 14px;
	text-align: center;
}

#header_left p
{
    text-align: center;
}

#header_left p.phone
{
    padding-top: 10px;
    font-weight: bolder;
    font-size: 14pt;
}

#header_right 
{
	width: 647px;
	height: 110px;
	float: left;
	margin: 25px 0 0 64px;
	border-radius: 15px;
	clear: right;
}

#header_right p
{
    padding: 10px;
}

#social_icons
{
    margin-top: -12px;
    margin-left: 20px;
    height: 24px;
    width: 200px;
}

.social_icons_inner_body
{
    position: absolute; 
    display: inline;
    margin-left: 735px; 
    padding-top: 10px;
}

#latestNewsItems 
{
    width: 610px;
}

#latestNewsItems table
{

}

#latestNewsItems ul {
	list-style:none;
}

#latestNewsItems li 
{
    width: 610px;
    height: 65px;
    overflow:hidden;
}
		
#latestNewsItems li a
{
    color: Red;
}

#latestNewsItems img
{
    vertical-align: middle; 
}

#header_menu
{
    clear: both;
    width: 996px;
    height: 31px;
    margin-left: 14px;
}

#header_menu img
{
    padding: 0; margin: 0;
    width: 105px;
    float: left;
}

UL#menu
{
    height: 31px;
    width: 996px;
    margin-left: 1px;
    z-index: 10;
}

#menu li
{
	display: block;
	margin-top: 8px;
	list-style-type: none;
	width: 107px;
	height: 32px;
	float: left;
	line-height: 1.7em;
	background-color:#44BB4D;
	
}

#menu li a
{
	display: block;
	height: 32px;
	width: 107px;
	margin-top: 8px;
	font-size: 10pt;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

#menu li:hover
{
   background-color:#3C961D;
}
#paperbkg_top
{
    width: 996px;
	background: url('../imgs/header_bkg.png') no-repeat;
}

#inner_body
{
	width: 922px;
	margin-left: 15px;
	background-color: #FFFFFF;
	padding: 20px;
	m\in-height: 800px;
}

/* promo styles */
/* categories_list */

#logo_bar 
{
	clear: both;
	width: 906px;
	height: 60px;
	padding: 8px;
	margin-bottom: 10px;
	border: 1px solid #AAAAAA;
	-moz-border-radius: 15px;
	border-radius: 15px;
    
}

#logo_bar .label
{
    float: left;
    width: 75px;
    font-size: 12pt;
    font-weight: bold;
    text-align: right;
    margin-top: 8px;
}

#footer
{
    width: 996px;
    min-height: 143px;
    margin-left: 1px;
    background: url('../imgs/footer_bkg.png') no-repeat bottom left;
    padding-bottom: 20px;
}

#footer_inner
{
	width: 922px;
	min-height: 150px;
	margin-left: 14px;
	background-color: #FFFFFF;
	padding: 20px;
}

#footer_inner li
{
    font-size: 12px;
    line-height: 140%;
}

#footer_c1
{
	width: 110px;
	height: 50px;
	float: left;
	margin-left: 10px;
	background-color: #FFF;
	border-right: 1px solid #CCCCCC;
	font-size: 10px;
	text-align: left;
	line-height: 130%;
}

#footer_c2
{
	width: 100px;
	height: 50px;
	float: left;
	background-color: #FFF;
	padding-left: 10px;
	font-size: 10px;
	text-align: left;
	line-height: 100%;
}

#footer_c3
{
	width: 130px;
	height: 50px;
	float: left;
	background-color: #FFF;
	border-right: 1px solid #CCCCCC;
	padding-left: 10px;
	font-size: 10px;
	text-align: left;
	line-height: 130%;
}

#footer_c4
{
	width: 170px;
	height: 50px;
	float: left;
	background-color: #FFF;
	border-right: 1px solid #CCCCCC;
	padding-left: 10px;
	font-size: 10px;
	text-align: left;
	line-height: 130%;
}

#footer_c41
{
	width: 170px;
	height: 50px;
	float: left;
	background-color: #FFF;
	border-right: 1px solid #CCCCCC;
	padding-left: 10px;
	font-size: 9px;
	text-align: left;
	line-height: 130%;
}

#footer_c5
{
    width: 100px;
    height: 150px;
    float: left;
    background-color: #FFFFFF;
    padding-left: 10px;
    font-size: 10px;
    text-align: left;
    line-height: 130%;
}

.footer_social_icons img
{
    border: 0;
    width: 24px;
}

/* snip_emailboxes */
/* button styles */

.home_headline, .contest_detail_lt_column H1, .home_headline p
{
    font-size: 32px; 
    font-weight: 600; 
    margin-top: 10px;   
}

/* footer_links style reduces font-size to 10pt in snip_navbuild.php; inline style to override */

#footer_inner a
{
    font-size: 9pt;
    line-height: 140%;
}

/* links category_description */

a:visited.category_desc_links:hover, a:visited.footer_links:hover
{
    font-size: 9pt;
    color: #D52B1E;
    line-height: 130%;
    text-decoration: underline;
}

/* contests_index list styles */
/* a:more_link for contests_index */

/* for social feed area */
a:link.more_link_small 
{
    font-size: 9pt;  
}

a.more_link_small:hover 
{
    font-size: 9pt;
}

a:visited.more_link_small
{
    font-size: 9pt; 
}

a:visited.more_link_small
{
    color: #D52B1E;
}

/* Testimonial styles */
/* for youtube videos */
/* snip_email box Styles */

.empty_black_box
{
    width: 922px;
    height: 339px;
    background-color: #000000;
}

.empty_black_box p
{
    font-size: 24px;
    text-align: center;
    padding-top: 150px;
    color: White;
}

/* Editor Styles */
img {	border: 0;}
.steps {	font-weight: bold;	font-size: 18px; }
.nopad {	padding: 0;	margin:0;}
.padtop {	padding-top: 10px;}
.padtopmore {	padding-top: 30px;}
.num {	clear: left;	float: left;	display: block;	text-align: middle;	width: 20px;	vertical-align: top;	font-weight: bold;}
.desc {	float: left;	display: block;	text-align: middle;	width: 450px;	vertical-align: top;	padding-left: 5px;}
.clr {	clear: both;}

.smalltxt
{
    font-size: 9pt;
}

.boldtxt
{
    font-weight: bold;
}
