/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

body  {
margin:0;
padding:0;
font:12px Arial, Helvetica, sans-serif;
color:#333;
}

html, body, #container  {
   height:100%;	
}
body > #container {height: auto; min-height: 100%;}


 .right {
	float: right;
}
 .left {
	float: left;
}
.align-left {
	text-align: left;
}
 .align-right {
	text-align: right;
}
 .align-center {
	text-align:center;
}
 .justify {
	text-align:justify;
}
 .hide {
	display: none;
}
 .clear {
	clear: both;
}

.clearright {
clear:right;	
	
}

 .bold {
	font-weight:bold;
}
 .italic {
	font-style:italic;
}
 .underline {
	border-bottom:1px solid;
}
 .highlight {
	background-color:#a90b0a;
	padding:5px;
	color:#FFF;
}

 .highlight:hover {
	background-color:#323232;
	padding:5px;
		color: #a4d4d7;
}
 img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
 img.alignleft {
	float:left;
	margin:6px 15px 6px 0;
}
 img.alignright {
	float:right;
	margin:6px 0 6px 15px;
}


 .smalltext {
	 font: bold 12px "Lucida Sans",Arial, Helvetica, sans-serif;
	 
 }
.pad {
padding:15px;	
}
.pad2 {
padding-right:60px;	
padding-top:15px;	
}

 img.top {
margin-top:40px;	
}
 
.black {
	 color:#00000;
	 font-size:12px;
	 font-weight:bold;
	 font-style:italic;
 }
 
 .green {
	 
	 color:#000;
	 font-weight:bold;
 }
 
#content  ul {
margin-left:0px;
list-style:inside;

color:#333;
font-size:12px;
margin-bottom:20px;

	
}
#content ul li {
padding:1px 5px 1px 10px;
list-style-type:disc;
color:#333;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
 a:link, a:visited {
	color: #967d3d;
}
 a:hover {
	color: #111;
}
 a:active {
	color: #111;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
 h1 {
	font:normal 2em Arial, Helvetica, sans-serif;
		margin:10px 0px;


}
h2 {
	font: normal 1.4em Arial, Helvetica, sans-serif;
	color:#2f3f5a;
	line-height:1.6em;
	margin:10px 0px;
}
 h3 {
	font: normal 1.4em Arial, Helvetica, sans-serif;
	color:#2f3f5a;
			margin:10px 0px;

}
 h4 {
	font: normal 1.2em Arial, Helvetica, sans-serif;
			margin:10px 0px;

}
 h5 {
	font: normal 1.1 em Arial, Helvetica, sans-serif;
	color: #a90b0a;
}

 p {
	 color:#333;
	margin:10px 10px; line-height:22px;
	
}



.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block; height:220px;}
/* End hide from IE-mac */



#container {
height:100%;
position:relative;
width:960px;
margin:0 auto;
}

#header {
position:relative;
height:231px;
width:960px;
float:left;
background:url(../img/woodlands-bg.jpg) right top no-repeat;

	
}

#number {
width:158px;
height:39px;
float:left;
margin:0px;
padding:0px;
}
#logo {
float:left;
margin-top:30px;
margin-left:0px;
width:542px;
height:84px;
background:url(../img/woodlands-texas.jpg) center right no-repeat;
}

#social {
position:absolute; right:41px; top:195px; width:220px; height:32px; background:url(../img/follow-us.png) left top no-repeat;	
}

#goodwin {
position:absolute;
height:172px;
width:203px;
right:17px;
bottom:0px;
}

#content {
width:924px;
padding:18px;
padding-top:0px;
position:relative;
background:url(../img/mid-bg.png) top repeat-y;
float:left;
}

#content-lt {float:left;width:677px;padding:10px;}
#content-rt {
float:right; width:210px; padding-left:10px; padding-top:60px;	
}

img.bottom  {
margin-bottom:20px;	
}

a#clients-corner {
width:109px; 
height:104px; 
display:block; 
background:url(../img/clients-corner.png) top right no-repeat;position:absolute; 
right:17px; 
top:0px;
z-index:1000;
}

a:hover#clients-corner  {
width:109px; 
height:104px;
display:block; 
background-image:url(../img/clients-corner.png); 
background-position:0px -108px;
position:absolute; 
right:17px; 
top:0px;
}

.boxgrid{
width:324px;
height:420px;
margin-top:41px;
overflow:hidden;
float:right;
position:relative;
}
.boxgrid img{

}

.boxcaption{
	position:absolute;
	z-index:600;
	
	width: 324px;
	height: 98px;
	top:461px;
	left:0px;
}
	
	.captionfull .boxcaption {
 	top: 260;
 	left: 0;
 }
 .caption .boxcaption {
	top: 461px;
	left: 0px;
 }
	
.main_view {
	float: left;
	position: relative;
	margin-top:144px;
	margin-left:60px;
	width:677px;
	height:336px;

}

	
	
#footer {
   position:relative;
   clear:both;
   bottom:0;
   width:100%;
   height:100px;   /* Height of the footer */
   color:#333;
   text-align:center;
   font:9px;
   padding-top:20px;
   margin-top:-10px;
   background:#FFF;
}
#footer a:link {
color:#FFF;	
}

#main {padding-bottom: 64px;}  /* must be same height as the footer */

ul#nav {
float:right;
margin-top:0px;
width:960px;
}

#menu {width:960px;background: none;height:39px;float:right;margin:0px; z-index:3000; }

/* Sprite Menu */
ul#menu {width:960px;list-style: none;float:right;margin:0px;height:39px;padding-left:0px;}
ul#menu li {float:left; position:relative;margin:0px; padding:0px;}
ul#menu li a {display: block; float: left; height:39px;background-image:url(../img/top-menu.jpg); text-indent: -9999px;}
ul#menu a.home {width: 105px; background-position: 0px 0px;}
ul#menu  a.about {width: 120px; background-position: -105px 0px;margin-left:0px;}
ul#menu  a.service {width: 120px; background-position: -225px 0px; margin-left:0px;}
ul#menu  a.tools {width: 175px; background-position: -345px 0px;margin-left:0px;}
ul#menu  a.news {width: 145px; background-position: -520px 0px;margin-left:0px;}
ul#menu  a.email {width: 150px; background-position: -665px 0px;margin-left:0px;}
ul#menu a.contact {width:145px; background-position:-815px 0px;}


ul#menu li a.home:hover, ul#menu li:hover a.home {background-position: 0px -39px;}
ul#menu li a.about:hover , ul#menu li:hover a.about {background-position: -105px -39px;}
ul#menu li a.service:hover, ul#menu li:hover a.service {background-position: -225px -39px;}
ul#menu li a.tools:hover, ul#menu li:hover a.tools{background-position: -345px -39px;}
ul#menu li a.news:hover, ul#menu li:hover a.news{background-position: -520px -39px;}
ul#menu li a.email:hover, ul#menu li:hover a.email{background-position: -665px -39px;}
ul#menu li a.contact:hover, ul#menu li:hover a.contact {background-position: -815px -39px;}

/*ul#ria-menu li a.home:focus,  ul#ria-menu li a.home:active  {background-position: 0px -26px;}
ul#ria-menu li a.about:focus, ul#ria-menu li a.about:active {background-position: -80px -26px;}
ul#ria-menu li a.pros:focus , ul#ria-menu li a.pros:active {background-position: -185px -26px;}
ul#ria-menu li a.current:focus, ul#ria-menu li a.current:active {background-position: -375px -26px;}*/
ul#menu li .sub {
	position: absolute; /*--Important--*/
	top: 39px; left: 0;
	background:#6e3002;
	padding: 15px 10px 10px 2px;
	float: left;
	color:#FFF;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#menu li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width:100%;
	margin-bottom: 10px;
}
ul#menu li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width:170px;
	float: left;
}
ul#menu .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#menu .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#ria-menu .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 2px 0;
	background-image: none;
	color: #FFF;
}
ul#menu .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background:#6e3002;
	padding:10px 10px 5px 5px;
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size:12px; 

}
ul#menu .sub ul li a:hover {
	color: #00331c;
	background:#FFF;
	background-position: 3px 5px ;/*--Override background position--*/
	
	}
	
ul.menu li a:hover,.current {
background:#FFF;
color:#00331c;
text-decoration:none;
}

ul.menu .current a {
color:#00331c;
}

	
	/* Sprite Menu */
ul#services {width:660px;list-style: none;float:left;margin:0px;margin-top:31px; margin-left:18px;height:46px;padding-left:0px;}
ul#services li {float:left; position:relative;margin:0px; padding:0px;}
ul#services li a {display: block; float: left; height:46px;background-image:url(../img/service-menu.png); text-indent: -9999px;}
ul#services a.financial {width: 184px; background-position: 0px 0px;}
ul#services  a.investment {width: 194px; background-position: -184px 0px; margin-left:0px;}
ul#services  a.tax {width: 117px; background-position: -378px 0px;margin-left:0px;}
ul#services  a.mortgage {width: 165px; background-position: -495px 0px;margin-left:0px;}

ul#services li a.financial:hover, ul#services li:hover a.financial {background-position: 0px -46px;}
ul#services li a.investment:hover, ul#services li:hover a.investment {background-position: -184px -46px;}
ul#services li a.tax:hover , ul#services li:hover a.tax {background-position: -378px -46px;}
ul#services li a.mortgage:hover, ul#services li:hover a.mortgage{background-position: -495px -46px;}


/* videos */

/*Video*/
ul#videos li{
list-style:none;	
}
#videoswrap {
	position:relative;
	height:250px;
	list-style-type:none;
	list-style:none;
}
#links, #videos {  
     list-style-type: none;  
	 list-style:none;
     position: relative;  
     margin: 0;  
     padding: 0;
}

#videoswrap #links li {
	float:left;
	margin-left:50px;
	list-style:none;
	list-style-type:none;
}

#videoswrap #videos li {
	float:left;
	margin-bottom:20px;
	margin-left:50px;
	list-style:none;
	list-style-type:none;
}

#fancy_div {
	background:url(../images/video_bg.png) no-repeat;
}

/* liScroll styles */

ul#ticker01 li {
	list-style-type:none;
	
}

.tickercontainer { /* the outer div with the black border */
border: 1px solid #ccc;
background: #fff; 
width: 900px; 
height: 77px; 
margin: 0; 
padding: 0;
overflow: hidden; 
margin-left:10px;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
top: 3px;
width: 900px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 550px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
list-style:none;
margin-right:60px;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
list-style-type:none;
} 
ul.newsticker img {
margin: 0 10px 0 0;
list-style:none;
} 