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

* {
	margin: 0;
	padding: 0;
}

body {
    background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	}

#container {
    width: 800px;
	margin: 0 auto;
	}
	
/*************** NAV **************************/

#nav {
    background-image:url(images/nav_bg.jpg);
	height: 38px;
	width: 800px;
	color: #000000;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	}
	
#nav ul {
	list-style: none;
	margin-left: 132px;
	padding-top: 10px;
	}
	
#nav ul li {
    display: inline;
	height: 32px;
	margin-right: 15px;
	}

#nav a {
    color: #000000;
	text-decoration: none;
	}
	
#nav a:hover {
    color: #ffffff;
	}

a#selected {
    color: #ffffff;
	}

/**************** CONTENT *********************/
 
#ctHome {
    background-image: url(images/body_home.jpg);
	height: 367px;
	width: 800px;
	text-indent: -9999px;
	}

#raq_content {
	background-position:top;
	background-repeat: no-repeat;
	background-image:url(images/content_fade_bg.jpg);
	height: 500px;
	}
	
#cap_content {
	background-position:top;
	background-repeat: no-repeat;
	height: 600px;
	}
	
#abt_content {
	background-position:top;
	background-repeat: no-repeat;
	height: 700px;
	}
	
#emp_content {
	background-position:top;
	background-repeat: no-repeat;
	height: 600px;
	}
	
#leftcontent {
    float: left;
	margin: 20px 0 0 50px !important;
	margin: 20px 0 0 30px;
	width: 324px;
	line-height: 1.8em;
	font-size: 102%;
    }
	
#leftcontent_about-us {
    float: left;
	margin: 20px 0 0 80px !important;
	margin: 20px 0 0 60px;
	width: 625px;
	line-height: 1.8em;
	font-size: 102%;
    }
	
#leftcontent_employment {
    float: left;
	margin: 20px 0 0 80px !important;
	margin: 20px 0 0 60px;
	width: 625px;
	line-height: 1.8em;
	font-size: 102%;
    }
	
#leftcontent h2 {
    margin-bottom: 15px;
	/*font-family: Myriad, "Trebuchet Ms", Verdana, sans-serif;*/
	font-weight: normal;
	font-size: 1.5em;
	}

#rightcontent {
    float: right;
	margin: 20px 35px 0 0 !important;
	margin: 20px 15px 0 0;
	padding-left: 23px;
	padding-top: 20px;
	width: 289px;
	background-color: #000000;
    }
	
#rightcontent ul {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	}
	
#rightcontent li {
    margin: 5px 0;
    list-style: none;
	}
	
#leftcontent_employment ul {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
	margin-left: 20px;
	}
	
#leftcontent_employment li {
    margin: 5px 0;
    /*list-style: none;*/
	}
    
/*************** FORM ************************/
/*table {
   background-color: #000000;
   }*/

table td {
   padding: 3px 3px;
   }
   
	
	
/*************** FOOTER **********************/

#footer {
    height: 88px;
	width: 800px;
	font-size: .9em;
	line-height: 2em;
	}
	
#footerContactContainer {
    background-image: url(images/footer_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 67px;
	width: 800px;
	}
	
#footerContact {
    margin: 0;
	text-align: center;
	}
	 
#footer a {
    color: #ffffff;
	text-decoration: none;
	}

