body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-size:10px;
}
h2 {
font-size:12px;
color: #666;
}
#container { 
	width: 863px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000; **/
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
} 

/**
#header { 
	background-repeat:no-repeat;
	background-position:center;
	height: 100px;
} 

***/
#header.nav {
	background-color:#000000;
	}
#header ul{
	margin:0;
	background-color:#000000;
	padding: 5px;
}
#header ul li{
	display:inline;
	margin-left:0;
	}
#header ul a{
	margin-right:5px;
	padding-right:5px;
	text-decoration: none;
	color:#FFF;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-right: 1px solid #FFF;
	font-weight: 500;
	}
#header a:visited { color:#CCCCCC;}
#header a:hover { color:#FF9900; }
#header a:visited {
	color: #999;
    text-decoration: none;
	}

/*** RIGHT BAR STYLES ***/

#rightBar {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}

#rightBar h3 {
font-size:12px;
color:#FF9900;
}
#rightBar ul {
font:Calibri;
font-size:10px;
}
#rightBar ul li{
list-style-type: none;
margin-left: -40px;
}
#rightBar ul li.first{
background-color:#1AFFFF;
padding-left: 5px;
padding-top:5px;
padding-bottom:5px;
}
#rightBar ul li.second{
background-color: #00E6E6;
padding-left: 5px;
padding-top:5px;
padding-bottom:5px;
}
#rightBar ul li.third{
background-color:#00C4C4;
padding-left: 5px;
padding-top:5px;
padding-bottom:5px;
}
#rightBar ul li.fourth{
background-color: #009B9B;
padding-left: 5px;
padding-top:5px;
padding-bottom:5px;
}

#rightBar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}

#rightBar2 h4 {
	font:  "Arial Narrow";
	font-size:10px;
	color: #333;
}
#rightBar2 ul {
font:Calibri;
font-size:10px;
color:#999;
}

#rightBar2 ul li{
margin-left: -20px;
}
/** BLUE UNDERLINE UNDER Immigration Links section **/
/**#rightBar ul.bottom {
padding-bottom: 20px;
border-bottom-style: solid;
border-color:#0099FF;
} **/

#rightBar p {
font:Calibri;
font-size:10px;
color:#999999;
}
#rightBar a:link {
	   color: #333333;
       text-decoration: none;
	}
#rightBar a:visited {
	color: #666666;
    text-decoration: none;
	}
#rightBar a:hover {
	color: #F90;
	text-decoration: underline;
	}
.answers {
color: #000000;
}
/****** MAIN CONTENT STYLES ******/
div.img
{
  margin: 1px;
  margin-left:10px;
  height: auto;
  width: 122px;
  float: left;
  text-align: left;
  padding:1px;
font:Calibri;
font-size:10px;
color:#999999;
}	
div.img img
{
  display: inline;
  border: 1px solid #ffffff;
}
/****** orginal image description sytling
div.desc
{
  text-align: left;
  font-weight: normal;
  width: 130px;
  margin: 2px;
  padding-left:10px;
font:Calibri;
font-size:10px;
color:#999999;
}******/

div a:link {
	   color: #333333;
       text-decoration: none;
	}
div a:visited {
	color: #666666;
    text-decoration: none;
	}
div a:hover {
	color: #F90;
	text-decoration: underline;
	}



#mainContent { 
margin: 0 250px 20px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: Calibri;
	font-size: 12px;
	}

#mainContent .updates{
	padding-right:20px;
}
#mainContent .updates h2{
	margin-top:230px;
	padding:3px;
	background-color:#CFF;
	border-top:1px #999 solid;
}

h1 {
font:"Times New Roman", Times, serif;
font-size:14px;
color: #333;
}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #F0F0F0;
	text-align:center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #666666;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.videoSection {
margin:0 auto;
width: 863px;
height:293px;
background-image:url(../images/4.png);
background-repeat:no-repeat;
}
.video {
float:right;
margin-right: 10px;
margin-top: 18px;
}

.contact {
margin-top:10px;
margin-bottom:10px;
float:left;
}

