* { 	margin: 0; 	padding: 0; }
html,body{	height:100.1%;	width:100%; }
input, textarea, select { font-family: Arial, Helvetica, sans-serif; 	}

ul{
		list-style-type: disc;
		color:#454545;
		margin:10px 30px;
	}
ul li{
			color:#c00;
			margin:8px 20px;
		}	
		
ul li span{color:#454545;}	
img {border:none;}

h1{
	height:75px;
	color:#454545;
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;
	background:url(../img/headingBack.gif) top left no-repeat;
	padding:0px 20px;
	line-height:75px;
}

	h1.flHead{
		height:75px;
		color:#454545;
		font-size:24px;
		font-weight:normal;
		text-transform:uppercase;
		background:url(../img/headingBack.gif) top left no-repeat;
		padding:0px 20px;
		line-height:75px;
	}
	
	h1.flHead a{
		color:#454545;
		text-decoration:none;
	}	
	
h2 {	
	background:url(../img/h2HeadBack.png) left top no-repeat;
	font-size:16px;
	font-weight:bold;
	color:#c00;
	margin:0px 0px 10px 2px;
	padding:25px 22px 10px 40px;
	text-transform:uppercase;
}	
	
h2.short{	
	padding:25px 22px 10px 10px;
}

h3 {color:#454545; font-size:12px; text-transform:uppercase; font-weight:bold;}
p {
		margin:10px 30px;
		color:#454545
	}

a, a:visited {color:#09C;text-decoration:underline;}
a:focus, a:hover, a:active {text-decoration:none;}

div{border:0px solid #c00;}
div.clear
{
	clear:both;
}

body{
	background:#101010 url('../img/bodyBg.gif') repeat-x;
	color:#aaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

/*
 * STRUCTURE
 */

#container{
	height:1035px;
	
	margin:10px auto;
	width:960px;
}
 
#header{
	background:transparent url(../img/head.png) 0px 29px no-repeat;
	height:369px;
}
 
#content{
	background:transparent url(../img/body.png) bottom left no-repeat;
	padding:0px 11px 22px 9px;
}

	#content .leftColumn{
		width:620px;
		float:left;
	}

	#content .rightColumn{
		float:right;
		width:320px;
	}

	#content .leftMenu{
		float:left;
		width:230px;
		background:url(../img/leftMenuBack.png) right top repeat-y;
	}	
	
		#content .leftMenu h2{
			background:none;
			font-size:12px;
			text-transform:none;
			border-bottom:1px solid #aaa;
			padding:0px;
			margin:15px 25px 15px 20px;
		}		
		
		#content .leftMenu ul{
			color:#CC0000;
			margin:15px 25px 15px 40px;
			list-style-type:square;
		}	
		
			#content .leftMenu ul a{
				color:#454545;
				display:block;
				padding:4px;
				font-weight:bold;
				text-decoration:none;
			}				
					
				#content .leftMenu ul a:hover{
					text-decoration:underline;
				}

	#content .contentColumnWithMenu{
		float:right;
		width:710px;
	}	
 
#footer{
	height:50px;
	padding-left:20px;
}

/*
 * HEADER
 */

#header .inputCode{	
	background:transparent url(../img/pin.png) top left no-repeat;
	float:right;
	height:40px;
	margin-right:17px;
	width:320px;
}

	#header .inputCode a.goButton{
		background:url(../img/goButton.gif) top left no-repeat;
		float:right;
		height:24px;
		margin:13px 21px 0px 0px;
		width:32px;
	}

		#header .inputCode a.goButton:hover{
			background-position:bottom left;
		}

	#header .inputCode .inputPin{
		float:left;
		margin:15px 8px 0px 8px;
		background:url(../img/inputPinBack.gif) top left no-repeat;
	}
	
		#header .inputCode .inputPin input{
			background:none;
			border:none;
			padding:1px 4px;
			width:86px;
			font-size:16px;
			font-weight:bold;
			letter-spacing:5px;
		}

	#header .inputCode p{
		color:#FFF;
		float:left;
		font-size:11px;
		margin:19px 0px 0px 20px;
	}

#header .menuBanner{
	background:url(../img/menuBanner.gif) top left repeat-x;
	height:229px;
	margin:0px 11px -1px 9px;
}

	#header .menuBanner .menu{
		background:url(../img/menuStart.gif) top left no-repeat;
		padding-left:1px;
	}
		
		#header .menuBanner .menu a.menuItem{
			background:url(../img/menuFill.gif) top right no-repeat;
			color:#FFF;
			display:block;
			float:left;
			font-weight:bold;
			height:12px;
			padding:10px 15px;
			text-align:center;
			text-decoration:none;
			text-transform:uppercase;
			cursor:pointer;
			position:relative;
		}

			#header .menuBanner .menu a.menuItem.selected{
				color:#000;
				background:url(../img/menuFillHov.gif) top right no-repeat;
			}
			
			#header .menuBanner .menu a.menuItem:hover{
				background-position:bottom right;
			}		


		
		#header .topBanner{
			position:relative;
		}
		
		#header .subMenu{
			position:absolute;
			float:left;
			background:url(../img/slidingSubMenuBack.gif) top left no-repeat;
			padding:0px 0px 2px 2px;
			margin-left:10px;
		}
		
			#header .subMenuGroup{
				background:url(../img/slidingSubMenuBack.gif) top right no-repeat;
				padding:1px 3px 2px 0px;
				height:30px;
			}
			
				#header .subMenuGroup a.subMenuItem{
					
					float:left;
					padding:6px 20px;
					color:#000;
					text-transform:uppercase;
					font-weight:bold;
					text-decoration:none;
					background:url(../img/subMenuBack.gif) top right no-repeat;
				}			
				
					#header .subMenuGroup a.subMenuItem.selected{
						font-size:12px;
						color:#c00;
					}						
					
					#header .subMenuGroup a.subMenuItem:hover{
						background-position:bottom right;
					}						

	#header .menuBanner .topRight{
		background:url(../img/gradient.jpg) top right no-repeat;
		float:right;
		height:228px;
		margin-top:-32px;
		width:337px;
	}
	
		#header .menuBanner .topRight p{
			color:#9c9c9c;
			margin:205px 0px 0px -50px;
		}
		
			#header .menuBanner .topRight p img{
				margin-bottom:-4px;
			}
	
	#header .menuBanner .topLeft{
		float:left;
		background:url(../img/gradientL.jpg) top right no-repeat; 
		height:195px;
		margin-left:3px;
		width:600px;
	}
	
	#header .menuBanner .tagline{
		margin:40px 0px 12px 50px;
	}
	
	#header .menuBanner a.moreButton{
		background:url('../img/more.gif') top left no-repeat;
		display:block;
		float:right;
		height:25px;
		margin-right:45px;
		width:121px;
	}
	
	#header .menuBanner a.moreButton:hover{
			background-position:bottom right;
		}
	
	#header .menuBanner a.signUp{
		background:url('../img/signUp.gif') top left no-repeat;
		float:right;
		height:25px;
		margin-right:45px;
		width:100px;
	}
	
	#header .menuBanner a.signUp:hover{
		background-position:bottom left;
	}
	
	#header .menuBanner a.viewButton{
		background:url('../img/view.gif') top left no-repeat;
		display:block;
		float:right;
		height:25px;
		margin-right:112px;
		width:126px;
	}
	
	#header .menuBanner a.viewButton:hover{
			background-position:bottom right;
		}
		
#header .contact{
	float:right;
	margin:30px 45px 0px 0px;
}

#header .logo{
	float:left;
	margin:7px 0px 0px 15px;
}

#header .logoBanner{
	height:100px;
}

/*
 * CONTENT
 */


/*
	HOME PAGE
*/


#home ul{
		list-style-type: disc;
		color:#454545;
		margin:10px 0px;
	}
#home ul li{
			color:#333;
			margin:8px 0px;
		}	
		
#home ul li span{	color:#333;}	

#home .leftColumn p{
	margin:25px 20px;
	text-align:justify;
}

	#home .leftColumn p a.readMoreLink{
		color:#09C;
		display:block;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
		text-align:right;
	}

		#home .leftColumn p a.readMoreLink:hover{
			text-decoration:underline;
		}

#home .leftColumn h3{
	margin:25px 0px -15px 20px;
}

#home .leftColumn a.viewMoreButton{
	background:url(../img/viewProdServ.gif) top left no-repeat;
	display:block;
	height:30px;
	margin:-22px 0px 0px 170px;
	width:286px;
}

	#home .leftColumn a.viewMoreButton:hover{
		background-position: bottom left;
	}


#home .rightColumn .contentBlockRight{
	background:url(../img/contentRight.gif) top right no-repeat;
	float:right;
	height:190px;
	width:320px
}

	#home .rightColumn .contentBlockRight h2{
		height:24px;
		margin:20px 0px 0px 15px;
		padding:0px;
		background:none;
	}

	#home .rightColumn .contentBlockRight .prodImg{
		float:left;
		margin:0px 0px 1px 1px;
	}

#home .rightColumn ul{
	color:#454545;
	margin:20px 10px 0px 175px;
	font-size:11px;
	font-weight:bold;
}

	#home .rightColumn ul li{
		margin-bottom:10px;
	}
	
#home .rightColumn a.startButton{
	background:url(../img/getStartedButton.gif) top left no-repeat;
	float:right;
	height:27px;
	margin:0px 20px 10px 0px;
	width:126px;
}

	#home .rightColumn a.startButton:hover{
		background-position:bottom left;
	}


/*
 * WELCOME | ABOUT
 */

#about #content p{
	margin:40px 20px;
	
}


/*
 * WELCOME | CUSTOMER FEEDBACK
 */

#customerfeedback h2{
	background:url(../img/faqsHeadBack.gif) top left no-repeat;
	font-size:12px;
	font-weight:bold;
	color:#c00;
	margin:30px 0px 10px 2px;
	padding:15px 22px 5px 22px;
	text-transform:uppercase;
}

	#customerfeedback #content h2 span{
		font-size:10px;
		color:#333;
		margin-left:10px;
		text-transform:none;
	}

#customerfeedback h3{
	background:url(../img/faqsHeadBack.gif) top left no-repeat;
	font-size:12px;
	font-weight:bold;
	color:#333;
	margin:30px 0px 10px 2px;
	padding:15px 22px 5px 22px;
	text-transform:uppercase;
}

#customerfeedback #content p{
	font-style:italic;
}

/*
* PRODUCTS & SERVICES 
*/		
			
#products p{
	text-align:left;
}

#products h2{
	padding-left:30px;
}


/*
 * PRODUCTS & SERVICES | Remote support
 */


#remotesupport h2{
	padding-left:20px;
}

#remotesupport .productsTable{
	margin:20px 0px 20px 70px;
	border-collapse:collapse;
}

	#remotesupport .productsTable th{
		background:url(../img/productFeatureBack.gif) left bottom repeat-x;
		padding:20px 20px 20px 0px;
		text-align:right;
		width:260px;
		font-weight:bold;
		font-size:14px;
		color:#444;
		border:1px solid #ddd;		
	}

		#remotesupport .productsTable th p{
			font-weight:normal;
			font-size:10px;
			margin:0px;
			color:#888;
		}

	#remotesupport .productsTable td{
		padding:20px;
		text-align:center;
		font-weight:bold;
		font-size:14px;
		color:#000;
		border:1px solid #ddd;
		background-color:#eee;
	}
	
		#remotesupport .productsTable td.blank{
			border:none;
			background:none;
		}	
		
		#remotesupport .productsTable td.pricingHeader{
			background:#EEEEEE url(../img/pricingHeaderBack.gif) left bottom repeat-x;
			width:150px;
			padding:10px;
		}		
			#remotesupport .productsTable td.pricingHeader img{
				margin-right:10px;
			}		
			
			#remotesupport .productsTable td.pricingHeader h2{
				background:none;
				margin:0px;
				padding:0px;
			}
				
			#remotesupport .productsTable td.pricingHeader h3{
				background:none;
				margin:0px;
				color:#000;
			}	

		#remotesupport .productsTable td.pricingHeader a.signupButton{
			display:block;
			width:102px;
			height:28px;
			margin:5px 25px;
			background:#EEEEEE url(../img/productSignUpButton.gif) left top no-repeat;
		}

			#remotesupport .productsTable td.pricingHeader a.signupButton:hover{
				background-position:left bottom;
			}
			
/*
* PRODUCTS & SERVICES | ONLINE BACKUP
*/		
			
#onlinebackup p{
	text-align:center;
}

/*
* PRODUCTS & SERVICES | INSURANCE
*/		
			
#insurance p{
	text-align:center;
}
			
			
/*
 * RESCUE ZONE | PODCASTS
 */

#podcasts #content .contentColumnWithMenu hr{
	margin:30px 20px 20px 0px;
	height:1px;
	border:none;
	border-bottom:1px solid #ccc;
	
}

#podcasts #content .contentColumnWithMenu h2{
	margin:0px;
	padding-left:20px;
	padding-top:18px;
	background:none;
	font-size:14px;
}

	#podcasts #content .contentColumnWithMenu h2 a{
		float:right;
		font-size:9px;
		font-weight:normal;
		color:#555;
		text-transform:none;
	}

	#podcasts #content .contentColumnWithMenu .openPod{
		width:653px;
		height:562px;
		padding:2px;
		border:1px solid #ddd;
		margin:10px 20px 10px 20px;
		float:left;
		background:#000;
	}
	
	#podcasts #content .contentColumnWithMenu .podScreen{
		display:block;
		width:96px;
		height:72px;
		background:none center no-repeat;
		padding:2px;
		border:1px solid #ddd;
		margin:18px 20px 10px 10px;
		float:left;
	}

		#podcasts #content .contentColumnWithMenu .podScreen a{
			display:block;
			width:96px;
			height:72px;
			background:url(../img/podCastOver.png) left top no-repeat;
		}
		
			#podcasts #content .contentColumnWithMenu .podScreen a:hover{
				background-position:left bottom;
				cursor:pointer;
			}		

#podcasts #content .contentColumnWithMenu h3{
	font-size:11px;
	font-weight:bold;
	color:#000;
	margin:0px 22px 15px 22px;
	text-transform:none;	
}

#podcasts #content .contentColumnWithMenu .podDetails{
	margin:5px 22px 10px 108px;
	color:#333;	
}

	#podcasts #content .contentColumnWithMenu p{
		color:#454545;
		margin:0px 22px 10px 22px;
	}

	#podcasts #content .contentColumnWithMenu ul{
		color:#454545;
		margin:0px 22px 10px 35px;
	}
		#podcasts #content .contentColumnWithMenu ul li{
			margin-top:8px;
			color:#c00;
		}	
		
			#podcasts #content .contentColumnWithMenu ul li span{
				color:#454545;
			}	
		
/*
 * RESCUE ZONE | HINTS & TIPS
 */

#hintstips #content .contentColumnWithMenu hr{
	margin:30px 20px 0px 0px;
	height:1px;
	border:none;
	border-bottom:1px solid #ccc;
	
}

#hintstips #content .contentColumnWithMenu h2{
	margin:0px;
	padding-left:22px;
	background:none;
}

	#hintstips #content .contentColumnWithMenu h2 a{
		float:right;
		font-size:9px;
		font-weight:normal;
		color:#555;
		text-transform:none;
	}


#hintstips #content .contentColumnWithMenu h3{
	font-size:11px;
	font-weight:bold;
	color:#000;
	margin:20px 22px 0px 22px;
	text-transform:none;	
}

#hintstips #content .contentColumnWithMenu p{
	margin:5px 22px 10px 22px;
}

	#hintstips #content .contentColumnWithMenu ul{
		color:#454545;
		margin:0px 22px 10px 35px;
	}
		#hintstips #content .contentColumnWithMenu ul li{
			margin-top:8px;
			color:#c00;
		}	
		
			#hintstips #content .contentColumnWithMenu ul li span{
				color:#454545;
			}	
			
					
/*
 * RESCUE ZONE | FREE DOWNLOADS
 */

#freedownloads #content .contentColumnWithMenu hr{
	margin:30px 20px 0px 0px;
	height:1px;
	border:none;
	border-bottom:1px solid #ccc;
	
}

#freedownloads #content .contentColumnWithMenu h2{
	margin:0px;
	padding-left:22px;
	background:none;
}

	#freedownloads #content .contentColumnWithMenu h2 a{
		float:right;
		font-size:9px;
		font-weight:normal;
		color:#555;
		text-transform:none;
	}


#freedownloads #content .contentColumnWithMenu h3{
	font-size:11px;
	font-weight:bold;
	color:#aaa;
	margin:20px 22px 0px 22px;
	text-transform:none;	
}

#freedownloads #content .contentColumnWithMenu p{
	margin:5px 22px 10px 22px;
}

	#freedownloads #content .contentColumnWithMenu ul{
		color:#454545;
		margin:0px 22px 10px 35px;
	}
		#freedownloads #content .contentColumnWithMenu ul li{
			margin-top:8px;
			color:#c00;
		}	
		
			#freedownloads #content .contentColumnWithMenu ul li span{
				color:#454545;
			}	

#freedownloads #content .contentColumnWithMenu .downloadsList{
	border-collapse:collapse;
	margin:10px 15px;
	width:650px;
}	

	#freedownloads #content .contentColumnWithMenu .downloadsList a{
		text-decoration:none;
	}	
		#freedownloads #content .contentColumnWithMenu .downloadsList a:hover{
			text-decoration:underline;
		}	

	#freedownloads #content .contentColumnWithMenu .downloadsList th{
		height:30px;
		padding:5px 8px;
		text-align:left;
		width:400px;
		border-top:1px solid #cecece;
		font-weight:normal;
		font-size:10px;
		color:#aaa;
	}	

		#freedownloads #content .contentColumnWithMenu .downloadsList th a {
			color:#444;
			font-size:12px;
			font-weight:bold;
			text-decoration:none;
		}

	#freedownloads #content .contentColumnWithMenu .downloadsList td{
		height:30px;
		padding:5px 10px;
		text-align:center;
		width:150px;		
		border-top:1px solid #cecece;
	}	
	
		#freedownloads #content .contentColumnWithMenu .downloadsList td a img{
			margin-bottom:-5px;
		}	
		
	#freedownloads #content .contentColumnWithMenu .downloadsList tr:hover td{
		background:#eee;
	}		
	#freedownloads #content .contentColumnWithMenu .downloadsList tr:hover th{
		background:#eee;
	}		
/*
 * HELP & SUPPORT | GENERAL FAQS
 */

#generalfaqs h2{
	margin:30px 0px 10px 2px;
}

#generalfaqs h3{
	font-size:11px;
	font-weight:bold;
	color:#000;
	margin:20px 22px 0px 42px;
	text-transform:none;	
}

#generalfaqs #content p{
	margin:5px 22px 10px 42px;
}

	#generalfaqs #content ul{
		color:#454545;
		margin:0px 22px 10px 55px;
	}
		#generalfaqs #content ul li{
			margin-top:3px;
			color:#c00;
		}	
		
			#generalfaqs #content ul li span{
				color:#454545;
			}			

/*
	CONTACT PAGE
*/

#contact #content .leftColumn .contactForm{
	margin:30px 0px 30px 40px;
}

	#contact #content .leftColumn .contactForm .inputText{
		border:1px solid #888;
		font-size:14px;
		font-weight:bold;
		margin:5px 0px 10px 0px;
		padding:4px 2px 3px 2px;
		width:300px;
	}
	
		#contact #content .leftColumn .contactForm .inputText:hover{
			background-color:#F5F5F5;
		}
	
	#contact #content .leftColumn .contactForm .inputMessage{
		border:1px solid #888;
		font-size:12px;
		height:150px;
		margin:5px 0px 10px 0px;		
		padding:4px 2px 3px 2px;
		width:410px;
	}
	
		#contact #content .leftColumn .contactForm .inputMessage:hover{
			background-color:#F5F5F5;
		}
	
	#contact #content .leftColumn .contactForm .dropDown{
		border:1px solid #888;
		font-size:14px;
		font-weight:bold;
		margin:5px 0px 10px 0px;	
		width:306px;
		line-height:40px;
		padding:1px;		
	}
	
		#contact #content .leftColumn .contactForm .dropDown:hover{
			background-color:#F5F5F5;
		}

		#contact #content .leftColumn .contactForm .dropDown option{
			padding:0px 3px;
			line-height:40px;
		}

	#contact #content .leftColumn .contactForm .sendButton{
		font-size:11px;
		font-weight:bold;
		margin:5px 0px 10px 0px;		
		padding:5px;
	}

#contact #content .rightColumn .divider{
	float:left;
	margin-right:30px;
}

#contact #content .rightColumn h3{
	margin-top:30px;
}

#contact #content .rightColumn p{
	margin:5px 0px 25px 0px;
}

/*
	SIGN UP
*/

#signUp #content .leftColumn .signedUp{
	background:url(../img/signedUpLogo.jpg) left bottom no-repeat;
	height:200px;
	margin-top:50px;
	padding:0px 0px 0px 200px;
	text-align:right;
	width:100%;
}

	#signUp #content .leftColumn .signedUp p{
		text-align:left;
	}

		#signUp #content .leftColumn .signedUp p img{
			margin:20px 0px 10px 0px;
		}

#signUp #content .leftColumn .nextStepLinks{
	margin:-20px 50px 0px 0px;
	padding:0px;
	text-align:right;
}

	#signUp #content .leftColumn .nextStepLinks p a{
		margin-right:10px;
	}

#signUp #content .leftColumn p{
	margin-top:20px;
}

#signUp #content .leftColumn .signUpForm table{
	margin:20px 0px 10px 30px;
}

	#signUp #content .leftColumn .signUpForm table tr td{
		color:#222;
		padding-right:30px;
	}

		#signUp #content .leftColumn .signUpForm table tr td input{
			margin:0px 50px 10px 0px;
			border:1px solid #888;
			font-size:14px;
			font-weight:bold;
			margin:5px 0px 10px 0px;
			padding:4px 2px 3px 2px;
			width:250px;
		}
		
		#signUp #content .leftColumn .signUpForm table tr td input:hover{
			background-color:#F5F5F5;
		}

		#signUp #content .leftColumn .signUpForm table tr td select{
			margin:0px 50px 10px 0px;
			border:1px solid #888;
			font-size:14px;
			font-weight:bold;
			margin:5px 0px 10px 0px;
			padding:4px 2px 3px 2px;
			width:255px;
		}
		
		#signUp #content .leftColumn .signUpForm table tr td select:hover{
			background-color:#F5F5F5;
		}

			#signUp #content .leftColumn .signUpForm table tr td select option{
				padding:0px 5px;
			}
		
#signUp #content .rightColumn .divider{
	float:left;
	margin-right:30px;
}

#signUp #content .rightColumn h3{
	margin-top:30px;
}

#signUp #content .rightColumn p{
	margin:5px 0px 25px 0px;
}

/*
	TERMS & CONDITIONS
*/

#terms span{
	font-weight:bold;
}
/*
	PLACE ORDER
*/


 #content .leftColumn .purchaseForm{
	margin:30px 0px 30px 40px;
}

	 #content .leftColumn .purchaseForm .inputText{
		border:1px solid #888;
		font-size:14px;
		font-weight:bold;
		margin:5px 0px 10px 0px;
		padding:4px 2px 3px 2px;
		width:300px;
	}
	
		 #content .leftColumn .purchaseForm .inputText:hover{
			background-color:#F5F5F5;
		}
	
	 #content .leftColumn .purchaseForm .inputMessage{
		border:1px solid #888;
		font-size:12px;
		height:150px;
		margin:5px 0px 10px 0px;		
		padding:4px 2px 3px 2px;
		width:410px;
	}
	
		 #content .leftColumn .purchaseForm .inputMessage:hover{
			background-color:#F5F5F5;
		}
	
	 #content .leftColumn .purchaseForm .dropDown{
		border:1px solid #888;
		font-size:14px;
		font-weight:bold;
		margin:5px 0px 10px 0px;	
		width:306px;
		line-height:40px;
		padding:1px;		
	}
	
	 #content .leftColumn .purchaseForm .dropDown:hover{
			background-color:#F5F5F5;
		}

		 #content .leftColumn .purchaseForm .dropDown option{
			padding:0px 3px;
			line-height:40px;
		}

	 #content .leftColumn .purchaseForm .sendButton{
		font-size:11px;
		font-weight:bold;
		margin:5px 0px 10px 0px;		
		padding:5px;
	}

#placeorder #content .rightColumn .divider{
	float:left;
	margin-right:30px;
}

#placeorder #content .rightColumn h3{
	margin-top:30px;
}

#placeorder #content .rightColumn p{
	margin:5px 0px 25px 0px;
}

#placeorder2  #content .rightColumn .divider{
	float:left;
	margin-right:30px;
}

#placeorder2  #content .rightColumn h3{
	margin-top:30px;
}

#placeorder2 #content .rightColumn p{
	margin:5px 0px 25px 0px;
}

#placeorder3  #content .rightColumn .divider{
	float:left;
	margin-right:30px;
}

#placeorder3  #content .rightColumn h3{
	margin-top:30px;
}

#placeorder3 #content .rightColumn p{
	margin:5px 0px 25px 0px;
}





/*
 * FOOTER
 */

#footer a{
 	color:#454545;
	text-decoration:none;
 }
 
 #footer a:hover{
 	color:#FFF;
	text-decoration:underline;
}

 #footer p{
 	color:#454545;
}

#footer span{
	padding:0px 5px;
}
