/*-----------------------------------------------------------------------------
Premiumplanning.com Style Sheet 

version:   1.1
author:    Michael Ritter
email:     contact at rittermedia.com
website:   www.rittermedia.com
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
	* {
	  margin: 0;
	  padding: 0;
	}


/* Class for clearing floats */
	.clear {
		clear:both;
	}


/* Remove border around linked images */
	img {
	border: 0;
	}


/* =Typography
-----------------------------------------------------------------------------*/

	body{
	font-family:arial, helvetica;
	font-size:12px;
	/*color:#7d7c7c;*/
	color:#666;
	background:#e8e8e8 url(../images/grad.gif) repeat-x left top;
	padding-bottom:20px;
	}

	p, q{
	
	}
	
	
	#contentb .TabbedPanels .TabbedPanelsContent ul{
	margin-left:15px;
	}
	
	#content ul li, #contentb ul li, #contentb .TabbedPanelsContentGroup .TabbedPanelsContent ul li{
	list-style:disc !important;
	}
	
	#contentb ul li, #content ul li{
	margin-left:18px;
	}
	
	li, #TabbedPanels1 li.TabbedPanelsTab{
	list-style:none;
	}	
	
	strong{
	color:#383838;	
	}
	
	#snippets p{
	height:45px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
	
/* =Headings
-----------------------------------------------------------------------------*/
	h1{
	font-size:21px;
	font-weight:normal;
	color:#383838;
	}
		
	#blackbandContent h1{
	font-size:21px;
	font-weight:normal;
	color:#807f7f;
	padding-bottom:5px;
	margin:0;
	}

	#snippets h2{
	color:#1b6ab5;
	font-size:14px;
	font-weight:normal;
	margin:5px 0 10px 0;
	}
	
/* =Links
-----------------------------------------------------------------------------*/
	a {

	}
	
	a:hover{
	text-decoration:none;
	}

	#blackbandContent a{
	color:#fff;
	}
	
	#snippets a{
	background:url(../images/arrows.gif) no-repeat 0 2px;
	background-color:none !important;
	padding-left:12px;
	margin-top:10px;
	color:#1b6ab5;
	text-transform:uppercase;
	font-size:10px;
	display:block;
	}

/* =Branding
-----------------------------------------------------------------------------*/
	
	#brand{
	position:absolute;
	left:50px;
	top:55px;
	}

/* =Navigation
-----------------------------------------------------------------------------*/
	
	ul#nav{
	position:absolute;
	left:430px;
	top:18px;
	border-right:1px solid #636363;
	border-collapse:collapse;
	padding:10px 45px 10px 0;
	}
	
	ul#nav li{
	display:block;
	list-style:none;
	margin:14px 0;
	}

	ul#nav li a{
	/*text-transform:uppercase;*/
	color:#666;	
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
	margin:2px 0;
	}
	
	ul#nav li a:hover, ul#nav li a.live{
	color:#fff;
	}
	
	ul#nav li a:hover.live{
	cursor:pointer;
	}

/* =Main Content
-----------------------------------------------------------------------------*/
	#container{
	width:100%;
	min-height:1000px;
	}

	#topShadow{
	background:url(../images/topShadow.png) repeat-x 0 0;
	width:100%;
	height:20px;
	position:absolute;
	top:110px;
	}

	#botShadow{
	background:url(../images/botShadow.png) repeat-x 0 0;
	width:100%;
	height:32px;
	position:absolute;
	top:385px;
	left:0;
	}
		
	#blackband{
	width:100%;
	background:#000;
	text-align:left;
	position:absolute;
	top:130px;
	height:253px;
	border:1px solid #000;
	}
	
	#blackbandContent{
	position:absolute;
	left:560px;
	top:20px;
	width:400px;
	margin:30px;
	color:#fff;
	line-height:2em;
	}
	
	#blackband img{
	float:left;
	top:300px;
	z-index:1000;
	}
		
	#content{
	position:absolute;
	left:595px;
	top:440px;
	width:365px;
	padding-bottom:30px;
	}
	
	#contentb{
	position:absolute;
	left:400px;
	top:440px;
	width:575px;
	padding-bottom:30px;
	}
	
	#imgColumn{
	position:absolute;
	left:30px;
	top:440px;
	width:515px;
	text-align:right;
	}
	
	#imgColumn p, #imgColumn h1, #imgColumn ul{	
	text-align:left;
	}

	#imgColumnb{
	position:absolute;
	left:30px;
	top:440px;
	width:275px;
	text-align:right;
	}
	
	#imgColumnc{
	position:absolute;
	left:46px;
	top:1077px;
	width:275px;
	}
	

	#quoteColumn{
	position:absolute;
	left:60px;
	top:440px;
	width:225px;
	text-align:left;
	background:#fff;
	padding:5px;
	margin-bottom:30px;
	}
	
	#quoteColumn img, #quoteColumn p, #quoteColumnb p{
	padding:10px 10px 10px 15px;
	}
	
	#quoteColumnb{
	position:absolute;
	left:24px;
	top:437px;
	width:512px;
	text-align:left;
	background:#fff;
	padding:5px;
	margin-bottom:30px;
	}
	
	#quoteColumnb img{
	float:left;
	padding:15px;
	}
	
	#snippets{
	position:absolute;
	top:380px;
	width:1000px;
	padding:50px;
	}
	
	.snippet{
	display:block;
	width:160px;
	float:left;
	margin-left:75px;
	height:200px;
	}
	
/* =Forms
-----------------------------------------------------------------------------*/
	fieldset{
	border:none;
	margin-top:20px;
	}


	legend{
	display:none;
	}
	
	fieldset ol{
	margin:0;
	width:280px;
	}
	
	fieldset ol li{
	display:block;
	padding:10px 0;
	margin:0 0 10px 0;
	clear:both;
	}
	
	input, select{
	float:right;
	width:175px;
	}

	textarea{
	float:none;
	clear:both;
	display:block;
	width:100%;
	margin-top:10px;
	}

	label{
	float:left;
	}

	input[type="submit"], input[type="reset"]{
	background:#000;
	color:#fff;
	width:115px;
	margin:5px 0 0 5px;
	float:right;
	border:none;
	padding:2px 0;
	cursor:pointer;
	}
	
	ol{
	display:block;
	}
	
	ol li{
	display:block;
	margin:15px;
	white-space:none;
	}
	
	ol li.inline{
	display:inline;
	}
	
	ol li.inline input, ol li.inline select{
	width:50px;
	}
	
	


/* =Misc 1
-----------------------------------------------------------------------------*/

	.right{
	float:right;
	}
	
	.left{
	float:left;
	}
	
	.miuusTen{
	margin-right: -10px;
	}

	/* These are standard sIFR styles... do not modify */

	.sIFR-flash {
		visibility: visible !important;
		margin: 0;
	}
	
	.sIFR-replaced {
		visibility: visible !important;
	}

	span.sIFR-alternate {
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
	}

	/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
	.sIFR-flash + div[adblocktab=true] {
	  display: none !important;
	}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

	.sIFR-hasFlash h1 {
		visibility: hidden;
	}
	
	.sIFR-hasFlash #content h1, #imgColumn h1{
		/*border:1px solid #383838;*/
		padding:1px 1px 1px 0px;
		margin:5px 5px 5px 0;
		
	}


/* =Footer
-----------------------------------------------------------------------------*/
	ul#footer{
	width:800px;
	margin:20px auto;
	font-size:9px;
	color:#666;
	position:absolute;
	}
	
	ul#footer li{
	float:left;
	margin:15px;
	list-style:none;
	display:block;
	}
	
	
	ul#footer li a{
	font-size:10px;
	color:#000;
	text-decoration:none;
	}
	
	ul#footer li a:hover{
	text-decoration:underline;
	}
