/*
Theme Name: RIA Registrar
Theme URI: www.riaregistrar.com
Description: main stylesheet for RIA Registrar
Author: Colin Ashfield
Version: 1.0

[Table Of Contents] 

	0- Reset
	1- Global
	2- Links
	3- Headings
	4- Header 
	5- Navigation
	6- Middle 
	7- Forms
	8- Extras
	9- Footer 

*/

/* =0 Reset
-------------------------------------------------------*/
@import url('reset.css');
/* =1 Global
--------------------------------------------------------------*/
body {
	border-top:8px solid #6f9193;
	line-height: 1;
	font: normal 13px Arial, Helvetica, sans-serif;
	background:#FFFFFF url(../img/ria-bg.jpg) center top no-repeat;
	color: #323232;
}

#wrap {
	width:960px;
	position:relative;
	margin:0 auto;		
}
#wrap #container {
	width:960px;
	float:left;
	margin:0 auto;	
}


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

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

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

#wrap .clearfix {
	clear:both;
}


 #wrap .smalltext {
	 font: bold 12px "Lucida Sans",Arial, Helvetica, sans-serif;
	 
 }
 #wrap .pad {
padding:8px 8px 2px 8px;	
}

#wrap img.top {
margin-top:40px;	
}
 
 #wrap .red {
	 color:#a90b0a;
 }
 
 
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/


#wrap a:link, a:visited {
	color: #333;
}
#wrap a:hover {
	color: #111;
}
#wrap a:active {
	color: #111;
}

/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#wrap h1 {
	font:bold 2em Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	margin:15px 0px;

}
#wrap h2 {
	font: bold 1.5em Arial, Helvetica, sans-serif;margin:15px 0px;
}
#wrap h3 {
	font: normal 1.2em "Lucida Sans",Arial, Helvetica, sans-serif;margin:15px 0px;
	color:#a90b0a;
}
#wrap h4 {
	font: bold 1em Arial, Helvetica, sans-serif;margin:15px 0px;
}
#wrap h5 {
	font: bold 1.1 em "Lucida Sans",Arial, Helvetica, sans-serif;margin:15px 0px;
	color: #a90b0a;
}

#wrap p {
	margin:6px 10px; line-height:22px;
}
/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/


#wrap #header {
	height:120px;
	width:950px;
	padding-left:10px;
	padding-top:0px;
	color:#000;
	position:relative;
}

#wrap #number {
	float:right;
	text-decoration: none;
	margin:0px 10px 0px 30px;
	color:#FFF;
	padding:6px;
	font-weight: 500;
	background:#a90b0a url(../img/red-bg.jpg) right bottom no-repeat;
	padding-right:60px;
	width:90px;
}

#wrap #logo { background:url(../img/ria-logo.png) no-repeat 0 0;display:block; height:107px; overflow:hidden; text-indent:-999em;  width:107px;  cursor:pointer;	float:left;} 
#wrap #logo:hover {  background-position:0 -107px;} 


/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#menu {width:680px;background: none;height:26px;float:left;margin:0px; z-index:3000; }

/* Sprite Menu */
ul#ria-menu {width:700px;list-style: none;float:left; margin-left:74px;margin-top:30px;height:26px;padding-left:0px;}
ul#ria-menu li {float:left; position:relative;margin-left:15px;}
ul#ria-menu li a {display: block; float: left; height:26px;background-image:url(../img/ria-menu.png); text-indent: -9999px;}
ul#ria-menu a.home {width: 65px; background-position: 0px 0px;}
ul#ria-menu  a.about {width: 90px; background-position: -80px 0px;margin-left:0px;}
ul#ria-menu  a.pros {width: 175px; background-position: -185px 0px; margin-left:0px;}
ul#ria-menu  a.current {width: 138px; background-position: -375px 0px;margin-left:0px;}
ul#ria-menu  a.eo {width: 117px; background-position: -528px 0px;margin-left:0px;}


ul#ria-menu li a.home:hover, ul#ria-menu li:hover a.home {background-position: 0px -26px;}
ul#ria-menu li a.about:hover , ul#ria-menu li:hover a.about {background-position: -80px -26px;}
ul#ria-menu li a.pros:hover, ul#ria-menu li:hover a.pros {background-position: -185px -26px;}
ul#ria-menu li a.current:hover, ul#ria-menu li:hover a.current{background-position: -375px -26px;}
ul#ria-menu li a.eo:hover, ul#ria-menu li:hover a.eo {background-position: -528px -26px;}

/*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#ria-menu li .sub {
	position: absolute; /*--Important--*/
	top: 22px; left: 0;
	background:#323232;
	padding: 15px 15px 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#ria-menu li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width:100%;
	margin-bottom: 10px;
}
ul#ria-menu li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width:200px;
	float: left;
}
ul#ria-menu .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#ria-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#ria-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:#323232;
	padding:10px 10px 5px 0px;
	display: block;
	text-decoration: none;
	color: #a4d4d7;
	font-size:12px;

}
ul#ria-menu .sub ul li a:hover {
	color: #FFFFFF;
	background:#323232;
	background-position: 3px 5px ;/*--Override background position--*/}

/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#wrap #banner {
	width:960px;
	height:59px;
}


#wrap #leftcol {
	width:200px;
	float:left;
	clear:left;
}

#wrap #content {
	width:750px;
	margin:0;
	float:right;
	padding:0;
}

#wrap #test {
	margin-top:2px;
	width:160px;
	padding:25px 30px 10px 10px;
	background:url(../img/top-quote.jpg) top left no-repeat;
	padding-top:50px;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#323232;
	font-style:italic;
	line-height:22px;
	float:left;
}


#wrap #test-home {
	margin-top:0px;
	width:160px;
	padding:0px 40px 20px 10px;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#323232;
	font-style:italic;
	line-height:22px;

}
#wrap #mid-team {
	width:750px; 
	height:600px; 
	float:left; 	
}

#wrap #mid {
	width:750px;  
	float:left; 	
}

#wrap .intro1 {
	width:300px;padding-bottom:15px;margin-bottom:15px; border-bottom:2px solid #a90b09;	
}

#wrap .intro2 {
	width:380px;padding-bottom:15px;margin-bottom:15px; font-size:18px; line-height:28px; border-bottom:2px solid #a90b09	;
}

#wrap .t_box  {
	width:190px; 
	margin:10px; 
	padding:15px; 
	border:#6f9193 dashed 1px;	
}

#wrap #contact {
	float:left;
	padding-top:10px;
	margin:10px 10px 20px 10px; 
	line-height:18px;
	border-top:2px solid #a90b09;
	width:170px; 
	float:left;	
}

#wrap .fullbio {
	width:680px;
	padding:20px;  
	margin:10px;
	float:left; 
	background:#F2F7F3; 
	border:#6f9193 dashed 1px;
}


#wrap #meet { 
	background:url(../img/meat-the-team.jpg) no-repeat 0 0;
	display:block;height:143px;
	overflow:hidden;
	text-indent:-999em;
	width:270px;
	cursor:pointer;
	float:right;
	margin:34px 0px 0px 0;
} 
#wrap #meet:hover {  background-position:0 -143px;} 


#wrap #ria { 
	background:url(../img/ria-maintenance-program-front.jpg) no-repeat 0 0;
	display:block;height:143px;
	overflow:hidden;
	text-indent:-999em;
	width:450px;
	cursor:pointer;
	float:left;
	margin:34px 0px 0px 0;
} 
#wrap #ria:hover {  background-position:0 -143px;} 


/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* =8 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#wrap .panel {
	z-index:500;
	float:left;
	display: none;
	background: #FFF;
	width: 170px;
	height: auto;
	padding: 10px 10px 10px 10px;
	filter: alpha(opacity=85);
	opacity: .95;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#323232;
	font-style:italic;
	line-height:22px;
}

#wrap .panel p{
	font:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#323232;
	font-style:italic;
}

#wrap .panel a, #wrap .panel a:visited{
	margin: 0;
	padding: 0;
	color:#a90b09;
	text-decoration: none;
	border-bottom: 1px solid #a4d4d7;
}

#wrap .panel h3 {
	color:#a90b09;
	font-weight:bold;
	font-size:1.2em;
	
}

#wrap .panel a:hover,#wrap .panel a:visited:hover{
	margin: 0;
	padding: 0;
	color: #a90b09;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

#wrap a.trigger{
	float:left;
	text-decoration: none;
	margin:10px 10px 0px 10px;
	color:#FFF;
	padding:6px;
	font-weight: 500;
	background:#a90b0a url(../img/red-bg.jpg) right bottom no-repeat;
	padding-right:60px;
}

#wrap a.trigger:hover{
	float:left;
	text-decoration: none;
	margin:10px 10px 0px 10px;
	color:#FFF;
	padding:6px;
	font-weight: 500;
	background:#323232;
	color:#a4d4d7;
	padding-right:60px;
}

a.active.trigger {
	background:#a90b09;}

.columns{
	clear: both;
	width: 330px;
	padding: 0 0 20px 0;
	line-height: 22px;
}

.colleft{
	float: left;
	width: 130px;
	line-height: 22px;
}

.colright{
	float: right;
	width: 130px;
	line-height: 22px;
}


 #mid ul, ol { margin-left:2.5em; padding-left:0px; list-style-type:disc; }
 #mid     li { margin:5px; color:#a90b09; }

ul.title, ol.title { margin-left:2.5em; padding-left:0px; list-style-type:disc; float:left; clear:left;}
ul.title li { margin:5px; color:#a90b09; }

#wrap a.bio{
	background:#a90b0a url(../img/red-bg.jpg) right bottom no-repeat;
	padding:5px;
	margin:1px;
	color:#FFF;
	display:block;
	width:180px;
	text-decoration:none;
	
}

#wrap a.bio:hover {
	background:#323232;
	padding:5px;
	color: #a4d4d7;
	width:180px;
	text-decoration:none;
	border:none;


}

#wrap a.front{
	background:#a90b0a url(../img/red-bg.jpg) right bottom no-repeat;
	padding:3px;
	margin:1px;
	margin-left:10px;
	padding-right:80px;
	color:#FFF;
	display:block;
	text-decoration:none;
	float:left;
	clear:left;
}

#wrap a.front:hover {
	background:#323232;
	padding:3px;
	padding-right:60px;
	margin-left:10px;
	color: #a4d4d7;
	text-decoration:none;
	border:none;


}


/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#footer {
	background:#a90b0a url(../img/footer-bg.jpg) right bottom no-repeat;
	margin:0 auto; width:920px; height:40px; padding:10px 20px 2px 20px;
	font:Georgia, "Times New Roman", Times, serif;
	margin-top:30px;
	font-size:11px;
	color:#ffffff;
	font-style:italic;
	line-height:22px;
	float:left;
}
