/*
Theme Name: REICGloabl
Theme URI: http://www.modthemes.com/themes/spades-poker/
Author: ModThemes
Author URI: http://www.modthemes.com/
Version: 1.0
Description: Venture is a business theme from ModThemes.com and modified by WeblifeLLC.com

Copyright (c) ModThemes.com
*/

@import url(reset.css);

/* This is where you set many of the universal defaults */
body { 
	background: url(images/bg.png) repeat top center;; 
	color: #231f20;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	margin: 0; padding: 0;
}

#wrapbg {
	background: url(images/header2.png) repeat-x top center;	
}

#home-wrapbg {
	background: url(images/home-header2.png) repeat-x top center;	
}

.page-template-default {
	background: url(images/bg.png) repeat top center;
}

.pagebg {
	background: url(images/page-bg.png) no-repeat top center;
}

.home-pagebg {
	background: url(images/home-page-bg.png) no-repeat top center;
}

/*********************************************
		Universal Link Styles
*********************************************/
a {
	color: #9c1313;
	text-decoration: none;
}
a:hover {
	color: #DF6F00;
	text-decoration: none;
}

/*********************************************
		Universal Text Elements
*********************************************/
ol, ul { margin: 5px 35px; padding: 0; }
ol { list-style-type: decimal; }
ul { list-style-type: disc; }
b, strong { font-weight: bold; }
i, em { font-style: italic; }
p { margin: 0; padding: 10px 0; }
img { border: 0; background: none; }
br.clear {
	clear: both;
	margin: 0; padding: 0;
	border: none; height: 0;
}
blockquote {
	border-left: 1px solid #aaa;
	font-style: italic;
	margin: 0 10px; padding: 0 20px;
}
code { /* inline code */
	font-family: Monaco, Console, "Courier New", Courier, monospace !important;
	background: #ddd;
	overflow: auto;
}
pre { /* code blocks */
	font-family: Monaco, Console, "Courier New", Courier, monospace !important;
	margin: 10px 0; padding: 10px;
	background: #ddd;
	overflow: auto;
}
.alert {
	margin: 5px 0 0 0; padding: 10px;
	/* same colors that the WP admin uses for alert box */
	background: #ffffe0;
	border: 1px solid #e6db55;
}
.alert a {
	color: #cc0000;
	text-decoration: none;
}
.alert a:hover {
	color: #cc0000;
	text-decoration: underline;
}

/*********************************************
		Heading Styles
*********************************************/
/* Use this for universal styles for all header elements */
h1,h2,h3,h4,h5,h6 {
	color: #002B38;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.1;
	color: #000;
	margin: 0; padding: 0;
}

/* Post Titles */
h1, h3 {
	font-size: 18px;
}
h3 a {

}
h3 a:hover {

}

/* Sub-Headings in Posts */
h2 {
	font-size: 18px;
}

/* Comment/Respond Titles */
h4 {
	color: #002E3C;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #8b0203;
	margin: 5px 0; padding: 3px 0;
}

/* Widget Titles */
h5 {
	color: #fff;
	margin: 0; padding: 8px 8px 8px 11px;
	font-size: 14px;
}

/* Archive/Search Title */
h6 {
	color: #231f20;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 20px;
}

/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   text-align: left;
}
.alignright {
   float: right;
   text-align: right;
}
img.alignleft {
	margin: 5px 10px 10px 0px;
}
img.alignright {
	margin: 5px 0px 10px 10px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   padding: 0 4px 5px;
   margin: 0;
}

/*********************************************
		Wrap Styles
*********************************************/
.wrap {
	width: 926px;
	margin: 0 auto; padding: 0;
	text-align: left;
}

/*********************************************
		Floating Icons Styles
*********************************************/
#floatingicons {
	width: 32px;
	margin: 0; padding: 4px;
	border: 3px solid #ebebeb;
	border-right: none;
	position: absolute;
	top: 25px;
	right: 0;
}
#floatingicons h5 {
	display: none;
}
#floatingicons img {
	padding: 5px 0;
}

/*********************************************
		Header Styles
*********************************************/
#header {
	margin-bottom: 42px;
	overflow: auto;
}

#header #title {
	margin: 0; padding: 0;
}
#header #title a {
	display: block; float: left;
	width: 266px; height: 78px;
	margin: 12px 0 7px 28px; padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}

#header .searchform {
	float: left;
	width: 600px;
	margin: 0; padding: 10px 0 0 0;
}

#header .login-area {
	float: right;
	margin: 0; padding: 18px 33px 0 0;
	font-size: 11px;
}

#header .s {
	background: #fff; color: #777;
	float: right; width: 177px;
	margin: 0; padding: 4px;
	border: #d2d1d2 1px solid;
}

/*********************************************
Horizontal Navigation Styles (with dropdowns)
*********************************************/
#menu {
	background: url(images/menu-bg.png) repeat-x top center;
	margin: 0; padding: 10px 0 0 0;
	height: 38px;
	width: 926px; float: left;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#menu ul {
	display: block; float: right;
	list-style: none;
	margin: 0; padding: 0;
}
#menu li {
	float: left;
	list-style: none;
	margin: 0; padding: 0 3px 0 4px;
}
#menu li a {
	color: #231f20;
	display: block;
	margin: 4px 6px; padding: 1px 9px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu li a:hover {
	background: #9c1313;
	color: #fff;
}

/*#menu li.current_page_item {
	background: url(images/submenu-arrow.png) no-repeat bottom center;
}*/

#home-wrapbg li.current_page_item {
	background: none;
}

#menu li.current_page_item a {
	background: #9c1313;
	color: #fff;
}

#menu li.current_page_parent a {
	background: #9c1313;
	color: #fff;
}
 
/* second level stuff */
#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0; padding: 0;
}
#menu li li {
	padding: 0;
}
#menu li li a,
#menu li.current_page_item li a {
	width: 168px;
	float: none;
	margin: 0px;
	padding: 5px 10px;
	background: #9c1313;
	color: #fff;
	border-top: 1px solid #bebebe;
}

#menu li.current_page_item li a:hover {
	background: #b94141;
	color: #fff;
}

#menu li li li a {
}
#menu li li a:hover {
	padding: 5px 10px;
	background: #b94141;
}
#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0; padding: 0;
}
#menu li ul ul {
	margin: -38px 0 0 188px;
}
#menu li:hover ul ul,
#menu li:hover ul ul ul,
#menu li.sfhover ul ul,
#menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul,
#menu li li:hover ul,
#menu li li li:hover ul,
#menu li.sfhover ul,
#menu li li.sfhover ul,
#menu li li li.sfhover ul {
	left: auto;
}
#menu li:hover,
#menu li.sfhover { 
	position: static;
}

/*********************************************
		Secondary pages submenus
*********************************************/

#submenu {
	background: url(images/subnav.png) repeat-x top center;
	margin: -3px 0 0 0; padding: 5px 0;
	width: 926px;
	float: left;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	height: 19px;
}
#submenu ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 0 0 13px;
}
#submenu li {
	float: left;
	list-style: none;
	margin: 0; padding: 0 0 0 0;
}
#submenu li a {
	color: #fff;
	display: block;
	margin: 0 ; padding: 0 7px;
	border-right: #7e7b7c solid 1px;
	text-decoration: none;
}
#submenu li a:hover {
	color: #fdb22e;
}

#submenu li.current_page_item a {
	color: #fdb22e;
}

/*********************************************
		Feature Styles
*********************************************/

#feature {
	background: url(images/feature-bg.png) no-repeat top center;
	clear: both;
	width: 626px;
	overflow: hide;
	float: left;
	margin-top: 11px;
	line-height: 120%;
}
#feature h2 {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 28px; line-height: 1;
	text-transform: uppercase;
	font-weight: bold;
	color: #231f20;
	letter-spacing: 0;
}

#feature .ui-tabs-hide { /* hide tabs */
     display: none;
}

.tab-height {
     height: 271px;
	 overflow: hidden;
	 max-height: 271px;
}

#feature .ui-tabs-panel {
	width: 555px;
	margin: 0 auto;
	padding: 20px 8px 10px 8px;
	font-size: 13px;
}

#feature .ui-tabs-panel img {
	float: right;
	margin: 0 0 0 20px; padding: 0;
}
#feature .more-link {
	background: url(images/learn-more.png) no-repeat;
	margin: 10px 0 0 0; padding: 5px 10px;
	float: right;
	color: transparent;
	font-weight: bold;
	width: 123px;
	height: 30px;
}

#feature .more-link3 {
	background: url(images/view-seminar.png) no-repeat;
	margin: 10px 0 0 0; padding: 5px 10px;
	float: right;
	color: transparent;
	font-weight: bold;
	width: 123px;
	height: 30px;
}

#feature .more-link4 {
	background: url(images/start-now.png) no-repeat;
	margin: 10px 0 0 0; padding: 5px 10px;
	float: right;
	color: transparent;
	font-weight: bold;
	width: 123px;
	height: 30px;
}

.more-link2 {
	background: #FF9000;
	margin: 20px 0 0 0; padding: 5px 10px;
	float: right;
	color: #FFF;
	font-weight: bold;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}

.more-link2 a:hover {
	color: #FFF;
}

#feature ul.ui-tabs-nav {
	clear: both;
	height: 20px;
	list-style-type: none;
	margin: 0 15px 0 42px; padding: 9px 0 6px 0;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	background: url(images/feature-tab-left.png) no-repeat top left;
}
#feature ul.ui-tabs-nav li {
	display: inline;
	text-align: center;
	margin: 0 -3px 0 -3px; padding: 0;
}
#feature ul.ui-tabs-nav li a {
	margin: 0; padding: 10px 28px 10px 6px;
	background: url(images/feature-tab.png) no-repeat top right; color: #231f20;
	text-decoration: none;
}

#feature ul.ui-tabs-nav li.end a {
	margin: 0; padding: 10px 28px 10px 6px;
	background: url(images/feature-tab-right.png) no-repeat top right; color: #231f20;
	text-decoration: none;
}

#feature ul.ui-tabs-nav li a:hover {
	color: #231f20;
}

#feature ul.ui-tabs-nav li.ui-tabs-selected a {
	margin: 0 -4px 0 0; padding: 10px 26px 10px 2px;
	background: url(images/feature-tab-red.png) no-repeat top right; color: #fff;
}

#feature ul.ui-tabs-nav li.ui-tabs-selected {
	margin: 0 0 0 -25px; padding: 10px 4px 10px 24px;
	background: url(images/feature-tab-red-left.png) no-repeat top left; color: #fff;
}

#feature ul.ui-tabs-nav li.ui-tabs-selected.end a {
	margin: 0 -4px 0 0; padding: 10px 28px 10px 4px;
	background: url(images/feature-tab-red-end.png) no-repeat top right; color: #fff;
}

#feature ul.ui-tabs-nav li.ui-tabs-selected.first {
	margin: 0 0 0 -25px; padding: 10px 4px 10px 24px;
	background: url(images/feature-tab-red-left-first.png) no-repeat top left; color: #fff;
}

/*********************************************
		Container Styles
*********************************************/
#container {
	background: url(images/page-bg-2.png) repeat-y center 2px;
	overflow: auto;
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0 auto;
}

#front-container {
	background: url(images/page-bg-2.png) repeat-y center 3px;
	overflow: auto;
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0 auto;
}

/*********************************************
		Homepage Styles
*********************************************/

#hpcontent {
	width: 540px; float: left;
}
#hpsidebar {
	width: 380px; float: right;
}
#hpcontent h2,
#hpsidebar h2 {
	color: #002B38;
	font-size: 18px;
	margin: 0; padding: 3px 0;
}

#hpcontent .workgallery {
	margin-top: 40px;
}
#hpcontent .workgallery h2 {
	margin-bottom: 10px;
}
#hpcontent .workgallery a {
	margin: 0; padding: 0;
	border: 0;
}
#hpcontent .workgallery img {
	margin: 2px; padding: 0;
	border: 5px solid #CCC;
}

#hpsidebar .services ul {
	margin: 0; padding: 0;
	list-style-type: none;
}
#hpsidebar .services li {
	margin: 0; padding: 0;
}
#hpsidebar .services li a {
	display: block;
	margin: 0; padding: 10px 0;
	color: #231f20;
}
#hpsidebar .services li a:hover {
	color: #222;
	background: #FFF;
}
#hpsidebar .services img {
	float: left;
	margin: 0 5px 0 0; padding: 0;
}

#hpsidebar .clients {
	margin-top: 40px;
}
#hpsidebar .clients h2 {
	margin-bottom: 10px;
}

/*********************************************
		Content Styles
*********************************************/
#content {
	width: 554px; float: left;
	margin: 0; padding: 0 20px;
	overflow: hidden;
}

#content-no-widgets {
	width: 885px; float: left;
	margin: 0; padding: 0 20px;
	overflow: hidden;
}

/*********************************************
		Post Styles
*********************************************/
#content .post,
#content .page {
	clear: both;
	margin: 0 0 0px 0; padding: 0;
	overflow: hidden;
}

.byline {
	border-top: 1px dotted #999;
	margin: 5px 0; padding: 5px 0;
	color: #888;
	font-size: 11px;
}
.byline a {
	font-weight: bold;
}

.commentlink {
	background: #9c1313; color: #FFF;
	margin: 0; padding: 3px 8px;
	font-weight: bold;
}
.commentlink a {
	color: #FFF;
	text-decoration: none;
}
.commentlink a:hover {
	color: #FFF;
	text-decoration: underline;
}

.postcontent {
	clear: both;
}
.postcontent h1,
.postcontent h2,
.postcontent h3,
.postcontent h4,
.postcontent h5,
.postcontent h6 {
	font-weight: bold;
	margin: 0; padding: 10px 0;
	color: #333;
	border: none;
	background: none;
}
.postcontent h1 {
	font-size: 150%;
}
.postcontent h2 {
	font-size: 140%;
}
.postcontent h3 {
	font-size: 130%;
}
.postcontent h4 {
	font-size: 120%;
}
.postcontent h5 {
	font-size: 110%;
}
.postcontent h6 {
	font-size: 110%;
}

img.thumbnail {
	margin-top: 15px;
}

/*********************************************
		Prev/Next Navigation Styles
*********************************************/
.postnav {
	margin: 0; padding: 15px 20px;
	overflow: auto;
}

/*********************************************
		Sidebar Styles
*********************************************/
#sidebar {
	width: 300px; float: right;
	margin: 0; padding: 0 8px 0 0;
	font-size: 12px;
	line-height: 110%;
	overflow: hidden;
}

#sidebar .widget {
	background: #fff url(images/widget-bg.png) repeat-y top center;
	width: 274px;
	margin: 0; padding: 0 13px 5px 13px;
	overflow: hide;
}

.widget-top {
	background: #fff url(images/widget-top.png) no-repeat top center;
	width: 300px;
	height: 39px;
	margin-left: -13px;
}

.widget-bottom {
	background: #fff url(images/widget-bottom.png) no-repeat bottom center;
	width: 300px;
	height: 10px;
	margin-bottom: 10px;
}

#sidebar ul ,
#sidebar ol{
	margin: 10px 0 10px 20px; padding: 0;
}
#sidebar ul ul,
#sidebar ol ol {
	margin: 0 0 0 20px;
}

#sidebar object,
#sidebar embed {
	width: 260px;
	margin: 10px 0;
}

#sidebar li { margin-bottom: 7px; }

/*********************************************
		Custom Widget Styles
*********************************************/

/* Search Widget */
#sidebar #s {
	width: 291px;
	border: 2px solid #CACACA;
	margin: 5px 0; padding: 3px 2px;
	color: #231f20;
}

/* Social Profiles Widget */
#sidebar .socialprofiles img {
	padding: 5px 7px;
}

/* Twitter Widget */
#sidebar .mytweets ul {
	color: #231f20;
	font-size: 11px;
	list-style-type: none;
	margin: 0;
}
#sidebar .mytweets ul li {
	margin: 0; padding: 10px 5px;
}
#sidebar .mytweets ul#twitter_update_list li {
	border-bottom: 1px solid #d2d2d2;
}

/*********************************************
		Comments Styles
*********************************************/
#comments {
	clear: both;
	margin: 0; padding: 20px 0;
	line-height: 1.8;
}
#comments ol.commentlist {
	list-style-type: none;
	margin: 0; padding: 0;
}
#comments li.trackback,
#comments li.pingback,
#comments li.comment {
	clear: both;
	margin: 10px 0; padding: 8px;
	border: 2px solid #ebebeb;
	background: url(images/1x50px-grey.gif) repeat-x;
	overflow: hidden;
}

#comments li.comment .avatar {
	float: left;
	margin: 0 8px 0 0; padding: 0;
}
#comments li.comment .vcard {
	line-height: 1.1;
}
#comments li.comment .comment-meta {
	margin: 0; padding: 0;
}

#comments .comment-reply-link {
	background: #9c1313;
	color: #fff;
	margin: 0; padding: 3px 5px;
}

#comments ol ul {
	list-style-type: none;
	margin: 10px 0 0 35px;
}
 
#respond {
	clear: both;
	margin: 0; padding: 20px 0;
}
#respond form {
	display: block;
	padding: 0;
}
#respond .commentinput {
	padding: 5px 0;
}
#respond input {
	width: 40%;
	padding: 6px;
	border: 1px solid #ccc;
}
#respond input:focus {
}
#respond .req {
	color: #dd0000;
}
#respond textarea {
	margin: 10px 0 10px 0; padding: 2%;
	border: 1px solid #ccc;
	width: 95%; height: 200px;
}
#respond textarea:focus {
}
#respond .allowedtags {
	width: 95%;
	background: #ddd;
	margin: 0 0 10px 0; padding: 2%;
	border: 1px solid #ddd;
}
#respond #submit {
	background: #9c1313;
	margin: 0; padding: 4px 10px;
	border: none;
	color: #FFF;
	cursor: pointer;
}


/*********************************************
		Footer Styles
*********************************************/
.footerbg {
	background: url(images/footer-bg.png) repeat-x top center; 	
}

#footer {
	clear: both;
	background: url(images/footer.png) no-repeat top center; 
	color: #fff;
	margin: 0 0 0 0; padding: 40px 0 20px 0;
}

.footerwrap {
	width: 886px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
}

#footer p {
	margin: 0; padding: 0;
	font-size: 12px;
	line-height: 120%;
}
#footer a {
	color: #CCC;
}
#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}

#footer h6 {
	color: #fff;
	font-size: 18px;
	margin: 0 0 8px 0; padding: 5px 0;
	font-style: normal;
}

#footer #connect {
	width: 590px; float: left;
	margin: 0; padding: 0 0 8px 0;
	font-size: 12px;
}
#footer #connect p {
	padding-bottom: 8px;
}
#footer #connect form {
	float: left;
}
#footer #connect .text {
	background: #373334; color: #777;
	width: 200px;
	margin: 0; padding: 8px;
	border: none;
}
#footer #connect .button {
	background: #777777; color: #231f20;
	margin: 0; padding: 6px;
	border: none;
	cursor: pointer;
}
#footer #connect .socialicons {
	float: left;
	background: #373334;
	height: 32px;
	padding: 7px 0 0 8px;
}

#footer #contact {
	width: 290px; float: right;
	line-height: 2;
	margin: 0; padding: 0 0 11px 0;
	text-align: center;
}

#footer #credits {
	clear: both;
	color: #231f20;
}

#credits a {
	color: #8b0203;
	font-weight: bold;
}

/* CUSTOM CSS */

.sliderac_title{	/* Styling title */
	/* Start layout CSS */
	color: #3a6cbc;
	/* End layout CSS */
	overflow:hidden;
	cursor:pointer;
}
.sliderac_content{	/* Parent box of slide down content */
	/* Start layout CSS */

	/* End layout CSS */
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	margin: 0 0 18px 0;

}
.sliderac_content_content{	/* Content that is slided down */
	padding:1px;	
	position:relative;
}

.boxgrey { padding: 5px 20px 10px 20px; background:#f0f0f0;}

.boxwhite { padding: 0px 20px 10px 20px; }

.moreinfo { background: url(images/moreinfo.png) no-repeat top center; padding: 5px 42px; height: 21px; }

#subscribe-box { 
	width: 230px; 
	height: 267px; 
	float: right; 
	margin: 10px 0 0 0; 
	background: url(images/5-secrets.png) no-repeat top left; 
	padding: 10px 50px 0 20px;
	line-height: 120%;
	font-size: 12px;
}

.linklove { display: none; }

.theform { }