@charset "utf-8";
/* CSS Document */
ul#NavMenu {
	list-style-type:none;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#767f85;
	font-size:18px;
	margin-right:-5px;
	margin-top:25px;
	font-weight:normal;
	
}
ul#NavMenu li span
{
	background:#fff url(/shared/images/nav-link-bg-default-blue.png) left center;
	color:#fff;
	padding:0 10px;
	
	text-align:right;
	background-repeat:no-repeat;
}
ul#NavMenu li ul li span {
	background:#fff url(/shared/images/nav-link-bg-default-blue-small.png) left center;

	background-repeat:no-repeat;
	padding-bottom:3px;
}

ul#NavMenu a {
	text-decoration:none;
	text-align:right;
	background:#fff;
	padding:0 10px;
	background:#fff url(/shared/images/nav-link-bg-default-blue.png);
	background-position:200px 0px;
	background-repeat:no-repeat;
	color:#767f85;
}
ul#NavMenu a:hover,ul#NavMenu a:active {
	
	
}

ul#NavMenu li {
	text-align:right;
	line-height:21px;
	
	
}
ul#NavMenu li ul
{
	list-style-type:none;
}
ul#NavMenu li ul li a {
	background:#fff url(/shared/images/nav-link-bg-default-blue-small.png) no-repeat;
		background-position:200px center;
		background-repeat:no-repeat;
		padding-bottom:3px;
		
}
ul#NavMenu li ul li
{
	font-size:14px;
	line-height:17px;
	height:21px;
	
}
/******FOOTER NAVIGATION*******/

ul#FooterNav {
	list-style-type:none;
	margin:0px;
	padding:50px 0 0 50px;
	font-weight:normal;
	width:450px;
	
}
ul#FooterNav li {
	display:inline;
}
ul#FooterNav li a {
	text-decoration:none;
}
ul#FooterNav li a:hover {
	text-decoration:underline;
}

/*****KWIKS*******************/
.clr
{
	clear:both;
	height:0px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#kwickwrap
{
	width:410px;
	margin:0 72px;

}
#kwick {
	position: relative;
	
	margin-bottom: 10px;
	padding: 10px 0;
}

#kwick .kwicks {
	display: block;
	background: transparent url(/shared/images/step-bg.png) top right no-repeat;
	height: 100px;
	list-style-type:none;
	margin:0;
	padding:0;
}

#kwick li {
	float: left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 100px;
	width: 100px;
	
	background: #fff;

}

#kwick .kwick span {
	display: none;
}

#kwick .step1 {
	background:url(/shared/images/step-1.png) no-repeat;
}

#kwick .step2 {
	background:url(/shared/images/step-2.png) no-repeat;
}

#kwick .step3 {
	background:url(/shared/images/step-3.png) no-repeat; 
}

#kwick .step4 {
	background:url(/shared/images/step-4.png) no-repeat;
	border-right: 0;
}
/****TOP RIGHT NAV****/
#TopRightCornerLinks
{
	float:right;
	margin-top:15px;
	font-weight:normal;
}
#TopRightCornerLinks ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}
#TopRightCornerLinks ul li
{
	display:inline;
}
#TopRightCornerLinks ul li a
{
	text-decoration:none;
	color:inherit;
}
#TopRightCornerLinks ul li a:hover
{
	text-decoration:underline;
}

/****HOME STEPS*****/
#HomeStepsWrap
{
		margin:0 72px;
}

ul#HomeSteps
{
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#HomeSteps li
{
	width:384px;
	height:104px;
	margin:5px 0px;
}
ul#HomeSteps li a
{
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	text-decoration:underline;
	font-size:14px;
}

ul#HomeSteps li p
{
	margin:5px 0px;
	/*font-weight:bold;*/
}
ul#HomeSteps li#HomeStep1
{
	background:url(../images/home-step1.png) no-repeat;
}
ul#HomeSteps li#HomeStep2
{
	background:url(../images/home-step2.png) no-repeat;
}
ul#HomeSteps li#HomeStep3
{
	background:url(../images/home-step3.png) no-repeat;
}
ul#HomeSteps li#HomeStep4
{
	background:url(../images/home-step4.png) no-repeat;
}
.homeStepsInner
{
	padding:5px 80px 5px 10px;
}
