 /*      CSS for Simon-Lever, LLP
	     simon-lever.com

        (c) 2008 hougasian.com
	
		Simon-Lever PMS colors: 
		Blue: 171f69 (PMS 7531) 
		Gold: 948772 (PMS 2758)
*/

/*			TAGS	          */
										body {
											font-family: Verdana, Arial, Helvetica, sans-serif;
											font-size: 14px;
											line-height: 20x;
											color: #666666;
											margin: 0px;
											/*background: url(/images/08/background.jpg) #282866 repeat-x;*/
										}
										
										body .llp {font-size: 11px;}
										
										h1 {
											font-family: Georgia, "Times New Roman", Times, serif;
											font-size: 28px;
											color: #999999;
										}
											 h1 .llp {font-size: 18px;} 
										
										h2 {
											font-family: Georgia, "Times New Roman", Times, serif;
											font-size: 18px;
											font-weight: bold;
											margin-right: 10px;
											color: #171F69;
										}
										h2 .llp {font-size: 14px;}
										
										h3 {
											font-family: Georgia, "Times New Roman", Times, serif;
											font-size: 14px;
											font-weight: bold;
											margin-right: 10px;
											color: #444444;
										}
											.llp h3 {font-size: 10px;}
										
										li { 
											list-style: square;
										}
																	
										input, textarea, select {
											padding: 2px;
											font-family: Verdana, Arial, Helvetica, sans-serif;
											font-size: 12px;
											border: 1px solid #cccccc;
											color: #333333;
										}
										
										.llp {font-size: 9px;}
						/* top nav */	
										a.navtop:link, a.navtop:active, a.navtop:visited {
											font-size:13px;
											border-top: 3px solid #fff;
											background: #fff;
											padding-top: 5px;
											color: #171f69;
											display:block;
											height: 25px;
											width: 98px;
											text-decoration: none;
										}
										
										a.navtop:hover, a.currenttop:link, a.currenttop:active, a.currenttop:visited {
											border-top: 3px solid #171f69;
											font-size:13px;
											color: #171f69;
											padding-top: 5px;
											display:block;
											height: 25px;
											width: 98px;
											font-weight: bold;
											text-decoration: none;
										}
						/* sub nav */				
										a.nav:link, a.nav:active, a.nav:visited {
											font-size: 13px;
											color: #FFFFFF;
											display:block;
											padding-left: 10px;
											height: 14px;
											text-decoration: none;
										}
										
										a.nav:hover, a.current:link, a.current:active, a.current:visited {
                                            background: url(/images/08/arrow2.gif) no-repeat left bottom;
											color: #CCFFFF;
											display:block;
											padding-left: 23px;
											height: 14px;
											text-decoration: none;
										}
						/* site links */				
										a.link, a.link:visited {
											color: #171f69;
											text-decoration: none;
										}
										
										a.link:hover {
											color: #171f69;
											text-decoration: underline;
										}
						/* tax tip links */				
										.link a:link, .link a:visited {
											color: #171f69;
											text-decoration: none;
										}
										
										.link a:hover {
											color: #171f69;
											text-decoration: underline;
										}
	
						/* alternate link */
										a.altlink:hover, a.altlink:link, a.altlink:active, a.altlink:visited {
											color: #948772;
											text-decoration: none;
										}
										
										a.video {
											color: #666666;
											text-align: center;
											border: 1px solid #CCCCCC;
											background-color: #DFDFDF;
											padding: 2px;
											width: 75px;
										}
											
/*		DIV IDs					*/		
										#plaque {
											width: 380px;
											height: 263px;
											float: left;
											}
										#plaque.loading {background: url(/images/loading.gif) no-repeat center center;}

										#column1 {
											border-right: 1px solid #999999;
											padding: 10px;
											width: 70%;
											float: left;
											background-color: #FFFFFF;											
										}
										
										#inner {
											padding: 20px;
											}
										
										#column2 {
											padding: 10px 10px 10px 0px;
											/*margin-left: 600px;*/
											width: 25%;
											float: right;
											line-height: 20px;

										}
										
										#container {
											vertical-align: text-bottom;
											float: left;
											padding: 10px 7px 10px 7px;
											width: 120px;
											height: 150px;
										}
											/* set to clear row for #container(s) */
											#clear { clear: left; }
										
										#container2 {
											vertical-align: text-bottom;
											float: left;
											padding: 10px 10px 10px 10px;
											width: 170px;
											height: 200px;
										}
										
										#header {
											margin: 0px auto 0px auto;
											width: 1000px;
										}
										
											/*#header img {padding-right: 25px;}*/
										
										#topnav {
											border-top: 4px double  #999999;
											border-bottom: 4px double  #999999;
											margin: 0 auto 0 auto;
											padding: 1px 10px 1px 10px;
											width: 1000px;
										}
										
											#topnav ul {
												display: inline;
												list-style-type: none;
												margin: 0px;
												padding: 10px;
												vertical-align: middle;
										}
											#topnav li {
												float: left;
												list-style-type: none;
										}
										
										#navbox {
											padding: 10px 5px 10px 20px;
											border: 1px solid #CCCCCC;
											background-color: #FFFFFF;
											width: 200px;
										}
										
											a.boxlink {
												font-family:"Times New Roman", Times, serif;
												font-size: 14px;
												color: #948772;
												text-decoration: none;
											}
										
										#navbox2 {
											padding: 10px 5px 10px 20px;
											border: 1px solid #ccc;
											background-color: #FFFFFF;
											width: 300px;
											float: right;
										}
											
										#wrapper {
											border-left: 1px solid #999999;
											border-right: 1px solid #999999;
											margin: 0px auto 0px auto;
											width:1000px;
											background:url(/images/08/background01.jpg) #282866 repeat-x;
									}
										
										#footer	{
											border-top: 4px double  #999999;
											margin: 0 auto;
											padding: 10px;
											width:1000px;
											line-height: 13px;
											font-size: 10px;
										}
											#footer img {border: 0; vertical-align: middle;}
											#footer .sitemap {
												float: left;
												width: 200px;
												}
											#footer .sitemap a {display: block;}
											#footer #siteinfo {
												border-top: 1px solid #999999;
												margin-top: 7px;
												padding-top: 7px;
												}
										
											#footer .member {
												float: left;
												width: 200px;
										
												}
											#footer .member a {
												margin: 5px;
												background: #FAFAFA;
												text-align: center;
												vertical-align: middle;
												display: block;
												padding: 3px;
												border: 1px solid #E6E6E6;
												height: 50px;
												}
											#footer a:link, a:active, a:visited {
												color: #666666;
												text-decoration: none;
												}
											#footer a:hover {text-decoration: underline;}

									#leftside {
											border: 1px solid #CCCCCC;
											padding: 5px;
											float: left;
											width: 45%;
										}
										
										#leftside2 {
											border: 1px solid #CCCCCC;
											padding: 3px;
											float: left;
											width: auto;
										}
										
										#leftside3 {
											padding: 3px;
											float: left;
											width: 45%;
										}
											
										#rightside {
											width: 50%;
											float: right;
										}
										
										#rightside2 {
											float: left;
											margin-left: 225px;
											}
										#box_logon {
											border: 1px solid #CCCCCC;
											width: 400px;
											vertical-align: middle;
											padding: 20px;
										}
										

										a.video {
											border: 1px solid #CCCCCC;
											display: inline block ;
											width: 150px;
											padding: 5px;
											text-decoration: none;
											background-color: DFDFDF;
										}
										
										a.video:hover {
											color: #000000;											
										}
/*		CLASSES					*/		
										a.leader {
											color: inherit;
											text-decoration: none;
										}
										.preload img {
											width: 0px;
											height: 0px;
										}
										
										.date {
											font-size: 9px;
											font-weight: bold;
											color:#333333;
										}
										
										.name {
											color: #171F69 ;
										}
										
										.alert { 
											color: #990000;
										}
										
										.leftimg {
											float:left;
											padding: 10px 15px 15px 0px;
										}
										
										.rightimg {
											float: right;
											padding: 10px 15px 15px 0px;
										}
										
										.rule1 {
											border-top: solid 1px #CCCCCC;
											margin-right: 10px;
										}
										.clearall {
											clear: both;
											line-height: 0px;
										}
																			
										.button {
											border: 1px solid #666666;
											color:#FFFFFF;
											background-color: #999999;
										}
										
										.right {float:right;}
										.left {float: left;}
										
										.warning {
											background: url(/images/08/note.jpg) no-repeat;
											display:block;
											padding: 30px;
											width: 225px;
											height: 233px;
											float: left;
										}
										
										.warning p {
											color: #003366;
											padding: 15px 55px 5px 5px;
											font-size: 12px;
											line-height: 18px;
											}
										
										.header {
											font-family:"Courier New", Courier, monospace;
											font-size: 48px;
											line-height: 40px;
											font-weight: 300;
											}

										#mission {
											font-family: Georgia, "Times New Roman", Times, serif;
											font-size: 14px;
											font-weight: bold;
											margin-right: 10px;
											color: #444444;
											float: right;
											width: 250px;
											border-top: 4px #999999 double;
											border-bottom: 4px #999999 double;
											line-height: 20px;
											padding: 10px;
										}
										#box {
											padding: 10px;
											border: 1px solid #990000;
											}
										
										#box img {
											float: left;
											padding: 10px;
											}

										.subheader {
											font-size: 120%;
											color: #CCFFFF;
											}
										.footer { 
											margin-left: 20px;
											font-size: 90%;
										}
										.peer {
											float: right;
											padding: 3px 0;
											}
