/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/
a  {
	text-decoration: none;
	color:#5A5FA4;
}
a:hover {
	color:#5A5FA4;
	text-decoration : underline;
}

html, body {
height: 100%;
width:100%;
}

a.gray  {
	text-decoration: none;
	color:#333333;
}
a.gray:hover {
	color:#333333;
	text-decoration: none;
}

body {
	vertical-align:top;
	background: #1d1060 url(/images/background.jpg) top repeat-x;
}

h1, h2, h3, h4, h5, h6, p, ol, div, img, body, ul, li {
	padding:0;
	margin:0;
}

ol,ul {list-style:none;}

img {
	overflow:hidden;
	display:block;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	padding: 0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 32px;
	color: #1d1060;
	padding:5px 0 3px 0;
	margin:0 0 10px 0;
	font-style: normal;
	font-weight: bold;
	border-bottom:1px solid #afb2da;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 27px;
	color: #1d1060;
	padding:5px 0 3px 0;
	margin:0 0 10px 0;
	font-style: normal;
	font-weight: bold;
	border-bottom:1px solid #afb2da;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #1d1060;
	padding:0 0 3px 0;
	font-style: normal;
	font-weight: bold;
}

#wrapper {
	width:960px;
	height:auto;
	margin:0 auto 0 auto;
}

/*--------------------------------------------------------------------------------------------------
	header and image hooks 
--------------------------------------------------------------------------------------------------*/
#header {
	width:960px;
	height:170px;
    background: url(/images/header.jpg) top right no-repeat;
	position:relative;
}

.logo {
	position:absolute;
	left:0;
	top:42px;
	display:block;
}

/*--------------------------------------------------------------------------------------------------
	horizontal navigation
--------------------------------------------------------------------------------------------------*/

#nav {
	width:960px;
	height:66px;
	background: url(/images/nav.gif) no-repeat;
	padding:1px 0 0 0;
}

#nav ul {
	width:960px;
}

#nav ul li {
	display: inline;
	padding-bottom: 0;
/* matches link padding except for left and right */
	padding-top: 12px;
	margin:0;
}

#nav ul li a {
    float:left;
	text-align:center;
    padding:12px 12px 0 12px;
	height:29px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1d1060;
	font-weight: bold;
	text-decoration: none;
	border-left:1px solid #e6b00f;
	border-right:1px solid #fff5d4;
	} 

#nav #active { 
	text-decoration: none;
	background-color:#ffc20e;
	}
	
#nav ul li a:hover {  
	text-decoration: none;
	background-color:#ffc20e;
	}
/*--------------------------------------------------------------------------------------------------
	vertical navigation
--------------------------------------------------------------------------------------------------*/

#vertnav {
	width:199px;
	padding:1px 0 0 0;
	border-left:1px solid #afb2da;
}

#vertnav ul
{
list-style-type: none;
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
line-height:15px;
font-weight:bold;
}

#vertnav a
{
display: block;
padding: 5px 10px 5px 20px;
width: 169px;
text-decoration: none;
color: #1d1060;
border-bottom:1px solid #afb2da;
background: url(/images/nav_off.gif) left top no-repeat;
}

#vertnav a:hover
{
text-decoration: none;
color: #1d1060;
background: url(/images/nav_on.gif) left top no-repeat;
}

#vertnav a#current
{
text-decoration: none;
color: #1d1060;
background: url(/images/nav_on.gif) left top no-repeat;
}
	
/*--------------------------------------------------------------------------------------------------
	index
--------------------------------------------------------------------------------------------------*/

#content {
	width:960px;
    background: url(/images/left_column.gif) bottom repeat-y;
	overflow:hidden;
}

#copy {
	width:644px;
	padding:20px 30px 25px 0;
	float:right;
}

#questions {
	width:644px;
	margin:5px 0 15px 0;
	border-top:1px solid #afb2da;
}

.question {
	padding:0 0 5px 14px;
	background: url(/images/arrow.gif) left top no-repeat;
}

#questions p {
	padding:0 0 8px 14px;
	line-height:14px;
}

.ask{
	width:110px;
	padding:10px 10px 0 10px;
	margin:0 0 10px 10px;
	float:right;
	background-color:#e4e4f3;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	border:1px solid #afb2da;
}

.articlead {
	padding:0 0 10px 10px;
	float:right;
}
/*--------------------------------------------------------------------------------------------------
	left column
--------------------------------------------------------------------------------------------------*/
#column{
	width:245px;
	padding:0 0 10px 8px;
    background: url(/images/column_top.gif) top right no-repeat;
	float:left;
}

#formcontainer{
	width:223px;
	padding:0 11px 0 11px;
}
.quote {
	font-size: 20px;
	height:31px;
	line-height: 22px;
	color: #FFFFFF;
	padding:14px 0 0 27px;
	font-weight: bold;
	background: url(/images/quote.gif) top no-repeat;
}

#youload{
	width:644px;
	height:248px;
	padding:0 0 10px 0;
	border-top:5px solid #FFFFFF;
    background: url(/images/youload.gif) top no-repeat;
}
.columnform{
	width:189px;
	padding:5px 10px 10px 10px;
	margin:10px 0 0 0;
	background-color:#c3c6e3;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	border:7px solid #c3c6e3;
}
.columntable{
	width:189px;
	padding:8px 10px 0 10px;
	margin:10px 0 0 0;
	background-color:#FFFFFF;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	border:7px solid #c3c6e3;
}

.introcopy {
	line-height:14px;
	padding:0 0 5px 0;
}

.formheader {
	font-weight: bold;
	padding:5px 0 2px 0;
	color:#000000;
	line-height:14px;
}

.inputbox {
	border: 1px solid #5A5FA4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding:4px;
	margin:0;
	width:180px;
}

.inputboxsmall {
	border: 1px solid #5A5FA4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding:4px;
	margin:0;
}

#submit{
	width:142px;
	padding:10px 0 0 47px;
}

#copy ul.bullet { 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	margin:0;
	padding:0 0 6px 0;
	font-style: normal;
	font-weight: normal;
}

#copy li.bullet { 
	background: url(/images/bullet.gif) left top no-repeat;
	padding: 0 0 4px 7px;
}

ul.bullet { 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	margin:0;
	padding:0 0 6px 0;
	font-style: normal;
	font-weight: normal;
}

li.bullet { 
	background: url(/images/bullet.gif) left top no-repeat;
	padding: 0 0 4px 7px;
}

.bold {
	color: #1d1060;
	font-weight: bold;
}

.columnad {
	padding:10px 11px 0 0;
	float:right;
}

/*--------------------------------------------------------------------------------------------------
	subpage
--------------------------------------------------------------------------------------------------*/
#partnerquestions {
	width:612px;
	padding:10px 15px 0 15px;
	margin:0 0 10px 0;
	background-color:#e4e4f3;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	border:1px solid #afb2da;
}

#partnerquestions p {
	font-size:14px;
	color:#1d1060;
	line-height:20px;
}

ul.check { 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	margin:0;
	padding:0 0 4px 0;
	font-style: normal;
	font-weight: normal;
}

li.check { 
	background: url(/images/check.gif) left top no-repeat;
	padding: 0 0 6px 22px;
}

#subimage {
	width:200px;
	height:217px;
	padding:0 0 10px 444px;
}
.resources{
    background: url(/images/image_resources.jpg) top no-repeat;
}
.whymovex{
    background: url(/images/image_whymovex.jpg) top no-repeat;
}
.about{
    background: url(/images/image_about.jpg) top no-repeat;
}

.movingquote{
	width:303px;
	height:200px;
	margin:0 0 15px 0;
	background-color:#ffeba8;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	border:7px solid #ffd204;
}

.movingquote2{
	width:630px;
	margin:0 0 15px 0;
	background-color:#ffeba8;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	border:7px solid #ffd204;
}

.quoteheader {
	font-size: 18px;
	line-height: 20px;
	color: #1d1060;
	padding:3px 5px 8px 14px;
	margin:0 0 10px 0;
	font-style: normal;
	font-weight: bold;
	background:#ffd204 url(/images/arrow_purple.gif) top left no-repeat;
}


/*--------------------------------------------------------------------------------------------------
	form
--------------------------------------------------------------------------------------------------*/
.fieldform
{
background: url(/images/form.gif) bottom repeat-x;
border:1px solid #CCCCCC;
padding:15px 15px 5px 15px;
margin:0 0 10px 0;
float:left;
width:400px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.fieldform2
{
background: url(/images/form.gif) bottom repeat-x;
border:1px solid #CCCCCC;
padding:0;
margin:0 0 10px 0;
float:left;
width:600px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.fieldform3
{
border:1px solid #CCCCCC;
padding:0;
margin:0 0 10px 0;
float:left;
width:600px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.links
{
background: url(/images/bullet.gif) top left no-repeat;
padding: 0 0 0 7px;
}

.formcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #666666;
	margin: 0;
	padding-left:15px;
	padding-right:0;
	padding-bottom: 10px;
	padding-top:0;
	font-style: normal;
	font-weight: normal;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #000000;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}

.large_table_text {
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.back {
	padding:10px 0 0 0;
	margin:10px 0 0 0;
	border-top:1px solid #afb2da;
}
/*--------------------------------------------------------------------------------------------------
	button
--------------------------------------------------------------------------------------------------*/

.TextButton
{
	display: inline-table;
	display: inline-block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color:#FFC423;
	color: #1C164A;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButton:LINK, .CommonTextButton:VISITED
{
	text-decoration: none;
	color: #1C164A;
	background-color:#FFC423;
}

.TextButton:ACTIVE
{
	text-decoration: none;
	color: #FFFFFF;
}

.TextButton:HOVER
{
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #5A5FA4;
	text-decoration: none;
}


.TextButtonHighlight
{
	display: inline-table;
	display: inline-block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #5A5FA4;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButtonHighlight:LINK, .TextButtonHighlight:VISITED, .TextButtonHighlight:ACTIVE, .TextButtonHighlight:HOVER
{
	text-decoration: none;
	background-color:#5A5FA4;
	color: #FFFFFF;
}
/*--------------------------------------------------------------------------------------------------
	button
--------------------------------------------------------------------------------------------------*/

.rssbutton:visited, .rssbutton:hover, .rssbutton:active{
color: white;
}

.cssbutton{
background: #569fd3 url(/images/button.gif) right center no-repeat;
border: 1px solid #00467f;
padding: 3px 15px 3px 10px;
color: #FFFFFF;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
}

.cssbutton:hover{
background: #569fd3 url(/images/button2.gif) right center no-repeat;
background-color: #00467f;
padding: 3px 15px 3px 10px;
text-decoration: none;
color: #FFFFFF;
}
/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/


#footer {
	width:960px;
	padding:22px 0 0 0;
	background: url(/images/footer.gif) top no-repeat;
	overflow:hidden;
}

#footerleft {
	width:360px;
	margin:0;
	float:left;
	text-align:left;
	padding:0;
}

#footerright {
	width:600px;
	margin:0;
	float:right;
	text-align:right;
	padding:0;
}
#footerleft p {
	font-size: 10px;
	line-height: 13px;
	color:#FFFFFF;
	padding:0 0 10px 0;
}

#footerright p {
	font-size: 10px;
	line-height: 13px;
	color:#FFFFFF;
	padding:0 0 10px 0;
}

.snipe {
	color:#323a8a;
}
.separator {
	color:#5160ac;
}
a.navlink:link {color: #ffd204; text-decoration: none;}
a.navlink:active {color: #ffd204; text-decoration: none;}
a.navlink:visited {color: #ffd204; text-decoration: none;}
a.navlink:hover {color: #ffd204; text-decoration: underline;}

a.gecko:link {color: #323a8a; text-decoration: none;}
a.gecko:active {color: #323a8a; text-decoration: none;}
a.gecko:visited {color: #323a8a; text-decoration: none;}
a.gecko:hover {color: #FFFFFF; text-decoration: underline;}


/*--------------------------------------------------------------------------------------------------
	misc
--------------------------------------------------------------------------------------------------*/
.spacer {
	clear:both;
}
