	/* Default CSS Stylesheet for a new Web Application project */
	
	body {
		font-family: Arial, Helvetica, sans-serif;
		margin:10px 0 0 6px;
		font-size: 11px;
	}
	
	td {
		font-family: Arial, Helvetica, sans-serif;
	}
	
	th {
		font-family: Arial, Helvetica, sans-serif;
	}
	#wrapper {
		float:left;
		clear:none;
		width:936px;
	}
	#header {
		background-image:url(images/header_bg.gif);
		background-position:bottom;
		background-repeat:repeat-x;
		
	}	
	#content_box {
		border:1px solid #000; 
		font-size:10px; 
		width:650px;  
		padding:15px; 
		margin:10px 0 0 5px;
		clear:both;
	}
	#content_box h3 
	{
		font-weight:bold;
		text-transform:capitalize;
	}
	#content_box li
	{
		font-size:12px; 
	}
	/*OLD NAV! #nav {
		padding:0px;
		white-space:nowrap;
	}
	#nav a:link img {
		border-bottom:2px solid #CCC;
		margin-right:2px;
	}
	#nav a:active img {
		border-bottom:2px solid #CCC;
		margin-right:2px;
	}
	#nav a:visited img {
		border-bottom:2px solid #CCC;
		margin-right:2px;
	}	
	#nav a:hover img {
		margin-right:2px;
		border-bottom:2px solid #ccc;
	}*/
	.nav {
		padding: 0;
		background: #fff none;
		font-family:Arial, Helvetica, sans-serif;
		margin: 0;
		width: 101%;
		float: left;
		}	  
	
	.nav ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
		
	.nav li {
		margin: 0;
		padding: 0;
		float: left;
		width: 114px;
		margin-right: 2px;
		background: #eeeeee none;
		text-align: left;
		list-style-type:none;
		}
		.nav li.last {
			width: 116px;
		}
		.nav li.last a {
			width: 106px;	
		}
	
	.nav a:visited, .nav a:link,.nav a:active {
		display: block;
		width: 100%;
		height:47px;
		text-decoration: none;
		/*background:  url('images/nav_bg.gif') repeat-x  top left; */  
		color:#000;
		font-weight:normal;
		padding-left: 10px;
		width: 115px;
		text-transform: uppercase;
		}
	
	.nav a:hover {
		background: #4bc05a;
		color: #ffffff;
		/*text-decoration:underline;
		font-size:15px;	
		color:green;
		background:  url('images/nav_bg.gif') repeat-x  top left;*/
		
		}
	.nav a span {
		display:block;
		padding-top:10px;
	
		}	
	#footer {
		clear:none;
		color:gray;
		text-decoration:none;
		text-align:center;
		font-weight:normal;	
	}
	#footer a {
		color:gray;
		text-decoration:none;
		text-align:center;
		font-weight:normal;
	}
	td.states {
		/*border-color : #cccccc;
		border-width : thin;*/
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-decoration: underline;
		color: #000000;
		font-weight: bold;
	}
	table.states {
		/*border-bottom-color : #cccccc;
		border-bottom-style : double;
		border-left-color : #cccccc;
		border-right-color : #cccccc;
		border-top-color : #cccccc;
		border-top-style : double;
		border-right-style : double;
		border-left-style : double;
		border-left-width : medium;
		border-right-width : medium;
		border-top-width : medium;
		border-bottom-width : medium;*/
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-decoration: underline;
		color: #000000;
		font-weight: bold;
	}
	td.nonstates {
		/*border-color : #cccccc;
		border-width : thin;*/
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-decoration: none;
		color: #000000;
		
	}
	.title{
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
		font-size: 24px;
		text-decoration: none;
		color: #000000;
		font-weight: bold;
	}
	.subtitle{
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px;
		text-decoration: none;
		color: #000000;
	}
	td {
		
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-decoration: none;
		color: #000000;
		font-weight:normal;
	
	}
	a {
	color: #000000;
	}
	#breadcrumb {
		background-image:url(images/graybar_c_bg.gif);
		background-repeat:repeat-x;
		background-position:top left;
		background-color:gray;
		padding:4 3 3 25;
	}
	#greenbar {
		width:561;
		height:48;
		background-image:url(images/greenbar_bg.gif);
		background-repeat:repeat-x;
		background-position:top left;
		margin-top:10px;
	}
	.blacklinks a{
		color:black;
		}
	.blacklinks ul li a {
		color:black;
		list-style-type:none;
		text-decoration:underline;
		
	}
	.blacklinks ul li {
		color:black;
		list-style-type:none;
		line-height:15px;
	}
	.blacklinks ul {
		list-style-type:none;
	}
	.required{
		color:red;
	}
	#copy {
	
	}
	#copy p {
		width:432px;
		text-align:justify;
		background-color:#E0E0E0;
		margin:0px;
		margin-left:auto;
		margin-right:auto;
		border:9px solid #E0E0E0;
	}
	.indexheadertitle {
		color: #284678;
		font-size: 15px;
		font-weight: bold;
		text-decoration: underline;
	}
	.indexheader {
		color: #284678;
	}
	
	.sidebar{
		list-style-type: none; 
		margin:6px 0 0 0;
		list-style:none;
		margin-left:10px;
		
		
	}
	.sidebar li a:hover, .sidebar li a:link, .sidebar li a:active, .sidebar li a:visited{
		color:#000;
		text-decoration:underline;
	
	}
	.sidebar li{
		list-style-type:none;
		margin:0 0 6px 0;
	}
	
	.graytd{
		background-color:#E0E0E0;
	}
	_____________________________________________________________________________
	
	#tips ul {margin:0px;
			padding:8px;
			}
	#guide_menu {
		float:left; 
		clear:both; 
		margin-top:6px; 
		margin-bottom:10px;
	}
	#guide_menu a{
		color:Black;
		text-decoration:underline;
		font-size:12px;
	}
	#guide_menu a.current{
		text-decoration:none; 
		font-weight:bold;
	}
	.TopLogoLine
	{
		border-bottom: #000000 2px solid
	}
	
	.TopLogoTopLinks,
	.TopLogoTopLinks A,
	.TopLogoTopLinks A:link,
	.TopLogoTopLinks A:visited,
	.TopLogoTopLinks A:active,
	.TopLogoTopLinks A:hover
	{
		font-size: 10pt;
	}
	
	.TopLogoBottomLinks,
	.TopLogoBottomLinks A,
	.TopLogoBottomLinks A:link,
	.TopLogoBottomLinks A:visited,
	.TopLogoBottomLinks A:active,
	.TopLogoBottomLinks A:hover
	{
		font-size: 10pt
	}
	
	.BottomLogoArea
	{
		font-size: 10pt
	}
	
	.BottomLogoArea A,
	.BottomLogoArea A:link,
	.BottomLogoArea A:active,
	.BottomLogoArea A:hover
	{	
		text-decoration:	underline;
		color:	#3333cc;
		}
	.BottomLogoArea A:visited
	{
		text-decoration:	underline;
		color:	#9933aa;
	}
	
	
	input[type="text"], input[type="submit"]
	{	/*this is for NN, FF, MOZ/WIN only*/ 
		border-width: 1px;
	}
	input.btn
	{
		border-right: #fafafa thin outset;
		border-top: #fafafa thin outset;
		border-left: #fafafa thin outset;
		color: #fafafa;
		border-bottom: #fafafa thin outset;
		
		background-color: #999999;
	}
	
	
	.table
	{
		BACKGROUND-COLOR: white;
		FONT-FAMILY: Verdana, Helvetica, sans-serif;
		FONT-SIZE: 10pt;
		FONT-WEIGHT: normal;
		LETTER-SPACING: normal;
		TEXT-TRANSFORM: none;
		WORD-SPACING: normal;
		
	}
	P{font-size:10pt;}
	.CompanyName
	{
		BACKGROUND-COLOR: white;
		FONT-FAMILY: Verdana, Helvetica, sans-serif;
		FONT-SIZE: large;
		FONT-WEIGHT: bold;
		LETTER-SPACING: normal;
		TEXT-TRANSFORM: none;
		WORD-SPACING: normal
	}
	
	.license
	{
		BACKGROUND-COLOR: white;
		FONT-FAMILY: Verdana, Helvetica, sans-serif;
		FONT-SIZE: 6pt;
		FONT-WEIGHT: normal;
		LETTER-SPACING: normal;
		TEXT-TRANSFORM: none;
		WORD-SPACING: normal;
		line-height: 1;
		text-indent: 0;
		margin-top: 3px;
		margin-bottom: 3px
	}
	
	.resultstable
	{
		BACKGROUND-COLOR: white;
		FONT-FAMILY: Verdana, Helvetica, sans-serif;
		FONT-SIZE: 10px;
		FONT-WEIGHT: normal;
		LETTER-SPACING: normal;
		TEXT-TRANSFORM: none;
		WORD-SPACING: normal
	}
	
	.resultstable A,
	.resultstable A:link,
	.resultstable A:visited
	
	{
		font-size: 10pt;
		text-decoration:	underline;
		font-weight: bold;
		
	}
	
	.bullet 
	{
		color:	#EE2C2C;
	}
	
	.emphasis
	{
		color:	#EE2C2C;
		FONT-WEIGHT: bold;
	}
	
	.resultstable A:hover
	{
		color:	#FF0000;
		}
	
	.resultstable A:active
	{
		color:	#00FF00;
	}
	
	BODY
	{
		BACKGROUND-COLOR: white;
		FONT-FAMILY: Verdana, Helvetica, sans-serif;
		FONT-SIZE: 11pt;
		FONT-WEIGHT: normal;
		LETTER-SPACING: normal;
		TEXT-TRANSFORM: none;
		WORD-SPACING: normal
	}
	
	H1, H2, H3, H4, H5, TH, THEAD, TFOOT
	{
		COLOR: black;
	}
	h1.header, h2.header {
		margin-left: 19px;
		color: #4d4d4d;
	}
	h2.header {
		color: #808080;	
	}
	H1	{	
		font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
		font-size:	24px;
		font-weight:	bold;
		font-style:	normal;
		text-decoration:	none;
		word-spacing:	normal;
		letter-spacing:	normal;
		text-transform:	none;
		margin:0px 193px 0 0  ;
		}	
			
	H2	{	
		font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
		font-size:	1.75em;
		font-weight:	normal;
		font-style:	normal;
		text-decoration:	none;
		word-spacing:	normal;
		letter-spacing:	normal;
		text-transform:	none;
		margin:0px 193px 0 0  ;
		}	
			
	H3	{	
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	1.58em;
		font-weight:	500;
		font-style:	normal;
		text-decoration:	none;
		word-spacing:	normal;
		letter-spacing:	normal;
		text-transform:	none;
		}	
			
	H4	{	
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	1.33em;
		font-weight:	500;
		text-decoration:	none;
		word-spacing:	normal;
		letter-spacing:	normal;
		text-transform:	none;
		}	
			
	H5, DT	{	
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	1em;
		font-weight:	700;
		font-style:	normal;
		text-decoration:	none;
		word-spacing:	normal;
		letter-spacing:	normal;
		text-transform:	none;
		}	
			
	H6	{	
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	.8em;
		font-weight:	700;
		font-style:	normal;
		text-decoration:	none;
		word-spacing:	normal;
		letter-spacing:	normal;
		text-transform:	none;
		}	
			
	TFOOT, THEAD	{	
		font-size:	1em;
		word-spacing:	normal;
		letter-spacing:	normal;
		text-transform:	none;
		font-family: Arial, Helvetica, sans-serif;
		}	
			
	TH	{	
		vertical-align:	baseline;
		font-size:	1em;
		font-weight:	bold;
		word-spacing:	normal;
		letter-spacing:	normal;
		text-transform:	none;
		font-family: Arial, Helvetica, sans-serif;
		}	
	
	
	A:link	{	
		text-decoration:	none;
		color:	#000;
		}	
			
	A:visited	{	
		text-decoration:	none;
		color:	#333399;
		}	
			
			
	A:hover	{	
		text-decoration:	underline;
		color:	#000;
		}
	
	A:active	{	
		text-decoration:	none;
		color:	#000;
		}	
		
		
	SMALL	{	
		font-size:	.7em;
		}	
	
	BIG	{	
		font-size:	1.17em;
		}	
	
	BLOCKQUOTE, PRE	{	
		font-family:	Courier New, monospace;
		}
			
	LI {font-size:inherit;}	
	
	UL LI	{	
		list-style-type:	square ;	
		}	
	
	UL LI LI	{	
		list-style-type:	disc;
		}	
	
	UL LI LI LI	{	
		list-style-type:	circle;
		}	
		
	OL LI	{	
		list-style-type:	decimal;
		}	
	
	OL OL LI	{	
		list-style-type:	lower-alpha;
		}	
	
	OL OL OL LI	{	
		list-style-type:	lower-roman;
		}	
	.location {
	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 15px;
		text-decoration: none;
		color: #000000;
		font-weight: bold;
	}
	.location2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 17px;
		text-decoration: none;
		color: #000000;
		font-weight:  bold;
		margin-bottom: 4px;
	}
	li.quick {
		padding-top:2px;
	}
	A.quick, A.quick2,
	A.quick:hover, A.quick2:hover,
	A.quick:visited, A.quick2:visited
	{	
		text-decoration: underline;
		color:#000;
	}
	A.quick2, A.quick2:visited, A.quick2:hover {
		font-weight: bold;
		color:#45c144;
	}
	.bannertable  {
		/*border: solid 1px black;*/
	}
	.bannerimg
	{
		margin: 5px 2px;
	}
	.stateinfo
	{
		   font-family: Arial, Helvetica, sans-serif;
		   width: 561;
	}
	p.stateinfo
	{
		   font-family: Arial, Helvetica, sans-serif;
	}
	li.stateinfo
	{ 
		list-style: disc inside;
		font-family: Arial, Helvetica, sans-serif;
		width: 561;
		margin: 10px 5px;
	}
	.stateinfoheader
	{
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 25px;
	   font-weight: bolder;
	}
	.stateinfosubhead
	{
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 19px;
	   font-weight: bold;
	}
	ul.stateinfo
	{ 
		list-style: disc inside; 
		font-family: Arial, Helvetica, sans-serif;
	}
	
	/* RF ADD */
	.col_left h1 {
		background: url(images/header.gif) repeat-x ;
		width: 257px;
		height: 47px;
		text-align: left;
		padding-left: 10px;
		line-height: 47px;
		font-size: 18px;
		margin: 0;
	}
	.col_left p {
		width: 229px;
		text-align: left;
		color: #666666;
		padding: 10px;
		font-size: 12px;
		padding-top: 5px;
		margin-top: 0;
	}
	
	#get_quotes {
		float: left;
		width: 650px;
		margin-left: 10px;
	}
	#get_quotes div {
		float: left;
		width: 320px;
		height: 114px;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	#get_quotes h1 {
		font-size: 18px;
		color: #009245;
		margin: 0;
		margin-left: 95px;
		margin-top: 10px;
		cursor: pointer;
	}
	#get_quotes h1:hover {
		color: #8CC63F;
		text-decoration: underline;
	}
	#get_quotes p {
		color: #666666;
		font-size: 12px;
		line-height: 16px;
		width: 215px;
		margin-left: 95px;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	#get_quotes a {
		color: #29ABE2;
		font-size: 11px;
		text-decoration: none;
		margin-left: 95px;
	}
	#get_quotes a:hover {
		text-decoration: underline;	
	}
	
	#get_quotes .moving {
		background: url(images/box_sold.png) no-repeat;	
	}#get_quotes .auto {
		background: url(images/box_auto.png) no-repeat;	
	}#get_quotes .storage {
		background: url(images/box_selfstorage.png) no-repeat;	
	}#get_quotes .international {
		background: url(images/box_internationalmovers.png) no-repeat;	
	}#get_quotes .realestate {
		background: url(images/box_realestate.png) no-repeat;	
	}#get_quotes .local {
		background: url(images/box_localmovers.png) no-repeat;	
	}#get_quotes .boxes {
		background: url(images/box_movingboxes.png) no-repeat;	
	}#get_quotes .office {
		background: url(images/box_officerelocation.png) no-repeat;	
	}
	
	/* round guide boxes */
	.guide_box ul {
		margin: 0;
		color: #F7931E;	
		padding-left: 25px;
		position: relative;
		z-index: 10;
	}
	.guide_box ul li {
		list-style: disc !important;
		height: 16px;
		line-height: 16px;
		width: 225px;
	}
	.guide_box ul li a {
		color: #666666;	
		text-decoration: none;
	}
	.guide_box ul li a:hover {
		color: #29ABE2;
		text-decoration: underline;
	}
	
	.guide_box .round_out {
		width:647px;
		margin:0px auto;
		background: url(images/guide-box/new/left.png) repeat-y left top;
	}
	.round_out .top {
		width:100%;
		height:10px;
		background: url(images/guide-box/new/top.png) no-repeat left top;
	}
	.round_out .top span {
		display:block;
		position:relative;
		height:20px;
		background: url(images/guide-box/new/top-right.png) no-repeat right top;
	}
	.round_out .center_content {
		position:relative;
		background: url(images/guide-box/new/right.png) repeat-y right top;
		padding:1px 10px 1px 0px;
		margin:-1px 0 -50px 0;
		margin-left: 5px;
		width: 632px;
		z-index:10;
		/* ie width: 621px; */
	}
	.guide_box .round_out .round_in {
		background: url(images/guide-box/new/left-inside.png) repeat-y 9px top;
	}
	.guide_box .round_out .round_in .top {
		background: url(images/guide-box/new/top-inside.png) no-repeat left top;
		height: 9px;
	}
	.guide_box .round_out .round_in .top span {
		background:url(images/guide-box/new/top-right-inside.png) no-repeat right top;
		z-index:10;
	}
	.guide_box .round_out .round_in .center_content {
		background: #ffffff url(images/guide-box/new/right-inside.png) repeat-y right top;
		margin-left: 11px;
		width:612px;
		/* ie width:602px; */
	}
	.guide_box .round_out .round_in .bottom {
		background:url(images/guide-box/new/bottom-inside.png) no-repeat left bottom;
		height: 57px;
	}
	.guide_box .round_out .round_in .bottom span {
		background:url(images/guide-box/new/bottom-right-inside.png) no-repeat right bottom;	
		height: 57px;
	}
	.round_out .bottom {
		height:60px;
		background:url(images/guide-box/new/bottom.png) no-repeat left bottom;
		margin-bottom: 10px;
	}
	.round_out .bottom span {
		display:block;
		position:relative;
		height:60px;
		background:url(images/guide-box/new/bottom-right.png) no-repeat right bottom;
		
	}
	
	.guide_packing {
		width: 228px;
		height: 37px;
		background: url(images/guides.png) no-repeat 1px top;
	}
	.guide_transport {
		width: 228px;
		height: 37px;
		background: url(images/guides.png) no-repeat 1px -40px;
	}
	.guide_tips {
		width: 228px;
		height: 37px;
		background: url(images/guides.png) no-repeat 1px -80px;
	}
	.guide_overseas {
		width: 228px;
		height: 37px;
		background: url(images/guides.png) no-repeat 1px -116px;
	}
	.guide_storage {
		width: 228px;
		height: 37px;
		background: url(images/guides.png) no-repeat 1px -154px;
	}
	.guide_moving {
		width: 228px;
		height: 37px;
		background: url(images/guides.png) no-repeat 1px -194px;
	}
	
hr {
	background: url(images/header.gif) repeat-x left top;
	border: none;
	outline: none;
	-moz-outline: none;
	height: 4px;
	width: 931px;
	float: left;
}
.footer b {
	color: #333333;
	display: block;
}
.footer p, .footer a {
	color: #808080;
	line-height: 25px;
	font-size: 12px;
}

.admin_links a {
	height: 21px;
	line-height: 21px;
	font-size: 12px;
	color: #333333;
	background: #e6e6e6;
	padding-top: 3px ;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	margin-right: 5px;
	text-decoration: none;
	font-size: 11px;
}
.admin_links a:hover {
	color: #ffffff;
	background: #29ABE2;
}
.second_footer {
	height: 38px;
	line-height: 38px;
	background: url(images/footer_2.png) repeat-x;
	padding-left: 10px;
}
.second_footer a {
	line-height: 38px;
	color: #808080;
	text-decoration: none;
}.second_footer a:hover {
	text-decoration: underline;
color: #29abe2;
}
small {
	font-size: 10px;
	color: #808080;
}
#mv_form {
	position: relative;
	left: 505px;
	top:35px;
	color: #808080;
	width:382px;
}
#mv_form select.large {
	width: 261px;
	padding: 3px;
}
#mv_form select.med, #mv_form input.med {
	width: 	93px;
	padding: 3px;
}
#mv_form select.small {
	width: 66px;
	padding: 3px;
}
#mv_form td {
	height: 40px;	
}
#mv_form label {
	color: #333333;
	font-weight: bold;
}
#mv_form .submit_btn:hover {
	background-position: bottom;
}
#mv_form .submit_btn {
	cursor:pointer;
	background: url(images/submit_btn.png) no-repeat;
	outline: none;
	border: none;
	-moz-ouline: none;
	width: 365px;
	height: 44px;
}
#mv_form .cal {
	cursor:pointer;
	background: url(images/cal_ico.png) no-repeat;
	outline: none;
	border: none;
	-moz-ouline: none;
	width: 31px;
	height: 31px;
		
}
