    /*------------------------------*/
   /*------------------------------*/
  /*-------HOMES FOR HEROES-------*/
 /*------------------------------*/
/*------------------------------*/

/*-------------BODY-------------*/

body {
	font-size: 12px;
	font-family: Verdana, Arial, 'Lucida Grande',  Sans-Serif;
	line-height: 1.3;
	text-align: center;
	background-image:url(../images/bg-main.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#E5E4E0; }
	
/*---------GLOBAL RESET---------*/

* {
	margin: 0;
	padding: 0; }

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	margin: 1em 0; }

li,dd {
	margin-left: 1em; }

fieldset {
	padding: 0.5em; }
	
/*-----------H1 H2 H3-----------*/

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: left;
	margin:0; }
	
/*-----------LINK CSS-----------*/

a:link {
	color: #000;
	text-decoration: none; }

a:visited {
	text-decoration: none;
	color: #000; }

a:hover {
	text-decoration: underline;
	color: #333; }

a:active {
	text-decoration: none;
	color: #000; }
	
/*---------DIV WRAPPER----------*/

#wrapper {
	width: 942px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	text-align: left; }
	

/*----------DIV HEADER----------*/

#header {
	width: 100%;
	height: 136px;
	background-image:url(../images/header.jpg);
	background-position:center;
	text-align: center; }
	
/*----------DIV MIDDLE----------*/

#middle {
	float:left;
	width: 100%;
	background-position:center;
	background-repeat: repeat-y;
	text-align: center; }
	
/*----------DIV FOOTER----------*/

#footer {
	float: left;
	width: 100%;
	height: 80px;
	text-align: center; }

/*---------NAV CONTENT----------*/

#nav {
	/*height: 420px;*/
	background-image: url(../images/nav-bg.jpg);
	background-repeat:repeat-x;
	width: 922px;
	height: 40px;
	text-align: left;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px; }
	
/*---------NAV LINK----------*/

#nav-link {
	float: left;
	margin-left: 10px;
	margin-top: 11px;
	margin-right: 5px;}
	
/*---------DIV CONTENT----------*/

#content {
	/*height: 420px;*/
	width: 922px;
	text-align: left;
	float: left;
	margin-left: 10px;
	margin-top: 0px; }



/*------------CLEAR-------------*/

.clear {
	clear: both; }

/*----------NAVIGATION----------

#top-nav {

	text-align: left;
	color:#FFF;
	margin-top:25px;
	margin-right:70px;
	float:right;
	 }
	
#choose-service {
	font-size:12px;
	font-weight: bold;
	text-align: left;
	color:#FFF;
	margin-top:13px;
	margin-left:70px;
	float:left;
	}

#bottom-nav {
	text-align: center;
	color:#FFF;
	margin-top:55px;
	margin-left:70px;
	float:left; }

#main-nav {
	float:left;
	background-image:url(http://www.howtoemigrate.com/assets/images/nav-bg.jpg);
	width:100%;
	height:50px; }

#main-nav-links {
	text-align: center;
	font-size:14px;
	color:#FFF;
	margin-top:16px;
	margin-left:70px;
	float:left; }*/
	
#left {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	width: 260px; }
	
/*-----------PAGE TITLE---------*/

#page-title {
	float: left;
	margin-left: 0px;
	width: 260px; }
	
/*--------------INFO------------*/

#info {
	float: left;
	margin-left: 10px;
	width: 652px;}

/*--------------BOX1------------*/

#box1 {
	float: left;
	margin-left: 0px;
	margin-top: 10px;
	width: 260px;
	height: 200px;
	background-image:url(../images/box1.jpg); }
	
/*--------------BOX2------------*/

#box2 {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	width: 260px;
	height: 200px;
	background-image:url(../images/box2.jpg); }
/*--------------BOX3------------*/

#box3 {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	width: 260px;
	height: 200px;
	background-image:url(../images/box3.jpg); }
	
/*------------BOX TEXT----------*/

#box-text {
	float: left;
	margin-left: 15px;
	margin-top: 50px;
	width: 235px;
	font-size:11px; }

/*------------REQUIRED FORM----------*/

.required {
	color: #666;
}

#formComments {
	display: none;
}







    /*------------------------------*/
   /*------------------------------*/
  /*--------------END-------------*/
 /*------------------------------*/
/*------------------------------*/
