@charset "UTF-8";
/* =CALL LIBRARY */
@import url("reset-min.css"); /* ------- Reset all CSS Styles */

/*                                  00px    00px    00px    00px                                 */
/*                                  TOP     RIGHT   BELOW   LEFT                                 */

/*-----------------------------------------------------------------------------------------------*/
/*                                 GENERAL - the general styles                                  */
/*-----------------------------------------------------------------------------------------------*/


* { 
    padding: 0; 
    margin: 0;
}

body {
    font-size: 15px;
    background: #002561;
    font-family: Arial;
    color: #000000;	
}

p {
    padding: 10px;
}

/* COLOURS USED:

WHITE   : #FFFFFF;
YELLOW  : #FFFF00;
BG BLUE : #002561;

*/


/*-----------------------------------------------------------------------------------------------*/
/*                                 END GENERAL - the general styles                              */
/*-----------------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------------------*/
/*                                 WRAPPER STYLE                                                 */
/*-----------------------------------------------------------------------------------------------*/

#wrapper { 
 margin: 0 auto;
 width: 940px;
 text-align: left;
}

/*-----------------------------------------------------------------------------------------------*/
/*                                 END WRAPPER STYLE                                             */
/*-----------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------*/
/*                                 HEADER STYLE                                                  */
/*-----------------------------------------------------------------------------------------------*/

#header {
 color: #ffffff;
 width: 940px;
 float: left;
 height: 320px;
 background: url(images/header_img.png) center top no-repeat;
}

.facebooklogo{
    position:absolute;
    margin: -4px 0px 0px 560px;
    width:105px;
    height:80px;
    border:0;
}

.empaccesslogo{
    position:absolute;
    margin: 200px 0px 0px 842px;
    width:106px;
    height:36px;
    border:0;
}

/*-----------------------------------------------------------------------------------------------*/
/*                                 END HEADER STYLE                                              */
/*-----------------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------------------*/
/*                                          NAVIGATION's STYLE                                   */
/*-----------------------------------------------------------------------------------------------*/


#navigation {
	font-size:20px;
	list-style:none;
	color:#ffff99;
	text-align:right;
	margin:240px 0 0 0;
}

#navigation ul {
	font-size:20px;
	list-style:none;
	color:#ffff99;
	text-align:right;
	margin:215px 0 0 0;
}

#navigation ul li{
	display:inline;
}

#navigation ul li a{
	color:#fffdbf;	
	display:inline-block;
	padding:12px 22px;
	line-height:27px;
	text-decoration:none;
}

#navigation ul li a:hover{
	color:#FFFF00;
    
}

#navigation ul li.selected a{
	color:#FFFFFF;
	background:url(images/menuhover.png) repeat;
}
/*-----------------------------------------------------------------------------------------------*/
/*                                          END NAVIGATION's STYLE                               */
/*-----------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------*/
/*                                          CONTENT's STYLE                                      */
/*-----------------------------------------------------------------------------------------------*/

#content { 
 float: left;
 color: #ffffff;
 width: 640px;
 display: inline;
}

#contentw { 
 float: left;
 color: #ffffff;
 width: 940px;
 display: inline;
}

.txtcontent{
    color: #FFFFFF;
    width: 590px;
    font-size: 14px;
    font-weight: normal;
    text-align: justify;
}

/*-----------------------------------------------------------------------------------------------*/
/*                                          END CONTENT's STYLE                                  */
/*-----------------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------------------*/
/*                                          RIGHT COLUMN's STYLE                                 */
/*-----------------------------------------------------------------------------------------------*/

#rightcolumn {
 color: #FFFF00;
 width: 290px;
 float: left;
}

/*-----------------------------------------------------------------------------------------------*/
/*                                          END RIGHT COLUMN's STYLE                             */
/*-----------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------*/
/*                                          FOOTER's STYLE                                       */
/*-----------------------------------------------------------------------------------------------*/

#footer {
 width: 940px;
 height: 225px;
 clear: both;
 color: #333;
 background:url(images/footer3.png) center top no-repeat;
}

#flside{
 margin: 15px 0px 0px 0px;
 color: #FFFFFF;
 height: 200px;
 width: 200px;
 display: inline;
 float: left;
}

#fcside{ 
 margin: 15px 0px 0px 0px;
 color: #FFFFFF;
 height: 200px;
 width: 200px;
 display: inline;
 float: left;
}

#fcside2{ 
 margin: 15px 0px 0px 0px;
 color: #FFFFFF;
 height: 200px;
 width: 200px;
 display: inline;
 float: left;
}

#frside{ 
 margin: 15px 0px 0px 0px;
 color: #FFFFFF;
 height: 200px;
 width: 340px;
 display: inline;
 float: right;
}

.fheader{
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    text-transform:uppercase;
}

.fheader2{
    padding: 0px 10px 0px 0px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    text-transform:uppercase;
    text-align: right;
}


.fcontent{
    color: #FFFFFF;
    font-size: 12px;
    font-weight: Normal;
    
}

.fsub{
    color: #41536a;
    font-size: 10px;
    font-weight: Normal;
    text-transform: uppercase;
}

.fimgs{
    position:relative;
    padding: 15px 0px 0px 5px;
    float: right;
    width:100px;
    height:100px;
    border:0;
}

/*-----------------------------------------------------------------------------------------------*/
/*                                          END FOOTER's STYLE                                   */
/*-----------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------*/
/*                                          HYPERLINK's STYLE                                    */
/*-----------------------------------------------------------------------------------------------*/
a {
	color:#fefefe;
	text-decoration:none;
}

a:hover {
	color:#FFFF00;
	text-decoration:none;
}
/*-----------------------------------------------------------------------------------------------*/
/*                                          END HYPERLINK's STYLE                                */
/*-----------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------*/
/*                                          H's STYLE                                            */
/*-----------------------------------------------------------------------------------------------*/

/* Yellow, Large, Bold, Uppercase*/
h1{
    color: #FFFF00;
    font-size: 20px;
    font-weight: bold;
    text-transform:uppercase;
}

/* White, Large, Bold, Uppercase*/
h2{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    text-transform:uppercase;
}

/* Yellow, Medium, Bold, Normal case*/
h3{
    color: #FFFF00;
    font-size: 15px;
    font-weight: bold;
    
}

/* White, Medium, Bold, Normal case*/
h4{
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    
}

/* Yellow, small, not-Bold, Normal case*/
h5{
    color: #FFFF00;
    font-size: 12px;
    font-weight: normal;
    
}

/* White, small, not-Bold, Normal case*/
h6{
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    
}

/* DARK, very small, not-Bold, Normal case*/
h7{
    color: #41536a;
    font-size: 10px;
    font-weight: Normal;
    text-transform: uppercase;
}


/*-----------------------------------------------------------------------------------------------*/
/*                                          END H's STYLE                                        */
/*-----------------------------------------------------------------------------------------------*/
