@charset "UTF-8";
/* CSS Document */

/* Reset Styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px;
}

td {
padding: 4px;
}

H1	{
	font-size: 2em;
	margin: .67em 0; 
	}

H2	{ 
	font-size: 1.5em;
	margin: .75em 0; 
	}

H3	{ 
	font-size: 1.17em;
	margin: .83em 0; 
	}

H4, P, BLOCKQUOTE, FIELDSET, FORM, UL, OL, DL, DIR, MENU	{ 
	margin: 1.12em 0; 
	}

H5	{
	font-size: .83em; /* varies with pixels-per-em at document root */
	margin: 1.5em 0; 
	}

H6	{
	font-size: .6em; /* varies with pixels-per-em at document root */
	margin: 1.67em 0; 
	}

H1, H2, H3, H4, H5, H6, B, STRONG	{ 
	font-weight: bolder;
	}
img, div { behavior: url(iepngfix.htc) }

ul, menu, dir {
    display: block;
    list-style-type: disc;
    margin: 1em 0 1em 0;
    padding-left: 40px;
}

ol {
    display: block;
    list-style-type: decimal;
    margin: 1em 0 1em 0;
    padding-left: 40px;
}

li {
    display: list-item;
	font-size: 12px;
	line-height: 150%;
}

ul ul, ol ul {
    list-style-type: circle
}

ol ol ul, ol ul ul, ul ol ul, ul ul ul {
    list-style-type: square
} 

/*Main CSS */

body {
padding-top: 10px;
background: #FBF3E1 url(images/body_top.gif) repeat-x;
font-family:Arial, Helvetica, sans-serif;
color: #434343;
text-align: center;
}

p {
margin: 1em 0;
font-size: 12px;
line-height: 125%;
}

#wrapper {
margin: 0 auto;
width: 1100px;
background:url(images/body_bg.jpg) no-repeat;
text-align: center;
}

#header {
position: relative;
margin: 0 auto;
width: 940px;
height: 125px;
}

h1.logo {
	position: absolute;
	top:12px;
	left:5px;
    width: 300px;
    height: 88px;
    font-size: 1px;
    color: #fff;
    border: none;
    } 
	
	h1.logo a:link, h1.logo a:visited, h1.logo a:hover, h1.logo a:active {
	display: block;
	background: transparent url(images/umove_logo.gif) no-repeat;
	text-indent: -9000px;
	overflow:hidden;
    color: #fff;
    width: 300px;
    height: 88px;
    font-size: 1px;
    border: none;
    text-decoration: none;
    }

ul.nav{
	margin:0;
	padding: 0;
	width:510px;
	position:absolute;
	top:77px;
	left:412px;
	
}
ul.nav li{
	list-style:none;
	float:left;
	width:154px;
	margin: 0;
	padding:0 15px 0 0;
	
}
ul.nav li a, ul.nav li a:visited{
	display:block;
	background-position:0 0;
	width:154px;
	height:30px;
	text-align:center;
	padding-top:18px;
	color:#06316D;
	text-decoration:none;
	background-image:url(images/nav_button.jpg);
	font-size: 18px;
	font-weight: bold;
}


ul.nav li a:hover, ul.nav li a.active{
	text-decoration:none;
	color: #78A62F;
} 

#content-wrapper {
margin: 0 auto;
width: 930px;
border: 1px #C7BBAF solid;
background-color: #fff;
padding: 4px;
text-align: left;
}

#subnav {
height: 30px;
background-color: #BBAEA1;
padding: 10px 0 0 30px;
}

#subnav a:link, #subnav a:visited {
font-size: 16px;
color: #007CD2;
text-decoration: none;
border-bottom: 1px dotted #007CD2;
}

#subnav a:hover {
color:#78A62F;
border-bottom: 1px dotted #78A62F;
}
 

#content {
width:600px;
padding: 20px 0 0 30px;
text-align: left;
}

#content-overview {
width:600px;
padding: 20px 300px 20px 30px;
background: url(images/mail_bg.png) no-repeat bottom right;
text-align: left;
}

#content-getstarted {
width:600px;
padding: 20px 300px 20px 30px;
background: url(images/mailbox_bg.png) no-repeat bottom right;
text-align: left;
}

#content-contact {
width:600px;
padding: 20px 300px 20px 30px;
background: url(images/contact_bg.png) no-repeat bottom right;
text-align: left;
}

#home-main{
width:930px;
height: 364px;
overflow:hidden;
background: url(images/home_bg.jpg) no-repeat top;
}

#interior-main{
width:930px;
min-height: 364px;
background: #FAFAF6 url(images/interior_bg.jpg) no-repeat top;
}

#footer {
margin: 20px auto;
width: 940px;
height: 50px;
background: url(images/footer_bg.gif) no-repeat;
text-align: left;

}

#footer p {
padding: 20px 0 0 30px;
font-size: 10px;
color: #06316D;
}

#disclaimer {
margin: 20px auto;
width: 940px;
text-align: left;

}

#disclaimer p {
padding: 5px 0px;
font-size: 10px;
color: #878787;
}

#content h1 {
font-size: 30px;
color: #06316D;
padding: 10px 0 10px 0;
font-weight: bold;
}

h2 {
font-size: 24px;
color: #06316D;
font-weight: bold;
}

.btn_more {
	background: url(images/action_call_btn.jpg) 0 0 no-repeat;
	display:block;
	width:171px;
	height:44px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	
	}


.btn_more a:link, .btn_more a:visited {
	color:#06316D;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	display:block;
	width:171px;
	height:44px;
	padding:16px 0 0 0;
	}
.btn_more a:hover, .btn_more a:active {
	color:#78A62F;
	}

 a:link,  a:visited {
 color: #007CD2;
 text-decoration: none;
 }
 
 a:hover {
 color: #78A62F;
 }
 
 .imgborder {
 
 border: 1px #BBAEA1 solid;
 margin: 3px;
 padding: 6px;
 }

