
a img {
	border: none;
}

.topContact
{
	display: block;
	width: 180px;
	float: right;
	color: #ffffff;
	text-align: left;
	padding-top: 35px;
}

.topContactTitle
{
	font-weight: bold;
}

.sideContent a {
	display: block;
	width: 238px;
	float: left;
	border-top: 1px solid #6b8da9;
	border-bottom: 1px solid #6b8da9;
}


body {
	
	margin: 0px;
	padding: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url('../images/mainBG.jpg');
	background-repeat: repeat-x;
	background-color: #14344d;

}

.mainOuterHolder {
	width: 810px;
	
}

form {
	padding: 0px;
	margin: 0px;
}

#main {
	display: block;
	width: 800px;
	background-color: #ffffff;
	float: left;
	text-align: left;
}


.mainHeader {
	display: block;
	width: 800px;
	height: 94px;
	
	text-align: right;
	float: left;

}

.headHolder {
	/*background-image: url('../images/snapLogo.gif');*/
	background-image: url('../images/defaultHeader.gif');
	background-repeat: no-repeat;
	/*background-position: 20 15;*/
	display: block;
	width: 800px;
	height: 94px;
	text-align: right;
	float: right;
	background-color: #ffffff;
	
	
}


.leftHeader {
	display: block;
	width: 200px;
	float: left;
	padding-top: 5px;
	text-align: left;
}

.leftHeader img 
{
	width: 300px;
	height: 80px;
}

.rightHeader {
	display: block;
	width: 500px;
	float: right;
}

.headerLogoHolder
{
	display: block;
	width: 300px;
	float: left;

}

.headerLogoHolder img
{

	width: 300px;
	height: 85px;
}

.headerMenuHolder
{
	display: block;
	width: 400px;
	float: right;

}

.accountMenu {
	display: block;
	width: 400px;
	float: right;
	color: #ffffff;
	padding-top: 15px;
	font-size: 12px;

}


.accountMenu a {
	color: #ffffff;
}




.menu {
	display: block;
	width: 500px;
	
	float: right;
	padding-top: 26px;
	

}

.rightHeader div.menu {
	width: 500px;
}


.menu div.menuItem {
	display: block;
	float: right;
}

.menuItem a {
	display: block;
	width: 100%;
	float: left;
	text-align: center;

	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}

/*
.menuOut {
	background-color: #c28723;
}

.menuOut:hover {
	background-color: #d79e3d;
}

.menuOver {
	background-color: #d79e3d;
}

*/



/*
.stepHolder img {
	display: block;
}

.stepHolder b {
	display: block;
}

.menuArrow {
	display: block;
	float: left;
	margin-right: 12px;
	margin-top: 4px;

}
*/

.stepHolder {
	display: block;
	text-align: center;
	width: 180px;
	float: left;
}

.steps {
	display: block;
	width: 550px;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	
}

.steps a {
	display: block;
	width: 160px;
	float: left;
	
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffffff;
	text-decoration: none;
}

.linkDisabled {
	background-color: #7f7f7f;
}

.linkDisabled:hover {
	background-color: #ff5100;
}

.linkEnabled {
	background-color: #ff5100;
}


.leftContentHolder {
	display: block;
	width: 240px;
	float: left;
	padding-top: 8px;
	text-align: left;

}



.footer {
	clear: both;
	display: block;
	font-weight: normal;
	font-size: 12px;
	width: 800px;
	height: 15px;
	float: left;
	color: #ffffff;
	background-color: #FFFFFF;
	

}

.quoteHolder {
	display: none;
	width: 460px;
	float: left;
	margin-top: 10px;
	height: 66px;
	border-right: 1px solid #969696;
	color: #ffffff;
}


.quote {
	display: block;
	width: 410px;
	float: right;
	
	font-size: 10px;
	text-align: left;
}

.vtButton {
	display: none;
	width: 329px;
	float: right;
}

.author {
	display: block;
	width: 330px;
	float: left;
	text-align: right;
	font-weight: bold;
	padding-top: 5px;

}

.footerLinks {
	display: block;
	width: 800px;
	float: left;
	color: #ffffff;
	padding-top: 10px;

}

.footerLinks a {
	color: #ffffff;
	font-weight: bold;
}

.copyright {
	padding-top: 10px;
	display: block;
	width: 800px;
	float: left;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
}





