@charset "utf-8";
html { height: 100% !important; }
object { outline:none; }	/*--  This is to remove the dotted borders in Mozilla --*/
img {
	border: none;
}


/* GENERAL */
body {
	width:100%;
	background-color: #000000; 
	background-image: url(freedombg.jpg);
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: left top !important;
	padding: 0px;
	margin: 0;
	text-align: center;
	font-family: Arial, Geneva, Tahoma, Verdana;
	font-size: 13px;
}


#container {
	width: 821px;
	margin: 0 auto;
	text-align: center;
	text-align: center;
	position: relative;  /*--  This is to just to center the container --*/
}


#container a { outline: none; } 			/*--  This is to remove the dotted borders in Mozilla --*/

#contactinfo {
	padding: 15px;
	float: right;
	height: 499px;
	width: 180px;
	position: relative;
	right: 0px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: right;
}

hr {
	height:1px;
	color:#666666;
	background:#666666;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:5px;
	margin-bottom:5px;
}	

#contactinfo p {
	padding-bottom:7px;
	padding-top:7px;
	margin:0px;
}

/* HEADER */
#header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 821px;
}


#banner {
	width:821px;
	height:219px;
	float: left;
	text-align:left;
}

/* Top of site drawer Navigation  */
 
.topnav { /* the main container for the background image */
    background-image: url(eaglehead.gif);
    background-repeat:no-repeat;
    width: 821px;
    height: 272px;
    margin-right:auto;
    margin-left: auto;
	background-position: right bottom;
}
/* NAV BAR  ROLLOVER  (99% functional) */

#discnavcontainer { /* the container for the four div classes */
    width: 821px;
    height: 55px;
    padding-left: 0px;
    padding-top: 0px;
}
.discnavabout  { /* the first button showing the inactive state */
    background: url(navbar.gif);
    width: 150px;
    height: 55px;
    float:left;
}
a.aboutbutton span { /* the first button when 'hovered' */
    background: url(navbar.gif);
    width: 150px;
    height: 55px;
    display: block;
    visibility: hidden;
	text-indent:-999999px;
    background-position: 0 -55px; /* changing position - showing light blue button */
}

.discnavservices {
    background: url(navbar.gif);
    width: 159px;
    height: 55px;
    float:left;
    background-position: 671px 0;
}
a.servicesbutton span {
    background: url(navbar.gif);
    width: 159px;
    height: 55px;
    display: block;
    visibility: hidden;
	text-indent:-999999px;
    background-position: 671px -55px;
}

.discnavcontact {
    background: url(navbar.gif);
    width: 169px;
    height: 55px;
    float:left;
    background-position: 512px 0;
}
a.contactbutton span {
    background: url(navbar.gif);
    width: 169px;
    height: 55px;
    display: block;
    visibility: hidden;
	text-indent:-999999px;
    background-position: 512px -55px;
}

.discnavfaq {
    background: url(navbar.gif);
    width: 114px;
    height: 55px;
    float:left;
    background-position: 343px 0;
}
a.faqbutton span {
    background: url(navbar.gif);
    width: 114px;
    height: 55px;
    display: block;
    visibility: hidden;
	text-indent:-999999px;
    background-position: 343px -55px;
}

.discnavinmmigration {
    background: url(navbar.gif);
    width: 229px;
    height: 55px;
    float:left;
    background-position: 229px 0;
}
a.immigrationbutton span {
    background: url(navbar.gif);
    width: 229px;
    height: 55px;
    display: block;
    visibility: hidden;
	text-indent:-999999px;
    background-position: 229px -55px;
}


/* MAIN CONTENT */
#content {
	margin: 0 auto;
	padding: 0;
	position:relative;
	background-image: url(contentbg.jpg);
	background-repeat:repeat-y;
	width:821px;
	height: auto;
	text-align: left;
	}
	
#maincont {
	height: 100%;
	width: 570px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	left: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 10px;
	margin: 0px;
	line-height: 1.4em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
	float: left;
}
/*--  This is to make it consistent in IE 6, and Safari on MAC --*/
#maincont h1 {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-weight:bold;
	font-size:22px;
	padding-bottom:5px;
	padding-top:5px;
	margin:0px;
}
#maincont h2 {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-weight:bold;
	font-size:18px;
	padding-bottom:5px;
	padding-top:5px;
	margin:0px;
}
#maincont  h3 {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-weight:bold;
	font-size:15px;
	padding-bottom:5px;
	padding-top:5px;
	margin:0px;
}
#maincont b {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-weight:bold;
}

#maincont p {
	padding-bottom:6px;
	padding-top:6px;
	margin:0px;
}

#maincont ul {
	padding-bottom:6px;
	padding-top:6px;
	padding-left:50px;
	margin:0px;
	
}

/* COPYRIGHT */
#copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	padding-top: 20px;
	color: #000000;
	height: 50px;
	width: 821px;
	text-align: center;
	font-weight: bold;
}
/*  PHONE AND OTHER HIGHLIGHTS  */
.phone {
	display:inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #CC0000;
}
.phonemain {
	display:inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #CC0000;
}
/*  INTRO  */
#intro {
	
	top:0px;
	width:100%px;
	min-width:800px;
	height:100%px;
	margin: 0 auto;
	text-align:center;
	color:#FFF;
	font-size:36px;
	
}

#Gambale {
	width: 550px;
	text-align: center
}

#column{
	width:270px;
	text-align:left
	}
	
#column2{
	width:270px;
	text-align:left
	}
	



